Commit Graph

25 Commits

Author SHA1 Message Date
Strangerke
0e1be9e6a1 TSAGE: Add BF and R2R specific debugger commands 2011-12-03 00:33:14 +01:00
Paul Gilbert
44e4e16819 TSAGE: Implemented walk regions enabling/disabling for Blue Force 2011-10-27 19:32:27 +11:00
Paul Gilbert
fcf9dab0da TSAGE: Fix debugger hotspots command not to crash for objects with no defined area 2011-10-05 21:28:30 +11:00
Paul Gilbert
f99e904f9a TSAGE: Added 'g' prefix to global variables 2011-10-02 19:59:13 +11:00
Paul Gilbert
edeff6c849 TSAGE: Added extra debugger command for showing available hotspot regions
This is different from the hotspots command, since that only shows regions explicitly assigned to a hotspot
2011-09-06 20:50:08 +10:00
Paul Gilbert
697230709b TSAGE: Corrected casing of tSage namespace to be TsAGE
This matches the casing of the original engine name.
2011-08-15 20:47:59 +10:00
Paul Gilbert
e9c8232da8 TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into separate sub-folderes 2011-08-13 19:49:54 +10:00
Paul Gilbert
4778bf99eb TSAGE: Added sound debugger command 2011-07-28 07:30:42 +10:00
Max Horn
88913c0139 ALL: Remove trailing whitespaces
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-06-20 00:59:48 +02:00
strangerke
be3306a9eb TSAGE: Cosmetic modification, for consistency 2011-05-25 23:39:03 +02:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Paul Gilbert
9f1dacd72b TSAGE: Added a new command to show hotspot areas 2011-05-04 21:14:58 +10:00
Paul Gilbert
9fc1ed2c60 TSAGE: Added a print out of region details to the walk_regions debugger command 2011-04-30 16:40:01 +10:00
Ori Avtalion
9414d7a6e2 JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
Paul Gilbert
c68641584b TSAGE: Added framework for playing the Ringworld demo 2011-04-25 19:39:45 +10:00
dhewg
85adc95f79 TSAGE: Remove redundant parameter 2011-04-17 12:24:06 +02:00
strangerke
2fb7acb000 TSAGE: Add listobjects and moveobject commands to the debugger 2011-04-17 11:20:08 +02:00
strangerke
e2f34d19c8 TSAGE: Add flag commands to the debugger 2011-04-17 09:33:53 +02:00
Max Horn
84184aabc0 ALL: colour -> color 2011-04-14 14:12:35 +02:00
strangerke
66b43f2312 TSAGE: "Cosmetic" cleanups 2011-04-13 21:27:46 +02:00
Johannes Schickel
6db40e0c6c TSAGE: Cleanup custom List usage.
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-13 18:26:12 +02:00
Paul Gilbert
93b5873836 TSAGE: Added support to priority_regions to display a single specific priority region 2011-03-19 16:11:24 +11:00
Paul Gilbert
10836d20f6 TSAGE: Added command to show the priority regions of a scene 2011-03-19 14:58:30 +11:00
Paul Gilbert
26e9cbccfe TSAGE: Changed walk_regions debugger command to work in scrolling screens 2011-03-17 22:49:14 +11:00
Paul Gilbert
7042d95cfe TSAGE: Added the engine in a separate branch 2011-02-14 20:37:27 +11:00