aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Expand)Author
2011-04-20TSAGE: Fix problem with text appearing with random background colours after s...Paul Gilbert
2011-04-20TSAGE: Properly destroy cloned objects when removed from a scenePaul Gilbert
2011-04-20TSAGE: Fix double-Miranda bug when Rock is drunk (scene 4100)strangerke
2011-04-19TSAGE: Fix blocking bug in scene 4100.strangerke
2011-04-19TSAGE: Rename several objects in Scene 4000strangerke
2011-04-19TSAGE: Suppress empty format string warning of g++.Johannes Schickel
2011-04-19TSAGE: Removed original game that uses 'Intro.txt' to indicate whether the in...Paul Gilbert
2011-04-19TSAGE: Simplified the new Saver::getObjectCount methodPaul Gilbert
2011-04-19TSAGE: Changed Scene::_sceneNumber to avoid confusion with SceneManager::_sce...Paul Gilbert
2011-04-19TSAGE: Reworked the saving code to fix crashesPaul Gilbert
2011-04-19TSAGE: Fixed button highlighting in inventory dialogPaul Gilbert
2011-04-19TSAGE: Bugfixes for graphics glitches when using the lift in scene #2320Paul Gilbert
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-18TSAGE: Fix region 8 in scene 4045strangerke
2011-04-18TSAGE: Fix bug in scene 4045 "missing character".strangerke
2011-04-18TSAGE: Fix palette corruption in savegame files.Paul Gilbert
2011-04-18TSAGE: Fix bug with selected inventory item remaining selected after restarti...Paul Gilbert
2011-04-18TSAGE: Removed InventoryDialog allFlag parameter.Paul Gilbert
2011-04-18TSAGE: Initialise scene zoom percents in constructor. Fixes crash at the end ...Paul Gilbert
2011-04-18TSAGE: Fix a couple of problems in Scene 2320, still brokenstrangerke
2011-04-18TSAGE: Describe scenes fro group 8 and 10strangerke
2011-04-18TSAGE: Fix bug in scene 1500strangerke
2011-04-17TSAGE: Fix a glitch in scene222:postInit. Suppress a useless comment.strangerke
2011-04-17TSAGE: Fix initialization of MTEXT speakerstrangerke
2011-04-17TSAGE: Fix subtle bug in StripManager. This fixes scene 2222.strangerke
2011-04-17TSAGE: CD version don't use protection page 1, 17 and abovestrangerke
2011-04-17TSAGE: Have copy protection turned on for all versions of the gamePaul Gilbert
2011-04-17TSAGE: Removed redundant call to memory manager deallocatePaul Gilbert
2011-04-17TSAGE: Bugfixes for Scene #2300 - Starship HangerPaul Gilbert
2011-04-17TSAGE: Suppress strict-alias warnings on older GCCsdhewg
2011-04-17TSAGE: Remove redundant parameterdhewg
2011-04-17TSAGE: Fix glitches with incorrect pixels on the edges of zoomed objectsPaul Gilbert
2011-04-17TSAGE: Add listobjects and moveobject commands to the debuggerstrangerke
2011-04-17TSAGE: Add flag commands to the debuggerstrangerke
2011-04-17TSAGE: Disable GMM Save/Load buttons when saving/loading not allowedPaul Gilbert
2011-04-17TSAGE: Add workaround for scene 40 (glitch in animation of dying Kzin falling)strangerke
2011-04-16TSAGE: Rename some objects in scene 60 and fix the master button behavior.strangerke
2011-04-15TSAGE: Fix several problems in scene 40, including the blocking one (killing ...strangerke
2011-04-15TSAGE: Cleanup. For coding consistency, remove default parameters when callin...strangerke
2011-04-15TSAGE: Fix several problems in scene 20. That fixes the intro and probably th...strangerke
2011-04-15TSAGE: Changed palette code back to using a byte arrayPaul Gilbert
2011-04-15TSAGE: Scene40: The hero may now use his stunner on the assassin. Scene still...strangerke
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-14TSAGE: Added replacement hierarchy for palette modifier classes that better m...Paul Gilbert
2011-04-14TSAGE: Big Endian fixJoost Peters
2011-04-13TSAGE: Silence uninitialized variable usage warning.Johannes Schickel
2011-04-13TSAGE: Replace the recently added error() by a warning(), allowing to play th...strangerke
2011-04-13TSAGE: Suppress some dead code, rename a variable (thanks fuzzie for pointing...strangerke
2011-04-13TSAGE: Always initialise the event in getEvent()eriktorbjorn