aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-28make sure to reset the shake position if shaking gets disabled (fixes a bug t...Max Horn
2002-07-28when loading a save game, reset all mixer channelsMax Horn
2002-07-28moved file bundle stuff into class BundlePaweł Kołodziejski
2002-07-28added constants for the default volumes; changed the volume ranges from 0-255...Max Horn
2002-07-28no reason to limit value to 8 bit!Max Horn
2002-07-28fixed volume rangesMax Horn
2002-07-28allow to print (and draw!) only one specified boxMax Horn
2002-07-28indention fixMax Horn
2002-07-28preliminary MonkeyVGA zbuffer fixes - need works, but this way MadMoose can l...Max Horn
2002-07-28disable zak256 sound debug code for nowMax Horn
2002-07-28commented newTag2OldMax Horn
2002-07-28readded the check I removed yesterday, but in a changed form. Indy3 now works...Max Horn
2002-07-28noir mode refinement by eriktorbjornJonathan Gray
2002-07-27moved ScummDebugger into seperate header; re-added box drawing (debug) code; ...Max Horn
2002-07-27fixed buglet that allowed you to leave the crow nest in MonkeyVGA (on the Sea...Max Horn
2002-07-27set default volume to 192/192/192 (now that we unified the volume ranges to 0...Max Horn
2002-07-27changing the selection aborts editing, too!Max Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-27added isEmpty() methods to String and List class; fixed crasher that occured ...Max Horn
2002-07-27Don't skip the first 1/75th of a second when playing Zak256 soundtrackJames Brown
2002-07-27removed Mac1 debug outputMax Horn
2002-07-27fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, nob...Max Horn
2002-07-27Fix call to mp3cd playing for Zak256. Also fix 'restart' bug with Zak CDJames Brown
2002-07-27removed test widgets from save/load dialogMax Horn
2002-07-27added support for right aligned text; made use of that in the sound dialog; l...Max Horn
2002-07-27improved the sound dialog; but my goal is to get rid of it, and merge the sou...Max Horn
2002-07-26when mixing data, clamp the addition - otherwise we might get overflows for h...Max Horn
2002-07-26fixed sliderMax Horn
2002-07-26make sure the mouse over widget and the focused widget are informed when the ...Max Horn
2002-07-26fixed key repeat bug (F7, ESC, F7 -> dialog closed immediatly, this is fixed ...Max Horn
2002-07-26fixed the zbuffering once moreMax Horn
2002-07-26fix if len is divisible by 8Max Horn
2002-07-26fixed stupid typoeMax Horn
2002-07-26samnmax film noir mode patch by eriktorbjornJonathan Gray
2002-07-26fixed Monkey CD problem caused by my recent checkinMax Horn
2002-07-26fixed an ignoreboxes bug in MI1VGAMax Horn
2002-07-26small fix to the actor drawing code, fixes some glitches in MI1VGAMax Horn
2002-07-26fixed crash on some systems by setting defaults for the slider value rangeMax Horn
2002-07-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo...Max Horn
2002-07-25work around a bug in MacOS X OpenGL (it also uses atexit, causing a segfault ...Max Horn
2002-07-25patch #586167: fixed support for systems that do not implement paletted texturesMax Horn
2002-07-25got rid of UNIX_X11 - instead, use UNIX + X11_BACKENDMax Horn
2002-07-25rest of zaurus patchMax Horn
2002-07-25output box flags, too; ignore annoying warningMax Horn
2002-07-25Added Makefile for Zaurus/QtopiaMax Horn
2002-07-25patch #585725 - fix for overlapping text in simonMax Horn
2002-07-25that happens if you don't double check, sorryMax Horn
2002-07-25added simple hexdump() function (nice for debugging); added some debug code f...Max Horn
2002-07-25Add Zak256 soundJames Brown
2002-07-24fixed warnings signed/unsignedPaweł Kołodziejski