Torbjörn Andersson
6011bd6cdc
Save the config file when options are changed.
...
svn-id: r11014
2003-10-31 07:43:26 +00:00
Joost Peters
295e9c6ff9
add support for spanish cd version
...
svn-id: r11013
2003-10-30 23:20:47 +00:00
Gregory Montoir
4c7b847950
really return verb name
...
svn-id: r11012
2003-10-30 18:19:03 +00:00
Gregory Montoir
4db6235db7
add methods needed by Command
...
svn-id: r11011
2003-10-30 13:08:38 +00:00
Gregory Montoir
d8ffcaf340
new Verb class
...
svn-id: r11010
2003-10-30 10:56:38 +00:00
Travis Howell
28823a2b2a
Spacing
...
svn-id: r11009
2003-10-30 01:09:41 +00:00
Travis Howell
a1e794d920
Add option to switch between subtitles only and combined speech/subtitles in Simon 2.
...
svn-id: r11008
2003-10-30 01:05:08 +00:00
David Eriksson
5813950a83
A commit that has it all:
...
- Bug fixes
- Refactoring
- New code
svn-id: r11007
2003-10-29 21:04:12 +00:00
Max Horn
5ac187ee48
doc TODOs
...
svn-id: r11006
2003-10-29 15:02:54 +00:00
Travis Howell
9ea97c5313
Revert since it still doesn't work right, last change stop messages about needing to go to Seattle.
...
Need to good way to bypass zak copy protection, without issues.
svn-id: r11005
2003-10-29 13:16:12 +00:00
Gregory Montoir
24acd21da4
only one RandomSource for the engine
...
svn-id: r11004
2003-10-29 13:06:10 +00:00
Travis Howell
2a11383523
Hopefully right this time, last change caused a cheat (Free air travel)
...
svn-id: r11003
2003-10-29 10:24:03 +00:00
Torbjörn Andersson
774b847a87
Document the BS2 config file settings
...
svn-id: r11002
2003-10-29 08:09:45 +00:00
Torbjörn Andersson
d7bd7d44b8
Use the ScummVM config manager instead of a separate BS2-specific config
...
file, plus some other cleanup. I don't know how the config manager decides
if/when to save the settings to file, but we can worry about that later.
svn-id: r11001
2003-10-29 07:53:05 +00:00
Travis Howell
494d5269a2
Add copy protection bypass for Zak McKracken (EGA) since there was no check in the version included with SelectWare Classic Collection.
...
svn-id: r11000
2003-10-29 06:36:06 +00:00
Gregory Montoir
efa51b6013
add accessors for mouse current pos / button + keyVerb
...
svn-id: r10999
2003-10-28 20:58:46 +00:00
Gregory Montoir
8eea63362e
handle (x,y) negative coordinates in dynalum
...
svn-id: r10998
2003-10-28 19:55:12 +00:00
Max Horn
2fef2dcb84
bs2 -> sword2
...
svn-id: r10997
2003-10-28 19:51:30 +00:00
Paweł Kołodziejski
8be0e318b6
update
...
svn-id: r10996
2003-10-28 18:05:36 +00:00
Max Horn
53db0a8a07
cleanup: removed version/id from GameSettings
...
svn-id: r10995
2003-10-28 17:07:25 +00:00
Joost Peters
0ba347414d
forgot this
...
svn-id: r10994
2003-10-28 15:33:45 +00:00
Joost Peters
ee276b12b8
add OGG playback to queen
...
svn-id: r10993
2003-10-28 15:26:05 +00:00
Gregory Montoir
cb2306373d
safer dynalum tweak
...
svn-id: r10992
2003-10-28 15:05:35 +00:00
David Eriksson
1ab811c4ec
Safer use of dynalum.
...
svn-id: r10991
2003-10-28 14:19:11 +00:00
Torbjörn Andersson
7418c47b48
If we fail to read the game settings, use sensible defaults.
...
svn-id: r10990
2003-10-28 13:46:28 +00:00
Joost Peters
31a8ef2e7f
cleanup
...
svn-id: r10989
2003-10-28 13:27:37 +00:00
Joost Peters
e02fe63f2e
added loadFileMalloc() method
...
svn-id: r10988
2003-10-28 12:42:35 +00:00
Gregory Montoir
26a873a2e4
more stuff for future Command class
...
svn-id: r10987
2003-10-27 15:00:25 +00:00
Torbjörn Andersson
dde1fde95e
Removed TODO entry about debug class. Fingolfin's latest changes should be
...
pretty much what I wanted.
svn-id: r10986
2003-10-27 10:44:12 +00:00
Torbjörn Andersson
48f29f8559
Fixed bug #830772 , I hope.
...
svn-id: r10985
2003-10-27 08:36:37 +00:00
Max Horn
a4d2a47820
factor out common debugger code
...
svn-id: r10984
2003-10-26 21:30:52 +00:00
Jonathan Gray
fbd6528e36
stay within 80 char limit
...
svn-id: r10983
2003-10-26 21:08:53 +00:00
Max Horn
d581c99ab5
cleanup
...
svn-id: r10982
2003-10-26 19:16:59 +00:00
Torbjörn Andersson
b2ea1994bb
Use #if USE_CONSOLE instead of #ifdef USE_CONSOLE since that's how we do
...
everywhere else
svn-id: r10981
2003-10-26 17:50:45 +00:00
Torbjörn Andersson
4b52223eb8
Added a note about making the debugger more easily available to the various
...
game engines.
svn-id: r10980
2003-10-26 17:46:20 +00:00
Oliver Kiehl
c86803c0c7
fix compile
...
svn-id: r10979
2003-10-26 15:58:49 +00:00
Torbjörn Andersson
7c4cc25cec
Enable the debug console. Actually, what I've done is to adapt the debug
...
console from the SCUMM engine. I decided that would be easier than to clean
up the original console code.
Unfortunately there's a bunch of code that I just copied - a pretty lousy
form of code-reusal. It'd be nice if the console could be made part of the
Engine class, or something like that.
Most of the debug commands seem to be working. Some aren't relevant for
ScummVM, and some are a bit obscure so I'm not quite sure what they're
supposed to be doing.
svn-id: r10978
2003-10-26 15:42:49 +00:00
Gregory Montoir
2a139049d6
cleanup, add comments
...
svn-id: r10977
2003-10-26 13:54:26 +00:00
Max Horn
df60e72f77
updated README and usage/help text
...
svn-id: r10976
2003-10-26 13:33:49 +00:00
Max Horn
1d1f52f8e9
cleanup
...
svn-id: r10975
2003-10-26 12:44:20 +00:00
Max Horn
93c533e30e
workaround for bug #820357 (FOA: Talk to Sophia -> Atlantis/Great Machine = crash)
...
svn-id: r10974
2003-10-26 12:09:08 +00:00
Travis Howell
3f6f1e3311
Ooops
...
svn-id: r10973
2003-10-26 05:48:54 +00:00
Travis Howell
c7e723ceb4
Add combined speech and subtitles support for simon2.
...
svn-id: r10972
2003-10-26 05:31:36 +00:00
Travis Howell
1b38419b42
Add more debug.
...
svn-id: r10971
2003-10-26 04:37:11 +00:00
Travis Howell
b16d51a257
Rename function.
...
svn-id: r10970
2003-10-26 04:35:35 +00:00
Travis Howell
b051506bf1
Ooops
...
svn-id: r10969
2003-10-26 04:07:44 +00:00
Travis Howell
394bb952c5
Update issues
...
svn-id: r10968
2003-10-26 04:03:51 +00:00
Travis Howell
bd8cf7ac13
Update issues
...
svn-id: r10967
2003-10-26 03:25:53 +00:00
Travis Howell
0600e4e0f4
Fix simon1dos freezes
...
svn-id: r10966
2003-10-26 03:20:13 +00:00
Gregory Montoir
060300339e
add some methods to Logic for future Command class
...
svn-id: r10965
2003-10-25 20:26:50 +00:00