Commit Graph
86814 Commits
Author SHA1 Message Date
James Brown a16a816dbf Recommit BeOS project file as binary.
svn-id: r3989
2002-04-18 06:34:09 +00:00
Nicolas Bacca 26781c7b3e Update MP3 CD encoding informations
svn-id: r3988
2002-04-18 06:33:31 +00:00
James Brown 4773db075e Recommit BeOS project file as binary.
svn-id: r3987
2002-04-18 06:29:49 +00:00
James Brown 4d1da75746 Update midi MT-32 patch table.
svn-id: r3986
2002-04-18 06:22:18 +00:00
James Brown e9c726f583 Remove box==0 mask forcing. Yaz - this isn't right.. it breaks all the other games, and I don't think something like this would be a game specific hack.
svn-id: r3985
2002-04-18 00:56:30 +00:00
Vincent Hamm 1a8c30e225 Forced masking for box 0. Correct a few things. Bobbin is buggy when starting a new game in Loom, but that's the consequence of another bug.
svn-id: r3984
2002-04-17 21:44:19 +00:00
Nicolas Bacca 9adea875fc Removed mp3_cd reference
svn-id: r3983
2002-04-17 20:49:57 +00:00
Nicolas Bacca 900e3bd586 Restored update mess ...
svn-id: r3982
2002-04-17 20:34:10 +00:00
Nicolas Bacca bb06400d00 Return of the MP3 CD patch ... use CBR 22 kHz
svn-id: r3981
2002-04-17 20:23:45 +00:00
Nicolas Bacca fd6a44e7c5 Minor WinCE changes
svn-id: r3980
2002-04-17 20:21:40 +00:00
James Brown 000036124a Add 'credits' section.
svn-id: r3979
2002-04-17 17:31:05 +00:00
James Brown 50d2f1a1ca Update known bugs.
svn-id: r3978
2002-04-17 17:03:55 +00:00
James Brown 610f45a750 LoomCD masks working. jah is a genius. That is all.
svn-id: r3977
2002-04-17 17:01:08 +00:00
James Brown 1df77c2002 Add fix for Zak256/Indy3 actor masks. Thanks jah! Excellent work.
Let's hope someone will fix Loom actor masks soon... :)

svn-id: r3976
2002-04-17 16:02:29 +00:00
James Brown 72663cdcf4 Fix cursor in GUI for bomp-cursor games (eg, sam and max)
svn-id: r3975
2002-04-17 15:24:48 +00:00
James Brown b7bc0edfba Remove ADLIB default for Sam and Max - it should default to MIDI
svn-id: r3974
2002-04-17 14:50:47 +00:00
James Brown 2be1b45bdf Add BeIDE project file (update readme accordingly).
Readd shaking support. It doesn't work properly - probably due to the
removal of redrawLines(). Ludde? You vanished before I could confirm this
with you.. is there a new function to call?

svn-id: r3973
2002-04-17 11:20:55 +00:00
James Brown 8df45c662c Add Amiga GF.
svn-id: r3972
2002-04-17 04:35:04 +00:00
James Brown b4844d701a Add Amiga palette option (-a)
svn-id: r3971
2002-04-17 03:11:37 +00:00
Travis Howell 23feb3083c Mirror Makefile
svn-id: r3970
2002-04-17 00:56:18 +00:00
Marcus Comstedt ecfdffc47f Ignore objdirs v3, v4, and simon.
svn-id: r3969
2002-04-16 23:27:06 +00:00
Marcus Comstedt 15a129391b Hooks for Dreamcast OSystem.
svn-id: r3968
2002-04-16 23:24:59 +00:00
Marcus Comstedt 4442846ff8 Added missing newline at end of file.
svn-id: r3967
2002-04-16 23:22:15 +00:00
Marcus Comstedt ff123564fb Make simon stuff compile with Dreamcast
svn-id: r3966
2002-04-16 23:15:58 +00:00
Ruediger Hanke 945d4f4ff0 Make simon stuff compile with MorphOS
svn-id: r3965
2002-04-16 20:49:55 +00:00
Ruediger Hanke 2ad6eb6ef7 MorphOS CD audio reenableeSystem()
svn-id: r3964
2002-04-16 20:28:56 +00:00
Lionel Ulmer 0d580b358e Small fix to get sounds to actually finish :-)
svn-id: r3963
2002-04-16 19:49:15 +00:00
Lionel Ulmer ef5c23c608 Proper commit now for MP3 sound support....
svn-id: r3962
2002-04-16 18:33:04 +00:00
Marcus Comstedt 809e017137 Added missing newline at end of file.
svn-id: r3961
2002-04-16 17:42:14 +00:00
James Brown 9b7db10944 Fix Indy4. Make invalid actor warnings -d only.
FIXME note: Need to track down why these invalid calls are happening
in the first place.

