aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-07fixed ConfigManager getInt/getBoolMax Horn
2003-11-07oopsGregory Montoir
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
2003-11-07added checkboxes to the 'Edit Game...' dialog which let the user determine wh...Max Horn
2003-11-07change behaviour of ConfigManager::get once again -> now we *do* fall back to...Max Horn
2003-11-07Implement some special actionsDavid Eriksson
2003-11-07enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send t...Max Horn
2003-11-07draw StaticTextWidget differently if disabledMax Horn
2003-11-07fixed memory leak in TabWidgetMax Horn
2003-11-07err, *strnlen(,,3)* used to check for empty strings? I think not :-)Max Horn
2003-11-07Small fixes.David Eriksson
2003-11-07adjust for recent string c_str changes so title is always shown again. Fixes ...Jonathan Gray
2003-11-07Removed some unnecessary whitespaceTorbjörn Andersson
2003-11-07Correct voc rate in DOTT demoTravis Howell
2003-11-07Minor fixes.David Eriksson
2003-11-07Fixed warning. (I've only seen these warnings when compiling under MinGW,Torbjörn Andersson
2003-11-07fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's chan...Max Horn
2003-11-07missed oneJonathan Gray
2003-11-07spelling fixesJonathan Gray
2003-11-07spelling fixesJonathan Gray
2003-11-07Added partial playSong() implementationJoost Peters
2003-11-07spelling fixesJonathan Gray
2003-11-07missed oneJonathan Gray
2003-11-07more spelling fixesJonathan Gray
2003-11-07spelling fixesJonathan Gray
2003-11-07<tsuteiuQ> 'gnaw gnaw'Jonathan Gray
2003-11-07Don't try to speak NULL strings, this fixes atleast 1 crash. (looking out the...Joost Peters
2003-11-07typo, gnaw gnawMax Horn
2003-11-07Use the new capabilities of class Map to make the ConfigManager case insensit...Max Horn
2003-11-07Introduce Comperator template parameter to Map -> this allows more flexible u...Max Horn
2003-11-07change (Const)String::c_str to never return 0 (rather return empty string) ->...Max Horn
2003-11-06cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x when...Max Horn
2003-11-06cleanupMax Horn
2003-11-06Bug fix for non-quittable cutaways.David Eriksson
2003-11-06- Improved talkingDavid Eriksson
2003-11-06Do not allow invalid room numbers.David Eriksson
2003-11-06more enum stuffJoost Peters
2003-11-06Validate room numberDavid Eriksson
2003-11-06Clean-upDavid Eriksson
2003-11-06The more I implement, the more I need to implement.David Eriksson
2003-11-05updated TODO a bitMax Horn
2003-11-05make savepath settings persistentMax Horn
2003-11-05fix bug #835953: Typo in key shortcut listMax Horn
2003-11-05setup opcode table *before* using it to avoid crashes :-)Max Horn
2003-11-05made menu buttons wider (looks nicer, IMO)Max Horn
2003-11-05fix for bug #836418 (Crash when saving with blank name): GUI now uses a defau...Max Horn
2003-11-05bumped version to 0.5.5 (since so many changes to the launcher/options dialog...Max Horn
2003-11-05refactored common code into a new class OptionsDialog; various fixes and clea...Max Horn
2003-11-05changed the way get(key,domain) works for global domains (instead of defaulti...Max Horn
2003-11-05check name we are trying to save with isn't null, still needs to be looked at...Jonathan Gray