aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-02turned 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-02TODOsMax Horn
svn-id: r11044
2003-11-01merged detectGames() into LauncherDialog::handleCommand()Max Horn
svn-id: r11043
2003-11-01cleanupMax Horn
svn-id: r11042
2003-11-01fixed Widget::draw for bordered items to adjust _h; removed unused label ↵Max Horn
param from SliderWidget constructor; cleanup svn-id: r11041
2003-11-01renamed 'timer' to duration; minimal doxygen commentsMax Horn
svn-id: r11040
2003-11-01amiga 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-11-01amiga checkbox is obsolete (will be replaced by a platform popupMax Horn
svn-id: r11038
2003-11-01fix potential crashMax Horn
svn-id: r11037
2003-11-01added doxygen commentMax Horn
svn-id: r11036
2003-11-01use input->delay instead of system->delayGregory Montoir
svn-id: r11035
2003-11-01modified MessageDialog to allow for custom button textsMax Horn
svn-id: r11034
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
svn-id: r11033
2003-11-01don't do dynalum if palette scroll is disabledGregory Montoir
svn-id: r11032
2003-11-01rename Queen::GameSettings to Queen::GameConfigGregory Montoir
svn-id: r11031
2003-11-01make doxygen happyGregory Montoir
svn-id: r11030
2003-11-01small fix: if one specifies fullscreen=true in the 'scummvm' config section ↵Max Horn
but fullscreen=false in the game specific config section, ScummVM now properly disables fullscreen mode; also, don't use setvbuf with a NULL bufer and a non-zero size param, that's not portable -> use setlinebuf instead svn-id: r11029
2003-11-01made SDL backend use config managerMax Horn
svn-id: r11028
2003-11-01Instead of having a function that reverses the panning table, we now have aTorbjörn Andersson
function that creates the panning table. The difference is that you now have to tell whether you want one for normal or reverse stereo, so you are not dependent on the previous state of the table. (I still think it may be possible to get rid of the panning table completely, but that's for later cleanups.) svn-id: r11027
2003-11-01Create the gui object dynamicallyTorbjörn Andersson
svn-id: r11026
2003-11-01More moving of stuff into classesTorbjörn Andersson
svn-id: r11025
2003-11-01cleanup of game detector functionsMax Horn
svn-id: r11024
2003-11-01get rid of ScummGameSettings::detectnameMax Horn
svn-id: r11023
2003-11-01cleanupMax Horn
svn-id: r11022
2003-11-01avoid using detectnameMax Horn
svn-id: r11021
2003-11-01Patch #820010: Support Kanji versionMax Horn
svn-id: r11020
2003-11-01possible fix for bug #833854 - I rechecked the assembly, there actually is a ↵Max Horn
check for box flag 0x20 in there. However, that flag has a differeing meaning in older engine versions, so I put a version check in and updated the comments. Please test. svn-id: r11019
2003-10-31Fix warningTorbjörn Andersson
svn-id: r11018
2003-10-31use Command classGregory Montoir
svn-id: r11017
2003-10-31initial version of Command classGregory Montoir
svn-id: r11016
2003-10-31add mouse cursor codeGregory Montoir
svn-id: r11015
2003-10-31Save the config file when options are changed.Torbjörn Andersson
svn-id: r11014
2003-10-30add support for spanish cd versionJoost Peters
svn-id: r11013
2003-10-30really return verb nameGregory Montoir
svn-id: r11012
2003-10-30add methods needed by CommandGregory Montoir
svn-id: r11011
2003-10-30new Verb classGregory Montoir
svn-id: r11010
2003-10-30SpacingTravis Howell
svn-id: r11009
2003-10-30Add option to switch between subtitles only and combined speech/subtitles in ↵Travis Howell
Simon 2. svn-id: r11008
2003-10-29A commit that has it all:David Eriksson
- Bug fixes - Refactoring - New code svn-id: r11007
2003-10-29doc TODOsMax Horn
svn-id: r11006
2003-10-29Revert since it still doesn't work right, last change stop messages about ↵Travis Howell
needing to go to Seattle. Need to good way to bypass zak copy protection, without issues. svn-id: r11005
2003-10-29only one RandomSource for the engineGregory Montoir
svn-id: r11004
2003-10-29Hopefully right this time, last change caused a cheat (Free air travel)Travis Howell
svn-id: r11003
2003-10-29Document the BS2 config file settingsTorbjörn Andersson
svn-id: r11002
2003-10-29Use the ScummVM config manager instead of a separate BS2-specific configTorbjörn Andersson
file, plus some other cleanup. I don't know how the config manager decides if/when to save the settings to file, but we can worry about that later. svn-id: r11001
2003-10-29Add copy protection bypass for Zak McKracken (EGA) since there was no check ↵Travis Howell
in the version included with SelectWare Classic Collection. svn-id: r11000
2003-10-28add accessors for mouse current pos / button + keyVerbGregory Montoir
svn-id: r10999
2003-10-28handle (x,y) negative coordinates in dynalumGregory Montoir
svn-id: r10998
2003-10-28bs2 -> sword2Max Horn
svn-id: r10997
2003-10-28updatePaweł Kołodziejski
svn-id: r10996