aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.cpp
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11TSAGE: Added missing code for loading scene regions in the CD/FW versions of ↵Paul Gilbert
the game
2011-05-08TSAGE: Fix memory leak when exiting whilst any palette rotation is activePaul Gilbert
2011-05-06TSAGE: Initialise player fields to fix Valgrind warningPaul Gilbert
2011-05-05TSAGE: Fixed problem with text being partly off-screen in Scene #9500Paul Gilbert
2011-05-04TSAGE: Some more conversions to US Englishmd5
2011-05-04TSAGE: Switched to American English, after the relevant discussion on -devel:md5
serialiser -> serializer synchronise -> synchronize
2011-05-04TSAGE: Bumped up savegame version, so that the old savegames are still usablemd5
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames
2011-05-03TSAGE: Bugfix for palette fader crash in Scene #9990Paul Gilbert
2011-05-03TSAGE: Add missing calls to inherited method in various class ↵Paul Gilbert
synchronisation methods
2011-05-03TSAGE: Bugfixes to savegames when the scene is showing an alternate screenPaul Gilbert
2011-05-01TSAGE: Fix parameter order in NamedHotspot class methodsPaul Gilbert
2011-05-01TSAGE: Fixed NamedHotspot fields to be synchronised to savegamesPaul Gilbert
2011-04-30TSAGE: Silenced compiler warningsPaul Gilbert
2011-04-30TSAGE: Rename setPriority2 to setPriority for disambiguationstrangerke
2011-04-30TSAGE: Fixed problem in pathfinding when clicked position is outside ↵Paul Gilbert
walkable areas
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-28TSAGE: Added code to handle visual differences in Demo help dialogPaul Gilbert
2011-04-26TSAGE: Implemented loading walk regions for Ringworld CD and Demo #2Paul Gilbert
2011-04-26TSAGE: Gave proper names to several previously unnamed fieldsPaul Gilbert
2011-04-26TSAGE: Implemented scene priority changes introduced in Ringworld CD & ↵Paul Gilbert
Floppy Demo #2
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-20TSAGE: Cleaner bugfix for text colours being incorrectPaul Gilbert
2011-04-20TSAGE: Properly destroy cloned objects when removed from a scenePaul Gilbert
2011-04-19TSAGE: Bugfixes for graphics glitches when using the lift in scene #2320Paul Gilbert
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-18TSAGE: Fix bug with selected inventory item remaining selected after ↵Paul Gilbert
restarting game
2011-04-17TSAGE: Removed redundant call to memory manager deallocatePaul Gilbert
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 ↵Paul Gilbert
matches the original
2011-04-14TSAGE: Big Endian fixJoost Peters
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Fix compilation on Mac OS X PPC.Johannes Schickel
Mac OS X PPC's standard C(++) library does not feature any sqrtf function, since the parameter is double anyway I changed it to use sqrt for now. We might want to consider adding some global macros for that on such platforms. Another instance where the same issues caused problems in the past is the MT-32 emulator. See audio/softsynth/mt32/synth.cpp lines 30 to 43 for reference.
2011-04-13TSAGE: Cleanup custom List usage.Johannes Schickel
This makes the code use Common::List for all cases where synchronization can not be done with tSage::List::synchronise. Furthermore I renamed the custom List class to SynchronisedList to stress its purpose. I also removed clear2, contains and forEach and replaced them with algorithm usage from Common:: or in the case of "contains" replaced them with a simple inline function which uses Common::find.
2011-04-13TSAGE: Fixed warnings identified by BuildbotPaul Gilbert
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 ↵strangerke
broken, to be fixed
2011-04-12TSAGE: Reworked the 'probe approaching rocks' cut-scene to work correctlyPaul Gilbert
The problem is the original game presumed that rendering a single frame would take at least 10 ticks (at 60Hz). Since the ScummVM renders it faster than then, the cutscene wasn't working. A new 'ProbeMover' class has been created to ensure the probe shrinking keeps correct pace with the probe's movement.
2011-04-10TSAGE: Lots more bugfixes for Scene #6100Paul Gilbert
2011-04-09Merge remote branch 'remotes/Strangerke/master' into tsagePaul Gilbert
2011-04-09TSAGE: Cleanup: rename quickInit() methods into setup() for naming consistencystrangerke
2011-04-09TSAGE: Slight re-ordering of method calls in SceneHandler::dispatchPaul Gilbert
This fixes a problem in the title screen where the game title briefly appeared at full size.
2011-04-09TSAGE: Corrections to palette rotationPaul Gilbert
2011-04-09TSAGE: Clarified ObjectMover _field6E as _regionIndexPaul Gilbert
2011-04-09TSAGE: Compilation fixes for GCCPaul Gilbert
2011-04-08Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke