Max Horn
35b62c294d
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings::gameName to name; added temporary experimental MD5 hack
...
svn-id: r11603
2003-12-13 00:20:01 +00:00
Max Horn
dd33ae0f0f
added MD5 code to CVS
...
svn-id: r11602
2003-12-13 00:06:00 +00:00
Paweł Kołodziejski
b02edd2fa1
update
...
svn-id: r11601
2003-12-12 21:52:35 +00:00
Gregory Montoir
c3c55a457c
cleanup
...
svn-id: r11600
2003-12-12 20:26:20 +00:00
Max Horn
8f5c14aebe
get rid of queencomp target (rather simply always check for both queen.1 and queen.1c); this allows some code simplification and gets rid of the last access to detector->_game in queen
...
svn-id: r11599
2003-12-12 15:29:58 +00:00
Max Horn
0b22651494
avoid accessing detector->_game.midi
...
svn-id: r11598
2003-12-12 15:28:44 +00:00
Max Horn
0ee89a3277
init some more member vars
...
svn-id: r11597
2003-12-12 15:05:33 +00:00
Max Horn
9008abc7ea
cleanup: no need to access detector->_game.midi, since the value is fixed anyway
...
svn-id: r11596
2003-12-12 14:40:40 +00:00
Eugene Sandulenko
baf2fd3900
o Fixed playback. Now you see Ben falling
...
o Next batch of enemy code implemented
o Cleanup
svn-id: r11595
2003-12-12 14:29:59 +00:00
Gregory Montoir
fef457ed0e
get rid of Verb class
...
svn-id: r11594
2003-12-12 10:33:34 +00:00
Jamieson Christian
d7411615b8
Added state.*
...
svn-id: r11593
2003-12-12 05:02:04 +00:00
Travis Howell
dbc5d8c3ee
Add work around for bug in original simon1.
...
svn-id: r11592
2003-12-12 03:19:39 +00:00
Travis Howell
48440c3697
Prevent quick load/save during copy protection or conversation.
...
svn-id: r11591
2003-12-12 01:31:02 +00:00
Travis Howell
c37dd7a192
Don't update screen manually, as original didn't.
...
svn-id: r11590
2003-12-12 00:05:28 +00:00
Gregory Montoir
c2be8ed45d
constructors cleanup
...
svn-id: r11589
2003-12-11 22:16:35 +00:00
Gregory Montoir
38c4321f59
cleanup
...
svn-id: r11588
2003-12-11 21:04:02 +00:00
Max Horn
3080be97e0
Fix for bug #858262 (Note: casting to GUI::OptionsDialog* is wrong, it leads to incorrect vtable access
...
svn-id: r11587
2003-12-11 20:11:14 +00:00
James Brown
cbafc3c8c0
Oops, thanks khalek :)
...
svn-id: r11586
2003-12-11 15:21:49 +00:00
James Brown
84247d9797
A few updates, mostly replacing examples that still used -n to disable subtitles.
...
To prevent confusion I think we should simply use a different switch character instead of reversing the behavior of -n for 0.6.0... Any suggestions on a good letter that's free? :)
svn-id: r11585
2003-12-11 15:17:53 +00:00
Jonathan Gray
7cbd9a113d
Sync man page with README a bit. Remove mention of OpenGL backend in game keys.
...
svn-id: r11584
2003-12-11 15:05:10 +00:00
Jonathan Gray
7c320d63de
add config file parameter to specify the desired port when using the ALSA music driver
...
svn-id: r11583
2003-12-11 14:38:43 +00:00
Gregory Montoir
3174cef127
merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument as it always equals 0
...
svn-id: r11582
2003-12-11 13:26:13 +00:00
Torbjörn Andersson
9f465dab04
cleanup
...
svn-id: r11581
2003-12-11 13:08:36 +00:00
Travis Howell
232fe2889a
Remove comment------
...
svn-id: r11580
2003-12-11 11:07:43 +00:00
Gregory Montoir
577ea51c10
cleanup
...
svn-id: r11579
2003-12-11 10:24:27 +00:00
Travis Howell
507a7057c1
Ooops
...
svn-id: r11578
2003-12-11 10:05:46 +00:00
Gregory Montoir
ae33806802
centralize all State related stuff
...
svn-id: r11577
2003-12-11 10:03:35 +00:00
Max Horn
3c9c652f13
fix compilation on non-win32 systems
...
svn-id: r11576
2003-12-11 09:56:21 +00:00
Travis Howell
898d5f2647
No need for buffers that large.
...
svn-id: r11575
2003-12-11 09:29:56 +00:00
Travis Howell
bc00922990
Change another debug define to key
...
Dump options should now work on non-win32
svn-id: r11574
2003-12-11 09:14:10 +00:00
Torbjörn Andersson
813e8fbdab
Emergency bugfixes:
...
Initialise _cd.playing to false. Otherwise ScummVM may create a savegame
where a CD track appears to be playing, but everything about it is
undefined, causing ScummVM to crash when loading it.
Initialise _track_info[] with NULLs, otherwise ScummVM crashes for me when
I start the CD version of MI1.
There's probably a lot more that *should* be properly initialised, but this
seems to take care of the most serious issues, and is all I have the time
to do now anyway.
svn-id: r11573
2003-12-11 08:18:51 +00:00
Travis Howell
110d0b08da
Add new option to readme
...
svn-id: r11572
2003-12-11 06:18:35 +00:00
Travis Howell
3d6461d30f
Add option to enable copy protection in SCUMM games, which ScummVM disable it by default.
...
svn-id: r11571
2003-12-11 06:08:43 +00:00
Travis Howell
2ef887fd44
Missed one spot.
...
svn-id: r11570
2003-12-11 05:36:07 +00:00
Travis Howell
e11c741e82
Drop OpenGL backend, since it has no maintainer and is too buggy.
...
svn-id: r11569
2003-12-11 05:32:27 +00:00
Travis Howell
1e90d540eb
Correct filename
...
svn-id: r11568
2003-12-11 05:20:01 +00:00
Travis Howell
8c1cf30b6b
Add About option
...
svn-id: r11567
2003-12-11 04:41:42 +00:00
Travis Howell
879486e377
Update readme
...
svn-id: r11566
2003-12-11 03:54:33 +00:00
Travis Howell
064dad5c0c
An 'Cancel' button is pointless for errors.
...
svn-id: r11565
2003-12-11 03:51:32 +00:00
Travis Howell
324da16de2
Add dialog for quick load/save in simon1/2.
...
svn-id: r11564
2003-12-11 03:50:25 +00:00
Travis Howell
46f00d079c
Remove comment
...
svn-id: r11563
2003-12-11 03:23:07 +00:00
Travis Howell
5154790733
Fix and enabble quick load/save keys in simon 1/2.
...
svn-id: r11562
2003-12-11 02:43:28 +00:00
Travis Howell
c3f23cbd48
Oops
...
svn-id: r11561
2003-12-11 02:13:42 +00:00
Travis Howell
44eadc398c
Add some WIP quick load/save keys code for simon 1/2. currently disabled.
...
svn-id: r11560
2003-12-11 02:09:18 +00:00
Jamieson Christian
f82a23771c
Expanded the Doxygen docs for the MidiParser class.
...
Painfully detailed in its description of how to
get a MidiParser object hooked up and running.
Hope this helps ya, Joost! ;)
svn-id: r11559
2003-12-11 00:51:51 +00:00
Jamieson Christian
c95e9d12a2
Endian-safe read-and-advance helper functions are
...
now based on the READ_LE_* and READ_BE_* macros.
Very slight performance gain, woo hoo.
svn-id: r11558
2003-12-10 23:52:29 +00:00
Jamieson Christian
425126fa61
Removed #include "midiparser.h". It was only there for the early Humongeous XMIDI hacks.
...
svn-id: r11557
2003-12-10 23:44:25 +00:00
Gregory Montoir
0667bd69cd
oops
...
svn-id: r11556
2003-12-10 21:36:56 +00:00
Gregory Montoir
a53d2c99f5
get rid of GameConfig, use ConfigurationManager
...
svn-id: r11555
2003-12-10 20:13:25 +00:00
Gregory Montoir
191e7ae621
oops
...
svn-id: r11554
2003-12-10 15:37:57 +00:00