Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-02 | cleanup/remaining Walk cutaway calls | Gregory Montoir | |
svn-id: r11056 | |||
2003-11-02 | update | Gregory Montoir | |
svn-id: r11055 | |||
2003-11-02 | fix locking verb crash | Gregory Montoir | |
svn-id: r11054 | |||
2003-11-02 | More moving of stuff into classes. I had to make a few changes/cleanups to | Torbjörn Andersson | |
events.cpp, so there could be regressions. svn-id: r11053 | |||
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards ↵ | Max Horn | |
making it possible to nest widgets (needed for TabWidget) svn-id: r11052 | |||
2003-11-02 | add missing inventory functions | Joost Peters | |
svn-id: r11051 | |||
2003-11-02 | ask before removing a game config | Max Horn | |
svn-id: r11050 | |||
2003-11-02 | updated | Paweł Kołodziejski | |
svn-id: r11049 | |||
2003-11-02 | forgot to commit this, sorry guys | Max Horn | |
svn-id: r11048 | |||
2003-11-02 | updated | Paweł Kołodziejski | |
svn-id: r11047 | |||
2003-11-02 | fixed warnings | Paweł Kołodziejski | |
svn-id: r11046 | |||
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-02 | TODOs | Max Horn | |
svn-id: r11044 | |||
2003-11-01 | merged detectGames() into LauncherDialog::handleCommand() | Max Horn | |
svn-id: r11043 | |||
2003-11-01 | cleanup | Max Horn | |
svn-id: r11042 | |||
2003-11-01 | fixed Widget::draw for bordered items to adjust _h; removed unused label ↵ | Max Horn | |
param from SliderWidget constructor; cleanup svn-id: r11041 | |||
2003-11-01 | renamed 'timer' to duration; minimal doxygen comments | Max Horn | |
svn-id: r11040 | |||
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-11-01 | amiga checkbox is obsolete (will be replaced by a platform popup | Max Horn | |
svn-id: r11038 | |||
2003-11-01 | fix potential crash | Max Horn | |
svn-id: r11037 | |||
2003-11-01 | added doxygen comment | Max Horn | |
svn-id: r11036 | |||
2003-11-01 | use input->delay instead of system->delay | Gregory Montoir | |
svn-id: r11035 | |||
2003-11-01 | modified MessageDialog to allow for custom button texts | Max Horn | |
svn-id: r11034 | |||
2003-11-01 | cleanup: new MessageDialog subclass TimedMessageDialog | Max Horn | |
svn-id: r11033 | |||
2003-11-01 | don't do dynalum if palette scroll is disabled | Gregory Montoir | |
svn-id: r11032 | |||
2003-11-01 | rename Queen::GameSettings to Queen::GameConfig | Gregory Montoir | |
svn-id: r11031 | |||
2003-11-01 | make doxygen happy | Gregory Montoir | |
svn-id: r11030 | |||
2003-11-01 | small 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-01 | made SDL backend use config manager | Max Horn | |
svn-id: r11028 | |||
2003-11-01 | Instead of having a function that reverses the panning table, we now have a | Torbjö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-01 | Create the gui object dynamically | Torbjörn Andersson | |
svn-id: r11026 | |||
2003-11-01 | More moving of stuff into classes | Torbjörn Andersson | |
svn-id: r11025 | |||
2003-11-01 | cleanup of game detector functions | Max Horn | |
svn-id: r11024 | |||
2003-11-01 | get rid of ScummGameSettings::detectname | Max Horn | |
svn-id: r11023 | |||
2003-11-01 | cleanup | Max Horn | |
svn-id: r11022 | |||
2003-11-01 | avoid using detectname | Max Horn | |
svn-id: r11021 | |||
2003-11-01 | Patch #820010: Support Kanji version | Max Horn | |
svn-id: r11020 | |||
2003-11-01 | possible 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-31 | Fix warning | Torbjörn Andersson | |
svn-id: r11018 | |||
2003-10-31 | use Command class | Gregory Montoir | |
svn-id: r11017 | |||
2003-10-31 | initial version of Command class | Gregory Montoir | |
svn-id: r11016 | |||
2003-10-31 | add mouse cursor code | Gregory Montoir | |
svn-id: r11015 | |||
2003-10-31 | Save the config file when options are changed. | Torbjörn Andersson | |
svn-id: r11014 | |||
2003-10-30 | add support for spanish cd version | Joost Peters | |
svn-id: r11013 | |||
2003-10-30 | really return verb name | Gregory Montoir | |
svn-id: r11012 | |||
2003-10-30 | add methods needed by Command | Gregory Montoir | |
svn-id: r11011 | |||
2003-10-30 | new Verb class | Gregory Montoir | |
svn-id: r11010 | |||
2003-10-30 | Spacing | Travis Howell | |
svn-id: r11009 | |||
2003-10-30 | Add option to switch between subtitles only and combined speech/subtitles in ↵ | Travis Howell | |
Simon 2. svn-id: r11008 | |||
2003-10-29 | A commit that has it all: | David Eriksson | |
- Bug fixes - Refactoring - New code svn-id: r11007 |