TacticalMetaphysics / LiSE

Rules-based engine for life sims, with time travel
GNU Affero General Public License v3.0
116 stars 9 forks source link

More polite time travel failures in ELiDE #93

Closed clayote closed 5 months ago

clayote commented 2 years ago

Currently, if you time travel to places you shouldn't in ELiDE, it will either crash, or silently let you edit world state that will never be simulated.

I want to make ELiDE detect illogical attempts at time travel and stop them with a polite error message.

Illogical time travel cases:

I think I would prefer a non-modal error message, similar to a line in a log. And make the time travel panel blink red.

clayote commented 2 years ago

No error message still