160
I Use This!
Very High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added constants for the default volumes; changed the volume ranges from 0-255 to 0-256 More... almost 22 years ago
no reason to limit value to 8 bit! More... almost 22 years ago
fixed volume ranges More... almost 22 years ago
allow to print (and draw!) only one specified box More... almost 22 years ago
indention fix More... almost 22 years ago
preliminary MonkeyVGA zbuffer fixes - need works, but this way MadMoose can look at it already :-) More... almost 22 years ago
disable zak256 sound debug code for now More... almost 22 years ago
commented newTag2Old More... almost 22 years ago
readded the check I removed yesterday, but in a changed form. Indy3 now works correctly again, and MonkeyVGA still is fixed. Somebody care to check loomcd? More... almost 22 years ago
Changes some opcode names to match ScummVM/descumm5; renamed do_33 to do_room_ops (this is not yet implemented correctly!); fixed do_matrix_ops; added various missing opcodes; fixed decoding on big endian systems (hopefully I didn't break LE doing so :-) More... almost 22 years ago
changed some opcodes to match the ScummVM names; some stuff to keep this in sync with descumm3 More... almost 22 years ago
noir mode refinement by eriktorbjorn
khalek
as Jonathan Gray
More... almost 22 years ago
moved ScummDebugger into seperate header; re-added box drawing (debug) code; changed some debugg hotkeys: (q)uit became (c)onitune and (e)xit became quit. This matches gdb, and is IMHO either to understand, too More... almost 22 years ago
fixed buglet that allowed you to leave the crow nest in MonkeyVGA (on the 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 :-) More... almost 22 years ago
set default volume to 192/192/192 (now that we unified the volume ranges to 0-255) More... almost 22 years ago
changing the selection aborts editing, too! More... almost 22 years ago
heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you 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 More... almost 22 years ago
added isEmpty() methods to String and List class; fixed crasher that occured when saving/loading in NewGUI when nothing was selected More... almost 22 years ago
Don't skip the first 1/75th of a second when playing Zak256 soundtrack
Ender
as James Brown
More... almost 22 years ago
removed Mac1 debug output More... almost 22 years ago
fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, nobody noticed this.. :-) More... almost 22 years ago
Fix call to mp3cd playing for Zak256. Also fix 'restart' bug with Zak CD music.
Ender
as James Brown
More... almost 22 years ago
Fix compilers
Kirben
as Travis Howell
More... almost 22 years ago
update some descumm5 opcode names to be in sync with scummvm
khalek
as Jonathan Gray
More... almost 22 years ago
removed test widgets from save/load dialog More... almost 22 years ago
added support for right aligned text; made use of that in the sound dialog; less redrawing in the sound dialog More... almost 22 years ago
improved the sound dialog; but my goal is to get rid of it, and merge the sound & misc dialogs into the options dialog More... almost 22 years ago
when mixing data, clamp the addition - otherwise we might get overflows for high volumes More... almost 22 years ago
fixed slider More... almost 22 years ago
make sure the mouse over widget and the focused widget are informed when the dialog is closed More... almost 22 years ago