Changes between Version 40 and Version 41 of mvc
- Timestamp:
- 11/20/23 10:41:08 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v40 v41 52 52 }}} 53 53 54 time.tick() will increase the current time which will trigger our own time event listener. 54 55 {{{#!td style="background: #efe" 56 NOTE: time.tick() will increase the current time which will trigger our own time event listener. Our listener will then clear all events after the current time as "redo" (forwarding the time) is not possible after a new event occurs. 57 }}} 58 55 59 56 60 Any issues are pushed into the log system. This allows the GUI implementation to show any logged issues in a proper way to the user.