Commit Graph
86814 Commits
Author SHA1 Message Date
Max Horn 62bdfef0c1 I poked thru old versions of ScummVM, and in the end found out the truth about _transEffect - it's simply _shadowPalette! Thus, got rid of all references to it, and use _shadow_table in the CostumeRenderer class instead. Now somebody please test this for me :-)
svn-id: r4691
2002-08-04 00:04:50 +00:00
Ralph Brorsen 1c6bc15f23 wjps simon save dialog patch. test for narrow letters was fixed, changed to non-negation for consistency
svn-id: r4690
2002-08-03 22:49:28 +00:00
Max Horn cc04dccf2b hopefully fixed #589746 (Clicking sounds)
svn-id: r4689
2002-08-03 11:57:10 +00:00
James Brown 41940a1732 Remove obsolete fixme, fixed by Fingolfins ignoreBoxes check.
svn-id: r4688
2002-08-01 13:46:16 +00:00
James Brown 498bd5a0fd Fix loom, broken by some code movement of fingolfins. Thanks madmoose :)
svn-id: r4687
2002-08-01 13:00:53 +00:00
James Brown f2a30f077b Don't be an idiot, null terminate strings. :)
svn-id: r4686
2002-08-01 09:36:07 +00:00
James Brown 7d3aef6dd8 Clean that up a bit.
svn-id: r4685
2002-08-01 09:27:50 +00:00
James Brown 3b2ba8cf02 #587553 hack
svn-id: r4684
2002-08-01 09:25:09 +00:00
James Brown 3ab2d71154 Fix by yot to prevent two Zak freezes. This may be a fixme.
Zak is now pretty much bugless except for a walkbox issue and some sound
stuff.

svn-id: r4683
2002-07-31 13:33:07 +00:00
James Brown 30cd1e43d2 Patch by yot to fix Zak256 markings.
svn-id: r4682
2002-07-30 15:20:30 +00:00
James Brown eae0d3910d Remove an error to fix bug 582476
svn-id: r4681
2002-07-30 12:02:28 +00:00
James Brown 9fa757bca3 Fix for 588446 (Zak256: squirrel cave crash)
svn-id: r4680
2002-07-30 11:43:30 +00:00
Paweł Kołodziejski f2265feadf moved new/delete for Bundle class
svn-id: r4679
2002-07-29 21:40:42 +00:00
Max Horn c56c8ea5e6 patch 587769 by Fridvin Logi (supposedly helps with Nexus in The Dig)
svn-id: r4678
2002-07-29 16:18:32 +00:00
Max Horn a99fe80d4b fixed imuse volume bug introduced recently by me and painelf - iMuse internally does require the 0-127 change
svn-id: r4677
2002-07-29 16:12:15 +00:00
Max Horn e5e119947f fixed DOTT voice problem (I hope); still this section of the code seems... fishy
svn-id: r4676
2002-07-29 15:08:45 +00:00
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