Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-07-28 | Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵ | Max Horn | |
tweaks by me svn-id: r9210 | |||
2003-07-22 | made 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-15 | factored 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-15 | replaced 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-15 | Patch #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-07 | fix for bug #766119: help screen: '.' is listed incorrectly | Max Horn | |
svn-id: r8848 | |||
2003-07-05 | Note spare strings in the custom string resource table. | James Brown | |
svn-id: r8772 | |||
2003-07-05 | Update 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-15 | cleanup | Max Horn | |
svn-id: r8494 | |||
2003-06-14 | Patch #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-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-07 | follow our coding conventions | Max Horn | |
svn-id: r8377 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-06-04 | put 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-01 | Also call playerV2->set_master_volume when playerV2 exists. | Jochen Hoenicke | |
svn-id: r8244 | |||
2003-05-28 | Fix for bug #744121: Indy3 'Save' button text | Max Horn | |
svn-id: r8041 | |||
2003-05-14 | various V8 tweaks | Max Horn | |
svn-id: r7494 | |||
2003-05-13 | cleanup | Max Horn | |
svn-id: r7488 | |||
2003-05-10 | renamed _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-08 | init 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-05 | Add more ScummVM globals to PDB | Chris Apers | |
svn-id: r7346 | |||
2003-04-30 | PalmOS changes | Max Horn | |
svn-id: r7224 | |||
2003-04-21 | Fix option dialogs for WinCE | Nicolas Bacca | |
svn-id: r7051 | |||
2003-04-12 | center close button | Max Horn | |
svn-id: r6989 | |||
2003-03-26 | grow default buttons size & browser dialog to accomodate for spanish games | Max Horn | |
svn-id: r6871 | |||
2003-03-25 | added some meat to the global options dialog (no prefs are stored yet, though) | Max Horn | |
svn-id: r6862 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-02-08 | more access cleanup; also reorderd some method/function declarations in ↵ | Max Horn | |
class Scumm svn-id: r6593 | |||
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-12-21 | fixed save again, stupid me | Max Horn | |
svn-id: r6036 | |||
2002-12-21 | cleanup | Max Horn | |
svn-id: r6035 | |||
2002-12-17 | New savefile backend system (bye bye NONSTANDARD_SAVE...) | Marcus Comstedt | |
svn-id: r6007 | |||
2002-12-14 | moved 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-14 | Commit 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-04 | Patch #648254: INDY3: 'Save' button text | Max Horn | |
svn-id: r5824 | |||
2002-11-29 | cleanup | Max Horn | |
svn-id: r5747 | |||
2002-11-22 | changed 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-17 | Fixes 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-14 | removed obsolete TODO | Max Horn | |
svn-id: r5544 | |||
2002-11-06 | fix options dialog | Max Horn | |
svn-id: r5447 | |||
2002-11-06 | removed more typecasts | Max Horn | |
svn-id: r5438 | |||
2002-11-05 | change save/load dialog layout a bit - no need to restrain our height so ↵ | Max Horn | |
much, is there? svn-id: r5429 | |||
2002-11-05 | clip text drawing | Max Horn | |
svn-id: r5416 | |||
2002-10-27 | patch #628574: Implementing unkMessage2 | Max Horn | |
svn-id: r5334 | |||
2002-10-27 | check if _imuse is initialized | Paweł Kołodziejski | |
svn-id: r5331 | |||
2002-10-24 | reduce volume label size, so that it fits into the dialog | Max Horn | |
svn-id: r5294 | |||
2002-10-23 | refer to the new domain, www.scummvm.net | Max Horn | |
svn-id: r5288 | |||
2002-10-23 | Add new command lime switch to readme and correct default volumes. | Travis Howell | |
Change volume limits in gui to 255 svn-id: r5281 |