Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-07-25 | patch #585725 - fix for overlapping text in simon | Max Horn | |
svn-id: r4628 | |||
2002-07-25 | that happens if you don't double check, sorry | Max Horn | |
svn-id: r4627 | |||
2002-07-25 | added simple hexdump() function (nice for debugging); added some debug code ↵ | Max Horn | |
for Zak256 sounds svn-id: r4626 | |||
2002-07-25 | Add Zak256 sound | James Brown | |
svn-id: r4625 | |||
2002-07-24 | fixed warnings signed/unsigned | Paweł Kołodziejski | |
svn-id: r4624 | |||
2002-07-23 | fixed Channel_MP3::mix to deal correctly with _silence_cut (this improves ↵ | Max Horn | |
lip sync); put cubic interpolation code into a utility class, CubicInterpolator; now three mixers use this, converting the other ones should be simple svn-id: r4623 | |||
2002-07-23 | merged some diffs between sdl.cpp and sdl_gl.cpp. Ideally, one should be the ↵ | Max Horn | |
subclass of the other, or they should share a common baseclass - a lot of code is duplicated, and we have to fix bugs in two places. svn-id: r4622 | |||
2002-07-23 | renamed SPECIAL_CHANNEL to PERCUSSION_CHANNEL; don't apply MT32->GM ↵ | Max Horn | |
conversion on percussion channel; some indention fixes svn-id: r4621 | |||
2002-07-22 | oops forgot to checkin this one | Max Horn | |
svn-id: r4620 | |||
2002-07-22 | CR things | Nicolas Bacca | |
svn-id: r4619 | |||
2002-07-22 | moved some utility functions out of class Scumm | Max Horn | |
svn-id: r4618 | |||
2002-07-22 | no shaking while NewGUI is showing | Max Horn | |
svn-id: r4617 | |||
2002-07-22 | forgot to remove arisme's comment :-) | Max Horn | |
svn-id: r4616 | |||
2002-07-22 | pulled out arisme's recent changes to pauseMode, they are not correct as ↵ | Max Horn | |
they break pause mode for all systems that use real MIDI drivers (see bug #584684). If you need a mute music mode, then add an according function to iMUSE/mixer but don't abuse pause mode, please svn-id: r4615 | |||
2002-07-22 | added FIXME | Max Horn | |
svn-id: r4614 | |||
2002-07-21 | Didn't mean to remove the warning | Ruediger Hanke | |
svn-id: r4613 | |||
2002-07-21 | Voices were broken in Simon on Big Endian systems ... | Ruediger Hanke | |
svn-id: r4612 | |||
2002-07-21 | Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use | James Brown | |
music_volume instead of sfx_volume. svn-id: r4611 | |||
2002-07-21 | Add patch from luke_br. Make GL driver honor the fullscreen flag. | James Brown | |
svn-id: r4610 | |||
2002-07-20 | Display error for WinCE, better than unexpected silent crashes | Nicolas Bacca | |
svn-id: r4609 |