Filippos Karapetis
49f209a4d2
MOHAWK: Silence MSVC warnings
2011-07-09 14:34:59 +03:00
Littleboy
bc298a58f5
LASTEXPRESS: Simplify SoundQueue::updateQueue()
...
- Remove useless cache code
- Use helper function to get the proper sound entry
- Fix crash on using an invalid entry
2011-07-08 22:03:34 -04:00
Littleboy
e7e689450b
LASTEXPRESS: Prefix savegame filenames with "lastexpress"
2011-07-08 22:03:32 -04:00
Littleboy
63e2fe7e7b
LASTEXPRESS: Have LastExpress_ADPCMStream inherit directly from Audio::ADPCMStream (as suggested by clone2727)
2011-07-08 22:03:28 -04:00
sylvaintv
831d358d42
TOON: Fix rare palette glitch during one frame after cutscene
2011-07-09 03:26:43 +02:00
sylvaintv
36222c747f
TOON: Fixed palette problem in LoadPicture
...
Bug #3325272 : "Toonstruck (Spanish) Bad Graphic in squirrel book"
Was a "full" palette in spanish and a "half" palette in english version.
Made it choose the good mode automatically based on color count.
2011-07-09 02:55:28 +02:00
sylvaintv
53985000db
TOON: Fix bad character visibility after restore
...
Bug #3307195 : "TOON: Two instances of Flux Wildly"
2011-07-09 01:50:38 +02:00
Littleboy
af2bdfcb59
LASTEXPRESS: Replace existing decodeIMA calls by code using our custom set of IMA and step tables
2011-07-08 06:25:29 -04:00
Littleboy
1a71cd1e21
LASTEXPRESS: Fix typo in filter table
2011-07-08 06:25:27 -04:00
D G Turner
a4a99f8cc8
TSAGE: Add Spanish CD Detection Entry From Bug #3357777
2011-07-07 19:18:13 +01:00
Alyssa Milburn
e4fc8e85ed
MOHAWK: Implement stringLen and substring LBCode functions.
2011-07-07 16:23:34 +02:00
Alyssa Milburn
33a85af915
MOHAWK: Handle cursor changes in kLBNotifyChangeMode.
2011-07-07 16:23:11 +02:00
Alyssa Milburn
f0bef196b1
MOHAWK: Maintain ordered list of LB items.
2011-07-07 16:23:10 +02:00
Vladimir Menshakov
7cf07dfa24
DREAMWEB: Fixed ß in german version(typo)
2011-07-07 13:35:08 +04:00
Filippos Karapetis
72da8ef5ad
SCI: Applied patch #3357096 with minor modifications
...
This prevents a string pointer from getting invalidated under some
circumstances in kString(Dup).
Thanks to lephilousophe for the patch.
2011-07-07 03:43:06 +03:00
Eugene Sandulenko
c4b2800145
LASTEXPRESS: implement Sound::updateQueue() and all dependent functions
2011-07-06 14:40:22 +03:00
Tarek Soliman
478279a4b7
DREAMWEB: disable load button in launcher
2011-07-05 19:31:34 -05:00
Matthew Hoops
559c278b09
MOHAWK: Allow setting LB cursors by name
2011-07-05 13:09:27 -04:00
Littleboy
47e9a6ccdc
LASTEXPRESS: Move sound filtering to base Sound class
...
- Rename kSoundStatusRemoved to kSoundStatusClosed
- Rename kSoundStatusClear2 to kSoundStatusCached
- Remove sound cache handling
2011-07-04 14:26:31 -04:00
athrxx
f80b2383e7
KYRA: cleanup last commit
2011-07-04 20:22:16 +02:00
athrxx
7e2f7dce3a
KYRA: fix pauseEngineIntern regression in MR
2011-07-04 19:52:14 +02:00
athrxx
38d18a6e78
KYRA: fix ingame menu save slots
...
- long GMM save descriptions will be trimmed to fit the ingame menu save slots
- prevent writing beyond the right margin in Kyra 1 save slots
2011-07-04 19:52:11 +02:00
Paul Gilbert
ad181a810c
TSAGE: Replace usage of deprecated Adlib OPL functions
2011-07-04 19:14:39 +10:00
Johannes Schickel
3f04ad72a9
SCUMM: Remove unused operator int.
2011-07-03 22:22:04 +02:00
Matthew Hoops
b4f4fd6b00
AGI: Cleanup some Winnie string code
2011-07-03 13:49:28 -04:00
Matthew Hoops
c2be473ce2
AGI: Fix some memset calls
...
Spotted by both salty-horse and LordHoto using clang
2011-07-03 13:49:28 -04:00
Alyssa Milburn
628cc40e8f
MOHAWK: Fix build.
2011-07-03 18:28:22 +02:00
Alyssa Milburn
a1e9cecd39
MOHAWK: Implement the remaining LBCode arithmetic operators.
2011-07-03 18:19:32 +02:00
Alyssa Milburn
57d4bad11c
MOHAWK: Handle subpages in the LB console's changePage.
2011-07-03 18:18:00 +02:00
athrxx
636a28c0dd
SCUMM: fix crash in digital iMuse games when using RTL and restarting
...
(static array were not reset to NULL after being freed and therefore didn't get reallocated on restart)
2011-07-03 14:40:57 +02:00
athrxx
90fa4cf15f
KYRA: formatting
2011-07-03 14:40:55 +02:00
Alyssa Milburn
d7f50b925e
MOHAWK: Fix associativity of LBCode operators.
2011-07-03 14:18:17 +02:00
eriktorbjorn
dd7b1399f3
SWORD2: Silence "variable set but not used" GCC warnings
2011-07-03 07:20:40 +02:00
Johannes Schickel
7e4224e52a
COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.
2011-07-03 00:16:07 +02:00
Bastien Bouclet
8b89660069
GUI: Zero is a valid save slot number.
...
Fixes loading from slot 0 using the GMM.
2011-07-02 22:01:47 +02:00
Bastien Bouclet
8e80f5690d
MOHAWK: Misc Mechanical fixes. Many thanks to Patrick Monnerat for the patch.
...
- Adds break statements where missing in Mechanical::toggleVar() and Mechanical::setVarValue()
- Restore proper numbering of Achenar and Sirrus panel state variables, which were wrongly swapped.
- When bird is singing, play sound continuously.
- When operating the fortress elevator, keep the engine sound active while the elevator is moving.
2011-07-02 22:01:46 +02:00
Johannes Schickel
09501be85b
ENGINES: Clean up SaveStateDescriptor.
...
Now SaveStateDescriptor no longer subclasses HashMap. Instead all possible
saved meta data is included directly into SaveStateDescriptor.
This is slightly less flexible, but we never needed that flexibility so far.
On the other hand it should reduce the memory usage. At least on my system
(Linux/amd64) the old SaveStateDescriptor had a size of 928 and the new
SaveStateDescriptor has a size of 200.
2011-07-02 21:07:55 +02:00
Paul Gilbert
a5b0792295
TSAGE: Remove outdated extra channel variable
2011-07-02 19:54:39 +10:00
Paul Gilbert
d1a30b41b1
TSAGE: Linked in the (in progress) SoundBlaster Fx class
2011-07-02 13:51:05 +10:00
Paul Gilbert
160a8d96d9
TSAGE: Fixed problem with saving double values
2011-07-02 13:49:27 +10:00
Paul Gilbert
ab7fdccc3b
TSAGE: Beginnings of SoundBlaster sound driver
2011-07-02 10:39:57 +10:00
Alyssa Milburn
925347bd4d
MOHAWK: Don't allocate zero-size array.
2011-07-02 01:27:19 +02:00
Matthew Hoops
5ba4e839b5
MOHAWK: Add the Mac version of Arthur's Reading Race
2011-07-01 18:33:14 -04:00
Alyssa Milburn
1d6df12446
MOHAWK: Always create a code object for every LBPage.
2011-07-02 00:23:37 +02:00
Alyssa Milburn
35ef5ea28c
MOHAWK: Try implementing LBCode eval, random and seek.
2011-07-02 00:23:04 +02:00
Alyssa Milburn
aceb1470cb
MOHAWK: Use LBCode instead of running scripts in LBItem.
2011-07-02 00:18:26 +02:00
Alyssa Milburn
1b2b9e7604
MOHAWK: Add LBCode::parseCode.
...
This allows script strings to be parsed into LB bytecode.
2011-07-02 00:16:55 +02:00
Alyssa Milburn
d2035b34e0
MOHAWK: Allow creation of LBCode instances without an associated BCOD.
2011-07-02 00:11:44 +02:00
Alyssa Milburn
2667b502d7
MOHAWK: Add LBCode::resolveItem helper function.
2011-07-02 00:04:24 +02:00
Alyssa Milburn
689099f9b5
MOHAWK: Fix/add bounds checking in LBCode::nextToken.
2011-07-02 00:03:49 +02:00