Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-13 | TSAGE: "Cosmetic" cleanups | strangerke | |
2011-04-13 | TSAGE: Cleanup custom List usage. | Johannes Schickel | |
This makes the code use Common::List for all cases where synchronization can not be done with tSage::List::synchronise. Furthermore I renamed the custom List class to SynchronisedList to stress its purpose. I also removed clear2, contains and forEach and replaced them with algorithm usage from Common:: or in the case of "contains" replaced them with a simple inline function which uses Common::find. | |||
2011-04-09 | TSAGE: Fixing memory leaks | Paul Gilbert | |
2011-03-18 | TSAGE: Corrected background scrolling on wide-screen scenes | Paul Gilbert | |
2011-02-22 | TSAGE: Initial implementation of more game scenes and support classes | Paul Gilbert | |
2011-02-18 | TSAGE: Started fleshing out the SoundHandler class | Paul Gilbert | |
2011-02-14 | TSAGE: Added the engine in a separate branch | Paul Gilbert | |