aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Collapse)Author
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
svn-id: r10703
2003-10-08new config manager. not everything is completed, and some things will still ↵Max Horn
be changed, but it seems to work well enough to put it into CVS svn-id: r10687
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
svn-id: r10097
2003-09-07cleanup/refactoringMax Horn
svn-id: r10070
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
svn-id: r9800
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵Max Horn
tweaks by me svn-id: r9210
2003-07-22made about dialog global (so that it can be used from the launcher and from ↵Max Horn
sky/simon; also added our copyright to it svn-id: r9122
2003-07-15factored out some duplicate code into a new method ↵Max Horn
translateTextAndPlaySpeech; removed some completely useless code (why compute 'pointer' when we then throw away the result?) svn-id: r9045
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
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-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