aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
AgeCommit message (Collapse)Author
2011-06-20TSAGE: Replaced integer counters used as mutexes with Common::Mutex usagePaul Gilbert
2011-06-20TSAGE: Loop variables are meant to be integers rather than boolsPaul Gilbert
2011-06-20TSAGE: Bugfix for crash when exiting whilst a sound is playingPaul Gilbert
2011-06-20TSAGE: Sound is now working!Paul Gilbert
2011-06-20TSAGE: Corrections to the sound fading codePaul Gilbert
2011-06-20TSAGE: Bugfix for properly decrementing _disabledServerCountPaul Gilbert
2011-06-20TSAGE: Initial implementation of AudioStream interface for sound driverPaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-19TSAGE: Fix signalling an action when a song stopsPaul Gilbert
2011-06-19TSAGE: Silence GCC warnings (hopefully without breaking anything)eriktorbjorn
There is one remaining warning about 'maxPriority' being set but not tested in one of the loops in _sfRethinkSoundDrivers(), but I'm uncertain about that one. Looks like it could be an actual engine bug.
2011-06-19Merge remote branch 'remotes/dreammaster/tsage_sound'Paul Gilbert
Conflicts: engines/tsage/ringworld_scenes1.cpp engines/tsage/ringworld_scenes5.cpp engines/tsage/tsage.h
2011-06-19TSAGE: Cleaned up the write() methodPaul Gilbert
2011-06-19TSAGE: Fixed problem with number of voices not being resetPaul Gilbert
2011-06-16TSAGE: flag all WIP games with ADGF_UNSTABLETarek Soliman
all
2011-06-16TSAGE: Minor bugfix to sound fading codePaul Gilbert
2011-06-16TSAGE: Bugfix for _sfRethinkVoiceTypes type 1 handlingPaul Gilbert
2011-06-16TSAGE: Added correct 5000 byte MD5 for Ringworld Demo #2Paul Gilbert
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-15TSAGE: Properly destroy OPL instance on shutdownPaul Gilbert
2011-06-15TSAGE: Bugfixes for sound channel updatesPaul Gilbert
2011-06-15TSAGE: Bugfix to load correct patch bank for AdlibPaul Gilbert
2011-06-15TSAGE: Bugfix for correctly persisting patch dataPaul Gilbert
2011-06-14TSAGE: Fix channel field copy in _sfRethinkVoiceTypesPaul Gilbert
2011-06-14TSAGE: Bugfixes for sound channel updatesPaul Gilbert
2011-06-13TSAGE: Bugfixes for priming channel dataPaul Gilbert
2011-06-13TSAGE: Completed initial implementation of _sfRethinkVoiceTypesPaul Gilbert
2011-06-10TSAGE: Update MD5 for ringworld demo #1Strangerke
2011-06-10TSAGE: Detect using MD5 based on 5000 bytes instead of unlimitedStrangerke
2011-06-10TSAGE: Elaborate on one FIXME I previously added, resolve anotherMax Horn
Turns out params.depth == 0 is the same as == 1
2011-06-10TSAGE: Reduce header dependenciesMax Horn
2011-06-10TSAGE: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10TSAGE: Finished implementing _sfRethinkVoiceTypesPaul Gilbert
2011-06-09TSAGE: Started work on main area of _sfRethinkVoiceTypesPaul Gilbert
2011-06-08TSAGE: Try to clarify more pathfinding code.Alyssa Milburn
2011-06-08TSAGE: Comment/clarify some pathfinding code.Alyssa Milburn
2011-06-08TSAGE: Finished implementing voice type 1 post processing for ↵Paul Gilbert
_sfRethinkVoiceTypes
2011-06-08TSAGE: Finished implementing voice type 0 post-processing for ↵Paul Gilbert
_sfRethinkVoiceTypes
2011-06-07TSAGE: Completed implementing _so methodsPaul Gilbert
2011-06-07TSAGE: Implemented the rest of the support methods for _soServiceTrackType0Paul Gilbert
2011-06-06TSAGE: Started implementing support methods for track servicingPaul Gilbert
2011-06-05TSAGE: Implemented the _soServiceTrackType0 methodPaul Gilbert
2011-06-05TSAGE: Changed SoundManager fields to match Protostar debug infoPaul Gilbert
2011-06-05TSAGE: Renamed Sound class fields to match Protostar debug infoPaul Gilbert
2011-06-05TSAGE: Removed CRUISE sound code that didn't workPaul Gilbert
2011-06-04TSAGE: Add extra event manager fields to savegamesPaul Gilbert
This should correctly handle re-enabling the cursor when restoring savegames.
2011-06-04TSAGE: Bugfix for saving in scenes with palette rotationsPaul Gilbert
2011-06-04TSAGE: Add support for saving in scene #6100Paul Gilbert
2011-06-04TSAGE: Implemented Y pixel difference in button textPaul Gilbert
2011-06-04TSAGE: Bugfix for assert when quitting whilst inventory dialog activePaul Gilbert
2011-06-04TSAGE: Fix one pixel difference in dialog positioningPaul Gilbert
For some unknown reason, the CD version introduced a one pixel Y difference for dialogs.