Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-01 | don't do a global import of namespace GUI | Max Horn | |
svn-id: r11451 | |||
2003-11-28 | reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser ↵ | Max Horn | |
remembers the scroll position -> improved user experience svn-id: r11415 | |||
2003-11-11 | made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ↵ | Max Horn | |
Sound::_sound_volume_master and friends by ConfMan.get() calls; some whitespace cleanup svn-id: r11257 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11217 | |||
2003-11-05 | made menu buttons wider (looks nicer, IMO) | Max Horn | |
svn-id: r11155 | |||
2003-11-05 | fix for bug #836418 (Crash when saving with blank name): GUI now uses a ↵ | Max Horn | |
default savegame name if non is given svn-id: r11154 | |||
2003-11-03 | oops this wasn't meant to be there | Max Horn | |
svn-id: r11121 | |||
2003-11-03 | remade the in-game GUI/menu | Max Horn | |
svn-id: r11119 | |||
2003-11-03 | added built-in label for SliderWidget | Max Horn | |
svn-id: r11075 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-11-01 | amiga checkbox is pointless in the in-game settings dialog (you should set ↵ | Max Horn | |
this option either in the launcher or directly in the config file); got rid of queryCustomString/string_map_table_custom: we only used them in a very few spots anyway, and until we actually decide to localize ScummVM, they don't gain us anything svn-id: r11039 | |||
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers | |
svn-id: r10703 | |||
2003-10-08 | new 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-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also ↵ | Max Horn | |
makes room for a potential 'Scumm' namespace) svn-id: r10549 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn | |
svn-id: r10097 | |||
2003-09-07 | cleanup/refactoring | Max Horn | |
svn-id: r10070 | |||
2003-08-20 | Change Amiga palette option to Amiga version | Travis Howell | |
svn-id: r9800 | |||
2003-08-18 | Updated globals access for PalmOS | Chris Apers | |
svn-id: r9759 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
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 |