Nicolas Bacca
39aa43dc83
Fix option dialogs for WinCE
...
svn-id: r7051
2003-04-21 10:09:41 +00:00
Max Horn
fb1409937e
center close button
...
svn-id: r6989
2003-04-12 17:22:20 +00:00
Max Horn
ddb1173bf8
grow default buttons size & browser dialog to accomodate for spanish games
...
svn-id: r6871
2003-03-26 22:41:12 +00:00
Max Horn
023d84a6a3
added some meat to the global options dialog (no prefs are stored yet, though)
...
svn-id: r6862
2003-03-25 15:32:36 +00:00
Paweł Kołodziejski
aa3766018f
updated copyrights headers
...
svn-id: r6726
2003-03-06 21:46:56 +00:00
Paweł Kołodziejski
093428ae9a
and more cleanup
...
svn-id: r6718
2003-03-06 17:58:13 +00:00
Max Horn
24cba45574
more access cleanup; also reorderd some method/function declarations in class Scumm
...
svn-id: r6593
2003-02-08 01:27:21 +00:00
Max Horn
563f99b1fe
more -pedantic warnings fixed
...
svn-id: r6109
2002-12-25 00:38:53 +00:00
Max Horn
f2fe67fbdb
fixed save again, stupid me
...
svn-id: r6036
2002-12-21 00:55:45 +00:00
Max Horn
b2de35ace8
cleanup
...
svn-id: r6035
2002-12-21 00:37:44 +00:00
Marcus Comstedt
83da387eef
New savefile backend system (bye bye NONSTANDARD_SAVE...)
...
svn-id: r6007
2002-12-17 01:15:13 +00:00
Max Horn
b9b8045e1f
moved the console code to gui/console.cpp; make it actually printout something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that
...
svn-id: r5952
2002-12-14 14:31:44 +00:00
James Brown
7a0a05a49a
Commit some junk in-case I don't get time to finish this tonight and Fingolfin starts working on it :)
...
svn-id: r5949
2002-12-14 10:46:00 +00:00
Max Horn
8f23186ac5
Patch #648254 : INDY3: 'Save' button text
...
svn-id: r5824
2002-12-04 13:10:15 +00:00
Max Horn
72c672e14c
cleanup
...
svn-id: r5747
2002-11-29 15:13:49 +00:00
Max Horn
17cf386e88
changed the key input system in NewGUI: pass both the keycode and the ascii value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225 )
...
svn-id: r5691
2002-11-22 14:02:54 +00:00
Jamieson Christian
5da9c10dab
Fixes to Master/SFX/Music volumes:
...
- All are in 0-255 range now. No 0-127 mismatches.
- Master volume now affects SFX and Music, consistent with LEC behavior.
- The [ and ] keys now affect Music volume, not Master. Consistent with LEC behavior.
Also changed [ and ] increment to 16, for 256/16 = 16 volume increments outside the GUI.
svn-id: r5592
2002-11-17 17:59:00 +00:00
Max Horn
d4aaf2db8a
removed obsolete TODO
...
svn-id: r5544
2002-11-14 13:17:15 +00:00
Max Horn
73452fa331
fix options dialog
...
svn-id: r5447
2002-11-06 17:36:56 +00:00
Max Horn
39b60537c8
removed more typecasts
...
svn-id: r5438
2002-11-06 14:19:50 +00:00
Max Horn
e69f6086d3
change save/load dialog layout a bit - no need to restrain our height so much, is there?
...
svn-id: r5429
2002-11-05 22:37:11 +00:00
Max Horn
d0d709627c
clip text drawing
...
svn-id: r5416
2002-11-05 13:33:34 +00:00
Max Horn
ec343e07e4
patch #628574 : Implementing unkMessage2
...
svn-id: r5334
2002-10-27 12:26:41 +00:00
Paweł Kołodziejski
8697f942ec
check if _imuse is initialized
...
svn-id: r5331
2002-10-27 10:02:11 +00:00
Max Horn
6e9e20dd70
reduce volume label size, so that it fits into the dialog
...
svn-id: r5294
2002-10-24 01:36:18 +00:00
Max Horn
616694a909
refer to the new domain, www.scummvm.net
...
svn-id: r5288
2002-10-23 13:30:14 +00:00
Travis Howell
d2fb928a9d
Add new command lime switch to readme and correct default volumes.
...
Change volume limits in gui to 255
svn-id: r5281
2002-10-23 11:05:59 +00:00
Nicolas Bacca
13cb837814
Always check your merges :)
...
svn-id: r5254
2002-10-22 22:46:03 +00:00
Nicolas Bacca
4aaf459df3
Added key selection dialog for WinCE
...
svn-id: r5253
2002-10-22 22:41:12 +00:00
Max Horn
46a3039f70
patch #626226 with some mods of my own
...
svn-id: r5209
2002-10-21 09:38:42 +00:00
Max Horn
7198181b09
reworked the way the save/load dialog works. yup, still not perfect, but we're hopefully getting closer. Feedback welcome
...
svn-id: r5189
2002-10-19 01:22:41 +00:00
Max Horn
d5bcb63f82
dialogs now can be run 'modal'
...
svn-id: r5168
2002-10-16 17:37:30 +00:00
James Brown
60b58b4b87
Patch 32990: Options fix for Amiga Palette checkbox
...
svn-id: r5140
2002-10-13 15:48:56 +00:00
Jamieson Christian
f6c731a0a4
Fixed warning on VC++ 6.0
...
svn-id: r5133
2002-10-12 14:45:13 +00:00
Max Horn
cdb7b13789
revised options dialog
...
svn-id: r5130
2002-10-12 00:26:24 +00:00
Max Horn
5520e38a4e
updated to match ListWidget changes
...
svn-id: r5069
2002-10-01 23:11:24 +00:00
Max Horn
94b55db821
patch #612722 : MI2 NewGui title fix
...
svn-id: r5030
2002-09-28 19:25:09 +00:00
Max Horn
6024c80f14
added (currently completly useless) launcher dialog
...
svn-id: r5024
2002-09-27 23:27:14 +00:00
Max Horn
09f56dc233
some fixes for the message dialog; added some comments
...
svn-id: r5021
2002-09-26 12:29:10 +00:00
Matt Hargett
8390b0cc53
2002-09-21 Matt Hargett <matt@use.net>
...
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate
PDBs on all builds.
* gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp,
dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp:
Fix warnings where possible. One pragma added to eliminate
warning of unknown pragmas.
* string.cpp: If unknown escape sequence, print warning.
svn-id: r4998
2002-09-22 03:53:53 +00:00
Max Horn
9939746022
removed even more scumm dependencies from NewGUI; fixed some redraw issues (this might help the inventory-display issue in The Dig, and definitly fixes the 'vanishing volcanoe' in the FOA extro)
...
svn-id: r4974
2002-09-19 21:45:56 +00:00
Max Horn
859ef578dc
moved the Scumm specific dialogs to scumm/dialogs.*
...
svn-id: r4973
2002-09-19 17:44:41 +00:00