aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/debugger.cpp
AgeCommit message (Collapse)Author
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