Commit Graph

55 Commits

Author SHA1 Message Date
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
James Brown
5d53a81662 Fix copy/paste typo :)
svn-id: r4409
2002-06-06 07:12:17 +00:00
James Brown
3a2996a106 Remove Simons dependency on FLAG_FILE, as some dolt has broken that in the current mixer.
svn-id: r4408
2002-06-06 03:46:44 +00:00
James Brown
087ed25af5 Apply .VOC support for Simon, by olki.
svn-id: r4406
2002-06-05 02:59:35 +00:00
James Brown
e192a6ca87 Rewrite Simon filename parser.
svn-id: r4388
2002-05-29 13:04:56 +00:00
James Brown
ba6c570e20 Fix bug 558589. This shouldn't happen anyway, as 1641.VGA seems to be the video data for 'wearing' the beard... I suspect some people just have bad rips of the game.
svn-id: r4387
2002-05-29 12:30:22 +00:00
James Brown
aad1bf4104 fix some warnings, odd code, and prevent Simon segfaulting when wrong game specified.
svn-id: r4321
2002-05-14 19:44:41 +00:00
Max Horn
2f2d4527ef cleaning up the mess drigo left... <sigh>
svn-id: r4215
2002-05-05 20:04:26 +00:00
Enrico Rolfi
bdcb76fe3b Fixed some things to support MacOS port
svn-id: r4210
2002-05-05 19:01:37 +00:00
Max Horn
ff376ea8a5 fixed some warnings
svn-id: r4204
2002-05-05 18:10:29 +00:00
Lionel Ulmer
ab0401242e Change the 'poperty' call to be 64-bits clean.
Porters, please check that I did not break anything while updating
your ports. Thanks :-)

svn-id: r4196
2002-05-04 09:55:10 +00:00
Nicolas Bacca
eda81d39ff Fixed packing for non GCC compilers - Loom & Zak work on WinCE now
svn-id: r4151
2002-05-01 00:13:03 +00:00
Ruediger Hanke
abc4c2f34f Endian and alignment fixes to make Simon games boot (and play) on big endian systems
svn-id: r4033
2002-04-21 12:51:13 +00:00
James Brown
eb773b477a Remove \M's, add IRIX support.
svn-id: r4019
2002-04-20 04:09:02 +00:00
James Brown
89d957090e Use relative include paths to easy some ports.
svn-id: r4005
2002-04-19 11:12:27 +00:00
Nicolas Bacca
44cc8c24a3 Update minimalist (and broken) WinCE port
svn-id: r4000
2002-04-19 06:23:49 +00:00
Ludvig Strigeus
6dfe2fc05f Now uses proper directory for savegames.
svn-id: r3993
2002-04-18 08:35:17 +00:00
Nicolas Bacca
fd6a44e7c5 Minor WinCE changes
svn-id: r3980
2002-04-17 20:21:40 +00:00
Ruediger Hanke
945d4f4ff0 Make simon stuff compile with MorphOS
svn-id: r3965
2002-04-16 20:49:55 +00:00
Ludvig Strigeus
71eac5acd3 endian fixes,
don't use adlib driver if sound initialization fails,
simon1 savedialog works

svn-id: r3955
2002-04-16 12:07:19 +00:00
Ludvig Strigeus
c3b734f79c command line option for sfx volume
svn-id: r3947
2002-04-15 18:07:56 +00:00
Ludvig Strigeus
084834f776 fixed a few alignment issues
svn-id: r3943
2002-04-15 14:37:47 +00:00
Ludvig Strigeus
df103f6b6b fixed a few endianness bugs
svn-id: r3940
2002-04-14 20:22:36 +00:00
Ludvig Strigeus
ac62a7cb2e wrote new mixer class,
cleaned up sound header files,
integrated mixer into scummvm & simon

svn-id: r3937
2002-04-14 18:13:08 +00:00
Ludvig Strigeus
a5e3dbb85d fixed alignment bugs and intro freeze in simon2
svn-id: r3936
2002-04-14 11:00:33 +00:00
Ludvig Strigeus
82d4f89d53 added null graphics driver (USE_NULL_DRIVER)
will make it nicer later.

svn-id: r3931
2002-04-13 21:06:48 +00:00
Ludvig Strigeus
23d134ae8e made more endian safe
svn-id: r3929
2002-04-13 20:08:58 +00:00
Ludvig Strigeus
9f191ea9c5 new midi driver API,
no more USE_ADLIB,
a couple of sdl graphics driver fixes.

svn-id: r3925
2002-04-13 18:34:11 +00:00
Ludvig Strigeus
5b5778d561 full screen mode works now (even if SDL doesn't support it)
svn-id: r3923
2002-04-13 12:43:02 +00:00