844 Commits

Author SHA1 Message Date
Bastien Nocera
36acc99ae1 - removed wrapper script, re-added missing debian files (ooops!), added a README.Debian with some info about the config file for Ender
svn-id: r4269
2002-05-10 17:44:16 +00:00
Bastien Nocera
c72ceda700 - use the SF bug tracker instead of mailing me directly
svn-id: r4268
2002-05-10 17:32:36 +00:00
Bastien Nocera
1187b8fd37 - removed the old debian files, added new more correct ones, can be used to generate packages from releases and CVS. Just run the debian/prepare script beforehand. Do NOT modify the debian/changelog.debian file.
svn-id: r4267
2002-05-10 17:28:09 +00:00
James Brown
5502291f7a Check gameID for Zak TV fix
svn-id: r4266
2002-05-10 16:14:52 +00:00
James Brown
b2882e1661 jah rocks, removing Vortex bug from readme
svn-id: r4265
2002-05-10 16:09:47 +00:00
James Brown
22cd647bbe Fix mystery vortex freeze.
svn-id: r4264
2002-05-10 16:08:22 +00:00
Max Horn
875e370207 use normalizeAngle; use MF_NEW_LEG/MF_IN_LEG/MF_TURN/MF_LAST_LEG instead of 1/2/4/8 - easier to understand, and that's what we have these consts for anyway, no?
svn-id: r4263
2002-05-10 15:43:50 +00:00
Max Horn
2c01ae8b6b a little comment
svn-id: r4262
2002-05-10 15:41:35 +00:00
Max Horn
db07e6f73a once more palatte fix for 'simple scalers'
svn-id: r4261
2002-05-10 15:33:02 +00:00
Max Horn
8dbcdc661f renamed fixActorDirection to setActorDirection; fixed a bug causing wrong actor directions
svn-id: r4260
2002-05-10 13:45:32 +00:00
James Brown
dc0fef7cc9 Fix somebodys silly mistake for box scaling :)
svn-id: r4259
2002-05-09 20:04:53 +00:00
Max Horn
ebbe5b4ae4 fixed stupid bug in my optimized mouse code
svn-id: r4258
2002-05-09 19:43:07 +00:00
Max Horn
5d74c6fb86 fix for #553206 (Palette latencies)
svn-id: r4257
2002-05-09 18:23:33 +00:00
James Brown
ceb97152c7 Fix odd Sam and Max iMUSE crash. Thread syncronisation bug?
svn-id: r4256
2002-05-09 18:03:07 +00:00
Max Horn
12c2318c76 fixed redraw bug in SDL backend
svn-id: r4255
2002-05-09 17:39:38 +00:00
Max Horn
8a333a6edf added .cvsignore file
svn-id: r4254
2002-05-09 13:27:57 +00:00
Ruediger Hanke
646896103f Simplified CD audio code
svn-id: r4253
2002-05-09 12:45:29 +00:00
Ruediger Hanke
71264464ff Support for display sizes other than 320x200
svn-id: r4252
2002-05-09 11:26:37 +00:00
Ruediger Hanke
b9215aed47 sigh ... Dig sound endian fix second try
svn-id: r4251
2002-05-09 09:53:05 +00:00
James Brown
cf46277a7f Revert incorrect endian fixes.
If there's something wrong here, it's with the MKID_BE define in scummsys.h, not this code.

svn-id: r4250
2002-05-09 03:51:51 +00:00
Ruediger Hanke
9687c60621 Big endian fixes
svn-id: r4249
2002-05-08 20:50:07 +00:00
Ruediger Hanke
154e4b375e Update startup options
svn-id: r4248
2002-05-08 20:36:12 +00:00
James Brown
539313fea4 Remove 373 type conversion warnings
svn-id: r4247
2002-05-08 10:51:48 +00:00
Lionel Ulmer
ca382bbc1d Hacked away some code from Timidity to support 'Pitch wheel'. The DOTT
intro now sounds a bit better than before using the 'midiemu' driver.

svn-id: r4246
2002-05-08 10:41:30 +00:00
James Brown
284a1c8879 Add oldRoomEffect needed for Zak256 ending
svn-id: r4245
2002-05-08 10:33:30 +00:00
Lionel Ulmer
6e7abc0a67 Do not forget the UNIX_X11 driver :-)
svn-id: r4244
2002-05-08 09:43:00 +00:00
James Brown
167b3d2bb7 Update documentation regarding Zak and MIDIEMU.
Default to MIDIEMU on UNIX targets.

