Travis Howell
832eebbee4
Enable speech by default in somin 2 dos/win talkie
...
svn-id: r5318
2002-10-26 10:39:00 +00:00
Travis Howell
c62abd5d79
Simon 1 dos talkie music working but no looping
...
svn-id: r5315
2002-10-26 09:40:07 +00:00
Max Horn
230986e880
cleanup
...
svn-id: r5311
2002-10-25 15:32:56 +00:00
Travis Howell
68fada397e
Add simon1demo
...
svn-id: r5300
2002-10-24 09:40:20 +00:00
Travis Howell
5a731060a4
Correct comment
...
svn-id: r5299
2002-10-24 07:24:14 +00:00
Travis Howell
3166f6307e
ooops
...
svn-id: r5298
2002-10-24 07:16:28 +00:00
Travis Howell
33a191b7fd
add some work arounds, to allow simon 1/2 dos talkie to work, even though music and sfx aren't supported.
...
allow speech in simon 2 dos talkie
svn-id: r5297
2002-10-24 07:14:28 +00:00
Max Horn
7a58ae782e
cleaning up scummsys.h a bit (in preparation of using configure eventually). Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway
...
svn-id: r5290
2002-10-23 14:02:46 +00:00
Travis Howell
c77009e151
simon 1 dos talkie uses simon2.voc file
...
svn-id: r5277
2002-10-23 08:40:37 +00:00
Max Horn
efe90a3d53
more shadow var warnings fixed
...
svn-id: r5267
2002-10-23 00:11:27 +00:00
Travis Howell
7f9abfd839
oops again
...
svn-id: r5249
2002-10-22 14:14:44 +00:00
Travis Howell
3c6566c14f
oops
...
svn-id: r5248
2002-10-22 14:04:22 +00:00
Travis Howell
4544aa6cc1
There is no speech in simon2dos target
...
svn-id: r5247
2002-10-22 13:50:20 +00:00
Max Horn
c8905a5c8a
fixed SIMONDEBUG; some cleanup
...
svn-id: r5240
2002-10-22 12:05:04 +00:00
Max Horn
5151e561d5
fixing various warnings that occur with -Wshadow;some other minor cleanup
...
svn-id: r5239
2002-10-22 11:48:24 +00:00
Max Horn
0c3f23bdfb
don't crash if no voice file is present; also added a FIXME
...
svn-id: r5223
2002-10-21 22:06:06 +00:00
Max Horn
8af300fec3
The terms Word and DWord are somewhat Windows centric; in fact there are systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious
...
svn-id: r5216
2002-10-21 13:23:25 +00:00
Max Horn
0006197cf1
fixed a memory leak (one thousand more to go :-)
...
svn-id: r5215
2002-10-21 12:58:53 +00:00
Max Horn
31c773923e
use File::size() method were it makes sense; one small change to simon.cpp based on comment on bug #595813
...
svn-id: r5210
2002-10-21 12:34:54 +00:00
Max Horn
4cbab55b7a
maybe a fix for bug #595813 , SIMON: fails to initialise midi
...
svn-id: r5203
2002-10-20 18:12:11 +00:00
Max Horn
3970de8064
fixed stupid typo
...
svn-id: r5124
2002-10-10 18:51:36 +00:00
Max Horn
ba39c5926c
fix crash in Simon (see patch #620625 )
...
svn-id: r5118
2002-10-09 20:54:15 +00:00
Max Horn
ab1cc774c8
patch #611450 : Simon crash fix
...
svn-id: r4968
2002-09-19 10:22:32 +00:00
Paweł Kołodziejski
1e236d4c35
fixed crash at release mode under VC6 and cleanup
...
svn-id: r4952
2002-09-16 14:43:13 +00:00
Paweł Kołodziejski
29811c5fad
simon also use class File
...
svn-id: r4948
2002-09-16 08:22:30 +00:00
Paweł Kołodziejski
fe53d3ecc2
fixed VC6 linking
...
svn-id: r4845
2002-08-25 11:33:54 +00:00
Paweł Kołodziejski
492400e9fa
fix for VC6 linking
...
svn-id: r4841
2002-08-25 01:17:33 +00:00
Max Horn
6d5529e0dd
fixed warnings
...
svn-id: r4833
2002-08-24 21:57:00 +00:00
Paweł Kołodziejski
9f993a1d29
synced with scummvm
...
svn-id: r4821
2002-08-24 15:31:37 +00:00
Max Horn
2bc00e1079
patch #598375 : SIMON: ugly hack to get beard working
...
svn-id: r4807
2002-08-23 22:17:24 +00:00
Max Horn
ce46866403
Initial revision
...
svn-id: r4785
2002-08-21 16:07:07 +00:00
James Brown
ca4789c2ff
Fix lighting on actors in V6+ games (eg, Sam and Max)
...
Move boxflags debug to debug level 2 (we default to 1)
Apply patches:
595414: Simon 2 lockup workarounds
595875: Simon 2 save/load dialog fix
597422: Preliminary support for CREA sound format (for FT)
597627: Use savedir for save/load-string opcodes
svn-id: r4779
2002-08-20 09:58:35 +00:00
Max Horn
d354eaaf42
more code unification; as a side effect, simon can take advantage of the save path settings in the config file (inspired by patch #587694 )
...
svn-id: r4770
2002-08-18 22:47:11 +00:00
Max Horn
404b8fd827
some more cleanup
...
svn-id: r4761
2002-08-18 18:39:42 +00:00
Max Horn
28058407c1
fixed simon crasher
...
svn-id: r4760
2002-08-18 18:15:15 +00:00
Max Horn
edae5b06db
MAJOR change to the way how Engine objects are instantiated
...
svn-id: r4758
2002-08-18 17:48:18 +00:00
Max Horn
b204c21c32
trying to clean up the Simon code - gee this is a *BIG* mess! Argh!
...
svn-id: r4756
2002-08-18 16:21:34 +00:00
James Brown
3ba577842b
Apply three patches:
...
593567 [painelf]: Fix SNM inventory icon centering, it's an actor
593444 [wjp and eriktorbjorn]: Simon2 lockup fix
593455 [wjp]: Simon2 map fix
svn-id: r4725
2002-08-11 09:05:30 +00:00
Max Horn
f166da98fb
Patch #590751 : SIMON: FillOrCopyStruct unknowns
...
svn-id: r4699
2002-08-04 13:25:06 +00:00
Ralph Brorsen
1c6bc15f23
wjps simon save dialog patch. test for narrow letters was fixed, changed to non-negation for consistency
...
svn-id: r4690
2002-08-03 22:49:28 +00:00
Max Horn
703ed2267e
patch #585725 - fix for overlapping text in simon
...
svn-id: r4628
2002-07-25 20:57:55 +00:00
Ruediger Hanke
1dd19c35fe
Didn't mean to remove the warning
...
svn-id: r4613
2002-07-21 14:36:51 +00:00
Ruediger Hanke
59c58a3b68
Voices were broken in Simon on Big Endian systems ...
...
svn-id: r4612
2002-07-21 14:31:58 +00:00
Nicolas Bacca
8e3ba98de3
WinCE GUI friendly
...
svn-id: r4594
2002-07-18 22:51:29 +00:00
Max Horn
42ca9ea3a9
indent run
...
svn-id: r4476
2002-07-07 19:06:48 +00:00
James Brown
13db767d7b
Make it Work (tm)
...
svn-id: r4441
2002-06-29 16:23:33 +00:00
James Brown
6a47365606
Large pointless commit #143 : Start splitting Simon code into more managable and slightly understandable chunks
...
svn-id: r4438
2002-06-29 16:11:13 +00:00
James Brown
3bdb376afd
Start of (non-functional) Simon2dos support.
...
Implement the holy (sic) cursor.
svn-id: r4436
2002-06-29 10:28:43 +00:00
James Brown
a38828fbd5
Simon1 fixes, Readme update
...
svn-id: r4425
2002-06-18 08:38:39 +00:00
James Brown
f3ab5d8228
Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit)
...
svn-id: r4421
2002-06-16 04:09:22 +00:00