aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.cpp
AgeCommit message (Expand)Author
2011-03-19TSAGE: Implemented Scene 2400 - Descending in LanderPaul Gilbert
2011-03-19TSAGE: Replaced some values with proper constantsPaul Gilbert
2011-03-17TSAGE: Bugfixes for player movement in wide-screen scenesPaul Gilbert
2011-03-12TSAGE: Bugfix for cloning the SceneObjectWrapper when a SceneObject is clonedPaul Gilbert
2011-03-09TSAGE: Fixed memory leak when changing SceneObjectWrapper objectsPaul Gilbert
2011-03-08TSAGE: Bugfix to increment data block lock counter when a Visage is clonedPaul Gilbert
2011-03-06TSAGE: Changes to cursor handling that more accurately replicates the originalPaul Gilbert
2011-03-06TSAGE: Fix stack overrun in the pathfinderPaul Gilbert
2011-03-06TSAGE: Bugfix for correctly erasing on-screen text when it gets removedPaul Gilbert
2011-02-27TSAGE: Initial implementation of Scene #1400 - Arriving at RingworldPaul Gilbert
2011-02-27TSAGE: Bugfix for loading scenes without a palettePaul Gilbert
2011-02-27TSAGE: Bugfix for correctly setting object frame numbersPaul Gilbert
2011-02-27TSAGE: Fixed bug with scene mode being used incorrectly as the scene load flagPaul Gilbert
2011-02-27TSAGE: Bugfix to enable palette rotationPaul Gilbert
2011-02-26TSAGE: Bugfix for credits animations in Scene 1000Paul Gilbert
2011-02-26TSAGE: Bugfixes for drawing objects in wide screen areasPaul Gilbert
2011-02-24TSAGE: Bugfixes for Scene 60 - Flycycle ControlsPaul Gilbert
2011-02-23TSAGE: Added code to the sound handler stub methods to properly flag sounds a...Paul Gilbert
2011-02-23TSAGE: Added proper cursor showing when the scene changesPaul Gilbert
2011-02-22TSAGE: Initial implementation of more game scenes and support classesPaul Gilbert
2011-02-18TSAGE: Started fleshing out the SoundHandler classPaul Gilbert
2011-02-16TSAGE: Bugfix to correctly draw objects on-screen in double-width scrolling s...Paul Gilbert
2011-02-16TSAGE: Fix another pathfinding bug that was causing infinite loops in some casesPaul Gilbert
2011-02-16TSAGE: Replaced some old delete's with proper calls to remove() methodPaul Gilbert
2011-02-16TSAGE: Yet another pathfinding bugfixPaul Gilbert
2011-02-16TSAGE: Another pathfinding bugfixPaul Gilbert
2011-02-15TSAGE: Bugfixes for the player pathfinderPaul Gilbert
2011-02-15TSAGE: Bugfix to correctly clear the walk region intersection lists when chan...Paul Gilbert
2011-02-15TSAGE: Bugfix to load walk region areas correctlyPaul Gilbert
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert