a/
0e68133382
SAGA2: Fix builtinVTableAddress object script access
2021-08-15 16:32:33 +09:00
a/
29c5f6e749
SAGA2: Fix nullptr access in Sector iterators
2021-08-15 08:37:18 +09:00
a/
ec88076e91
SAGA2: Write correct workaround comment
2021-08-15 08:37:18 +09:00
a/
876126f7b8
SAGA2: Add workaround for script bug in byteAddress
2021-08-15 07:24:39 +09:00
a/
73d5d7d82f
SAGA2: Add more debug output for scripts
2021-08-15 07:24:39 +09:00
a/
62ea348ea0
SAGA2: Fix endianness of Speech saves
2021-08-15 07:24:39 +09:00
a/
8d5ca38424
SAGA2: Fix ThreadList order loading
2021-08-15 07:24:39 +09:00
a/
87b1f858e5
SAGA2: Add check for out-of-range access in audioEnvironmentCheck
2021-08-14 06:04:43 +09:00
a/
56a4ac1c03
SAGA2: Remove SSI save stub warnings
2021-08-14 05:15:33 +09:00
a/
aac41f36f8
SAGA2: Fix StorageSpellInstance saving
2021-08-14 05:14:05 +09:00
a/
79d35c92b9
SAGA2: Fix Effectron flags initialization
2021-08-14 03:37:24 +09:00
a/
0bdf49fb71
SAGA2: Fix strlcpy range in document.cpp
2021-08-13 22:50:26 +09:00
a/
81909e6dab
SAGA2: Replace remaining SpecialKey uses by Common::KeyCode
2021-08-13 22:41:02 +09:00
a/
0793305470
SAGA2: Fix Return and Escape keys on gTextBox
2021-08-13 22:17:21 +09:00
a/
9e894a82d6
SAGA2: Fix mouse tooltip centering
2021-08-13 21:57:12 +09:00
a/
5001268e3b
SAGA2: Fix protagonist check in ObjectSensor::check
2021-08-13 21:57:12 +09:00
D G Turner
c105cb1540
SAGA2: Remove Unused Variable from Extend TeleportOnClick Change
2021-08-12 18:11:09 +01:00
a/
dfd9c393c2
SAGA2: Fix buffer overflow in buildRipTables
2021-08-12 22:57:33 +09:00
a/
722d6e960f
SAGA2: Use correct arguments for implementAction
2021-08-12 22:57:33 +09:00
a/
50ba1c613d
SAGA2: Implement Invisibility command
2021-08-12 22:57:33 +09:00
a/
ecf307886b
SAGA2: Extend teleportOnClick
2021-08-12 22:57:33 +09:00
a/
1724d0f2dc
SAGA2: Add command descriptions
2021-08-12 15:22:11 +09:00
a/
16ac457114
SAGA2: Fix indentation
2021-08-12 15:12:51 +09:00
a/
b2ac6c2244
SAGA2: Change teleportOnClick to use right click
2021-08-12 15:05:13 +09:00
a/
1064e963a0
SAGA2: Implement teleportOnMap command
2021-08-12 15:05:13 +09:00
a/
f3c6276162
SAGA2: Fix uninitialized field. CID 1461353
2021-08-10 11:34:23 +09:00
a/
23f6dc66ed
SAGA2: Add onAcceptDrop method constant
2021-08-09 23:47:24 +09:00
a/
2f5e76435a
SAGA2: Fix memory leak in fetchPlatform
2021-08-09 19:33:10 +09:00
a/
da759ebfe4
SAGA2: Add debug output for TaskStack
2021-08-08 16:31:23 +09:00
a/
4cd2a2d433
SAGA2: Fix TaskStack construction for full stack
2021-08-08 16:31:23 +09:00
a/
c51d5cf6f7
SAGA2: Fix BandList loading
2021-08-07 21:10:17 +09:00
Max Horn
b7e6d61669
JANITORIAL: Fix compiler warnings about unused code
2021-08-07 10:46:14 +02:00
a/
5a7eb68905
SAGA2: Fix for out-of-bounds intersect
2021-08-07 11:59:38 +09:00
a/
13310e555e
SAGA2: Fix stillDoingVoice
2021-08-07 08:21:00 +09:00
a/
86108fbd9e
SAGA2: Implement play voice command
2021-08-07 08:00:12 +09:00
a/
45945c989b
SAGA2: Fix interval between sound samples
2021-08-07 07:54:46 +09:00
Coen Rampen
ad41e96403
SAGA2: Fix MIDI driver type detection
...
This fixes a small omission in the MIDI driver type detection where it would
not look at the Native MT-32 setting to set MT-32 type on a MIDI device.
2021-08-06 22:37:56 +02:00
Coen Rampen
d73b19b9b3
AUDIO/MIDI: Fix Miles 3 AdLib pitch bend range
...
Miles 2 uses the default MT-32 pitch bend range of 12 semitones for its AdLib
driver. Miles 3 switched to the default GM pitch bend range of 2 semitones for
AdLib. ScummVM would always use the Miles 2 pitch bend range, which caused
pitch bend for Miles 3 games to sound wrong on AdLib.
To fix this, a property was added to the Miles AdLib driver to specify which
Miles version to emulate. Depending on the value of this option, the correct
default pitch bend range is set.
2021-08-06 21:01:08 +02:00
a/
3b691de5ca
SAGA2: Fix Actor loading debug messages
2021-08-06 18:44:57 +09:00
a/
c8bd76084d
SAGA2: Fix leader initialization on loadActors
2021-08-06 18:44:57 +09:00
a/
8347351b13
SAGA2: Use CHUNK macros in saveBands
2021-08-06 18:44:57 +09:00
a/
59dcd4090f
SAGA2: Move _nextMT to MotionTaskList
2021-08-06 09:27:13 +09:00
a/
8def0618c6
SAGA2: Fix ActiveItem hashmap
2021-08-06 09:27:13 +09:00
a/
5b534f271e
SAGA2: Fix typo in saveActiveItemStates
2021-08-06 04:27:26 +09:00
a/
f868f750d6
SAGA2: Re-enable checkRestartGame
2021-08-06 04:23:04 +09:00
a/
9777cc6a1a
SAGA2: Fix uninitialized field. CID 1458722
2021-08-06 04:22:30 +09:00
a/
771d0a903f
SAGA2: Fix saveActiveItemStates
2021-08-06 04:22:30 +09:00
a/
108c5222a2
SAGA2: Implement teleport party here command
2021-08-03 20:19:30 +09:00
a/
7ecc231fcd
SAGA2: Extend addObject command for multiple items
2021-08-03 20:19:30 +09:00
a/
d17c0fd403
SAGA2: Temporarily stub checkRestartGame
2021-08-03 20:19:30 +09:00