aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-28make sure to reset the shake position if shaking gets disabled (fixes a bug ↵Max Horn
that occured if you loaded while shaking was on) svn-id: r4673
2002-07-28when loading a save game, reset all mixer channelsMax Horn
svn-id: r4672
2002-07-28moved file bundle stuff into class BundlePaweł Kołodziejski
svn-id: r4671
2002-07-28added constants for the default volumes; changed the volume ranges from ↵Max Horn
0-255 to 0-256 svn-id: r4670
2002-07-28no reason to limit value to 8 bit!Max Horn
svn-id: r4669
2002-07-28fixed volume rangesMax Horn
svn-id: r4668
2002-07-28allow to print (and draw!) only one specified boxMax Horn
svn-id: r4667
2002-07-28indention fixMax Horn
svn-id: r4666
2002-07-28preliminary MonkeyVGA zbuffer fixes - need works, but this way MadMoose can ↵Max Horn
look at it already :-) svn-id: r4665
2002-07-28disable zak256 sound debug code for nowMax Horn
svn-id: r4664
2002-07-28commented newTag2OldMax Horn
svn-id: r4663
2002-07-28readded the check I removed yesterday, but in a changed form. Indy3 now ↵Max Horn
works correctly again, and MonkeyVGA still is fixed. Somebody care to check loomcd? svn-id: r4662
2002-07-28noir mode refinement by eriktorbjornJonathan Gray
svn-id: r4661
2002-07-27moved ScummDebugger into seperate header; re-added box drawing (debug) code; ↵Max Horn
changed some debugg hotkeys: (q)uit became (c)onitune and (e)xit became quit. This matches gdb, and is IMHO either to understand, too svn-id: r4660
2002-07-27fixed buglet that allowed you to leave the crow nest in MonkeyVGA (on the ↵Max Horn
SeaMonkey). Could break other stuff, but I see no way how. Since I am the one to blame for any box bugs currently anyway, I don't care for one more :-) svn-id: r4659
2002-07-27set default volume to 192/192/192 (now that we unified the volume ranges to ↵Max Horn
0-255) svn-id: r4658
2002-07-27changing the selection aborts editing, too!Max Horn
svn-id: r4657
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ↵Max Horn
can detect double/triple clicks); ListWidget sends a message if an item was double clicked or changed; you can abort editing in the ListWidget by pressing ESC; SaveLoadDialog will save when you double click and item, and when you finish editing an item by pressing return, will save svn-id: r4656
2002-07-27added isEmpty() methods to String and List class; fixed crasher that occured ↵Max Horn
when saving/loading in NewGUI when nothing was selected svn-id: r4655
2002-07-27Don't skip the first 1/75th of a second when playing Zak256 soundtrackJames Brown
svn-id: r4654
2002-07-27removed Mac1 debug outputMax Horn
svn-id: r4653
2002-07-27fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, ↵Max Horn
nobody noticed this.. :-) svn-id: r4652
2002-07-27Fix call to mp3cd playing for Zak256. Also fix 'restart' bug with Zak CDJames Brown
music. svn-id: r4651
2002-07-27removed test widgets from save/load dialogMax Horn
svn-id: r4650
2002-07-27added support for right aligned text; made use of that in the sound dialog; ↵Max Horn
less redrawing in the sound dialog svn-id: r4649
2002-07-27improved the sound dialog; but my goal is to get rid of it, and merge the ↵Max Horn
sound & misc dialogs into the options dialog svn-id: r4648
2002-07-26when mixing data, clamp the addition - otherwise we might get overflows for ↵Max Horn
high volumes svn-id: r4647
2002-07-26fixed sliderMax Horn
svn-id: r4646
2002-07-26make sure the mouse over widget and the focused widget are informed when the ↵Max Horn
dialog is closed svn-id: r4645
2002-07-26fixed key repeat bug (F7, ESC, F7 -> dialog closed immediatly, this is fixed ↵Max Horn
now) svn-id: r4644
2002-07-26fixed the zbuffering once moreMax Horn
svn-id: r4643
2002-07-26fix if len is divisible by 8Max Horn
svn-id: r4642
2002-07-26fixed stupid typoeMax Horn
svn-id: r4641
2002-07-26samnmax film noir mode patch by eriktorbjornJonathan Gray
svn-id: r4640
2002-07-26fixed Monkey CD problem caused by my recent checkinMax Horn
svn-id: r4639
2002-07-26fixed an ignoreboxes bug in MI1VGAMax Horn
svn-id: r4638
2002-07-26small fix to the actor drawing code, fixes some glitches in MI1VGAMax Horn
svn-id: r4637
2002-07-26fixed crash on some systems by setting defaults for the slider value rangeMax Horn
svn-id: r4636
2002-07-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is ↵Max Horn
work in progress, don't report problems with it just yet, we already know they are there :-) svn-id: r4635
2002-07-25work around a bug in MacOS X OpenGL (it also uses atexit, causing a segfault ↵Max Horn
when ScummVM exits) svn-id: r4634
2002-07-25patch #586167: fixed support for systems that do not implement paletted texturesMax Horn
svn-id: r4633
2002-07-25got rid of UNIX_X11 - instead, use UNIX + X11_BACKENDMax Horn
svn-id: r4632
2002-07-25rest of zaurus patchMax Horn
svn-id: r4631
2002-07-25output box flags, too; ignore annoying warningMax Horn
svn-id: r4630
2002-07-25Added Makefile for Zaurus/QtopiaMax Horn
svn-id: r4629
2002-07-25patch #585725 - fix for overlapping text in simonMax Horn
svn-id: r4628
2002-07-25that happens if you don't double check, sorryMax Horn
svn-id: r4627
2002-07-25added simple hexdump() function (nice for debugging); added some debug code ↵Max Horn
for Zak256 sounds svn-id: r4626
2002-07-25Add Zak256 soundJames Brown
svn-id: r4625
2002-07-24fixed warnings signed/unsignedPaweł Kołodziejski
svn-id: r4624