aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Collapse)Author
2003-07-15Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog ↵Max Horn
a little smaller -> looks much better, IMO) svn-id: r9029
2003-07-07fix for bug #766119: help screen: '.' is listed incorrectlyMax Horn
svn-id: r8848
2003-07-05Note spare strings in the custom string resource table.James Brown
svn-id: r8772
2003-07-05Update about dialog. Will somebody please move the About dialog to Common so ↵James Brown
we can also display it from the launcher? :) svn-id: r8770
2003-06-15cleanupMax Horn
svn-id: r8494
2003-06-14Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button ↵Max Horn
from the options dialog to the main save/load dialog and enlarged & rearranged that dialog svn-id: r8485
2003-06-08added quit eventMax Horn
svn-id: r8398
2003-06-07follow our coding conventionsMax Horn
svn-id: r8377
2003-06-07replaced GF_AFTER with _versionMax Horn
svn-id: r8372
2003-06-04put a setFeatures member that allows to precompute game-wide stuff, such as ↵Bertrand Augereau
CostumeRenderer, when features change, ie extremely rarely svn-id: r8301
2003-06-01Also call playerV2->set_master_volume when playerV2 exists.Jochen Hoenicke
svn-id: r8244
2003-05-28Fix for bug #744121: Indy3 'Save' button textMax Horn
svn-id: r8041
2003-05-14various V8 tweaksMax Horn
svn-id: r7494
2003-05-13cleanupMax Horn
svn-id: r7488
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_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-08init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵Max Horn
_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-05Add more ScummVM globals to PDBChris Apers
svn-id: r7346
2003-04-30PalmOS changesMax Horn
svn-id: r7224
2003-04-21Fix option dialogs for WinCENicolas Bacca
svn-id: r7051
2003-04-12center close buttonMax Horn
svn-id: r6989
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
svn-id: r6871
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
svn-id: r6862
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanupPaweł Kołodziejski
svn-id: r6718
2003-02-08more access cleanup; also reorderd some method/function declarations in ↵Max Horn
class Scumm svn-id: r6593
2002-12-25more -pedantic warnings fixedMax Horn
svn-id: r6109
2002-12-21fixed save again, stupid meMax Horn
svn-id: r6036
2002-12-21cleanupMax Horn
svn-id: r6035
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
2002-12-14moved the console code to gui/console.cpp; make it actually printout ↵Max Horn
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952
2002-12-14Commit some junk in-case I don't get time to finish this tonight and ↵James Brown
Fingolfin starts working on it :) svn-id: r5949
2002-12-04Patch #648254: INDY3: 'Save' button textMax Horn
svn-id: r5824
2002-11-29cleanupMax Horn
svn-id: r5747
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii ↵Max Horn
value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225) svn-id: r5691
2002-11-17Fixes to Master/SFX/Music volumes:Jamieson Christian
- 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-14removed obsolete TODOMax Horn
svn-id: r5544
2002-11-06fix options dialogMax Horn
svn-id: r5447
2002-11-06removed more typecastsMax Horn
svn-id: r5438
2002-11-05change save/load dialog layout a bit - no need to restrain our height so ↵Max Horn
much, is there? svn-id: r5429
2002-11-05clip text drawingMax Horn
svn-id: r5416
2002-10-27patch #628574: Implementing unkMessage2Max Horn
svn-id: r5334
2002-10-27check if _imuse is initializedPaweł Kołodziejski
svn-id: r5331
2002-10-24reduce volume label size, so that it fits into the dialogMax Horn
svn-id: r5294
2002-10-23refer to the new domain, www.scummvm.netMax Horn
svn-id: r5288
2002-10-23Add new command lime switch to readme and correct default volumes.Travis Howell
Change volume limits in gui to 255 svn-id: r5281
2002-10-22Always check your merges :)Nicolas Bacca
svn-id: r5254
2002-10-22Added key selection dialog for WinCENicolas Bacca
svn-id: r5253
2002-10-21patch #626226 with some mods of my ownMax Horn
svn-id: r5209
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but ↵Max Horn
we're hopefully getting closer. Feedback welcome svn-id: r5189
2002-10-16dialogs now can be run 'modal'Max Horn
svn-id: r5168