Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | ZVISION: Create a folder structure for ZVision source files | RichieSams | |
I personally used filters within my IDE, but since others are now joining the project, it was brought to my attention that some better organization would be nice. | |||
2013-10-02 | ZVISION: Standardize includes order and format | RichieSams | |
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module | |||
2013-08-05 | ZVISION: Change _pausedTime to be a reference to when time was paused, ↵ | richiesams | |
instead of accumulation of time | |||
2013-08-04 | ZVISION: Create Clock class to handle deltaTime while pausing and unpausing ↵ | richiesams | |
the game |