Commit Graph
86814 Commits
Author SHA1 Message Date
Nicolas Bacca 518ce438c2 Switch to new icons
svn-id: r5607
2002-11-19 08:14:16 +00:00
Nicolas Bacca 9ab14c7599 Added new icons, thanks to Carlos Luz aka Lightman
svn-id: r5606
2002-11-19 08:13:24 +00:00
Nicolas Bacca b4f7f1d21f Change error display for WinCE
svn-id: r5605
2002-11-19 08:08:45 +00:00
Nicolas Bacca 80d32ec5e1 Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change __cdecl for these systems, add 2 sampling rates for WinCE due to problems with Smush mixer in 11 kHz
svn-id: r5604
2002-11-19 08:05:48 +00:00
Max Horn 1a97719ae5 fix warning when compiling w/o vorbis/mp3 support
svn-id: r5603
2002-11-19 01:52:22 +00:00
Max Horn 49d6b10fc3 Patch #639931: ALL: Fix for possible mixer distortion
svn-id: r5602
2002-11-19 01:50:15 +00:00
Max Horn 24a1a2a369 Patch #639699: SAM: Fix for graphics glitch
svn-id: r5601
2002-11-19 01:45:08 +00:00
Max Horn ce3cde15a0 added some preliminary game auto detect code to the launcher; this required a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work
svn-id: r5600
2002-11-19 01:36:47 +00:00
Max Horn f2007606a9 fixed warning
svn-id: r5599
2002-11-18 20:05:25 +00:00
Max Horn d9aebd1cba removed obsolete example
svn-id: r5598
2002-11-18 18:50:11 +00:00
Oliver Kiehl 4fefb1a679 added [ and ] for volume control on US keyboards and changed volume change to 16
svn-id: r5597
2002-11-18 10:20:56 +00:00
Jamieson Christian 5214cb3463 Added support for volume and pause control to Simon music.
Note that MidiStreamer is now used as a streaming wrapper
for ALL MidiDriver types, even those that natively support
streaming. This is because MidiStreamer supports a hybrid
of streamed and non-streamed MIDI, which is necessary to
support interactive events.

svn-id: r5596
2002-11-18 09:08:45 +00:00
Jonathan Gray 713f11d99e touch up games list
svn-id: r5595
2002-11-18 07:58:15 +00:00
James Brown 69c8ddd67c Revert patch 638253, causes Dig regressions
svn-id: r5594
2002-11-18 00:35:21 +00:00
Oliver Kiehl fd5f110269 added the ability to pause effects (s) and ambient sound (b)
svn-id: r5593
2002-11-17 18:44:33 +00:00
Jamieson Christian 5da9c10dab Fixes to Master/SFX/Music volumes:
- All are in 0-255 range now. No 0-127 mismatches.
- Master volume now affects SFX and Music, consistent with LEC behavior.
- The [ and ] keys now affect Music volume, not Master. Consistent with LEC behavior.
Also changed [ and ] increment to 16, for 256/16 = 16 volume increments outside the GUI.

svn-id: r5592
2002-11-17 17:59:00 +00:00
Oliver Kiehl 128580df1e added structures for midi pause/volume
svn-id: r5591
2002-11-17 17:15:29 +00:00
Oliver Kiehl 5ae9b1e05b quit_if_user_presses_y() added
svn-id: r5590
2002-11-17 15:42:05 +00:00
Oliver Kiehl 5f4d594150 implemented quit_if_user_presses_y()
svn-id: r5589
2002-11-17 15:15:26 +00:00
Jonathan Gray ca9101ea6e hack around another null dref for indy3, fixes 639201
svn-id: r5588
2002-11-17 03:27:57 +00:00
Max Horn 9b301dc7d1 remove unused variable
svn-id: r5587
2002-11-16 19:58:52 +00:00
Travis Howell 0c61461124 Cursors should now be hidden during cut scenes (I hope)
svn-id: r5586
2002-11-16 16:49:39 +00:00
Oliver Kiehl c654b9edbd added cursor for simon1
svn-id: r5585
2002-11-16 16:42:25 +00:00
Travis Howell 3f0e42b7da Ooops
svn-id: r5584
2002-11-16 15:59:40 +00:00
Travis Howell 16d154abee Don't show cursor during cut scenes
svn-id: r5583
2002-11-16 15:51:49 +00:00
Oliver Kiehl ee5590808e added context sensitive mouse cursors for simon2. yay! ;)
svn-id: r5582
2002-11-16 15:38:14 +00:00
Jamieson Christian c1344ee379 [Bug 590646] Fixed problem with small blips of music playing
when master/music volumes are changed in the ScummVM GUI.

