Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-07 | missed one | Jonathan Gray | |
svn-id: r11177 | |||
2003-11-07 | more spelling fixes | Jonathan Gray | |
svn-id: r11176 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11175 | |||
2003-11-07 | <tsuteiuQ> 'gnaw gnaw' | Jonathan Gray | |
svn-id: r11174 | |||
2003-11-07 | Don't try to speak NULL strings, this fixes atleast 1 crash. (looking out ↵ | Joost Peters | |
the hotel window) svn-id: r11173 | |||
2003-11-07 | typo, gnaw gnaw | Max Horn | |
svn-id: r11172 | |||
2003-11-07 | Use 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-07 | Introduce 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-07 | change (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-06 | cut 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-06 | cleanup | Max Horn | |
svn-id: r11167 | |||
2003-11-06 | Bug fix for non-quittable cutaways. | David Eriksson | |
svn-id: r11166 | |||
2003-11-06 | - Improved talking | David Eriksson | |
- Lots of small fixes svn-id: r11165 | |||
2003-11-06 | Do not allow invalid room numbers. | David Eriksson | |
svn-id: r11164 | |||
2003-11-06 | more enum stuff | Joost Peters | |
svn-id: r11163 | |||
2003-11-06 | Validate room number | David Eriksson | |
svn-id: r11162 | |||
2003-11-06 | Clean-up | David Eriksson | |
svn-id: r11161 | |||
2003-11-06 | The 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-05 | updated TODO a bit | Max Horn | |
svn-id: r11159 | |||
2003-11-05 | make savepath settings persistent | Max Horn | |
svn-id: r11158 | |||
2003-11-05 | fix bug #835953: Typo in key shortcut list | Max Horn | |
svn-id: r11157 | |||
2003-11-05 | setup opcode table *before* using it to avoid crashes :-) | Max Horn | |
svn-id: r11156 | |||
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-05 | bumped 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-05 | refactored common code into a new class OptionsDialog; various fixes and ↵ | Max Horn | |
cleanup to the launcher/option dialogs svn-id: r11152 | |||
2003-11-05 | changed 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-05 | check 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 | |||
2003-11-05 | minor tweaks | Max Horn | |
svn-id: r11149 | |||
2003-11-05 | update | Gregory Montoir | |
svn-id: r11148 | |||
2003-11-05 | minor changes | Gregory Montoir | |
svn-id: r11147 | |||
2003-11-05 | walking fixes (int16/uint16) | Gregory Montoir | |
svn-id: r11146 | |||
2003-11-05 | added multi_midi/native_mt32 settings (we *really* need to come up with a ↵ | Max Horn | |
good way to share code between GlobalOptionsDialog and EditGameDialog) svn-id: r11145 | |||
2003-11-05 | save fullscreen/aspect ratio settings; fix midi driver selection (driver was ↵ | Max Horn | |
set immediately when you choose it from popup; this made it impossible to 'Cancel' the change) svn-id: r11144 | |||
2003-11-05 | added language/platform popup | Max Horn | |
svn-id: r11143 | |||
2003-11-05 | make it possible to query the tag of the selected item | Max Horn | |
svn-id: r11142 | |||
2003-11-05 | export language list (so that it can be used by the GUI); added methods to ↵ | Max Horn | |
convert a Platform/Language ID into a canonical string svn-id: r11141 | |||
2003-11-05 | added ConfigManager::removeKey | Max Horn | |
svn-id: r11140 | |||
2003-11-04 | Update project files | Nicolas Bacca | |
svn-id: r11139 | |||
2003-11-04 | Project changed name | Nicolas Bacca | |
svn-id: r11138 | |||
2003-11-04 | Switch to the *real* file - apologies to those who tried to compile the old ↵ | Nicolas Bacca | |
one (but it seems nobody tried :p) svn-id: r11137 | |||
2003-11-04 | modified NewGui::drawString to shorten strings which don't fit using ↵ | Max Horn | |
ellipsis (disabled for the EditTextWidget for now) svn-id: r11136 | |||
2003-11-04 | Added some more dummy checkboxes, functionality to be added | Max Horn | |
svn-id: r11135 | |||
2003-11-04 | swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-) | Max Horn | |
svn-id: r11134 | |||
2003-11-04 | typo | Max Horn | |
svn-id: r11133 | |||
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn | |
svn-id: r11132 | |||
2003-11-04 | fix demo crash after introduction | Gregory Montoir | |
svn-id: r11131 | |||
2003-11-04 | change white palette entry for cursor in order to avoid glitch when ↵ | Gregory Montoir | |
palFadeIn is called svn-id: r11130 | |||
2003-11-04 | Create g_logic dynamically. More moving of stuff into classes. | Torbjörn Andersson | |
svn-id: r11129 |