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 |
|
James Brown
|
d45c6993e1
|
Add Zak256 sound
svn-id: r4625
|
2002-07-25 15:37:31 +00:00 |
|
Paweł Kołodziejski
|
76679bc3e9
|
fixed warnings signed/unsigned
svn-id: r4624
|
2002-07-24 09:38:42 +00:00 |
|
Max Horn
|
d6e1332f49
|
fixed Channel_MP3::mix to deal correctly with _silence_cut (this improves 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 14:54:02 +00:00 |
|
Max Horn
|
c80d11090a
|
merged some diffs between sdl.cpp and sdl_gl.cpp. Ideally, one should be the 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 10:51:17 +00:00 |
|
Max Horn
|
07966f6ccc
|
renamed SPECIAL_CHANNEL to PERCUSSION_CHANNEL; don't apply MT32->GM conversion on percussion channel; some indention fixes
svn-id: r4621
|
2002-07-23 10:29:11 +00:00 |
|
Max Horn
|
a0be9ffde3
|
oops forgot to checkin this one
svn-id: r4620
|
2002-07-22 23:28:44 +00:00 |
|
Nicolas Bacca
|
35f17c5488
|
CR things
svn-id: r4619
|
2002-07-22 21:47:27 +00:00 |
|
Max Horn
|
1749470ea7
|
moved some utility functions out of class Scumm
svn-id: r4618
|
2002-07-22 18:11:48 +00:00 |
|
Max Horn
|
150ed1b8c6
|
no shaking while NewGUI is showing
svn-id: r4617
|
2002-07-22 13:40:03 +00:00 |
|
Max Horn
|
75b48a04f6
|
forgot to remove arisme's comment :-)
svn-id: r4616
|
2002-07-22 12:51:05 +00:00 |
|
Max Horn
|
1c4167f080
|
pulled out arisme's recent changes to pauseMode, they are not correct as 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 12:44:57 +00:00 |
|
Max Horn
|
72cfdcf415
|
added FIXME
svn-id: r4614
|
2002-07-22 01:07:31 +00:00 |
|
Ruediger Hanke
|
1dd19c35fe
|
Didn't mean to remove the warning
svn-id: r4613
|
2002-07-21 14:36:51 +00:00 |
|
Ruediger Hanke
|
59c58a3b68
|
Voices were broken in Simon on Big Endian systems ...
svn-id: r4612
|
2002-07-21 14:31:58 +00:00 |
|
James Brown
|
8de1ace6c7
|
Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use
music_volume instead of sfx_volume.
svn-id: r4611
|
2002-07-21 06:55:33 +00:00 |
|
James Brown
|
7a418b540d
|
Add patch from luke_br. Make GL driver honor the fullscreen flag.
svn-id: r4610
|
2002-07-21 06:52:04 +00:00 |
|
Nicolas Bacca
|
0f4b49300d
|
Display error for WinCE, better than unexpected silent crashes
svn-id: r4609
|
2002-07-20 08:00:42 +00:00 |
|