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