aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld_scenes10.cpp
AgeCommit message (Expand)Author
2011-06-19Merge remote branch 'remotes/dreammaster/tsage_sound'Paul Gilbert
2011-05-25TSAGE: Add scene description in scene groups 8 and 10strangerke
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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07TSAGE: Fix a bug and a couple of glitches in scene 9700strangerke
2011-05-05TSAGE: Fix a nasty graphical bug in scene 9450strangerke
2011-05-05TSAGE: Fix 6 freezes in scene 9850strangerke
2011-05-05TSAGE: fix 3 freezes in scene 9450strangerke
2011-05-03TSAGE: Cleanup: Use NULL instead of 0 when handling pointers. Suppress some u...strangerke
2011-05-03TSAGE: Bugfixes for displaying the creditsPaul Gilbert
2011-05-03TSAGE: Fix the last action of the game. The ending animation is still screwed...strangerke
2011-05-03TSAGE: some little cosmetic modificationsstrangerke
2011-05-02TSAGE: Fix a couple of glitches in scene 9100strangerke
2011-05-02TSAGE: Fixed using communicator in Scene #9700Paul Gilbert
2011-05-01TSAGES: Bugfixes for placing the candle and helmet in the inventory in scene ...Paul Gilbert
2011-05-01TSAGE: Bugfix for showing tunic to guard in scene #9200Paul Gilbert
2011-05-01TSAGE: Bugfix for picking up tunic in scene #9450Paul Gilbert
2011-05-01TSAGE: Fix display of tapestries in the Kzin castle hallwaysPaul Gilbert
2011-05-01TSAGE: Bugfix for hallway setup, and picking up straw in the Blacksmith's roomPaul Gilbert
2011-05-01TSAGE: Bugfix for having eagle fly away in Scene #9150Paul Gilbert
2011-05-01TSAGE: Bugfixes for movement in Scene #9100Paul Gilbert
2011-04-30TSAGE: Rename setPriority2 to setPriority for disambiguationstrangerke
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-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-19TSAGE: Changed Scene::_sceneNumber to avoid confusion with SceneManager::_sce...Paul Gilbert
2011-04-15TSAGE: Cleanup. For coding consistency, remove default parameters when callin...strangerke
2011-04-15TSAGE: Changed palette code back to using a byte arrayPaul Gilbert
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-14TSAGE: Added replacement hierarchy for palette modifier classes that better m...Paul Gilbert
2011-04-13TSAGE: Suppress some dead code, rename a variable (thanks fuzzie for pointing...strangerke
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Fix compilation on Linux/amd64 with g++ 4.5.2.Johannes Schickel
2011-04-13TSAGE: Change palette code from 4-byte to 3-byte palettesPaul Gilbert
2011-04-13TSAGE: Fix a crash using the new palette effect. It still doesn't show much...strangerke
2011-04-12TSAGE: Implement most of the scene 9900. New palette animation is currently b...strangerke
2011-04-09TSAGE: Cleanup: rename quickInit() methods into setup() for naming consistencystrangerke
2011-04-09TSAGE: move SceneObject3 and 4 to scenes8 and 10, rename them their unknown f...strangerke
2011-04-08TSAGE: move NamedHotspot back into core. Replace HotspotBase4300 by NamedHots...strangerke
2011-04-08TSAGE: Rename SceneHotspot_3 to NamedHotspotstrangerke
2011-04-08TSAGE: Move SceneHotspot_3 to Scene10, rename unknown fields, fix sword bug i...strangerke
2011-04-08TSAGE: Fix typostrangerke
2011-04-08Tsage: Add scene 9850 (with several bugs :/) and skeleton of scene 9900.strangerke
2011-04-08Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
2011-04-08TSAGE: Renamed OBJFLAG_100 as OBJFLAG_HIDEPaul Gilbert
2011-04-05TSAGE: rename an object in scene9500, fix 2 bugs, remove debug stringsstrangerke
2011-04-05TSAGE: Add scene 9500strangerke
2011-04-05Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke