aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld_scenes1.cpp
AgeCommit message (Expand)Author
2011-08-13TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ...Paul Gilbert
2011-07-30TSAGE: Fix call to correct base class in Scene #60 itemsPaul Gilbert
2011-07-30TSAGE: Fix base hotspot classes of hotspots in Scene #40Paul Gilbert
2011-07-30TSAGE: Add missing dispatch method to fix getting shot too quickly in Scene #40Paul Gilbert
2011-07-02TSAGE: Fixed problem with saving double valuesPaul Gilbert
2011-06-22TSAGE: Fix bug in sound fading in scene 20.Strangerke
2011-06-22TSAGE: Remove out of date TODO comments where applicablePaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19Merge remote branch 'remotes/dreammaster/tsage_sound'Paul Gilbert
2011-06-04TSAGE: Add support for saving in scene #6100Paul Gilbert
2011-06-01TSAGE: Little modification in order to match the executable in scene 6100Strangerke
2011-05-24TSAGE: Created stub classes for ASound and Sound, and reworked engine to use ...Paul Gilbert
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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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-04-30TSAGE: Rename setPriority2 to setPriority for disambiguationstrangerke
2011-04-28TSAGE: Don't use NULL for an int parameterMax Horn
2011-04-28TSAGE: Slowed down Scene #6100 to a reasonable speed, and finished code for h...Paul Gilbert
2011-04-26TSAGE: Gave proper names to several previously unnamed fieldsPaul Gilbert
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-21TSAGE: Fix broken animation in scene 60. Renamed more or less everythingstrangerke
2011-04-19TSAGE: Changed Scene::_sceneNumber to avoid confusion with SceneManager::_sce...Paul Gilbert
2011-04-17TSAGE: Add workaround for scene 40 (glitch in animation of dying Kzin falling)strangerke
2011-04-16TSAGE: Rename some objects in scene 60 and fix the master button behavior.strangerke
2011-04-15TSAGE: Fix several problems in scene 40, including the blocking one (killing ...strangerke
2011-04-15TSAGE: Fix several problems in scene 20. That fixes the intro and probably th...strangerke
2011-04-15TSAGE: Scene40: The hero may now use his stunner on the assassin. Scene still...strangerke
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-13TSAGE: Move two functions from .h to .cpp (thanks fuzzie for reporting that)strangerke
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Fixed warnings identified by BuildbotPaul Gilbert
2011-04-12TSAGE: Reworked the 'probe approaching rocks' cut-scene to work correctlyPaul Gilbert
2011-04-10TSAGE: Fixed bug in Scene #6100 with sunflowers briefly appearing too largePaul Gilbert
2011-04-10TSAGE: Lots more bugfixes for Scene #6100Paul Gilbert
2011-04-09TSAGE: Fixing uninitialised read errors identified by ValgrindPaul Gilbert
2011-04-09TSAGE: Clarifying field names in Scene #6100Paul Gilbert
2011-04-09TSAGE: Slight re-ordering of method calls in SceneHandler::dispatchPaul Gilbert
2011-04-09TSAGE: Some bugfixes to calculating object distances in Scene #6100Paul Gilbert
2011-04-09TSAGE: Compilation fixes for GCCPaul Gilbert
2011-04-08TSAGE: Renamed OBJFLAG_100 as OBJFLAG_HIDEPaul Gilbert
2011-04-04TSAGE: Some work on fixing Scene 6100Paul Gilbert
2011-04-03TSAGE: Fix compilation break in previous commitPaul Gilbert
2011-04-03TSAGE: Fix use of PlayerMover2 classPaul Gilbert
2011-03-23TSAGE: Initial implementation of Scene #4025Paul Gilbert
2011-03-12TSAGE: In progress implementation of Scene #2320 - Starcraft - Hanger BayPaul Gilbert
2011-02-27TSAGE: Initial implementation of Scene #1400 - Arriving at RingworldPaul Gilbert
2011-02-27TSAGE: Separated Scene 1000 into a seaprate code filePaul Gilbert