James Brown
9e114938d3
Add some opcodes for Full Throttle
...
svn-id: r5371
2002-11-02 07:53:46 +00:00
James Brown
e268765a03
Put in some Full Throttle insane workarounds - i need to figure out how to tell the script to give me the booster
...
and ramp tho :)
svn-id: r5366
2002-11-01 17:26:51 +00:00
James Brown
9ffc268db5
Fix "Need more memory" warning for The Dig
...
svn-id: r5362
2002-10-31 05:48:09 +00:00
Jonathan Gray
6614318d2f
fix the fixme.. changing one of the pcm_seek calls back to time_seek was what I meant to do...
...
svn-id: r5356
2002-10-31 00:39:48 +00:00
Jonathan Gray
605b7f1d2a
force non integer math to make loom work properly with vorbis again
...
svn-id: r5355
2002-10-31 00:32:54 +00:00
James Brown
63ee97b1ee
Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.
...
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to
'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else'
condition.
svn-id: r5344
2002-10-28 12:56:42 +00:00
James Brown
959a9acf14
Add support for aliased scummvm config entries.
...
Eg:
[germandott]
path=/games/german/dott
gameid=tentacle
description=the german version of DOTT
I havn't finished the Launcher changes to show aliased entries yet, as I need to parse the whole domainmap to do so.
svn-id: r5341
2002-10-28 09:03:02 +00:00
James Brown
821798ad8d
Patch 629695: Heap warning fix
...
svn-id: r5339
2002-10-28 07:55:29 +00:00
Paweł Kołodziejski
bf3505da5c
don't put samples into stream SoundMixer if sound card is disabled
...
svn-id: r5338
2002-10-27 19:32:36 +00:00
Paweł Kołodziejski
f9195c154c
exception only for DIG's room 23
...
svn-id: r5337
2002-10-27 18:49:41 +00:00
Paweł Kołodziejski
0e705b326b
changed param in initVirtScreen in initScreens
...
svn-id: r5336
2002-10-27 18:41:27 +00:00
Paweł Kołodziejski
8e422b7825
patch: #629413 - DOTT intro fix
...
svn-id: r5335
2002-10-27 15:16:49 +00:00
Max Horn
ec343e07e4
patch #628574 : Implementing unkMessage2
...
svn-id: r5334
2002-10-27 12:26:41 +00:00
Travis Howell
a0734ef3f9
Add monster.sog support, patch #629362
...
Enable ogg support by default in mingw builds and link in ogg lib
svn-id: r5333
2002-10-27 11:41:08 +00:00
Paweł Kołodziejski
d5473c6f5a
corrections to initscreens for scummV7+
...
svn-id: r5332
2002-10-27 10:31:07 +00:00
Paweł Kołodziejski
8697f942ec
check if _imuse is initialized
...
svn-id: r5331
2002-10-27 10:02:11 +00:00
Paweł Kołodziejski
390ce3dada
removed hardcoded values
...
svn-id: r5330
2002-10-27 09:41:33 +00:00
Paweł Kołodziejski
9e0e2fa1d5
removed hardcoded values and increased range of strips
...
svn-id: r5329
2002-10-27 09:06:20 +00:00
Paweł Kołodziejski
9c09596802
removed hardcoded values
...
svn-id: r5328
2002-10-27 08:28:41 +00:00
Jonathan Gray
d93e639086
patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use
...
svn-id: r5320
2002-10-27 01:12:10 +00:00
Lionel Ulmer
cd25bd5623
Fix another Valgrind warning during SMUSH playing.
...
svn-id: r5317
2002-10-26 10:25:16 +00:00
Lionel Ulmer
8318cff4ab
Fix another small Valgrind warning.
...
svn-id: r5316
2002-10-26 09:55:42 +00:00
Max Horn
da131f8256
Patch #627935 : Akos codec5 cleanup/bugfix
...
svn-id: r5309
2002-10-25 13:44:03 +00:00
Paweł Kołodziejski
9b535419d1
removed _bitMask table from akos16
...
svn-id: r5308
2002-10-25 06:57:46 +00:00
Max Horn
52f544fbae
TODO comment
...
svn-id: r5305
2002-10-24 21:39:45 +00:00
Max Horn
46ad85ce77
another hardcoded screen width
...
svn-id: r5303
2002-10-24 13:18:28 +00:00
Max Horn
e8d02de38c
fix warning
...
svn-id: r5302
2002-10-24 13:10:15 +00:00
Travis Howell
68fada397e
Add simon1demo
...
svn-id: r5300
2002-10-24 09:40:20 +00:00
Paweł Kołodziejski
a125d1cc1a
changed number strips to dynamic and increased arrays tdirty and bdirty to 80
...
svn-id: r5296
2002-10-24 06:28:54 +00:00
Max Horn
6e9e20dd70
reduce volume label size, so that it fits into the dialog
...
svn-id: r5294
2002-10-24 01:36:18 +00:00
Paweł Kołodziejski
9491c85e4e
fix for redraw problems in nexus
...
svn-id: r5292
2002-10-23 17:48:01 +00:00
James Brown
c875d15b58
Remove unneeded fixme now we have a pretty much complete Sam&Max imuse implementation
...
svn-id: r5291
2002-10-23 17:02:27 +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
Max Horn
616694a909
refer to the new domain, www.scummvm.net
...
svn-id: r5288
2002-10-23 13:30:14 +00:00
Max Horn
d0fba1e595
don't use strdup
...
svn-id: r5285
2002-10-23 12:12:19 +00:00
Max Horn
5c54e3533b
removed obsolete stuff
...
svn-id: r5284
2002-10-23 12:03:58 +00:00
Travis Howell
d2fb928a9d
Add new command lime switch to readme and correct default volumes.
...
Change volume limits in gui to 255
svn-id: r5281
2002-10-23 11:05:59 +00:00
James Brown
f46346c2aa
Patch 627294: Fix loom mask regression by making the last change a fixme hack instead of a generic case
...
svn-id: r5278
2002-10-23 08:40:57 +00:00
Paweł Kołodziejski
24510afc69
skiping translation if flag 'h' exist in language file
...
svn-id: r5274
2002-10-23 07:16:42 +00:00
Paweł Kołodziejski
99ec620c58
changing warnings to debug level 2
...
svn-id: r5273
2002-10-23 06:48:10 +00:00
James Brown
500be1e535
Make some BOMP'ed Dig events a little more happy
...
svn-id: r5272
2002-10-23 03:28:06 +00:00
Max Horn
4129aaf3cd
removed old GUI code
...
svn-id: r5271
2002-10-23 00:24:54 +00:00
Max Horn
ab13e67b09
fix -Wshadow warnings
...
svn-id: r5270
2002-10-23 00:24:43 +00:00
Max Horn
df2bf812c3
Actor::frame is never set, this should be researched
...
svn-id: r5269
2002-10-23 00:22:55 +00:00
Nicolas Bacca
b68ce40214
Please my picky compiler
...
svn-id: r5262
2002-10-22 23:20:37 +00:00
Nicolas Bacca
13cb837814
Always check your merges :)
...
svn-id: r5254
2002-10-22 22:46:03 +00:00
Nicolas Bacca
4aaf459df3
Added key selection dialog for WinCE
...
svn-id: r5253
2002-10-22 22:41:12 +00:00
Max Horn
22f1d049fb
get rid of obsolete variable
...
svn-id: r5245
2002-10-22 13:04:39 +00:00
Max Horn
93c8e145a8
akos cleanup, second stage
...
svn-id: r5242
2002-10-22 12:18:17 +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