aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/debugger.cpp
AgeCommit message (Collapse)Author
2014-10-07TSAGE: R2R - rename the outpost alpha debugger commandStrangerke
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-03-18TSAGE: R2R - Add current scene number in debug function Cmd_ListObjectsStrangerke
2014-02-19TSAGE: Some British to American EnglishStrangerke
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2013-12-02TSAGE: R2R - Move variable from scene 1337 to r2_globals, add command to ↵Strangerke
debugger
2013-11-10TSAGE: R2R - Update object list in debuggerStrangerke
2012-02-25TSAGE: JANITORIAL: Remove trailing spacesStrangerke
2011-12-03TSAGE: Add BF and R2R specific debugger commandsStrangerke
2011-10-27TSAGE: Implemented walk regions enabling/disabling for Blue ForcePaul Gilbert
2011-10-05TSAGE: Fix debugger hotspots command not to crash for objects with no ↵Paul Gilbert
defined area
2011-10-02TSAGE: Added 'g' prefix to global variablesPaul Gilbert
2011-09-06TSAGE: Added extra debugger command for showing available hotspot regionsPaul Gilbert
This is different from the hotspots command, since that only shows regions explicitly assigned to a hotspot
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
This matches the casing of the original engine name.
2011-08-13TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ↵Paul Gilbert
separate sub-folderes
2011-07-28TSAGE: Added sound debugger commandPaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax 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-25TSAGE: Cosmetic modification, for consistencystrangerke
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-04TSAGE: Added a new command to show hotspot areasPaul Gilbert
2011-04-30TSAGE: Added a print out of region details to the walk_regions debugger commandPaul Gilbert
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-17TSAGE: Remove redundant parameterdhewg
2011-04-17TSAGE: Add listobjects and moveobject commands to the debuggerstrangerke
2011-04-17TSAGE: Add flag commands to the debuggerstrangerke
2011-04-14ALL: colour -> colorMax Horn
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: 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-19TSAGE: Added support to priority_regions to display a single specific ↵Paul Gilbert
priority region
2011-03-19TSAGE: Added command to show the priority regions of a scenePaul Gilbert
2011-03-17TSAGE: Changed walk_regions debugger command to work in scrolling screensPaul Gilbert
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert