aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-08Correct verb position in mac version of indy3egaTravis Howell
svn-id: r10077
2003-09-08Amiga V3 music updates from unused.Travis Howell
svn-id: r10076
2003-09-07updatedMax Horn
svn-id: r10075
2003-09-07properly decode SBL resources by scanning the VOC header in them; added a ↵Max Horn
guess at how SEGA SBLs work (untested, might be completely wrong) svn-id: r10074
2003-09-07make use of voc.h; some cleanupMax Horn
svn-id: r10073
2003-09-07new header file for VOC specific stuffMax Horn
svn-id: r10072
2003-09-07removed the seperate 'MP3' CD methods in class Sound (besides being ↵Max Horn
misnamed, merging them into their parent functions actually seems clearer to me, reading wise) svn-id: r10071
2003-09-07cleanup/refactoringMax Horn
svn-id: r10070
2003-09-07some cleanup; clarified isSoundInUse semantics and the difference between ↵Max Horn
IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus svn-id: r10069
2003-09-07make some first use of Scumm::_musicEngine; cleanup; also some changes which ↵Max Horn
*might* cause some breakage, but if they don't, we can build on them to simplify Sound::playSound a little (mainly by removing lots of 'return' statements) svn-id: r10068
2003-09-07small tweak (hm, is IMuse::get_sound_active really still needed? or rather, ↵Max Horn
does IMuse::getSoundStatus really have to return an int or can we cast it to boolean safely?) svn-id: r10067
2003-09-07added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 ↵Max Horn
(initial stab, more work to follow) svn-id: r10066
2003-09-07Fix warningTravis Howell
svn-id: r10065
2003-09-07updated vc7 project filePaweł Kołodziejski
svn-id: r10064
2003-09-07Add news filesTravis Howell
svn-id: r10063
2003-09-07*** empty log message ***Travis Howell
svn-id: r10062
2003-09-07Add music player for Amiga versions of indy3ega/loom from unused.Travis Howell
Revert last change to common.rules for now, it broke compile. svn-id: r10061
2003-09-07add some things, start items with capitals, is this intended to replace the ↵Jonathan Gray
existing web based TODO? svn-id: r10060
2003-09-07cleanupMax Horn
svn-id: r10059
2003-09-07more endian fixesMax Horn
svn-id: r10058
2003-09-07minor TODO additionsMax Horn
svn-id: r10057
2003-09-07some endian fixesMax Horn
svn-id: r10056
2003-09-07cleanupMax Horn
svn-id: r10055
2003-09-07added an assertMax Horn
svn-id: r10054
2003-09-06small tweak requested by unused on IRCMax Horn
svn-id: r10053
2003-09-06implemented FOA keyboard fightingMax Horn
svn-id: r10052
2003-09-06some more TODOsMax Horn
svn-id: r10051
2003-09-06removed superfluous newlineMax Horn
svn-id: r10050
2003-09-06Patch #790433: Fix potential buffer overflowMax Horn
svn-id: r10049
2003-09-06added simple TODO files, with a few items I'd like to see done; feel free to ↵Max Horn
add your own, or to tackle items you see here svn-id: r10048
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
svn-id: r10047
2003-09-06added support for codec1 in nut rendererPaweł Kołodziejski
svn-id: r10046
2003-09-06Remove color table for C64 maniac/zak since it isn't needed.Travis Howell
svn-id: r10045
2003-09-06avoid accidental copying of MapMax Horn
svn-id: r10044
2003-09-06Update newsTravis Howell
svn-id: r10043
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
svn-id: r10042
2003-09-06OOpsTravis Howell
svn-id: r10041
2003-09-06Other v1/v2 resources are invalid, checked again v1 maniac and v1/v2 zak.Travis Howell
svn-id: r10040
2003-09-06Fix debug level, only > 1 should be valid.Travis Howell
svn-id: r10039
2003-09-06Game failure message shouldn't be a debug either.Travis Howell
svn-id: r10038
2003-09-06Actually make these game version message shown by default, so users can ↵Travis Howell
better report bugs. svn-id: r10037
2003-09-06Default debug level should be zero.Travis Howell
svn-id: r10036
2003-09-06Remove outdated commentTravis Howell
svn-id: r10035
2003-09-06Change version message to debug, to match other games.Travis Howell
svn-id: r10034
2003-09-06Update commentTravis Howell
svn-id: r10033
2003-09-06zak256 partial sfx loops are working fine.Travis Howell
svn-id: r10032
2003-09-06Search header of Amiga V2 games for rate and volume.Travis Howell
svn-id: r10031
2003-09-06Remove sound looping hack for v2 amiga games.Travis Howell
svn-id: r10030
2003-09-06Don't let Amiga and Platform options cancel each other out for Amiga support.Travis Howell
svn-id: r10029
2003-09-05optimized channel volume/pan handlingMax Horn
svn-id: r10028