aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2011-04-29TSAGE: Added two temporary hacks for scenes 5100 and 5200 and added some ↵md5
comments With these two hacks, it's possible to progress a bit further
2011-04-29TSAGE: Fix bug in scene 4025 "The comet is turn in the wrong sense, screwing ↵strangerke
the palette animation"
2011-04-29TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)md5
2011-04-28TSAGE: Don't use NULL for an int parameterMax Horn
2011-04-28TSAGE: Slowed down Scene #6100 to a reasonable speed, and finished code for ↵Paul Gilbert
hitting sunflowers
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-28TSAGE: Proper setting of startup cursor for full game versus demoPaul Gilbert
2011-04-28TSAGE: Proper bugfix for problem saving/restoring game in Scene #5000 and othersPaul Gilbert
2011-04-28TSAGE: Added code to handle visual differences in Demo help dialogPaul Gilbert
2011-04-28TSAGE: Fix a little bug in scene 5100, when looking at the speaking batstrangerke
2011-04-28TSAGE: Suppress the 2 workarounds previously added, use of a proper fixstrangerke
2011-04-28TSAGE: Fixed 2 script logic bugs (scene 5100, 5300) and two typosmd5
These fix the following issues: - Loss of control after freeing the bat in scene 5100 - Loss of control after drinking from the bat's pheromonone bottle in scene 5300 - Crash when the two flesheaters appear on the path in scene 5300
2011-04-28TSAGE: Fixed assert after loading a game in scene 5000 and changing scenemd5
2011-04-27TSAGE: Added temporary fix for some saved games (e.g. scenes 4050 and 5000)md5
2011-04-27TSAGE: Fix "map" bug in scene 4050. Thanks MD5 for reporting it.strangerke
2011-04-27TsAGE: Fix dialog bug in scene 4150 (thanks [Md5] for reporting it)strangerke
2011-04-27TsAGE: Add some comment and fix 2 crashes in scene 5100strangerke
2011-04-26TSAGE: Fix a tiny bug in the initialization of scene 5000strangerke
2011-04-26TSAGE: Implemented loading walk regions for Ringworld CD and Demo #2Paul Gilbert
2011-04-26TSAGE: Gave proper names to several previously unnamed fieldsPaul Gilbert
2011-04-26TSAGE: Implemented scene priority changes introduced in Ringworld CD & ↵Paul Gilbert
Floppy Demo #2
2011-04-25TSAGE: Add virtual destructor to Game class.Johannes Schickel
2011-04-25TSAGE: Fix text not being skippable in Scene #5000Paul Gilbert
2011-04-25TSAGE: Bugfixes for Ringworld demo - demo is now completable with some ↵Paul Gilbert
remaining gfx glitches
2011-04-25TSAGE: Added new file for Ringworld DemoPaul Gilbert
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-25TSAGE: Added detection entry for Ringworld DemoPaul Gilbert
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-24TSAGE: Implement missing Scene4050::signal() and Scene4050::dispatch(), fix ↵strangerke
several bugs. It's now possible to complete scene group 5 despite a couple of glitches in scene 4000 and 4045
2011-04-23TSAGE: Scene 4000: Fix several bugs that were blocking progress to the chimneystrangerke
2011-04-23TSAGE: Fix Miranda in scene 4000, 4040 and 4045strangerke
2011-04-22TSAGE: Fix an inventory bug (ale)strangerke
2011-04-22TSAGE: Fix initialization bug in scene 4100.strangerke
2011-04-21TSAGE: Fix a bug in Scene 4100strangerke
2011-04-21TSAGE: Fix broken animation in scene 60. Renamed more or less everythingstrangerke
2011-04-20TSAGE: Cleaner bugfix for text colours being incorrectPaul Gilbert
2011-04-20TSAGE: Fix problem with text appearing with random background colours after ↵Paul Gilbert
scene changes
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
That unlocks the infamous "Alcohol? Cool, get my daughter!" scene :P
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 ↵Paul Gilbert
introduction has played
2011-04-19TSAGE: Simplified the new Saver::getObjectCount methodPaul Gilbert
2011-04-19TSAGE: Changed Scene::_sceneNumber to avoid confusion with ↵Paul Gilbert
SceneManager::_sceneNumber
2011-04-19TSAGE: Reworked the saving code to fix crashesPaul Gilbert
Note that this undoes the recent compilation fix for GCC, since it didn't work. For now, used an explicit void ** conversion as previously suggested.
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