Max Horn
|
d0bcf4d281
|
SCI: Mark scriptState as one of the many evil global vars in the SCI engine
svn-id: r47724
|
2010-01-30 19:04:21 +00:00 |
|
Max Horn
|
a652b603c9
|
MOHAWK: Don't remove save_slot config entries the user may have added on purpose
svn-id: r47723
|
2010-01-30 19:03:11 +00:00 |
|
Johannes Schickel
|
f79b474ea7
|
Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. (Incorrect replacement introduced with r47715, thanks to Max for spotting this).
svn-id: r47722
|
2010-01-30 18:15:17 +00:00 |
|
Johannes Schickel
|
5539f0d358
|
Add some TODO item.
svn-id: r47721
|
2010-01-30 15:38:31 +00:00 |
|
Johannes Schickel
|
3125dfe66e
|
Add some asserts to the RawAudioStream code.
svn-id: r47720
|
2010-01-30 15:37:20 +00:00 |
|
Johannes Schickel
|
ef99a72436
|
Typo.
svn-id: r47719
|
2010-01-30 15:30:53 +00:00 |
|
Johannes Schickel
|
75ba7ee0f8
|
Rename RawDiskStream to RawAudioStream.
svn-id: r47718
|
2010-01-30 15:29:48 +00:00 |
|
Johannes Schickel
|
3cc0ef6c1c
|
Remove RawMemoryStream.
svn-id: r47717
|
2010-01-30 15:28:07 +00:00 |
|
Johannes Schickel
|
a505d32eff
|
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
svn-id: r47716
|
2010-01-30 15:26:54 +00:00 |
|
Johannes Schickel
|
8e3646e062
|
Get rid of Audio::makeRawMemoryStream_OLD.
svn-id: r47715
|
2010-01-30 15:19:15 +00:00 |
|
Johannes Schickel
|
523181d719
|
Add a factory which plays audio from a buffer via RawDiskStream.
svn-id: r47714
|
2010-01-30 15:18:25 +00:00 |
|
Johannes Schickel
|
ec3f58e626
|
- Mark makeRawDiskStream factory as deprecated.
- Introduce two new makeRawStream factories, one is using RawStreamBlockList instead of an RawDiskStreamAudioBlock array.
svn-id: r47713
|
2010-01-30 15:17:57 +00:00 |
|
Johannes Schickel
|
17cebab354
|
Change RawDiskStream to use a Common::List to store its blocks internally.
svn-id: r47712
|
2010-01-30 15:16:55 +00:00 |
|
Walter van Niftrik
|
ce5f91c785
|
SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking.
svn-id: r47711
|
2010-01-30 13:35:41 +00:00 |
|
Willem Jan Palenstijn
|
068e0c3ae8
|
SCI: Fix build without SCI32 support (#2942682)
svn-id: r47710
|
2010-01-30 13:22:29 +00:00 |
|
Fabio Battaglia
|
bff00f002b
|
N64: added comments and slight cleanup
svn-id: r47709
|
2010-01-30 12:57:57 +00:00 |
|
Fabio Battaglia
|
c02b14d311
|
N64: Better analog nub acceleration, and added -mhard-float in CXXFLAGS when building
svn-id: r47708
|
2010-01-30 12:53:08 +00:00 |
|
Willem Jan Palenstijn
|
06bd17ee71
|
SCI: Remove extra '\n's in debugC messages
svn-id: r47707
|
2010-01-30 11:59:05 +00:00 |
|
Willem Jan Palenstijn
|
9449585893
|
Fix warning
svn-id: r47706
|
2010-01-30 11:17:08 +00:00 |
|
Paul Gilbert
|
3285a4ba4d
|
Beginnings of a separation of the MADS and M4 engines into separate classes. This will be cleaner then having checks everywhere for whether the game mode is MADS or M4.
svn-id: r47705
|
2010-01-30 09:21:07 +00:00 |
|
Filippos Karapetis
|
28aee9c5f3
|
Silenced a very annoying warning
svn-id: r47704
|
2010-01-30 07:11:38 +00:00 |
|
Walter van Niftrik
|
6066c9baa2
|
SCI: Removed old pathfinding define from sci.h
svn-id: r47702
|
2010-01-30 04:33:46 +00:00 |
|
Walter van Niftrik
|
1bb011a3aa
|
SCI: Removed old pathfinding code
svn-id: r47701
|
2010-01-30 04:19:55 +00:00 |
|
Walter van Niftrik
|
7dbd0fc181
|
SCI: Apply fix from r47683 to u> and u<= as well. Fixes Longbow.
svn-id: r47700
|
2010-01-30 04:01:15 +00:00 |
|
Matthew Hoops
|
2f68af90d5
|
Add the SCI2.1 variant of kShowMovie; KQ7 now shows the opening video.
svn-id: r47699
|
2010-01-30 03:57:58 +00:00 |
|
Walter van Niftrik
|
d82b01cee9
|
SCI: AvoidPath: Allow solitary screen-edge vertices in path.
svn-id: r47698
|
2010-01-30 03:37:26 +00:00 |
|
Matthew Hoops
|
bc64dfb52e
|
Implement kString(Printf) and resizing of SCI32 strings in kFormat().
svn-id: r47697
|
2010-01-30 02:40:15 +00:00 |
|
Matthew Hoops
|
da46fc9b35
|
Add support for saving/loading Arrays/Strings in SCI32. It's possible to save a game in GK1 now via the console, but not load (yet).
svn-id: r47696
|
2010-01-30 02:03:59 +00:00 |
|
Filippos Karapetis
|
b01a793e55
|
Added a sanity check to baseSetter() - Torin's demo progresses a bit further now
svn-id: r47695
|
2010-01-30 01:46:54 +00:00 |
|
Filippos Karapetis
|
928b4a6df6
|
Added support for String types to kFormat (seems to work but needs testing...)
svn-id: r47694
|
2010-01-30 01:45:59 +00:00 |
|
Filippos Karapetis
|
42ec4e3780
|
Ignore kString(printBuf) calls with more parameters than 3 - a list is probably used
svn-id: r47693
|
2010-01-30 01:14:25 +00:00 |
|
Walter van Niftrik
|
49cfbbaffc
|
SCI: Hook up AvoidPath debug mode to pathfinding debug channel.
svn-id: r47692
|
2010-01-30 01:02:29 +00:00 |
|
Filippos Karapetis
|
c8501e2b26
|
Implemented kString case 12 - it was really kFormat in disguise :)
svn-id: r47691
|
2010-01-30 00:21:32 +00:00 |
|
Filippos Karapetis
|
694d30eb31
|
Don't cripple setVolume(), but throw a warning when receiving invalid volumes and correct them for now - fixes the music in GK1
svn-id: r47690
|
2010-01-29 23:59:50 +00:00 |
|
Johannes Schickel
|
8e69a24783
|
Fix yet another use of possibly undefined behavior reported by syke.
svn-id: r47689
|
2010-01-29 23:52:58 +00:00 |
|
Filippos Karapetis
|
8977c1a4aa
|
Disabled the MIDI volume changing code till we figure out why it's getting volume values greater than 127
svn-id: r47688
|
2010-01-29 23:08:12 +00:00 |
|
Filippos Karapetis
|
99f59d858e
|
_gui and _gui32 are now properly initialized
svn-id: r47687
|
2010-01-29 22:56:39 +00:00 |
|
Walter van Niftrik
|
6703576452
|
SCI: Partly revert r47597, as it is superseded by r47683.
svn-id: r47686
|
2010-01-29 22:51:22 +00:00 |
|
Johannes Schickel
|
595a2e16f1
|
Fix use of undefined behavior. (Thanks to syke for reporting)
svn-id: r47685
|
2010-01-29 22:43:23 +00:00 |
|
Lars Skovlund
|
027b44673a
|
Document my last change
svn-id: r47684
|
2010-01-29 22:29:03 +00:00 |
|
Lars Skovlund
|
0e8b8f1962
|
SCI: uge? and ult? opcodes now work correctly when comparing pointers with 1000.
svn-id: r47683
|
2010-01-29 22:17:27 +00:00 |
|
Matthew Hoops
|
5b9b6b6b70
|
Fix compile when ENABLE_SCI32 is not set.
svn-id: r47682
|
2010-01-29 22:02:28 +00:00 |
|
Martin Kiewitz
|
c6e095715c
|
SCI: adding shakeScreen() for gui32 for lsl6
svn-id: r47681
|
2010-01-29 21:51:21 +00:00 |
|
Matthew Hoops
|
1bc1ff1705
|
Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined.
svn-id: r47680
|
2010-01-29 21:34:59 +00:00 |
|
Martin Kiewitz
|
a800855bf4
|
SCI: added new SciGui32 class, Gfx class needs some work though and hopefully i didnt overlook some kernel function that is also used by sci32. now using plane left/top
svn-id: r47679
|
2010-01-29 21:30:46 +00:00 |
|
Filippos Karapetis
|
85517515a7
|
Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't clear a song's handle when stopping it, but when disposing it. Hopefully, a lot of the SCI0 sound oddities are fixed now...
svn-id: r47678
|
2010-01-29 19:02:13 +00:00 |
|
Filippos Karapetis
|
31319de828
|
Always prefer MIDI drivers over the other ones
svn-id: r47677
|
2010-01-29 18:30:19 +00:00 |
|
Filippos Karapetis
|
ddda7d12bd
|
Wording
svn-id: r47676
|
2010-01-29 17:47:17 +00:00 |
|
Filippos Karapetis
|
be293572d2
|
Don't modify the objects of sound slots that are already stopped, as the associated objects could have been disposed. Fixes odd crashes in SQ3
svn-id: r47675
|
2010-01-29 17:45:30 +00:00 |
|
Martin Kiewitz
|
266ff9934d
|
SCI: removing bit 1 support (was introduced because of problems in sci1.1 games, isnt valid anymore), fixes kq5cd
svn-id: r47674
|
2010-01-29 16:26:40 +00:00 |
|