Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-25 | TSAGE: JANITORIAL: Remove trailing spaces | Strangerke | |
2011-12-03 | TSAGE: Add BF and R2R specific debugger commands | Strangerke | |
2011-10-27 | TSAGE: Implemented walk regions enabling/disabling for Blue Force | Paul Gilbert | |
2011-10-05 | TSAGE: Fix debugger hotspots command not to crash for objects with no ↵ | Paul Gilbert | |
defined area | |||
2011-10-02 | TSAGE: Added 'g' prefix to global variables | Paul Gilbert | |
2011-09-06 | TSAGE: Added extra debugger command for showing available hotspot regions | Paul Gilbert | |
This is different from the hotspots command, since that only shows regions explicitly assigned to a hotspot | |||
2011-08-15 | TSAGE: Corrected casing of tSage namespace to be TsAGE | Paul Gilbert | |
This matches the casing of the original engine name. | |||
2011-08-13 | TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ↵ | Paul Gilbert | |
separate sub-folderes | |||
2011-07-28 | TSAGE: Added sound debugger command | Paul Gilbert | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-25 | TSAGE: Cosmetic modification, for consistency | strangerke | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-04 | TSAGE: Added a new command to show hotspot areas | Paul Gilbert | |
2011-04-30 | TSAGE: Added a print out of region details to the walk_regions debugger command | Paul Gilbert | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-25 | TSAGE: Added framework for playing the Ringworld demo | Paul Gilbert | |
2011-04-17 | TSAGE: Remove redundant parameter | dhewg | |
2011-04-17 | TSAGE: Add listobjects and moveobject commands to the debugger | strangerke | |
2011-04-17 | TSAGE: Add flag commands to the debugger | strangerke | |
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-03-19 | TSAGE: Added support to priority_regions to display a single specific ↵ | Paul Gilbert | |
priority region | |||
2011-03-19 | TSAGE: Added command to show the priority regions of a scene | Paul Gilbert | |
2011-03-17 | TSAGE: Changed walk_regions debugger command to work in scrolling screens | Paul Gilbert | |
2011-02-14 | TSAGE: Added the engine in a separate branch | Paul Gilbert | |