Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-22 | TSAGE: Clarified Globals::_sceneListeners as Globals::_sounds | Paul Gilbert | |
2011-06-19 | Merge remote branch 'remotes/dreammaster/tsage_sound' | Paul Gilbert | |
Conflicts: engines/tsage/ringworld_scenes1.cpp engines/tsage/ringworld_scenes5.cpp engines/tsage/tsage.h | |||
2011-06-04 | TSAGE: Moved graphic edge adjustment amount to a global variable | Paul Gilbert | |
This matches what was done in the Ringworld CD version | |||
2011-06-03 | TSAGE: Add proper colors to buttons in the CD version of ringworld | Strangerke | |
2011-05-24 | TSAGE: Created stub classes for ASound and Sound, and reworked engine to use ↵ | Paul Gilbert | |
proper named methods | |||
2011-05-22 | TSAGE: Fix bug "Scene 2100: Examining the middle console triggers an ↵ | strangerke | |
assertion: "./engines/tsage/globals.h:84: bool tSage::Globals::getFlag(int) const: Assertion `(flagNum > 0) && (flagNum < 256)' failed."" | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-04 | TSAGE: Some more conversions to US English | md5 | |
2011-05-04 | TSAGE: Switched to American English, after the relevant discussion on -devel: | md5 | |
serialiser -> serializer synchronise -> synchronize | |||
2011-04-25 | TSAGE: Added framework for playing the Ringworld demo | Paul Gilbert | |
2011-04-25 | TSAGE: Combined the resource files into a single generic overall ResourceManager | Paul Gilbert | |
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-04-14 | ALL: colour -> color | Max Horn | |
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 | |