Age | Commit message (Expand) | Author |
2003-11-05 | made menu buttons wider (looks nicer, IMO) | Max Horn |
2003-11-05 | fix for bug #836418 (Crash when saving with blank name): GUI now uses a defau... | Max Horn |
2003-11-03 | oops this wasn't meant to be there | Max Horn |
2003-11-03 | remade the in-game GUI/menu | Max Horn |
2003-11-03 | added built-in label for SliderWidget | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | amiga checkbox is pointless in the in-game settings dialog (you should set th... | Max Horn |
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also m... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn |
2003-09-07 | cleanup/refactoring | Max Horn |
2003-08-20 | Change Amiga palette option to Amiga version | Travis Howell |
2003-08-18 | Updated globals access for PalmOS | Chris Apers |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-07-28 | Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t... | Max Horn |
2003-07-22 | made about dialog global (so that it can be used from the launcher and from s... | Max Horn |
2003-07-15 | factored out some duplicate code into a new method translateTextAndPlaySpeech... | Max Horn |
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc... | Max Horn |
2003-07-15 | Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog ... | Max Horn |
2003-07-07 | fix for bug #766119: help screen: '.' is listed incorrectly | Max Horn |
2003-07-05 | Note spare strings in the custom string resource table. | James Brown |
2003-07-05 | Update about dialog. Will somebody please move the About dialog to Common so ... | James Brown |
2003-06-15 | cleanup | Max Horn |
2003-06-14 | Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button fr... | Max Horn |
2003-06-08 | added quit event | Max Horn |
2003-06-07 | follow our coding conventions | Max Horn |
2003-06-07 | replaced GF_AFTER with _version | Max Horn |
2003-06-04 | put a setFeatures member that allows to precompute game-wide stuff, such as C... | Bertrand Augereau |
2003-06-01 | Also call playerV2->set_master_volume when playerV2 exists. | Jochen Hoenicke |
2003-05-28 | Fix for bug #744121: Indy3 'Save' button text | Max Horn |
2003-05-14 | various V8 tweaks | Max Horn |
2003-05-13 | cleanup | Max Horn |
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH... | Max Horn |
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[... | Max Horn |
2003-05-05 | Add more ScummVM globals to PDB | Chris Apers |
2003-04-30 | PalmOS changes | Max Horn |
2003-04-21 | Fix option dialogs for WinCE | Nicolas Bacca |
2003-04-12 | center close button | Max Horn |
2003-03-26 | grow default buttons size & browser dialog to accomodate for spanish games | Max Horn |
2003-03-25 | added some meat to the global options dialog (no prefs are stored yet, though) | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup | Paweł Kołodziejski |
2003-02-08 | more access cleanup; also reorderd some method/function declarations in class... | Max Horn |
2002-12-25 | more -pedantic warnings fixed | Max Horn |
2002-12-21 | fixed save again, stupid me | Max Horn |