aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Expand)Author
2011-05-25ALL: analyse -> analyzeMatthew Hoops
2011-05-25TSAGE: Silence another (incorrect but still annoying) uninitialized var warningMax Horn
2011-05-24TSAGE: Fix bug "Scene 2320: If you try to activate the flycycle, [...] the ga...strangerke
2011-05-24TSAGE: Fix bug "Scene 2100: If you sit down at Quinn's console and then get b...strangerke
2011-05-23TSAGE: Remove redundant semicolonsMax Horn
2011-05-22TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't n...strangerke
2011-05-22TSAGE: Fix bug "Scene 2100: Examining the middle console triggers an assertio...strangerke
2011-05-18TSAGE: Fix several glitches in scene 4000strangerke
2011-05-18TSAGE: Fix bug in scene 2280 (when picking up left boots)strangerke
2011-05-18TSAGE: Fix a serie of bugs in scenes 4045 and 4000strangerke
2011-05-17TSAGE: Name the RandomSourceMax Horn
2011-05-16TSAGE: Fix graphics button behaviour (slightly hackish)eriktorbjorn
2011-05-16TSAGE: Added support for handling keypresses in the Game classes. Separated l...Paul Gilbert
2011-05-16TSAGE: Changed demo quit dialog to correctly handle ESCAPE and ENTER keysPaul Gilbert
2011-05-16TSAGE: Bugfixes for dialogs correctly handling ESCAPE and ENTERPaul Gilbert
2011-05-16TSAGE: Implemented the Exit dialog in the Ringworld demoPaul Gilbert
2011-05-16TSAGE: Fix for crash when hiding cursor in Ringworld demoPaul Gilbert
2011-05-16TSAGE: Fix bad palette in the Fleeing planet cutsceneeriktorbjorn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-15TSAGE: Made some dialogs less CPU hungryeriktorbjorn
2011-05-15TSAGE: Fix some errors in endGame().eriktorbjorn
2011-05-15TSAGE: Ensured all scenes with custom data properly save it in the savegamesPaul Gilbert
2011-05-15TSAGE: Fixed saving problem and talking to Seeker in Scene #50Paul Gilbert
2011-05-15TSAGE: Add the skeletton of createScene()strangerke
2011-05-14TSAGE: Moved scene creation into the Game class, and separated out the Ringwo...Paul Gilbert
2011-05-14TSAGE: Added skeleton game class for Blue ForcePaul Gilbert
2011-05-14TSAGE: Move the RingworldDemoGame class to the ringworld_demo filePaul Gilbert
2011-05-14TSAGE: Add blue force library filesstrangerke
2011-05-13TSAGE: Add detection for some versions of Blue Forcestrangerke
2011-05-13TSAGE: Fix bug "Scene 7000: When the ship is landing, the reactor fire is at ...strangerke
2011-05-13TSAGE: fix bug "Scene 2100: When Miranda uses the elevator, a graphical glitc...strangerke
2011-05-13TSAGE: Fix warning when compiling in release modeMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11TSAGE: Don't show cursor after restoring a game if a cut-scene is now activePaul Gilbert
2011-05-11TSAGE: Added missing code for loading scene regions in the CD/FW versions of ...Paul Gilbert
2011-05-11TSAGE: Bugfix to show cursor after restoring a savegamePaul Gilbert
2011-05-11TSAGE: Bugfix for Flesh-eaters moving too fast in Scene #5100Paul Gilbert
2011-05-11TSAGE: Completely remove the resetting of _scrollFollower. It needs to be mai...Paul Gilbert
2011-05-11TSAGE: Fix animation of Quinn and Seeker approaching cave in Scene #5000Paul Gilbert
2011-05-11TSAGE: Rework parts of the cursor code to better match the originalPaul Gilbert
2011-05-11TSAGE: Further fix for resetting _scrollFollowerPaul Gilbert
2011-05-11TSAGE: Reset the Globals::_scrollFollower to NULL when a scene endsPaul Gilbert
2011-05-10TSAGE: Fix a glitch in setCursor()strangerke
2011-05-10TSAGE: Adjusted scaling process to fix scaling image to a 1x1 pixel in Scene ...Paul Gilbert
2011-05-10TSAGE: Standardised on checks for showing the Save and Restore dialogsPaul Gilbert
2011-05-10TSAGE: Further tweaks to movement in Scene #6100Paul Gilbert
2011-05-10TSAGE: Tweaked mouse movement in Scene #6100 when mouse is in the centre of t...Paul Gilbert
2011-05-08TSAGE: Bugfix for restoring savegames saved when palette effects are activePaul Gilbert
2011-05-08TSAGE: Fix memory leak when exiting whilst any palette rotation is activePaul Gilbert
2011-05-07TSAGE: Close Memory Leak in GfxSurface::create().D G Turner