aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2002-11-05it should be _realWidth instead _realHeightPaweł Kołodziejski
svn-id: r5409
2002-11-05this fix palette problems in the dig (ex. energy), previous code doesn't ↵Paweł Kołodziejski
exist in original, why somebody add this stuff ? if this break something, we can add exception. svn-id: r5408
2002-11-04Increased GM channel resource to full spectrum (0-15, instead of 0-8 Base ↵Jamieson Christian
MIDI config); misc. pitchbend cleanups svn-id: r5403
2002-11-04Correct Indy3 grail diary fix - this stops those nasty segfaults ;pJames Brown
svn-id: r5402
2002-11-03restrict unkMessage2 implementation to MonkeyVGA for nowMax Horn
svn-id: r5395
2002-11-03Fix text positioning for the grail diary in Indy3James Brown
svn-id: r5394
2002-11-03Indy3 only uses the low 4 bits of a variableJames Brown
svn-id: r5393
2002-11-03hack around what seems to be an empty exit script in indy3 (besides the size ↵Jonathan Gray
and tag) for now, maybe we should be strictly not reading past the size defined in the header of the script? svn-id: r5390
2002-11-03cleaner way to fix entry/exit dumpingJonathan Gray
svn-id: r5389
2002-11-03fix dumping of exit/entry scripts for older gamesJonathan Gray
svn-id: r5388
2002-11-03Fix "I can't reach that" in Indy3James Brown
svn-id: r5387
2002-11-02add the ability to view/set debugging level to the debuggerJonathan Gray
svn-id: r5386
2002-11-02Hack for Full Throttle - aquadran, are you sure these ranges are right?James Brown
svn-id: r5384
2002-11-02Fix some really stupid code someone added - this basically fixes the FT ↵James Brown
derby, except for keyboard control svn-id: r5382
2002-11-02*cough*... never mind me...James Brown
svn-id: r5381
2002-11-02Make stack problems a little more verboseJames Brown
svn-id: r5380
2002-11-02Finish hacks - Mine Road sequence now skippedJames Brown
svn-id: r5379
2002-11-02Correct that FT opcode - it's bitwise or, not logicalJames Brown
svn-id: r5373
2002-11-02Add some opcodes for Full ThrottleJames Brown
svn-id: r5371
2002-11-01Put in some Full Throttle insane workarounds - i need to figure out how to ↵James Brown
tell the script to give me the booster and ramp tho :) svn-id: r5366
2002-10-31Fix "Need more memory" warning for The DigJames Brown
svn-id: r5362
2002-10-31fix the fixme.. changing one of the pcm_seek calls back to time_seek was ↵Jonathan Gray
what I meant to do... svn-id: r5356
2002-10-31force non integer math to make loom work properly with vorbis againJonathan Gray
svn-id: r5355
2002-10-28Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.James Brown
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to 'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else' condition. svn-id: r5344
2002-10-28Add support for aliased scummvm config entries.James Brown
Eg: [germandott] path=/games/german/dott gameid=tentacle description=the german version of DOTT I havn't finished the Launcher changes to show aliased entries yet, as I need to parse the whole domainmap to do so. svn-id: r5341
2002-10-28Patch 629695: Heap warning fixJames Brown
svn-id: r5339
2002-10-27don't put samples into stream SoundMixer if sound card is disabledPaweł Kołodziejski
svn-id: r5338
2002-10-27exception only for DIG's room 23Paweł Kołodziejski
svn-id: r5337
2002-10-27changed param in initVirtScreen in initScreensPaweł Kołodziejski
svn-id: r5336
2002-10-27patch: #629413 - DOTT intro fixPaweł Kołodziejski
svn-id: r5335
2002-10-27patch #628574: Implementing unkMessage2Max Horn
svn-id: r5334
2002-10-27Add monster.sog support, patch #629362Travis Howell
Enable ogg support by default in mingw builds and link in ogg lib svn-id: r5333
2002-10-27corrections to initscreens for scummV7+Paweł Kołodziejski
svn-id: r5332
2002-10-27check if _imuse is initializedPaweł Kołodziejski
svn-id: r5331
2002-10-27removed hardcoded valuesPaweł Kołodziejski
svn-id: r5330
2002-10-27removed hardcoded values and increased range of stripsPaweł Kołodziejski
svn-id: r5329
2002-10-27removed hardcoded valuesPaweł Kołodziejski
svn-id: r5328
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵Jonathan Gray
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320
2002-10-26Fix another Valgrind warning during SMUSH playing.Lionel Ulmer
svn-id: r5317
2002-10-26Fix another small Valgrind warning.Lionel Ulmer
svn-id: r5316
2002-10-25Patch #627935: Akos codec5 cleanup/bugfixMax Horn
svn-id: r5309
2002-10-25removed _bitMask table from akos16Paweł Kołodziejski
svn-id: r5308
2002-10-24TODO commentMax Horn
svn-id: r5305
2002-10-24another hardcoded screen widthMax Horn
svn-id: r5303
2002-10-24fix warningMax Horn
svn-id: r5302
2002-10-24Add simon1demoTravis Howell
svn-id: r5300
2002-10-24changed number strips to dynamic and increased arrays tdirty and bdirty to 80Paweł Kołodziejski
svn-id: r5296
2002-10-24reduce volume label size, so that it fits into the dialogMax Horn
svn-id: r5294
2002-10-23fix for redraw problems in nexusPaweł Kołodziejski
svn-id: r5292
2002-10-23Remove unneeded fixme now we have a pretty much complete Sam&Max imuse ↵James Brown
implementation svn-id: r5291