aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2014-10-12TSAGE: R2R - Remove a hack in playCentralOutpostCard()Strangerke
2014-10-12TSAGE: R2R - More renaming in scene 1337, add some commentsStrangerke
2014-10-12TSAGE: R2R - Add comments in scene 1337, some renamingStrangerke
2014-10-09TSAGE: R2R - Fix a bug in scene 1337Strangerke
The bug was a rare skip of turn when playing a counter-attack card. Removing the call to handleNextTurn was introducing a bug related to the cursor caching as well as an even rarer eternal loop.
2014-10-09TSAGE: R2R - Remove TODO as the implementation isn't required in ScummVMStrangerke
2014-10-08TSAGE: R2R - Remove some obsolete commentsStrangerke
2014-10-07TSAGE: R2R - rename the outpost alpha debugger commandStrangerke
2014-10-07TSAGE: R2R - some renaming in scene 1337Strangerke
2014-10-06TSAGE: R2R - Fix card drawing choice when player #2 plays a special card #25Strangerke
2014-10-06TSAGE: R2R - Some renaming in scene 1337Strangerke
2014-10-06TSAGE: R2R - Fix position of stock pile after the first shuffleStrangerke
2014-10-05TSAGE: R2R - Fix a bug while dealing card #2 during the gameStrangerke
2014-10-04TSAGE: R2R - Fix a crash when playing a counter cardStrangerke
2014-10-04TSAGE: Add list of files that contain translatable stringsThierry Crozat
2014-10-03TSAGE: R2R - Fix variable check in scene 1337Strangerke
2014-10-03TSAGE: Silece GCC warningsTorbjörn Andersson
2014-10-03TSAGE: R2R - Remove obsolete commentStrangerke
2014-10-02TSAGE: R2R - Fix Card::synchronize() in scene 1337Strangerke
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