Travis Howell
8762b47a11
Make code match
...
svn-id: r9405
2003-08-02 11:04:29 +00:00
Travis Howell
03f6ec8a8a
Always check for null string
...
svn-id: r9404
2003-08-02 10:48:30 +00:00
Travis Howell
ec676d1581
My last commit caused regression
...
svn-id: r9402
2003-08-02 10:42:54 +00:00
Travis Howell
40c3f25cd7
Add combined speech/subtitles support for simon2 hebrew
...
svn-id: r9401
2003-08-02 10:15:07 +00:00
Travis Howell
29247636f6
Add combined speech/subtitles support for simon2 hebrew
...
svn-id: r9400
2003-08-02 10:09:05 +00:00
Travis Howell
0b2bd31010
Hebrew support for load/save dialog
...
svn-id: r9398
2003-08-02 07:10:30 +00:00
Travis Howell
471bc5ceb5
Improved hebrew support, thanks to Jamieson
...
svn-id: r9397
2003-08-02 07:00:58 +00:00
Max Horn
103112dd3d
removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again)
...
svn-id: r9391
2003-08-02 00:36:38 +00:00
Travis Howell
fc5d38ec50
Small cleanup
...
svn-id: r9316
2003-07-31 01:59:31 +00:00
Travis Howell
2ddd3a9895
typo
...
svn-id: r9293
2003-07-30 11:17:51 +00:00
Travis Howell
00bcd731f5
Add/remove/update simon comments
...
svn-id: r9292
2003-07-30 11:16:09 +00:00
Travis Howell
f503013b5a
Small cleanup
...
svn-id: r9290
2003-07-30 10:05:09 +00:00
Jamieson Christian
269757dabc
vc_10_no_depack_swap implementation
...
svn-id: r9289
2003-07-30 09:36:48 +00:00
Travis Howell
7fbd161cad
Fix unit'd array and variable in simon
...
svn-id: r9285
2003-07-30 01:43:28 +00:00
Torbjörn Andersson
f4f63d71db
Partial fix for bug #779013 . It no longer crashes, but the config file
...
setting still overrides the command-line option.
svn-id: r9283
2003-07-29 21:03:25 +00:00
Travis Howell
b8ce60ea18
Count amount of save files available so load/save dialog works correctly.
...
svn-id: r9196
2003-07-27 12:05:08 +00:00
Travis Howell
9937e18ba5
Surprised this has not caused major problems
...
svn-id: r9188
2003-07-25 08:49:54 +00:00
Travis Howell
9bb773c67d
Use correct frame rate value from disasm, fixes minor timing issue in simon 2 in
...
troduction.
Correct default _lock_counter value
svn-id: r9186
2003-07-25 06:55:05 +00:00
Travis Howell
316162fe19
Ooops
...
svn-id: r9171
2003-07-24 15:15:35 +00:00
Travis Howell
635fea9b17
Simon games shold only play one voice at a time.
...
Fixes many voice overlaps
Fixes subtitles been ot of sync with voice, with simon 1 versions that had combi
ned speech/subtitles.
svn-id: r9167
2003-07-24 14:21:56 +00:00
Travis Howell
0e499b9a80
That last change wasn't quite right
...
svn-id: r9119
2003-07-22 12:16:56 +00:00
Travis Howell
7d52141329
Fix simon1talkie regression
...
svn-id: r9118
2003-07-22 12:09:56 +00:00
Travis Howell
93cb369da7
Rename variable
...
svn-id: r9106
2003-07-21 09:11:21 +00:00
Travis Howell
2b5cc772d7
Add sfx/voice support for simon1cd32, thanks to olki.
...
Adjust a few debugs
Add hack to allow load/save in simon1cd32 via keyboard
svn-id: r9105
2003-07-21 04:00:04 +00:00
Travis Howell
a4b5891dd1
Use automatic dirty rect code for simon games for now to reduce CPU usage
...
svn-id: r9093
2003-07-20 15:31:47 +00:00
Travis Howell
dc25058c3e
Add game specific scaler override to sky
...
Add game specific scaler and full screen override to simon
svn-id: r9067
2003-07-18 15:37:06 +00:00
Travis Howell
60e5e16ae6
Check if voice file exists in simon2
...
svn-id: r9040
2003-07-15 16:51:06 +00:00
Travis Howell
2b7227679a
Use debug output instead of warnings for simon
...
Fix debug output in sky
svn-id: r9039
2003-07-15 16:40:24 +00:00
Jamieson Christian
4ae380102a
Fix for Bug [770838] SIMON1DOS: Fatal crashes with French version
...
Fix variable underflow for large subtitle strings with no
discernable whitespace. This fixes crashes for French subtitles
that do, in fact, have whitespace but perhaps not using the
same ASCII character that we scan for. Anyway, the text will
display, albeit with an extra blank line, and ScummVM no longer
blows up.
svn-id: r9009
2003-07-14 10:02:37 +00:00
Jamieson Christian
40eac8b182
Fixed typo. While I agree that this error should have
...
been caught before committing (compiler didn't detect
need to do incremental build, sorry), I think if something
this trivial is going to get such a reaction, I have to
agree with Fingolfin that a release or RC branch is
advisable regardless of how slow one predicts the CVS
traffic will be.
svn-id: r9005
2003-07-14 09:02:12 +00:00
James Brown
2980a78dff
We ARE in a cvs freeze, PLEASE at least test if your code compiles before commiting...
...
Jamieson, this isn't even a valid line of C! @toad Jamieson630
svn-id: r9004
2003-07-14 08:48:38 +00:00
Jamieson Christian
74d3d914a9
Feature [770161] SIMON: Remap instruments to GM
...
Apparently Simon 1 (all versions) uses MT32 instruments,
so now we map them to GM *unless* the --native-mt32
option was specified.
svn-id: r9001
2003-07-14 08:29:17 +00:00
Max Horn
2b580871c2
delete _sound when SimonState is destroyed; fix leak & enian bug in playSting (but somebody please test that, I don't have simon1dos)
...
svn-id: r8582
2003-06-21 15:53:27 +00:00
Max Horn
ceb1005f6c
some more memory inits; cleanup
...
svn-id: r8581
2003-06-21 15:42:20 +00:00
Max Horn
0cb2053d9d
init some member vars previously not inited
...
svn-id: r8579
2003-06-21 15:32:35 +00:00
Travis Howell
81eeff479d
Change GF_AMIGAS back to GF_AMIGA
...
svn-id: r8510
2003-06-15 14:07:53 +00:00
Max Horn
e6455a9dd2
cleanup
...
svn-id: r8509
2003-06-15 13:07:06 +00:00
Oliver Kiehl
4d5db88535
cleanup
...
svn-id: r8502
2003-06-15 09:55:10 +00:00
Travis Howell
16e5c50bad
Small cleanup
...
Fix small memory leak
svn-id: r8501
2003-06-15 05:19:00 +00:00
Travis Howell
346e697f40
Small cleanup
...
svn-id: r8500
2003-06-15 05:04:17 +00:00
Max Horn
101df28e0b
moved GameId declaration to common/engine.h (more logical); moved scumm specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies)
...
svn-id: r8496
2003-06-15 01:42:19 +00:00
Max Horn
f7a8cbf7c7
Patch #754151 : Removed READ_*_UNALIGNED and always read stuff bytewise; augmented by some more changes of mine
...
svn-id: r8482
2003-06-14 18:52:30 +00:00
Jonathan Gray
eb808a8d4c
make file objects stack based where possible, fixes a bunch of leaks
...
svn-id: r8476
2003-06-14 14:58:08 +00:00
Max Horn
be9e6e85db
added quit event
...
svn-id: r8398
2003-06-08 12:11:14 +00:00
Max Horn
4b227da824
Preparations for removing GF_AFTER_V? flags
...
svn-id: r8364
2003-06-06 22:51:33 +00:00
Travis Howell
bec1130148
Typo
...
svn-id: r8327
2003-06-05 14:05:48 +00:00
Travis Howell
e97b91161c
Adjust default _subtitle values
...
svn-id: r8326
2003-06-05 13:47:07 +00:00
Travis Howell
ceb1a34b05
Last commit should have been made simon1 only
...
svn-id: r8325
2003-06-05 13:21:03 +00:00
Travis Howell
33dceea477
Commit combined speech and subtitles patch
...
Add support for nosubtitles config option
svn-id: r8324
2003-06-05 12:20:05 +00:00
Travis Howell
cee02068ca
Revert my last change, was correct according to disasm. but casued other problems.
...
svn-id: r8265
2003-06-02 06:39:54 +00:00