Commit Graph

835 Commits

Author SHA1 Message Date
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
a/
60f187fe3f SAGA2: Cleanup gtext.cpp 2021-08-03 08:11:17 +09:00
a/
09c7c07d32 SAGA2: Fix pointer arithmetic in GTextWrap 2021-08-03 07:36:03 +09:00
a/
9a46addcd4 SAGA2: Fix gTextBox text insertion 2021-08-01 13:28:43 +09:00
Coen Rampen
9f0c28b751 SAGA2: Set Miles version on MIDI driver
This sets the version to emulate on the Miles MIDI driver so the MIDI devices
are initialized in the same way as the original interpreter.
2021-07-29 20:24:42 +02:00
a/
cb84426676 SAGA2: Add playMusic command 2021-07-29 22:57:11 +09:00
a/
497e1a1e85 SAGA2: Fix volume quantization 2021-07-29 19:40:14 +09:00
a/
36feb1c271 SAGA2: Sync music volume on construction 2021-07-29 19:40:13 +09:00
a/
78b0bee9fc SAGA2: Fix pointer arrow in documents 2021-07-29 16:59:01 +09:00
a/
aa7671bc9d SAGA2: Fix parchment close button rect 2021-07-29 16:59:01 +09:00
a/
61508d7ba6 SAGA2: Fix strncat usage 2021-07-29 05:02:28 +09:00
a/
4b58eae8c1 SAGA2: Fix data signedness 2021-07-29 05:02:28 +09:00
a/
fde5b01c5e SAGA2: Fix strcpy overlap 2021-07-29 05:02:28 +09:00
a/
6462095999 SAGA2: Warn for onAcceptLockToggle 2021-07-29 05:02:28 +09:00
a/
a110e24d56 SAGA2: Fix RestartGame 2021-07-28 04:51:11 +09:00
a/
e31b998a01 SAGA2: Put warnings on kill task check 2021-07-27 04:06:35 +09:00
a/
31623f8ead SAGA2: Fix weapon evaluation 2021-07-26 09:07:06 +09:00
a/
c5322b246a SAGA2: Make ending playable 2021-07-26 01:13:44 +09:00
a/
1b71bc5d12 SAGA2: Fix chunk size writing 2021-07-25 23:48:10 +09:00
a/
cff82fb357 SAGA2: Remove book/parchment close button images 2021-07-25 05:43:44 +09:00
a/
c2aac871a9 SAGA2: Add command to teleport on click 2021-07-25 05:29:28 +09:00
a/
a9f2fa115b SAGA2: Add save/load location command 2021-07-25 05:29:28 +09:00
a/
c47e518a43 SAGA2: Add more information to search command 2021-07-25 05:29:28 +09:00
a/
114a0df459 SAGA2: Add TeleportNPC commands 2021-07-25 05:29:28 +09:00
a/
ab81402f33 SAGA2: Expand search command to actors/worlds 2021-07-25 05:29:27 +09:00
a/
c246022f92 SAGA2: Add TeleportToNPC command 2021-07-25 05:29:27 +09:00
a/
659d6b44ee SAGA2: Remove unnecessary warning 2021-07-25 05:29:27 +09:00
a/
5d58df9063 SAGA2: Fix MotionTask uninitalized pointer field 2021-07-23 14:45:22 +09:00
a/
c9a43228b9 SAGA2: Fix object access in scripts 2021-07-23 14:44:10 +09:00
a/
f35039acb0 SAGA2: Properly show saves on savelist 2021-07-23 09:15:14 +09:00
Coen Rampen
fecd4310c3 SAGA2: Fix MIDI parser memory leak
A new MidiParser object is created every time a MIDI track is played, but the
old parser would not be freed. Fixed this by reusing the old parser instead of
creating a new one, which is more efficient anyway.
2021-07-21 22:25:32 +02:00
a/
fcf56cae45 SAGA2: Fix fade in load from launcher 2021-07-22 00:22:32 +09:00
a/
9a386e0b72 SAGA2: Fix SensorList erase in addSensor 2021-07-22 00:22:32 +09:00
a/
7e9dcc3bda SAGA2: Update screen when updating palette 2021-07-22 00:22:32 +09:00
a/
04988e6626 SAGA2: Enable loading from launcher 2021-07-21 21:39:07 +09:00
a/
40e91565a6 SAGA2: Fix MotionTask cleanup 2021-07-21 21:39:07 +09:00
a/
27fec511ae SAGA2: Move actorList to Saga2Engine 2021-07-21 21:39:07 +09:00
a/
3be7db2a9d SAGA2: Save thumbnail before opening menu 2021-07-21 16:23:06 +09:00
a/
1f9810561e SAGA2: Fix drawMetaTiles declaration 2021-07-21 00:51:06 +09:00
a/
3cd91d0a29 SAGA2: Add command to dump map 2021-07-20 22:49:31 +09:00
a/
7d4d82e994 SAGA2: Implement command to add objects to inventory 2021-07-20 21:33:43 +09:00