aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2014-10-28TSAGE: Remove trailing whitespaceFilippos Karapetis
2014-10-16TSAGE: R2R - Remove useless includesStrangerke
2014-10-16TSAGE: Move Air Duct and Vampire lair mazes in separate source filesStrangerke
2014-10-14TSAGE: R2R - Fix a bug when trying to exit the ship console after playing ↵Strangerke
Outpost Alpha
2014-10-13TSAGE: R2R - move Scene1337 to its own source file to reduce the size of ↵Strangerke
ringworld2_scenes1
2014-10-13TSAGE: R2R - Some refactoring in Scene1337::Action12Strangerke
2014-10-13TSAGE: R2R - Fix bug in getRandomCardFromHand()Strangerke
2014-10-13TSAGE: R2R - Some more renaming in scene 1337Strangerke
2014-10-13TSAGE: R2R - Remove a hack in Scene1337::Action12Strangerke
2014-10-12TSAGE: R2R - Fix bug with short delay card discard for player 0Strangerke
2014-10-12TSAGE: R2R - Fix discard of own selected station when handling the meteor ↵Strangerke
card effect
2014-10-12TSAGE: R2R - Fix a bug in scene 1337, when playing a meteor card on a player ↵Strangerke
owning an interceptor card
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