Events: add ON_SECOND_TICK event that fires once per second. Also finish moving event...
authorMichael Moon <triffid.hunter@gmail.com>
Tue, 8 Jan 2013 11:49:21 +0000 (22:49 +1100)
committerMichael Moon <triffid.hunter@gmail.com>
Tue, 15 Jan 2013 04:59:04 +0000 (15:59 +1100)
commitab2a4410456b6771096c01664ea75016d8cdae9a
tree6dc4c38251385b8de47531c3dfcebfe3440426d5
parentb3e299cb8b82ea61bd0faad89235e30d13560636
Events: add ON_SECOND_TICK event that fires once per second. Also finish moving event stuff to Module.{h,cpp} so it's all in one place
src/libs/Kernel.cpp
src/libs/Kernel.h
src/libs/Module.cpp
src/libs/Module.h
src/libs/SlowTicker.cpp
src/libs/SlowTicker.h
src/main.cpp