aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2011-12-27TSAGE: Moved the R2R AUTODOC_ITEMS array to be part of the scene 825.Paul Gilbert
Since this is the only scene that uses it, it makes as much sense to have it as part of the scene than part of the staticres file.
2011-12-27TSAGE: Change R2R AUTODOC_ITEMS to truly be a constant array.Paul Gilbert
Hopefully this will stop it being a globally constructed object.
2011-12-27TSAGE: Ensure correct setDetails version is called in R2R ↵Paul Gilbert
Scene825::Button::setButton
2011-12-27TSAGE: Centralised all the setDetails methods in the various gamesPaul Gilbert
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
2011-12-26TSAGE: R2R - Scene 3700: Fix a couple of bugsStrangerke
Thanks to Fingolfin for pointing those out
2011-12-25TSAGE: R2R - Implement scene 3400Strangerke
2011-12-24TSAGE: R2R - Implement scene 3350Strangerke
2011-12-24TSAGE: R2R - Implement scene 3275Strangerke
2011-12-24TSAGE: R2R - Implement scene 3255Strangerke
2011-12-23TSAGE: R2R - Implement scene 3260Strangerke
2011-12-23TSAGE: R2R - Implement scene 3250Strangerke
2011-12-23TSAGE: Implemented R2R Scene 825 - AutodocPaul Gilbert
2011-12-22TSAGE: R2R - Fix a couple of bugs in scene 2000, Fix calls to ↵Strangerke
disableControl() with parameters Also remove several obsolete warnings
2011-12-22TSAGE: Give a default value to the second parameter of disableControl(), as ↵Strangerke
for enableControl()
2011-12-22TSAGE: R2R - Remove obsolete warningStrangerke
2011-12-22TSAGE: R2R - Scene 3100 (space port): Fix cursor used in signal(), rename an ↵Strangerke
object
2011-12-22TSAGE: R2R - Implement scene 3245Strangerke
2011-12-22TSAGE: R2R - Implement scene 3240Strangerke
2011-12-22TSAGE: R2R - Implement scene 3230Strangerke
2011-12-22TSAGE: R2R - Implement scene 3220Strangerke
2011-12-22TSAGE: R2R look/use/talk fields are more appropriate in the SceneHotspot classPaul Gilbert
2011-12-22TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented ↵Paul Gilbert
R2R SceneExt::display
2011-12-22TSAGE: Implement R2R 2 parameter versions of Player disableControl and ↵Paul Gilbert
enableControl
2011-12-22TSAGE: R2R - Implement scene 3210Strangerke
2011-12-22TSAGE: Work around a data issue in R2R.Strangerke
The character name doesn't seem case sensitive in R2R
2011-12-22TSAGE: R2R - Implement scene 3200Strangerke
2011-12-21TSAGE: R2R - Implement scene 3175Strangerke
2011-12-20TSAGE: R2R - Implement scene 3150Strangerke
2011-12-19TSAGE: R2R - Implement scene 3125Strangerke
2011-12-19TSAGE: Blue Force is now ready for testingTarek Soliman
2011-12-19TSAGE: Implemented R2R Scene 800 - SickbayPaul Gilbert
2011-12-19TSAGE: R2R - Implement scene 3100Strangerke
2011-12-18TSAGE: Bugfix for Ringworld saving and restoring via options dialogPaul Gilbert
2011-12-18TSAGE: Bugfix for using save/load buttons in the Blue Force options dialogPaul Gilbert
2011-12-18TSAGE: Implemented dirty rect handling in the enginePaul Gilbert
This should help improve performance when scalers are being used.
2011-12-18TSAGE: R2R - Scene 2800: Move several objects from scene to action2Strangerke
2011-12-17TSAGE: Bugfix for #3460485 - Animation running too slowlyPaul Gilbert
2011-12-17TSAGE: Bugfix to allow loading savegames in Blue Force directly from the ↵Paul Gilbert
launcher
2011-12-17TSAGE: Disallow saving and loading via the GMM when a dialog is activePaul Gilbert
2011-12-17TSAGE: R2R - Implement scene 2800Strangerke
2011-12-17TSAGE: Implemented R2R Scene 850 - Deck #5 By LiftPaul Gilbert
2011-12-15TSAGE: R2R - CleanupStrangerke
2011-12-15TSAGE: R2R - Implement scene 2750, fix bug in scene 2700Strangerke
2011-12-15TSAGE: R2R - Fix bug in scene 2700, thanks to fingolfinStrangerke
2011-12-15TSAGE: R2R - Implement Scene 2700Strangerke
2011-12-15TSAGE: Implemented R2R Scene 250 - LiftPaul Gilbert
2011-12-14TSAGE: R2R - Implement scene 2600Strangerke
2011-12-14TSAGE: Clean up comments in R2R scene factory methodPaul Gilbert
2011-12-14TSAGE: Bugfix for using terminal in R2R scene 400Paul Gilbert
2011-12-14TSAGE: Return to R2R scene 175 - Empty Bedroom #2Paul Gilbert