Commit Graph

7 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 e5b71f40f3 Remove unused AnimatorsDelCat(). 2015-01-10 18:56:58 +01:00
Kim Woelders 489c4c669d Set lower limit on slide/shade speed.
Fixes crash if speed is set to 0.
2014-10-17 21:25:12 +02:00
Kim Woelders c69356c39e AnimatorsDelCatAll() is now unused.
SVN revision: 81823
2012-12-28 16:04:37 +00:00
Kim Woelders 1f535e9561 Add AnimatorGetData().
SVN revision: 81821
2012-12-28 16:04:33 +00:00
Kim Woelders 4fbe87de66 Add AnimatorDel().
SVN revision: 81820
2012-12-28 16:04:31 +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