Commit Graph

7675 Commits

Author SHA1 Message Date
David Eriksson
bd23b7dce0 Do not allow invalid room numbers.
svn-id: r11164
2003-11-06 17:54:59 +00:00
Joost Peters
d03ff2a119 more enum stuff
svn-id: r11163
2003-11-06 15:47:37 +00:00
David Eriksson
d3936b616c Validate room number
svn-id: r11162
2003-11-06 15:26:44 +00:00
David Eriksson
0f98be649b Clean-up
svn-id: r11161
2003-11-06 08:53:09 +00:00
David Eriksson
c524a58197 The more I implement, the more I need to implement.
- 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-06 08:44:33 +00:00
Max Horn
d1ebb50c5b updated TODO a bit
svn-id: r11159
2003-11-05 22:34:00 +00:00
Max Horn
29d79d8197 make savepath settings persistent
svn-id: r11158
2003-11-05 22:06:07 +00:00
Max Horn
a576d6641e fix bug #835953: Typo in key shortcut list
svn-id: r11157
2003-11-05 20:47:32 +00:00
Max Horn
8ad1ec4453 setup opcode table *before* using it to avoid crashes :-)
svn-id: r11156
2003-11-05 20:42:33 +00:00
Max Horn
5bf6e9afa0 made menu buttons wider (looks nicer, IMO)
svn-id: r11155
2003-11-05 14:35:35 +00:00
Max Horn
e20bf2cd63 fix for bug #836418 (Crash when saving with blank name): GUI now uses a default savegame name if non is given
svn-id: r11154
2003-11-05 12:48:42 +00:00
Max Horn
cfcee0f673 bumped version to 0.5.5 (since so many changes to the launcher/options dialogs were made -> this helps to verify whether users use ScummVM pre or post these changes)
svn-id: r11153
2003-11-05 12:28:03 +00:00
Max Horn
297ddb370b refactored common code into a new class OptionsDialog; various fixes and cleanup to the launcher/option dialogs
svn-id: r11152
2003-11-05 12:25:42 +00:00
Max Horn
0dfd0e4414 changed the way get(key,domain) works for global domains (instead of defaulting to the empty string, it will now default to the registered default in this case)
svn-id: r11151
2003-11-05 12:16:14 +00:00
Jonathan Gray
513fdae261 check name we are trying to save with isn't null, still needs to be looked at at a higher level however
svn-id: r11150
2003-11-05 11:37:04 +00:00
Max Horn
2c3b8c9b30 minor tweaks
svn-id: r11149
2003-11-05 11:24:37 +00:00
Gregory Montoir
086c8a50a4 update
svn-id: r11148
2003-11-05 10:11:37 +00:00
Gregory Montoir
85c409dce9 minor changes
svn-id: r11147
2003-11-05 10:09:54 +00:00
Gregory Montoir
829b4464fd walking fixes (int16/uint16)
svn-id: r11146
2003-11-05 10:08:55 +00:00
Max Horn
c207fe6a95 added multi_midi/native_mt32 settings (we *really* need to come up with a good way to share code between GlobalOptionsDialog and EditGameDialog)
svn-id: r11145
2003-11-05 01:22:19 +00:00
Max Horn
4cff7c8b97 save fullscreen/aspect ratio settings; fix midi driver selection (driver was set immediately when you choose it from popup; this made it impossible to 'Cancel' the change)
svn-id: r11144
2003-11-05 01:15:10 +00:00
Max Horn
25f2aafd7a added language/platform popup
svn-id: r11143
2003-11-05 00:59:03 +00:00
Max Horn
ceef10b5b8 make it possible to query the tag of the selected item
svn-id: r11142
2003-11-05 00:58:42 +00:00
Max Horn
583ae61453 export language list (so that it can be used by the GUI); added methods to convert a Platform/Language ID into a canonical string
svn-id: r11141
2003-11-05 00:58:02 +00:00
Max Horn
d45b475b48 added ConfigManager::removeKey
svn-id: r11140
2003-11-05 00:57:00 +00:00
Nicolas Bacca
b65ac00de9 Update project files
svn-id: r11139
2003-11-04 23:09:12 +00:00
Nicolas Bacca
54fe614cde Project changed name
svn-id: r11138
2003-11-04 23:08:27 +00:00
Nicolas Bacca
2db3e37206 Switch to the *real* file - apologies to those who tried to compile the old one (but it seems nobody tried :p)
svn-id: r11137
2003-11-04 23:07:30 +00:00
Max Horn
ee253d4c90 modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now)
svn-id: r11136
2003-11-04 22:00:36 +00:00
Max Horn
597ddcfa17 Added some more dummy checkboxes, functionality to be added
svn-id: r11135
2003-11-04 21:17:33 +00:00
Max Horn
84efb90484 swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)
svn-id: r11134
2003-11-04 21:17:17 +00:00
Max Horn
1410c4a762 typo
svn-id: r11133
2003-11-04 21:11:14 +00:00
Max Horn
74b496a062 added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR
svn-id: r11132
2003-11-04 20:46:20 +00:00
Gregory Montoir
6a6644bac8 fix demo crash after introduction
svn-id: r11131
2003-11-04 19:51:31 +00:00
Gregory Montoir
5caf79c8e5 change white palette entry for cursor in order to avoid glitch when palFadeIn is called
svn-id: r11130
2003-11-04 19:50:54 +00:00
Torbjörn Andersson
ba098a3a5b Create g_logic dynamically. More moving of stuff into classes.
svn-id: r11129
2003-11-04 18:02:49 +00:00
Torbjörn Andersson
64ec1907c2 More moving of stuff into classes.
svn-id: r11128
2003-11-04 17:26:59 +00:00
Gregory Montoir
f71d4e4df8 display PCGames splash screen for demo version
svn-id: r11127
2003-11-04 14:43:53 +00:00
Gregory Montoir
53fb701324 R_MAP define
svn-id: r11126
2003-11-04 14:29:52 +00:00
Gregory Montoir
b06e50dfa5 preliminary R_MAP implementation
svn-id: r11125
2003-11-04 13:51:36 +00:00
Jonathan Gray
bfb8f9a070 add some things...
svn-id: r11124
2003-11-04 12:47:25 +00:00
Jonathan Gray
b674717fbc lec don't have copyright on all the SCUMM games, add broken sword while here. Maybe we should just say something like all copyrights and trademarks are owned by their respective owners instead of having this list and stick a bit about the GPL in that the TODO mentioned?
svn-id: r11123
2003-11-04 03:31:50 +00:00
Max Horn
76e4cbe2cb fix item positions
svn-id: r11122
2003-11-03 23:42:53 +00:00
Max Horn
93037c3fed oops this wasn't meant to be there
svn-id: r11121
2003-11-03 23:34:27 +00:00
Max Horn
8a8743a042 removed PushButtonWidget
svn-id: r11120
2003-11-03 23:33:40 +00:00
Max Horn
3456b6f50b remade the in-game GUI/menu
svn-id: r11119
2003-11-03 23:26:13 +00:00
Max Horn
2ad5fcfb7d cleanup
svn-id: r11118
2003-11-03 23:14:21 +00:00
Marcus Comstedt
ef5e193d59 stdafx.h needs to be included first.
svn-id: r11117
2003-11-03 22:28:37 +00:00
Marcus Comstedt
caead57eb3 Now compiles again...
svn-id: r11116
2003-11-03 22:26:25 +00:00
Marcus Comstedt
2ed4f2c7fb Updated list of build directories to ignore.
svn-id: r11115
2003-11-03 22:26:01 +00:00