Commit Graph

20 Commits

Author SHA1 Message Date
Kim Woelders 5ce609cca7 Change formatting style
No tabs, more like K&R.
Also switch to indent 2.2.13.
2023-11-26 10:03:45 +01:00
Kim Woelders 88dba1cfff Re-indent with indent-2.2.12 2020-01-23 21:30:02 +01:00
Kim Woelders f4ef0bc889 Cosmetic change around TimersRunNextIn().
SVN revision: 83806
2013-02-10 09:59:25 +00:00
Kim Woelders 51a19d26e7 Introduce new animation engine.
Based on work by Daniel Manjarres.

One of the major changes is to eliminate the "TimedLoop" construction
where we have "local" animation loops, in which we don't pass through
the main event handler.

SVN revision: 80542
2012-12-09 10:03:07 +00:00
Kim Woelders aa94533d5c Fetch time to next timer run after running idlers.
Idlers may change timers.

SVN revision: 73880
2012-07-15 16:17:13 +00:00
Kim Woelders 10f6a232d0 Move GetTimeMs/Us() to time.c.
SVN revision: 69545
2012-03-21 21:10:59 +00:00
Kim Woelders a87641f97e Warning fixes for gcc-4.6.
SVN revision: 56392
2011-01-30 00:07:50 +00:00
Kim Woelders a649a2e005 Use GetTimeMs/Us() in stead of GetTime().
SVN revision: 55892
2011-01-05 18:05:59 +00:00
Kim Woelders f0c0a4519c Change TimerAdd() and TimerSetInterval() time to ms.
SVN revision: 55891
2011-01-05 18:05:57 +00:00
Kim Woelders 53180ca139 Eliminate TimersRunExpired().
SVN revision: 55890
2011-01-05 18:05:54 +00:00
Kim Woelders be31bb694b Move timers to int/ms.
SVN revision: 55889
2011-01-05 18:05:52 +00:00
Kim Woelders 568ee2489f Add GetTimeMs/Us().
SVN revision: 55888
2011-01-05 18:05:50 +00:00
Kim Woelders 4c25a12232 Cosmetics.
SVN revision: 55887
2011-01-05 18:05:48 +00:00
Kim Woelders cbd8e25f06 Move some typedefs to etypes.h.
SVN revision: 39614
2009-03-21 20:57:57 +00:00
Kim Woelders 1dad1ef28f Simplify timers.
SVN revision: 34656
2008-05-24 18:13:17 +00:00
Kim Woelders c906498380 Idler/Animator cleanups.
SVN revision: 34531
2008-05-10 23:15:32 +00:00
Kim Woelders 3d0c5b8410 Tweak timer event handling (run all expired timers at once).
SVN revision: 28158
2007-01-29 01:26:12 +00:00
Kim Woelders b1f47c25a6 Add animators.
SVN revision: 28142
2007-01-28 04:59:46 +00:00
Kim Woelders 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders 27050fe8cc Split off timers.h
SVN revision: 22161
2006-04-16 13:27:38 +00:00