aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2013-11-24TSAGE: R2R - Remove an unused variable in maze UIStrangerke
2013-11-24TSAGE: BF - Remove an unused parameter in Scene570::Icon::setDetails()Strangerke
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically.
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
This is now generated automatically by the configure script from the engine directory names.
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script.
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine.
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically.
2013-11-24TSAGE: RINGWORLD - Remove unused object, remove erroneous commentsStrangerke
2013-11-23TSAGE: Fix for flub tube maze header commentsPaul Gilbert
2013-11-23TSAGE: Further fixes for object centroid handlingPaul Gilbert
2013-11-23TSAGE: R2R - Remove some warningsStrangerke
2013-11-23TSAGE: In progress work and bugfixes for R2R centroid handlingPaul Gilbert
2013-11-23TSAGE: Janitorial - Fix more spacing errorsStrangerke
2013-11-23TSAGE: R2R - Fix spacing errors, add comment about an useless variableStrangerke
2013-11-22TSAGE: R2R - Add a hack to avoid the display of giant character in circular ↵Strangerke
hall (scene 3375)
2013-11-22TSAGE: R2R - Fix animation bug in scene 3350Strangerke
2013-11-22TSAGE: R2R - Fix bug in the initialization of an actorStrangerke
2013-11-22TSAGE: R2R - Fix Animation issue in scene 3150Strangerke
2013-11-20TSAGE: R2R - Document a fix, remove useless bracesStrangerke
2013-11-20TSAGE: R2R - Fix missing variable initializationStrangerke
2013-11-20TSAGE: R2R - Fix bug in Scene 1950Strangerke
2013-11-19TSAGE: R2R - Add a workaround for the pathfinding issue in vampire maze, ↵Strangerke
remove some useless braces
2013-11-19TSAGE: Graphic fix for image flags affecting frame centroid locationPaul Gilbert
2013-11-19TSAGE: R2R fix for using ladder at bottom of lift shaftPaul Gilbert
2013-11-18TSAGE: Don't assert in PlayStream::getFileOffset() when no data existsFilippos Karapetis
This function returns 0 when no valid voice data is found, at the place where it's used. This prevents the game asserting during the intro, when no speech file is present, in platforms with limited disk space
2013-11-18TSAGE: R2R - Some renaming in scene 1750Strangerke
2013-11-18TSAGE: R2R - Remove useless function in scene 1750Strangerke
2013-11-17TSAGE: R2R - Add comments related to flag 52, 53 and 54 in scene 1100Strangerke
2013-11-16TSAGE: Cleanup and correct entrance/exits for R2R balloon launchPaul Gilbert
2013-11-16TSAGE: R2R fix for Quinn moving from output to ARM shipPaul Gilbert
2013-11-15TSAGE: R2R - Add hardcoded logic to handle Seeker failing to open door in ↵Strangerke
scene 1800. This fixes a bug in the original game.
2013-11-14TSAGE: Fix for Quinn's visage in R2R forest campfire sequencePaul Gilbert
2013-11-14TSAGE: Full height bugfix for R2R balloon landing scenePaul Gilbert
2013-11-14TSAGE: Bugfixing and minor renaming for R2R Maglev scenePaul Gilbert
2013-11-13TSAGE: Fix for R2R Rimwall crash cutscene to be full screenPaul Gilbert
2013-11-13TSAGE: Fix for walk regions around R2R intact spaceport shipPaul Gilbert
2013-11-13TSAGE: Fix to show walk cursor after getting joystickPaul Gilbert
2013-11-13TSAGE: Fix for corrupted R2R bridge speakers. This invalidates prior scene ↵Paul Gilbert
300 saves
2013-11-14TSAGE: R2R - Fix wreckage disappearing when grabbing the diagnostic display, ↵Strangerke
in scene 1550
2013-11-13TSAGE: R2R - comment out some noisy warningsStrangerke
2013-11-13TSAGE: Fix for R2R spaceport check for when to trigger ARM arriving cutscenePaul Gilbert
2013-11-13TSAGE: Fix for showing correct cursor on R2R bridge post spaceport landingPaul Gilbert
2013-11-13TSAGE: Fix to show UI after landing on spaceport cutscenePaul Gilbert
2013-11-13TSAGE: R2R - Fix a crash when switching from active to passive scan after ↵Strangerke
visiting canyon people
2013-11-12TSAGE: Fix for R2R crash loading voice after landing on spaceportPaul Gilbert
2013-11-12TSAGE: R2R Fix for restoriong scenes with objects using a shadow mapPaul Gilbert
2013-11-12TSAGE: Fix for R2R cutscene scene 1500 to be full screenPaul Gilbert
2013-11-12TSAGE: Animation player fix to match speed with the originalPaul Gilbert
2013-11-12TSAGE: Fix for positioning R2R text to account for screen boundaryPaul Gilbert
2013-11-12TSAGE: R2R - Remove obsolete TODOStrangerke