Commit Graph
137148 Commits
Author SHA1 Message Date
Max Horn 7117f5aec1 fixed volume table (that was a neat trick, that int8 cast, really got me; but I prefer readability over the 5 ns time saved <g>)
svn-id: r4675
2002-07-28 20:46:07 +00:00
Max Horn 18c2d3a4da added TODO
svn-id: r4674
2002-07-28 20:10:39 +00:00
Max Horn fe33751dc7 make sure to reset the shake position if shaking gets disabled (fixes a bug that occured if you loaded while shaking was on)
svn-id: r4673
2002-07-28 15:39:44 +00:00
Max Horn 27466e1247 when loading a save game, reset all mixer channels
svn-id: r4672
2002-07-28 15:38:30 +00:00
Paweł Kołodziejski 0b3c263857 moved file bundle stuff into class Bundle
svn-id: r4671
2002-07-28 15:35:26 +00:00
Max Horn 6dd5de48f9 added constants for the default volumes; changed the volume ranges from 0-255 to 0-256
svn-id: r4670
2002-07-28 15:03:45 +00:00
Max Horn 14cd6ec272 no reason to limit value to 8 bit!
svn-id: r4669
2002-07-28 14:59:27 +00:00
Max Horn a17dcb3ed6 fixed volume ranges
svn-id: r4668
2002-07-28 14:56:43 +00:00
Max Horn 027ef33b6b allow to print (and draw!) only one specified box
svn-id: r4667
2002-07-28 13:45:51 +00:00
Max Horn b233f5573a indention fix
svn-id: r4666
2002-07-28 13:31:37 +00:00
Max Horn 42d8162c64 preliminary MonkeyVGA zbuffer fixes - need works, but this way MadMoose can look at it already :-)
svn-id: r4665
2002-07-28 12:43:35 +00:00
Max Horn 6b12e4c8e9 disable zak256 sound debug code for now
svn-id: r4664
2002-07-28 12:42:32 +00:00
Max Horn 58f3104aff commented newTag2Old
svn-id: r4663
2002-07-28 11:57:33 +00:00
Max Horn 432c1999c8 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?
svn-id: r4662
2002-07-28 11:15:47 +00:00
Jonathan Gray 6e1018cf47 noir mode refinement by eriktorbjorn
svn-id: r4661
2002-07-28 01:40:24 +00:00
Max Horn 330d06ba1b 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
svn-id: r4660
2002-07-27 21:06:50 +00:00
Max Horn 064c16dd21 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 :-)
svn-id: r4659
2002-07-27 20:11:02 +00:00
Max Horn a31e3bf235 set default volume to 192/192/192 (now that we unified the volume ranges to 0-255)
svn-id: r4658
2002-07-27 14:55:40 +00:00
Max Horn f73c1658c8 changing the selection aborts editing, too!
svn-id: r4657
2002-07-27 14:19:59 +00:00
Max Horn 39670a73c0 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
svn-id: r4656
2002-07-27 14:16:14 +00:00
Max Horn 403afb0514 added isEmpty() methods to String and List class; fixed crasher that occured when saving/loading in NewGUI when nothing was selected
svn-id: r4655
2002-07-27 13:27:34 +00:00
James Brown ea7c0aa94b Don't skip the first 1/75th of a second when playing Zak256 soundtrack
svn-id: r4654
2002-07-27 13:17:50 +00:00
Max Horn 84dfa4fb3e removed Mac1 debug output
svn-id: r4653
2002-07-27 13:17:48 +00:00
Max Horn 7fb8139210 fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, nobody noticed this.. :-)
svn-id: r4652
2002-07-27 13:16:32 +00:00
James Brown 853e3efbc3 Fix call to mp3cd playing for Zak256. Also fix 'restart' bug with Zak CD
music.

