kts
|
42de0d491c
|
Fixed up potential bugs and warnings revealed by clang.
|
2014-04-29 13:08:08 -07:00 |
kts
|
b45862f351
|
Windows PTime now uses native (non-SDL) millisecond precision for acquiring and delaying time.
|
2014-04-03 19:54:29 -07:00 |
kts
|
902e21ebc6
|
After far too long of a delay, a git commit. The updates pertain to vm_compile and implements the basic parsing of virtual machine C source files into global, group, and local scopes. At the moment it does not convert to op codes - it only identifies variables declared outside of functions for the given scope.
|
2014-04-02 00:37:31 -07:00 |
kts
|
e3941fa552
|
Updated devcpp project. Engine runs fine on win64.
|
2014-03-13 16:29:13 -07:00 |
kts
|
c1397f62fc
|
Fixed addTablePair bug wherein a new TablePair would overwrite the old rather than add itself to the end of the TablePair linked list. Also moved timer.c/.h from engine/sdl/ to engine/. If compiling on Windows, getPTime and doNanoSleep still require SDL.
|
2014-03-13 16:13:35 -07:00 |