aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-07fixed ConfigManager getInt/getBoolMax Horn
svn-id: r11199
2003-11-07oopsGregory Montoir
svn-id: r11198
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
svn-id: r11197
2003-11-07added checkboxes to the 'Edit Game...' dialog which let the user determine ↵Max Horn
whether to override global settings or not; besides other things, this fixes bug #837599 (Default volume is 0 for newly added games) svn-id: r11196
2003-11-07change behaviour of ConfigManager::get once again -> now we *do* fall back ↵Max Horn
to the registered defaults... svn-id: r11195
2003-11-07Implement some special actionsDavid Eriksson
svn-id: r11194
2003-11-07enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send ↵Max Horn
the checkbox state along with its command svn-id: r11193
2003-11-07draw StaticTextWidget differently if disabledMax Horn
svn-id: r11192
2003-11-07fixed memory leak in TabWidgetMax Horn
svn-id: r11191
2003-11-07err, *strnlen(,,3)* used to check for empty strings? I think not :-)Max Horn
svn-id: r11190
2003-11-07Small fixes.David Eriksson
svn-id: r11189
2003-11-07adjust for recent string c_str changes so title is always shown again. Fixes ↵Jonathan Gray
bug #837868 probably not the best way of doing it but it'll do svn-id: r11188
2003-11-07Removed some unnecessary whitespaceTorbjörn Andersson
svn-id: r11187
2003-11-07Correct voc rate in DOTT demoTravis Howell
svn-id: r11186
2003-11-07Minor fixes.David Eriksson
svn-id: r11185
2003-11-07Fixed warning. (I've only seen these warnings when compiling under MinGW,Torbjörn Andersson
and to be honest I never understood why the compiler wars for it.) svn-id: r11184
2003-11-07fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's ↵Max Horn
changes? I didn't) svn-id: r11183
2003-11-07missed oneJonathan Gray
svn-id: r11182
2003-11-07spelling fixesJonathan Gray
svn-id: r11181
2003-11-07spelling fixesJonathan Gray
svn-id: r11180
2003-11-07Added partial playSong() implementationJoost Peters
svn-id: r11179
2003-11-07spelling fixesJonathan Gray
svn-id: r11178
2003-11-07missed oneJonathan Gray
svn-id: r11177
2003-11-07more spelling fixesJonathan Gray
svn-id: r11176
2003-11-07spelling fixesJonathan Gray
svn-id: r11175
2003-11-07<tsuteiuQ> 'gnaw gnaw'Jonathan Gray
svn-id: r11174
2003-11-07Don't try to speak NULL strings, this fixes atleast 1 crash. (looking out ↵Joost Peters
the hotel window) svn-id: r11173
2003-11-07typo, gnaw gnawMax Horn
svn-id: r11172
2003-11-07Use the new capabilities of class Map to make the ConfigManager case ↵Max Horn
insensitive when it comes to comparing config keys/domains svn-id: r11171
2003-11-07Introduce Comperator template parameter to Map -> this allows more flexible ↵Max Horn
use of Map (in particular, I can now use a StringMap in ConfigManager which ignores case) svn-id: r11170
2003-11-07change (Const)String::c_str to never return 0 (rather return empty string) ↵Max Horn
-> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators svn-id: r11169
2003-11-06cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x ↵Max Horn
whenever common/scaler.h is changed :-) svn-id: r11168
2003-11-06cleanupMax Horn
svn-id: r11167
2003-11-06Bug fix for non-quittable cutaways.David Eriksson
svn-id: r11166
2003-11-06- Improved talkingDavid Eriksson
- Lots of small fixes svn-id: r11165
2003-11-06Do not allow invalid room numbers.David Eriksson
svn-id: r11164
2003-11-06more enum stuffJoost Peters
svn-id: r11163
2003-11-06Validate room numberDavid Eriksson
svn-id: r11162
2003-11-06Clean-upDavid Eriksson
svn-id: r11161
2003-11-06The more I implement, the more I need to implement.David Eriksson
- More cutaway code - More dialogue code Hint: Let the last intro cutaway finish if you don't want Joe to get stuck. svn-id: r11160
2003-11-05updated TODO a bitMax Horn
svn-id: r11159
2003-11-05make savepath settings persistentMax Horn
svn-id: r11158
2003-11-05fix bug #835953: Typo in key shortcut listMax Horn
svn-id: r11157
2003-11-05setup opcode table *before* using it to avoid crashes :-)Max Horn
svn-id: r11156
2003-11-05made menu buttons wider (looks nicer, IMO)Max Horn
svn-id: r11155
2003-11-05fix 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-05bumped version to 0.5.5 (since so many changes to the launcher/options ↵Max Horn
dialogs were made -> this helps to verify whether users use ScummVM pre or post these changes) svn-id: r11153
2003-11-05refactored common code into a new class OptionsDialog; various fixes and ↵Max Horn
cleanup to the launcher/option dialogs svn-id: r11152
2003-11-05changed the way get(key,domain) works for global domains (instead of ↵Max Horn
defaulting to the empty string, it will now default to the registered default in this case) svn-id: r11151
2003-11-05check name we are trying to save with isn't null, still needs to be looked ↵Jonathan Gray
at at a higher level however svn-id: r11150