svn-id: r4651
2002-07-27 13:12:23 +00:00
Max Horn 00c4ba1b9b removed test widgets from save/load dialog
svn-id: r4650
2002-07-27 00:46:05 +00:00
Max Horn 95ca2ea043 added support for right aligned text; made use of that in the sound dialog; less redrawing in the sound dialog
svn-id: r4649
2002-07-27 00:36:09 +00:00
Max Horn c318fed633 improved the sound dialog; but my goal is to get rid of it, and merge the sound & misc dialogs into the options dialog
svn-id: r4648
2002-07-27 00:05:46 +00:00
Max Horn 072ed82a37 when mixing data, clamp the addition - otherwise we might get overflows for high volumes
svn-id: r4647
2002-07-26 23:30:35 +00:00
Max Horn f831a948de fixed slider
svn-id: r4646
2002-07-26 23:29:43 +00:00
Max Horn e0f1d6c5aa make sure the mouse over widget and the focused widget are informed when the dialog is closed
svn-id: r4645
2002-07-26 20:38:55 +00:00
Max Horn b9593a256a fixed key repeat bug (F7, ESC, F7 -> dialog closed immediatly, this is fixed now)
svn-id: r4644
2002-07-26 19:41:20 +00:00
Max Horn a493ffe813 fixed the zbuffering once more
svn-id: r4643
2002-07-26 18:07:40 +00:00
Max Horn 02f90ba3f9 fix if len is divisible by 8
svn-id: r4642
2002-07-26 17:40:04 +00:00
Max Horn 673c549975 fixed stupid typoe
svn-id: r4641
2002-07-26 17:08:20 +00:00
Jonathan Gray 9257690cef samnmax film noir mode patch by eriktorbjorn
svn-id: r4640
2002-07-26 17:03:03 +00:00
Max Horn 07a7c11954 fixed Monkey CD problem caused by my recent checkin
svn-id: r4639
2002-07-26 16:50:41 +00:00
Max Horn b167b06eba fixed an ignoreboxes bug in MI1VGA
svn-id: r4638
2002-07-26 16:13:04 +00:00
Max Horn 034b2cfb10 small fix to the actor drawing code, fixes some glitches in MI1VGA
svn-id: r4637
2002-07-26 15:55:21 +00:00
Max Horn 89a65b7c01 fixed crash on some systems by setting defaults for the slider value range
svn-id: r4636
2002-07-26 15:34:04 +00:00
Max Horn 84c8d4b689 added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is work in progress, don't report problems with it just yet, we already know they are there :-)
svn-id: r4635
2002-07-26 00:41:07 +00:00
Max Horn 4211eb8437 work around a bug in MacOS X OpenGL (it also uses atexit, causing a segfault when ScummVM exits)
svn-id: r4634
2002-07-25 23:30:43 +00:00
Max Horn 028d2e2604 patch #586167: fixed support for systems that do not implement paletted textures
svn-id: r4633
2002-07-25 22:27:25 +00:00
Max Horn 9ad01eba91 got rid of UNIX_X11 - instead, use UNIX + X11_BACKEND
svn-id: r4632
2002-07-25 21:34:06 +00:00
Max Horn 0ee70aae3a rest of zaurus patch
svn-id: r4631
2002-07-25 21:33:43 +00:00
Max Horn dcdba20a69 output box flags, too; ignore annoying warning
svn-id: r4630
2002-07-25 21:15:55 +00:00
Max Horn 5b438bd248 Added Makefile for Zaurus/Qtopia
svn-id: r4629
2002-07-25 21:13:01 +00:00
Max Horn 703ed2267e patch #585725 - fix for overlapping text in simon
svn-id: r4628
2002-07-25 20:57:55 +00:00
Max Horn 22791d33bd that happens if you don't double check, sorry
svn-id: r4627
2002-07-25 16:32:04 +00:00
Max Horn c8ceebf3e4 added simple hexdump() function (nice for debugging); added some debug code for Zak256 sounds
svn-id: r4626
2002-07-25 16:29:07 +00:00