svn-id: r4243
2002-05-08 09:38:23 +00:00
James Brown
41a843d762 Fix next to last Zak bugs.
Zak256 is now completable apart from getting stuck in the shop (walkbox issue)

svn-id: r4242
2002-05-08 09:09:39 +00:00
Lionel Ulmer
2676b82833 Remove the setting of 'adlib_mode' to _RYTHM value (did for testing).
svn-id: r4241
2002-05-08 08:49:23 +00:00
Lionel Ulmer
96beb07529 Fixed the 'myinsbank' init (to not read memory that it should
not). Change the 'write_adlib' function to be more in line to what
AdPlug does.

svn-id: r4240
2002-05-08 08:47:20 +00:00
James Brown
b9be9d1065 Fix a mistake in the resource loader.
svn-id: r4239
2002-05-08 06:57:27 +00:00
James Brown
713152fcef Fix more warnings.
svn-id: r4238
2002-05-08 06:20:13 +00:00
James Brown
4d9db49484 Fix compile warnings.
svn-id: r4237
2002-05-08 06:17:59 +00:00
James Brown
a3edfd87ad Add possible code for Modulation/Sustain to Emulated Midi Driver
svn-id: r4236
2002-05-08 05:32:59 +00:00
James Brown
b2afb797cd Major cleanup of fmopl, and change incorrect uint32 typecasting.
Midi Emulation driver sounds a lot better now.

svn-id: r4235
2002-05-08 02:06:26 +00:00
Max Horn
02a75c0521 made most stuff in gui class protected, as it should be; moved internal definitions from gui.h to gui.cpp; added up/down arrows to save dialog (ugly, but better than nothing IMO
svn-id: r4234
2002-05-08 00:27:09 +00:00
James Brown
d3ceb767d8 Add missing Zak opcode (Fixes Lima forest crash)
svn-id: r4233
2002-05-07 23:19:17 +00:00
Lionel Ulmer
dd3129b882 First commit of the OPL2 MIDI driver (to have MIDI music without
requiring any OS-level MIDI support).

This was taken from AdPlug.

This is *very* buggy for now (well, it works, but it sounds just plain
ugly :-) ).

svn-id: r4232
2002-05-07 22:07:28 +00:00
Max Horn
da3ada1815 renamed some vars to be more verbose; optimized & fixed draw_mouse code (similar to the x11.cpp code now)
svn-id: r4231
2002-05-07 22:06:06 +00:00
Lionel Ulmer
e08b53ce9c Fix a (very rare outside of running with GDB) race condition between
thread start and the parameters used by the thread.

svn-id: r4230
2002-05-07 21:42:51 +00:00
James Brown
da4a7961da Add fixme for Zak256 script bug, until I can ask yot to help me trace it.
svn-id: r4229
2002-05-07 20:34:13 +00:00
Lionel Ulmer
63ae2ad985 Change the X11 driver to support various sizes (and no more hardcoded
to 320x200).

svn-id: r4228
2002-05-07 19:08:02 +00:00
James Brown
705f304004 Beginning of support for multiple resolutions.
Makes Zak256 inventory scrolling work.

svn-id: r4227
2002-05-07 18:44:34 +00:00
James Brown
e2df4d2b3b Added rate detection for The Dig - solves problems with other language versions.
svn-id: r4226
2002-05-07 11:48:34 +00:00
Nicolas Noble
5a4ed65eda One should not work when just awoken... _talkspeed != _talkSpeed.... sorry!
svn-id: r4225
2002-05-07 08:53:27 +00:00
James Brown
7100f80713 Fix wrong #define for WinDbg
svn-id: r4224
2002-05-07 06:44:14 +00:00
Nicolas Noble
76370a99c9 Sorted the updateconfig() fonction to match the command line parsing.
BTW Endy, if you add an config-file option, you better add it
to the updateconfig() fonction, otherwise it won't reload =))

svn-id: r4223
2002-05-07 05:12:39 +00:00
James Brown
16842878ba Remove timidity driver from gameDetector.. as it's not really there anymore :)
svn-id: r4222
2002-05-06 19:57:12 +00:00
James Brown
d08adbb421 Workaround for last known Zak crash. Don't tell Serge I added this. :)
svn-id: r4221
2002-05-06 17:46:32 +00:00
James Brown
65717c4d49 Fix stupid Zak256 crash. You can take the blue crystal now!
svn-id: r4220
2002-05-06 16:15:57 +00:00