Commit graph

61 commits

Author SHA1 Message Date
Max Horn
b05e7de7bb replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
2003-07-15 02:16:33 +00:00
Max Horn
6772b78f5f Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog a little smaller -> looks much better, IMO)
svn-id: r9029
2003-07-15 00:20:04 +00:00
Max Horn
58486149a9 fix for bug #766119: help screen: '.' is listed incorrectly
svn-id: r8848
2003-07-07 22:33:07 +00:00
James Brown
cbe71501f9 Note spare strings in the custom string resource table.
svn-id: r8772
2003-07-05 11:25:12 +00:00
James Brown
1d22c76469 Update about dialog. Will somebody please move the About dialog to Common so we can also display it from the launcher? :)
svn-id: r8770
2003-07-05 10:57:38 +00:00
Max Horn
acec45a483 cleanup
svn-id: r8494
2003-06-15 01:00:43 +00:00
Max Horn
b8e32a5b6f Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button from the options dialog to the main save/load dialog and enlarged & rearranged that dialog
svn-id: r8485
2003-06-14 21:18:14 +00:00
Max Horn
be9e6e85db added quit event
svn-id: r8398
2003-06-08 12:11:14 +00:00
Max Horn
49b9a8fc9d follow our coding conventions
svn-id: r8377
2003-06-07 00:49:36 +00:00
Max Horn
86df3537b9 replaced GF_AFTER with _version
svn-id: r8372
2003-06-07 00:13:26 +00:00
Bertrand Augereau
69b55ea45f put a setFeatures member that allows to precompute game-wide stuff, such as CostumeRenderer, when features change, ie extremely rarely
svn-id: r8301
2003-06-04 23:03:23 +00:00
Jochen Hoenicke
3733667aa5 Also call playerV2->set_master_volume when playerV2 exists.
svn-id: r8244
2003-06-01 16:41:25 +00:00
Max Horn
05c11e0cca Fix for bug #744121: Indy3 'Save' button text
svn-id: r8041
2003-05-28 00:07:56 +00:00
Max Horn
05c44e606e various V8 tweaks
svn-id: r7494
2003-05-14 09:47:53 +00:00
Max Horn
0ee0e7f634 cleanup
svn-id: r7488
2003-05-13 23:33:01 +00:00
Max Horn
acb35fc915 renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive)
svn-id: r7423
2003-05-10 21:49:59 +00:00
Max Horn
98881c3a6a init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning
svn-id: r7393
2003-05-08 15:48:50 +00:00
Chris Apers
5944d40eaa Add more ScummVM globals to PDB
svn-id: r7346
2003-05-05 12:29:26 +00:00
Max Horn
2b74abd2c9 PalmOS changes
svn-id: r7224
2003-04-30 13:23:31 +00:00
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