aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2014-10-02TSAGE: R2R - Implement synchronize in Scene 1337Strangerke
2014-10-01TSAGE: R2R - Fix a bug in handlePlayer1, some renamingStrangerke
2014-09-29TSAGE: R2R - Reduce the scope of a variable, some renamingStrangerke
2014-09-29TSAGE: R2R - fix a crash in scene 1337. Remove useless checksStrangerke
2014-09-20TSAGE: Fix for bug #6734 - insetUp being incorrectPaul Gilbert
2014-08-22MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)Ben Castricum
2014-07-09TSAGE: Fix for R2R endgame crash when active character is SeekerPaul Gilbert
2014-07-01TSAGE: Fix incorrect scene item resource in Ringworld 1Paul Gilbert
2014-06-30TSAGE: Remove mutex locks that were causing occassional deadlocksPaul Gilbert
2014-06-30TSAGE: Fix for loading savegames in the R2R Flub tube mazePaul Gilbert
2014-06-29MADS: Fix using arrow keys in Miranda's mazePaul Gilbert
2014-06-08TSAGE: Fix for R2R game/help dialog not accepting Fn keysPaul Gilbert
2014-06-08Merge pull request #449 from gazben/bug6545FixArnaud Boutonné
TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"
2014-06-08TSAGE: R2R - Fix Nej position in scene position. Fix for bug #6619Strangerke
2014-06-08TSAGE: R2R - Correct possible out of range accesses checks.D G Turner
These had an off-by-one error in the upper bound check. This should fix the remaining warnings reported as bug #6621.
2014-06-08TSAGE: R2R - Fix right-side scene borderTorbjörn Andersson
The right and left sides of the scene border are actually two different images. You could see that the colors didn't line up at the seams, but no one even noticed. Until now.
2014-06-08TSAGE: R2R - Error out on possible out of range accesses.D G Turner
This will fix the warnings reported as bug #6621.
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-03-29TSAGE: Fix incorrect cursor when changing R2RW desert areasPaul Gilbert
2014-03-20TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"Gazben
The save dialog glitched es the F5 event was already processed in engines/tsage/core.cpp and it caused the to immediately reopen.
2014-03-18TSAGE: R2R - Add current scene number in debug function Cmd_ListObjectsStrangerke
2014-03-16TSAGE: Remove useless variable in Voice structure entry Type 0Strangerke
2014-03-16TSAGE: Reduce verbosity in Sound codeStrangerke
2014-03-16TSAGE: Change the type of two variables to booleanStrangerke
2014-03-16TSAGE: Prevent possible null dereferenced in sound playerStrangerke
2014-03-07TSAGE: Rename savegame header membersStrangerke
2014-03-02MISC: Revert 2 files accidentally modified in ↵Strangerke
418de45d9cebfbabb05edd09ca5206d95d693867
2014-03-02TOLTECS: Reduce a variable scope, move a variable to booleanStrangerke
2014-02-24R2R: Don't allow character to teleport (bug #6546)Strangerke
2014-02-24R2R: Fix bug #6547 - Invalid cursor during dialogsStrangerke
2014-02-23R2R: Add a little hack to get the correct sentence order after scanning ARM ↵Strangerke
(bug #6504)
2014-02-19TSAGE: Remove leftover debug displayStrangerke
2014-02-19TSAGE: Some British to American EnglishStrangerke
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2014-02-17TSAGE: Indent REGISTER_PLUGIN_* for consistency.Johannes Schickel
2014-02-16TSAGE: Fix again #6507 - Regression introduced in ↵Strangerke
a41db1939cdff632d16aa3849e23b844c46bafef
2014-02-16TSAGE: Fix F5 in Help screenStrangerke
2014-02-16TSAGE: Fix bug #6509 - Topmost line of scene isn't drawnStrangerke
2014-02-16TSAGE: Fix bug #6519 - Mouse pointer behavior in dialog menuStrangerke
2014-02-16TSAGE: Janitorial - Remove trailing spacesStrangerke
2014-02-09TSAGE: Fix smoke transparency effect in the R2R drive roomPaul Gilbert
2014-02-09TSAGE: R2R - Fix previous commit, check was invertedStrangerke
2014-02-09TSAGE: R2R - Fix sprite used when exiting scene 1800 using the South exit ↵Strangerke
(Rim lift, exterior)
2014-02-09TSAGE: R2R - Fix sound missing in scene 3500 (Flub tube maze)Strangerke
2014-02-09TSAGE: R2R - Fix issue in ScannerDialogStrangerke
2014-02-09TSAGE: R2R - Reduce the scope of some variablesStrangerke
2014-02-09TSAGE: Ringworld - Remove a redundant check on the previous scene number in ↵Strangerke
scene 9500
2014-02-09TSAGE: Ringworld - Reduce the scope of a couple of variablesStrangerke