1088 Commits

Author SHA1 Message Date
a/
0ae8d6c307 SAGA2: Rename class variables in button.h 2021-08-20 06:07:30 +09:00
a/
1fcdb25a19 SAGA2: Rename classes in button.h 2021-08-20 06:07:30 +09:00
a/
d4a3dc97c0 SAGA2: Remove bitarray.h 2021-08-20 06:07:30 +09:00
a/
e4aa889834 SAGA2: Rename variables/constants in beegee.h 2021-08-20 06:07:30 +09:00
a/
4758d1734e SAGA2: Rename variables in band.h 2021-08-20 06:07:30 +09:00
a/
5e2fdae329 SAGA2: Rename class variables/constants in automap.h 2021-08-20 01:41:42 +09:00
a/
7bddd59b77 SAGA2: Rename class and typedefs in audio.h 2021-08-20 01:41:41 +09:00
a/
931b31318f SAGA2: Rename variables in assign.h 2021-08-20 01:41:41 +09:00
a/
c225233949 SAGA2: Rename Actor class variables 2021-08-19 06:15:39 +09:00
a/
93c18db9d8 SAGA2: Fix getRandomNumber ranges 2021-08-18 15:54:30 +09:00
a/
994ac18c52 SAGA2: Fix music looping 2021-08-17 02:01:59 +09:00
a/
fb15fce9d6 SAGA2: Fix wild pointer access in iterators 2021-08-15 18:29:20 +09:00
a/
974d4dd81e SAGA2: Fix getMapNum for midair objects 2021-08-15 17:23:44 +09:00
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