Commit Graph
72 Commits
Author SHA1 Message Date
Eugene Sandulenko 7f4dd6aaaa SAGA2: Rename enums in script.h 2022-10-29 14:15:21 +02:00
Hubert Maier a2d4ae45bb SAGA2: Correct spelling mistake
adress -> address
2022-10-27 15:57:26 +02:00
Eugene Sandulenko c97c7d7e0b SAGA2: Rename enums in code.h 2022-10-27 13:58:18 +02:00
Eugene Sandulenko 54907f9465 SAGA2: Rename class variables in script.h 2022-09-27 17:44:55 +02:00
Eugene Sandulenko 56d0d75216 SAGA2: Rename class variables in interp.cpp 2022-09-26 19:52:26 +02:00
Orgad Shaneh b2322a8c4f JANITORIAL: Add some long casts to match %ld format
Needed on Win64 compilation.
2022-06-12 10:24:34 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh f544cb934d SAGA2: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Filippos Karapetis d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03: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/ 8d5ca38424 SAGA2: Fix ThreadList order loading 2021-08-15 07:24:39 +09:00
a/ 4b58eae8c1 SAGA2: Fix data signedness 2021-07-29 05:02:28 +09:00
a/ c9a43228b9 SAGA2: Fix object access in scripts 2021-07-23 14:44:10 +09:00
a/ 93f24f239c SAGA2: Make more save chunk sizes portable 2021-07-15 23:33:40 +09:00
a/ 2625fafbc5 SAGA2: Make Timers/Alarms/Threads save size portable 2021-07-15 20:04:34 +09:00
Eugene Sandulenko 1d169ee4bf SAGA2: Remove savefile.* 2021-07-12 17:11:37 +02:00
Eugene Sandulenko eb7c7273db SAGA2: Remove old save/load methods 2021-07-12 17:11:37 +02:00
a/ b882744405 SAGA2: Remove placement-new for threadList 2021-07-09 12:59:42 +09:00
a/ 2b22e64ffd SAGA2: Implement SAGA Threads save/loading 2021-07-09 08:51:08 +09:00
a/ 5e5025205c SAGA2: Implement Data Segment save/loading 2021-07-09 08:51:08 +09:00
Eugene Sandulenko 16356103a4 SAGA2: Fix codacy warnings 2021-07-01 01:37:43 +02:00
Eugene Sandulenko 3c14a99f7c SAGA2: Fix non-portable cast from pointer to long 2021-07-01 01:37:43 +02:00
Eugene Sandulenko 46e38b5a5b SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
a/ 8f9c326747 SAGA2: Raise level of script stack debug messages 2021-07-01 01:37:36 +02:00
Eugene Sandulenko 080ad92b23 SAGA2: Hid a noisy log message deeper 2021-07-01 01:37:35 +02:00
Eugene Sandulenko 27dd030e94 SAGA2: Fix more gcc warnings 2021-07-01 01:37:32 +02:00
a/ d038657294 SAGA2: Change code for readability 2021-07-01 01:37:32 +02:00
a/ 9b02c77bee SAGA2: Fix ThreadList::next 2021-07-01 01:37:31 +02:00
Eugene Sandulenko 2161d9e388 SAGA2: Removed std.h 2021-07-01 01:37:31 +02:00
Eugene Sandulenko 44c4ad38e9 SAGA2: Fix rest of the non-global-constructor warnings 2021-07-01 01:37:31 +02:00
a/ 54d2e7ac11 SAGA2: Kill rmem and rserver 2021-07-01 01:37:29 +02:00
Eugene Sandulenko d295808363 SAGA2: Fix warnings in objects.cpp 2021-07-01 01:37:25 +02:00
Eugene Sandulenko ca6530a601 SAGA2: Improve address methods debug output 2021-07-01 01:37:20 +02:00
Eugene Sandulenko 8c47310314 SAGA2: Fix thread deletion 2021-07-01 01:37:18 +02:00
a/ 1919ef1f5e SAGA2: Fix GameObject referencing in sagafunc.cpp 2021-07-01 01:37:17 +02:00
Eugene Sandulenko b5359d7202 SAGA2: Fix incorrect object accesses 2021-07-01 01:37:17 +02:00
a/ baa7cbb498 SAGA2: Make GameObject script-friendly 2021-07-01 01:37:17 +02:00
Eugene Sandulenko 277245a49e SAGA2: Made ActiveMission script-friendly 2021-07-01 01:37:17 +02:00
Eugene Sandulenko 23d841a04a SAGA2: Make ActiveItem script-friendly 2021-07-01 01:37:16 +02:00
Eugene Sandulenko ac62a48ace SAGA2: Improve stack debug output 2021-07-01 01:37:16 +02:00
Eugene Sandulenko 2a093b51d2 SAGA2: Fix debug output 2021-07-01 01:37:16 +02:00
Eugene Sandulenko 245f586903 SAGA2: More details on address debugging 2021-07-01 01:37:16 +02:00
a/ c4477edc40 SAGA2: Add stub warning to Thread deconstructor 2021-07-01 01:37:15 +02:00
Eugene Sandulenko 9b298a0328 SAGA2: Print out address modes during script execution 2021-07-01 01:37:12 +02:00
Eugene Sandulenko a825bbbcb7 SAGA2: Print stack on execution 2021-07-01 01:37:12 +02:00
Eugene Sandulenko dfd278c300 SAGA2: Print out opcodes during execution 2021-07-01 01:37:11 +02:00
Eugene Sandulenko 2b67a92944 SAGA2: Code cleanup 2021-07-01 01:37:11 +02:00
a/ 4d0272732f SAGA2: Fix crash on thread deletion 2021-07-01 01:37:11 +02:00