Time Relativity
Status: Pre-Alpha
Brought to you by:
ghhale
Need to move away from time-based conditions being relative to the start of the event processing loop. Rather they should be relative to the events within the condition.
Given:
condition x is (event1 or (event2 and event3)) within 5000;
So, event2 occurs at t2 and event3 occurs at t3. The 5000 seconds should be evaluated between t2 and t3 rather than between t2 and "now".