- moved gameframe hook to timersys

- rewrote simulation algorithm
- various internal improvements to timer
- removed the unused parameter to GetTickedTime()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401418
This commit is contained in:
David Anderson
2007-09-12 22:46:00 +00:00
parent 532f0bde47
commit 2920ba897c
11 changed files with 186 additions and 98 deletions
+8
View File
@@ -307,6 +307,10 @@
RelativePath="..\EventManager.cpp"
>
</File>
<File
RelativePath="..\frame_hooks.cpp"
>
</File>
<File
RelativePath="..\GameConfigs.cpp"
>
@@ -453,6 +457,10 @@
RelativePath="..\EventManager.h"
>
</File>
<File
RelativePath="..\frame_hooks.h"
>
</File>
<File
RelativePath="..\GameConfigs.h"
>