aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-05-28don't hardcode 50 here, use _numNewNamesMax Horn
svn-id: r8057
2003-05-28cleanupMax Horn
svn-id: r8056
2003-05-28Patch #743228: Storing mouse cursor info in savegames; Also, increased ↵Max Horn
NUM_SCRIPT_SLOT to 80 (done at the same time so I only have to up the save game version once) svn-id: r8050
2003-05-28copy&paste mistakeMax Horn
svn-id: r8049
2003-05-28cleanup; added hackish fix for bug #744441Max Horn
svn-id: r8048
2003-05-28fixed o2_waitForSentenceMax Horn
svn-id: r8047
2003-05-28Treat AMI music resoucres in monkey2 for Amiga as ROL for now, to allow ↵Travis Howell
music playback svn-id: r8046
2003-05-28cleanupMax Horn
svn-id: r8044
2003-05-28Fix for bug #744121: Indy3 'Save' button textMax Horn
svn-id: r8041
2003-05-27italian V2 prepositionsMax Horn
svn-id: r8039
2003-05-27Patch #744448: ALL: restoreBG() doesn't always completely remove the maskMax Horn
svn-id: r8038
2003-05-27fixed o8_getStringWidth (should fix bug #741625)Max Horn
svn-id: r8035
2003-05-27increased nut font debug level to 8Max Horn
svn-id: r8034
2003-05-26remove uneeded targetJonathan Gray
svn-id: r8031
2003-05-26don't attempt to play sound on amiga versions of zak/maniacJonathan Gray
svn-id: r8029
2003-05-26Added 'mmamiga' game ID to disable PC speaker emulatorJamieson Christian
svn-id: r8028
2003-05-26tightened hack condition a bitMax Horn
svn-id: r8027
2003-05-26added FIXME commentMax Horn
svn-id: r8026
2003-05-26Fixed shadow variableJamieson Christian
svn-id: r8025
2003-05-26Added Hoenicke's PC-speaker waveform generatorJamieson Christian
and script interpreter for GF_OLD_BUNDLE music resources. We'll try to get the waveform generator into a MidiDriver wrapper for use with the 'SPK' resources of later games, but this is usable for now. Great work, Hoenicke! svn-id: r8023
2003-05-26script index starts at 0Max Horn
svn-id: r8021
2003-05-26scumm vars are 32 bit, not 16Max Horn
svn-id: r8020
2003-05-26Fixed a MORONIC oob memory write. Now back to remedial C++ classJamieson Christian
svn-id: r8019
2003-05-26Make _smushProcessFrame volatile (for multi thread access)Max Horn
svn-id: r8016
2003-05-26Fixes possible crashes during music shutdownJamieson Christian
svn-id: r8009
2003-05-26cleanupMax Horn
svn-id: r8007
2003-05-26work around bug #743615Max Horn
svn-id: r8006
2003-05-26SaveLoadEntry is a struct, not a class.Jamieson Christian
Fixes a VC++ warning. svn-id: r8005
2003-05-26more const qualifiersMax Horn
svn-id: r8002
2003-05-26No more neededChris Apers
svn-id: r7994
2003-05-26moved Actor SaveLoadEntry definition to actor.cpp; made ↵Max Horn
findPathTowards/findPathTowardsOld members of Actor; cleanup svn-id: r7988
2003-05-26offset can be 5 digitsMax Horn
svn-id: r7984
2003-05-26script numbers can have up to 5 digitsMax Horn
svn-id: r7982
2003-05-26output script offsets, too (very handy to debug script lockups)Max Horn
svn-id: r7981
2003-05-26workaround for bug #743363Max Horn
svn-id: r7980
2003-05-25hook language command switch to V2 font / prepositionsMax Horn
svn-id: r7970
2003-05-25fixed V2 font decoder; added french V2 fontMax Horn
svn-id: r7967
2003-05-25preparations for multi-language V2 supportsMax Horn
svn-id: r7966
2003-05-25More cleanup, plus more crash-aversion fixes.Jamieson Christian
Restored the -t command line option that had gotten lost in the revamp. svn-id: r7962
2003-05-25Fixed music starting at incorrect location when loading gameJamieson Christian
svn-id: r7961
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
Thanks to eriktorbjorn for finding this issue. svn-id: r7959
2003-05-25oopsMax Horn
svn-id: r7950
2003-05-25Fixed VC++ warningJamieson Christian
svn-id: r7947
2003-05-25some sane default values for speedx/speedy (shouldn't matter, though, as ↵Max Horn
script usually set those early) svn-id: r7938
2003-05-25brutally remove all o6_kernelSetFunctions subop stubs - we need to find out ↵Max Horn
the places where they are actually called, and with how many params, if we ever want to implement them svn-id: r7937
2003-05-25renamed ContChunk -> MemoryChunk; avoid code duplication by introducing ↵Max Horn
BaseChunk svn-id: r7935
2003-05-25workaround bug #742979Max Horn
svn-id: r7933
2003-05-25Corrected target loopback point for 'AD' conversionJamieson Christian
svn-id: r7924
2003-05-25Finishing the fixJamieson Christian
svn-id: r7923
2003-05-25Possible fix for [742962] MI1VGA - Crash at Scumm Bar.Jamieson Christian
Fixes End of Track that is rewritten from 'AD' resource. svn-id: r7922