Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-22 | Missed one spot. | Travis Howell | |
svn-id: r12980 | |||
2004-01-26 | CE Keys dialog moved to new backend | Nicolas Bacca | |
svn-id: r12607 | |||
2004-01-17 | Implements TOGGLE_VIRTUAL_KEYBOARD | Nicolas Bacca | |
svn-id: r12459 | |||
2004-01-08 | unify _vm / _scumm usage | Max Horn | |
svn-id: r12262 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-27 | get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵ | Max Horn | |
IMuseDigital oddities svn-id: r11966 | |||
2003-12-27 | fix subtitles option | Max Horn | |
svn-id: r11965 | |||
2003-12-21 | yet another place were 'nosubtitles' wasn't properly changed to 'subtitles' | Max Horn | |
svn-id: r11809 | |||
2003-12-18 | Missed one spot when switching subtitle options. | Travis Howell | |
svn-id: r11730 | |||
2003-12-14 | Let's spell it out: c-o-d-e r-e-u-s-e :-) | Max Horn | |
svn-id: r11640 | |||
2003-12-14 | Ooops | Travis Howell | |
svn-id: r11636 | |||
2003-12-14 | Always confirm restart | Travis Howell | |
svn-id: r11635 | |||
2003-12-14 | WinCE GUI fixes | Nicolas Bacca | |
svn-id: r11630 | |||
2003-12-13 | patch #858731 to work around MSVC6 compiler bugs | Max Horn | |
svn-id: r11616 | |||
2003-12-11 | Fix for bug #858262 (Note: casting to GUI::OptionsDialog* is wrong, it leads ↵ | Max Horn | |
to incorrect vtable access svn-id: r11587 | |||
2003-12-09 | Changed notation involving more than one set of double colons :: | Jamieson Christian | |
MSVC6 can't handle such notation, so simplification or notation tricks must be employed to keep it happy. svn-id: r11539 | |||
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 |