Commit Graph
86814 Commits
Author SHA1 Message Date
Nicolas Bacca f84b5d327d Real HPC support (work in progress)
svn-id: r5357
2002-10-31 01:04:47 +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
Max Horn 3de70690b9 don't open files all the time just to detect whether we use VOC/WAV/MP3 music: we have a concept of so called 'variables' which can be used to store data, make use of this cool technique <g>; load effects even if voice file is missing; cleanup
svn-id: r5354
2002-10-30 23:52:19 +00:00
Max Horn 8ac61bee6d disabled reverb effect in QuickTime / CoreAudio drivers until we figure out why they bog down the system so much; added experimental streaming mode to CoreAudio driver, which is not tested at all due to bugs in the Simon code (which right now prevent me from playing any music in Simon type games)
svn-id: r5353
2002-10-30 23:18:52 +00:00
Travis Howell 5aab823953 Add simon 2 dos non-talkie fix from ludde
svn-id: r5352
2002-10-30 11:12:37 +00:00
Travis Howell c9774f88d3 Add more OpenGL GFX modes, patch #630753
svn-id: r5351
2002-10-30 02:31:49 +00:00
Travis Howell e48c124094 another oops
svn-id: r5350
2002-10-30 02:22:54 +00:00
Travis Howell ab285bbfac Ooops
svn-id: r5349
2002-10-29 15:36:02 +00:00
Travis Howell 4d1a90a44c Add OpenGL GFX mode switch, patch #630448
svn-id: r5348
2002-10-29 14:57:32 +00:00
Travis Howell fa9634673f Add support for compressed files for some simon games, rest of patch #629555
svn-id: r5347
2002-10-29 14:33:59 +00:00
Max Horn ace6c43b39 fixed shadow warning
svn-id: r5346
2002-10-28 20:35:14 +00:00
Ruediger Hanke 0b6a4e9b70 Overlay fix and optimisation
svn-id: r5345
2002-10-28 20:22:26 +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 0e0701ade4 Get launcher to display aliased games as well as 'basic' games
svn-id: r5343
2002-10-28 10:40:49 +00:00
James Brown 29f335c15e Don't crash the launcher if there are no entries
svn-id: r5342
2002-10-28 10:24:27 +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
Travis Howell 2e027179e0 Fixes for voc support in simon 1 dos talkie, part of patch #629555
svn-id: r5340
2002-10-28 08:46:35 +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 6e3e0d4f54 even more define changes to USE_MAD, for wince backend in this case
svn-id: r5327
2002-10-27 06:04:30 +00:00
Jonathan Gray e371811d7b update configure script as well...
svn-id: r5326
2002-10-27 05:56:36 +00:00
Paweł Kołodziejski 7ad723a655 fix compilation with MAD and cleanup VC6 files
svn-id: r5325
2002-10-27 05:48:14 +00:00
Jonathan Gray 2a69b72a5b more changing of COMPRESSED_SOUND_FILE for USE_MAD
svn-id: r5324
2002-10-27 05:19:59 +00:00
Jonathan Gray f0127fbaaa blindy change COMPRESSED_SOUND_FILE for USE_MAD in the visual studio project file, someone please change back if this is incorrect :)
svn-id: r5323
2002-10-27 05:16:07 +00:00
Travis Howell c036f25c02 Add changes from Makefile
svn-id: r5322
2002-10-27 02:59:07 +00:00
Jonathan Gray e21d5db49b update readme to reflect changed define
svn-id: r5321
2002-10-27 01:42:55 +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
Nicolas Bacca f89b40f027 Fix portrait mode + dirty rects
svn-id: r5319
2002-10-26 23:13:32 +00:00
Travis Howell 832eebbee4 Enable speech by default in somin 2 dos/win talkie
svn-id: r5318
2002-10-26 10:39:00 +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
Travis Howell c62abd5d79 Simon 1 dos talkie music working but no looping
svn-id: r5315
2002-10-26 09:40:07 +00:00
Lionel Ulmer ab3aecddd5 Fix warning found by Valgrind.
svn-id: r5314
2002-10-26 09:31:14 +00:00
Nicolas Bacca c65eb3442a Fix overlay in portrait mode - better blitting (about time :)) - simon GUI fixes
svn-id: r5313
2002-10-25 23:44:15 +00:00
Ruediger Hanke cabfdbf1e0 MorphOS overlays, fix for new gui (keyup event)
svn-id: r5312
2002-10-25 15:42:43 +00:00
Max Horn 230986e880 cleanup
svn-id: r5311
2002-10-25 15:32:56 +00:00
Travis Howell 99c8889bba More OpenGL updates, patch #628356
Make sure simon debug is enabled by default

svn-id: r5310
2002-10-25 14:56:58 +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