aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/globals.cpp
AgeCommit message (Collapse)Author
2013-10-02TSAGE: Fix uninitialized variable.Rodrigo Rebello
This was caused by commit 81a2892229a053bb9c76dea4dbfb63ca13164946.
2013-09-26TSAGE: Minor renaming for R2RFilippos Karapetis
Rename the R2R character indexes to the corresponding character enum (i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA)
2013-09-24TSAGE: Bugfixes and renaming for R2R Circular WalkwaysPaul Gilbert
2013-09-22TSAGE: Cleanup and bugfixes for the R2R Vent MazePaul Gilbert
2013-09-21TSAGE: Further cleanup of R2R maze, and beginning of work on keypad sub-scenePaul Gilbert
2013-09-20TSAGE: Cleanup of vampire statuses in R2R Flub mazePaul Gilbert
2013-09-20TSAGE: Beginnings of fixes and renames for R2R Flub mazePaul Gilbert
2013-09-15TSAGE: Bugfixes and renaming for R2R desertPaul Gilbert
2013-09-15TSAGE: Further renaming and work on R2R Balloon ScenePaul Gilbert
2013-09-13TSAGE: Initial implementation of R2R balloon cutscene codePaul Gilbert
2013-09-10TSAGE: Bugfixes for Spill Mountain mazePaul Gilbert
2013-09-08TSAGE: Fixes and renaming for R2R rim scenePaul Gilbert
2013-09-01TSAGE: Implemented dispatch method for R2R scene 1750Paul Gilbert
2013-09-01TSAGE: Fix for initialising inventory for new R2R gamesPaul Gilbert
2013-08-25TSAGE: Silence GCC warning about variable being shadowedTorbjörn Andersson
2013-08-24TSAGE: Further R2R scene 1550 renaming, and fixing tracking junk statePaul Gilbert
2013-08-24TSAGE: Clean up of R2R scene 1550 player position trackingPaul Gilbert
2013-08-22TSAGE: Replace some British English by American EnglishStrangerke
2013-08-21TSAGE: Fix illegal address computation, CID 1047259Torbjörn Andersson
We want the address right after the last element of _fadePaletteMap. There was probably no actual damage done since _paletteMap[] would likely be right after in memory, and that's zeroed as well. But it was still wrong.
2013-08-18TSAGE: Fixes for displaying landing bay control panelPaul Gilbert
2013-08-18TSAGE: R2R: Fix food submenu on ship computer (Scene 125)Strangerke
2013-07-20TSAGE: Bugfixes for R2R drive roomPaul Gilbert
2013-07-20TSAGE: Work on setup of R2R engine palette mapsPaul Gilbert
2013-07-16TSAGE: Fixes for R2R scanner dialogPaul Gilbert
2013-07-16TSAGE: Bugfixes for R2R drive room, and work on scanner modal dialogPaul Gilbert
2013-07-13TSAGE: Fixes for R2R Crane ControlsPaul Gilbert
2013-07-11TSAGE: Further fixes for R2R landing bayPaul Gilbert
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-07-11TSAGE: Fix for bug #3541354 - Nico shooting player after being tied upPaul Gilbert
2012-02-26TSAGE: Implemented the initial loading logic for R2R animation playerPaul Gilbert
2012-02-14TSAGE: Replace previously unknown value _v58ec2 with _uiElements._activePaul Gilbert
2012-02-14TSAGE: Implemented missing R2R method SceneHandler::setupPaletteMapsPaul Gilbert
2012-02-09TSAGE: R2R - Very preliminary implementation of scene 1337Strangerke
2012-02-05TSAGE: Initial implementation of R2R Scene 180Paul Gilbert
2012-01-31TSAGE: R2R - Implement scene 900Strangerke
2012-01-25TSAGE: R2R- Implement scene 1950Strangerke
2012-01-22TSAGE: R2R - Implement scene 1925Strangerke
2012-01-22TSAGE: Implemented R2R Scene 500Paul Gilbert
2012-01-20TSAGE: R2R - Implement scene 1900Strangerke
2012-01-18TSAGE: R2R - Implement scene 1700Strangerke
2012-01-13TSAGE: R2R - Preliminar implementation of scene 1550Strangerke
Also implement a couple of functions used by scene 1200
2012-01-10TSAGE: R2R - Add some global variables, fix some default valuesStrangerke
2012-01-07TSAGE: R2R - Implement scene 1100Strangerke
2012-01-04TSAGE: R2R - Implement scene 3800.Strangerke
sub1B007() is still stubbed as _field312 usage is conflicting with IDB structure
2012-01-03TSAGE: R2R - Preliminar implementation of scene 3600Strangerke
2012-01-01TSAGE: Revert buggy implementation of dirty rectsPaul Gilbert
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
2011-12-29TSAGE: R2R - Partial implementation of scene 3375.Strangerke
2011-12-25TSAGE: R2R - Implement scene 3400Strangerke
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: R2R - Implement scene 3245Strangerke