Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-29 | patch 587769 by Fridvin Logi (supposedly helps with Nexus in The Dig) | Max Horn | |
svn-id: r4678 | |||
2002-07-29 | fixed imuse volume bug introduced recently by me and painelf - iMuse ↵ | Max Horn | |
internally does require the 0-127 change svn-id: r4677 | |||
2002-07-29 | fixed DOTT voice problem (I hope); still this section of the code seems... fishy | Max Horn | |
svn-id: r4676 | |||
2002-07-28 | fixed volume table (that was a neat trick, that int8 cast, really got me; ↵ | Max Horn | |
but I prefer readability over the 5 ns time saved <g>) svn-id: r4675 | |||
2002-07-28 | added TODO | Max Horn | |
svn-id: r4674 | |||
2002-07-28 | make 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-28 | when loading a save game, reset all mixer channels | Max Horn | |
svn-id: r4672 | |||
2002-07-28 | moved file bundle stuff into class Bundle | Paweł Kołodziejski | |
svn-id: r4671 | |||
2002-07-28 | added constants for the default volumes; changed the volume ranges from ↵ | Max Horn | |
0-255 to 0-256 svn-id: r4670 | |||
2002-07-28 | no reason to limit value to 8 bit! | Max Horn | |
svn-id: r4669 | |||
2002-07-28 | fixed volume ranges | Max Horn | |
svn-id: r4668 | |||
2002-07-28 | allow to print (and draw!) only one specified box | Max Horn | |
svn-id: r4667 | |||
2002-07-28 | indention fix | Max Horn | |
svn-id: r4666 | |||
2002-07-28 | preliminary MonkeyVGA zbuffer fixes - need works, but this way MadMoose can ↵ | Max Horn | |
look at it already :-) svn-id: r4665 | |||
2002-07-28 | disable zak256 sound debug code for now | Max Horn | |
svn-id: r4664 | |||
2002-07-28 | commented newTag2Old | Max Horn | |
svn-id: r4663 | |||
2002-07-28 | readded 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-28 | noir mode refinement by eriktorbjorn | Jonathan Gray | |
svn-id: r4661 | |||
2002-07-27 | moved 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-27 | fixed 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-27 | set default volume to 192/192/192 (now that we unified the volume ranges to ↵ | Max Horn | |
0-255) svn-id: r4658 | |||
2002-07-27 | changing the selection aborts editing, too! | Max Horn | |
svn-id: r4657 | |||
2002-07-27 | heaps 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-27 | added 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-27 | Don't skip the first 1/75th of a second when playing Zak256 soundtrack | James Brown | |
svn-id: r4654 | |||
2002-07-27 | removed Mac1 debug output | Max Horn | |
svn-id: r4653 | |||
2002-07-27 | fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, ↵ | Max Horn | |
nobody noticed this.. :-) svn-id: r4652 | |||
2002-07-27 | Fix call to mp3cd playing for Zak256. Also fix 'restart' bug with Zak CD | James Brown | |
music. svn-id: r4651 | |||
2002-07-27 | removed test widgets from save/load dialog | Max Horn | |
svn-id: r4650 | |||
2002-07-27 | added 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-27 | improved 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-26 | when mixing data, clamp the addition - otherwise we might get overflows for ↵ | Max Horn | |
high volumes svn-id: r4647 | |||
2002-07-26 | fixed slider | Max Horn | |
svn-id: r4646 | |||
2002-07-26 | make sure the mouse over widget and the focused widget are informed when the ↵ | Max Horn | |
dialog is closed svn-id: r4645 | |||
2002-07-26 | fixed key repeat bug (F7, ESC, F7 -> dialog closed immediatly, this is fixed ↵ | Max Horn | |
now) svn-id: r4644 | |||
2002-07-26 | fixed the zbuffering once more | Max Horn | |
svn-id: r4643 | |||
2002-07-26 | fix if len is divisible by 8 | Max Horn | |
svn-id: r4642 | |||
2002-07-26 | fixed stupid typoe | Max Horn | |
svn-id: r4641 | |||
2002-07-26 | samnmax film noir mode patch by eriktorbjorn | Jonathan Gray | |
svn-id: r4640 | |||
2002-07-26 | fixed Monkey CD problem caused by my recent checkin | Max Horn | |
svn-id: r4639 | |||
2002-07-26 | fixed an ignoreboxes bug in MI1VGA | Max Horn | |
svn-id: r4638 | |||
2002-07-26 | small fix to the actor drawing code, fixes some glitches in MI1VGA | Max Horn | |
svn-id: r4637 | |||
2002-07-26 | fixed crash on some systems by setting defaults for the slider value range | Max Horn | |
svn-id: r4636 | |||
2002-07-26 | added 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-25 | work around a bug in MacOS X OpenGL (it also uses atexit, causing a segfault ↵ | Max Horn | |
when ScummVM exits) svn-id: r4634 | |||
2002-07-25 | patch #586167: fixed support for systems that do not implement paletted textures | Max Horn | |
svn-id: r4633 | |||
2002-07-25 | got rid of UNIX_X11 - instead, use UNIX + X11_BACKEND | Max Horn | |
svn-id: r4632 | |||
2002-07-25 | rest of zaurus patch | Max Horn | |
svn-id: r4631 | |||
2002-07-25 | output box flags, too; ignore annoying warning | Max Horn | |
svn-id: r4630 | |||
2002-07-25 | Added Makefile for Zaurus/Qtopia | Max Horn | |
svn-id: r4629 |