svn-id: r5581
2002-11-16 14:23:22 +00:00
Paweł Kołodziejski 34782f17ab DIG: fixed subtitles in Space Time Six smush movie
svn-id: r5580
2002-11-16 09:08:48 +00:00
Jonathan Gray cec1a5a2cd patch 638246 Fix for ALSA and SEQ MIDI drivers with simon, by jamieson
svn-id: r5579
2002-11-16 01:16:53 +00:00
Nicolas Bacca 0f6cdd9a2b Make alignment fans (PPC + EVC) happy
svn-id: r5578
2002-11-16 00:09:56 +00:00
Oliver Kiehl 0dd1d126f5 readded variable removed in last commit - needed for big endian
svn-id: r5577
2002-11-15 20:46:57 +00:00
Paweł Kołodziejski fcc12f5703 added draw smush subtitles mode 9
svn-id: r5576
2002-11-15 19:31:44 +00:00
Paweł Kołodziejski 988d2430c7 updated VC6 project file
svn-id: r5575
2002-11-15 18:52:58 +00:00
Paweł Kołodziejski 114d607b26 changed warnings to debug messages
svn-id: r5574
2002-11-15 18:47:33 +00:00
Paweł Kołodziejski ceb1102300 removed not used variable (fix compilation)
svn-id: r5573
2002-11-15 18:46:17 +00:00
Max Horn eaa0e48741 enabled 'Go Up' button
svn-id: r5572
2002-11-15 17:54:49 +00:00
Max Horn fe313cea67 implemented parent() for POSIX fs code; added .cvsignore files
svn-id: r5571
2002-11-15 17:54:38 +00:00
Max Horn d2156bd26f fix operator == and !=
svn-id: r5570
2002-11-15 17:45:23 +00:00
Max Horn 5be4474a9a don't crash when the list is empty
svn-id: r5569
2002-11-15 17:38:50 +00:00
Max Horn e29c27ec27 use stat to detect directories -> should be POSIX compliant this time, and also work on Solaris
svn-id: r5568
2002-11-15 17:05:50 +00:00
Ruediger Hanke 9294fda566 Fixes ...
svn-id: r5567
2002-11-15 16:03:42 +00:00
Ruediger Hanke 1d17168202 FS backend for MorphOS
svn-id: r5566
2002-11-15 15:12:30 +00:00
Ruediger Hanke 18bb6f7304 Build rules update for MOS
svn-id: r5565
2002-11-15 15:10:17 +00:00
Ruediger Hanke 6b1376335c Mousewheel support added
svn-id: r5564
2002-11-15 15:06:19 +00:00
Ruediger Hanke 8671a41ae6 Remove MidiEmu option
svn-id: r5563
2002-11-15 15:05:34 +00:00
James Brown d1c5b65398 Hack for bug 636433
svn-id: r5562
2002-11-15 12:21:30 +00:00
James Brown 25ceebe2b4 Don't allow F5 key to be passed back to the game. Stops in-game dialog from displaying after save/loads in indy3
svn-id: r5561
2002-11-15 12:07:59 +00:00
James Brown ffa6e2c87f 637471: Hack to work-around 'bad sound in stream' problem.
svn-id: r5560
2002-11-15 10:47:36 +00:00
James Brown d80b31f931 638809: Simon startup speedup
svn-id: r5559
2002-11-15 10:44:58 +00:00
James Brown 22c3532f25 Patch 638253: Actor jumping fix for V7 games. Basic regression testing preformed for The Dig.
svn-id: r5558
2002-11-15 10:42:25 +00:00