svn-id: r3960
2002-04-16 16:25:57 +00:00
Ludvig Strigeus 0eaa9b16b4 made virtual functions pure
svn-id: r3959
2002-04-16 16:11:08 +00:00
James Brown 31c4fdef54 Fix typo for the pedantic people on IRC.
svn-id: r3958
2002-04-16 15:49:21 +00:00
James Brown 5a58892027 Small readme updates.
svn-id: r3957
2002-04-16 12:23:55 +00:00
James Brown ff1d72962b Add hack for loom staff verbs.
Readd CD Audio

svn-id: r3956
2002-04-16 12:18:50 +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
James Brown d91b85049f Remove outdated windows.cpp. GDI is pointless anyway, it's far slower than
using SDL.

svn-id: r3954
2002-04-16 07:36:04 +00:00
James Brown d7b8074eca Turn Indy4 mousefighting on by default. Can we do this in a better place?
svn-id: r3953
2002-04-16 05:36:41 +00:00
James Brown 6cb3d8fe1b Make CVS compile again. BBrox, you put a call to play_mp3.. but forgot to
add the function!

svn-id: r3952
2002-04-16 04:34:35 +00:00
Jeremy Newman 5614fb70c6 Just noticed that Strigeus updated the -s command line opt. Updated the Readme for that.
svn-id: r3951
2002-04-15 21:51:23 +00:00
Jeremy Newman 3197057d97 Spelling errors, and added some help with Mp3 audio
svn-id: r3950
2002-04-15 21:37:15 +00:00
Lionel Ulmer dabc6a24e8 Fixed the MP3 support for .SOU files. I will let Arisme fix his MP3 audio track support :-)
svn-id: r3949
2002-04-15 20:22:47 +00:00
Jeremy Newman 1bd4390117 updated the -e midi options
svn-id: r3948
2002-04-15 20:15:03 +00:00
Ludvig Strigeus c3b734f79c command line option for sfx volume
svn-id: r3947
2002-04-15 18:07:56 +00:00
James Brown 18ee3f37e6 Remove old debug message.
svn-id: r3946
2002-04-15 17:58:25 +00:00
Ludvig Strigeus d263f7eb73 removed mouse cursor flicker
svn-id: r3945
2002-04-15 17:45:52 +00:00
Ludvig Strigeus 4c95478ccb fixed colors in gui
svn-id: r3944
2002-04-15 17:16:10 +00:00
Ludvig Strigeus 084834f776 fixed a few alignment issues
svn-id: r3943
2002-04-15 14:37:47 +00:00
James Brown 4493373af5 Fix a wrong fix. This should correct many many wonderful little glitches. :)
svn-id: r3942
2002-04-15 14:22:34 +00:00
James Brown c939538f59 Added line to readme bug reporting procedures to help with finding
regression bugs.

svn-id: r3941
2002-04-15 13:28:57 +00:00
Ludvig Strigeus df103f6b6b fixed a few endianness bugs
svn-id: r3940
2002-04-14 20:22:36 +00:00