Commit graph

54 commits

Author SHA1 Message Date
Hubert Maier
fba97454c8 JANITORIAL: SAGA2: Fix typos 2024-09-16 01:53:47 +03:00
Eugene Sandulenko
98508c2bfb
SAGA2: Rename enums in sprite.h 2022-10-29 14:49:08 +02:00
Eugene Sandulenko
df6d4b91c4
SAGA2: Rename enums in gdraw.h 2022-10-28 23:43:53 +02:00
Eugene Sandulenko
7bcf7224e2
SAGA2: Rename class variables in sprite.h 2022-09-27 17:44:56 +02:00
Eugene Sandulenko
98ef900668
SAGA2: Rename class variables in gdraw.h 2022-09-26 19:52:25 +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
Filippos Karapetis
18ec7c853e SAGA2: More work on Dinotopia 2021-10-17 23:13:55 +03:00
Filippos Karapetis
d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/
eeef415809 SAGA2: Fix global constructor warnings in tile.cpp 2021-07-18 15:37:57 +09:00
a/
582952b6a0 SAGA2: Move backPort to Saga2Engine 2021-07-17 11:29:23 +09:00
a/
0d7a8dc7dc SAGA2: Make several save size calculations portable 2021-07-14 14:19:21 +09:00
Eugene Sandulenko
3c7e2ef033
SAGA2: Plug memory leak. CID 1458006 2021-07-12 00:46:46 +02:00
D G Turner
b5cd645fdb SAGA2: Fix for GCC Warnings from 64-bit Stream API Changes 2021-07-09 04:22:49 +01:00
a/
c9a87e025c SAGA2: Implement Actor loading partially 2021-07-07 12:36:51 +09:00
a/
4392e3f8a1 SAGA2: Implement Actor saving 2021-07-07 12:36:51 +09:00
Eugene Sandulenko
055a316fce
SAGA2: Fix allocation size. CID 1457903 2021-07-06 17:49:40 +02:00
a/
f7556980d0 SAGA2: Clean more global constructors in tile.cpp 2021-07-04 15:44:10 +09:00
a/
4a8f7d500f
SAGA2: Fix uninitialized variables 2021-07-01 01:37:43 +02:00
a/
c2af56f012
SAGA2: Move appearanceLRU to Saga2Engine 2021-07-01 01:37:39 +02:00
Eugene Sandulenko
45075d5e0c
SAGA2: Fix remaining trivial gcc warnings 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
2161d9e388
SAGA2: Removed std.h 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
37bd0e9c38
SAGA2: Replace elementsof with ARRAYSIZE 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
a67ed67448
SAGA2: Fix warnings in sprite.cpp 2021-07-01 01:37:26 +02:00
a/
a0b9425f9e
SAGA2: Fix alloc-dealloc mismatch in spriteBanks 2021-07-01 01:37:23 +02:00
Eugene Sandulenko
9b76670b45
SAGA2: Made sprite unpacking more robust 2021-07-01 01:37:21 +02:00
Eugene Sandulenko
e1869af2c4
SAGA2: Cleanup and more sanity checks for resource loading 2021-07-01 01:37:21 +02:00
Eugene Sandulenko
1776549073
SAGA2: Properly read ActorAnimations 2021-07-01 01:37:21 +02:00
Eugene Sandulenko
4f363da243
SAGA2: Accommodate for resource loading errors 2021-07-01 01:37:19 +02:00
Eugene Sandulenko
ac8c438dac
SAGA2: Non-fatal warning on failed resource load 2021-07-01 01:37:19 +02:00
a/
127299672b
SAGA2: Load schemeList with stream 2021-07-01 01:37:14 +02:00
a/
da94093b43
SAGA2: Load spellSprites and spellSchemes with streams 2021-07-01 01:37:14 +02:00
a/
6742ee174d
SAGA2: Implement Point16 loading with Common::SeekableReadStream 2021-07-01 01:37:12 +02:00
a/
4b5ab189f3
SAGA2: Fix alloc-dealloc mismatch in cleanupSprites 2021-07-01 01:37:11 +02:00
a/
805fc06ed2
SAGA2: Load sprite resources portably 2021-07-01 01:37:11 +02:00
a/
e1b7e43878
SAGA2: Remove dlist usage in loadSpriteBanks 2021-07-01 01:37:11 +02:00
Eugene Sandulenko
1e9f393e08
SAGA2: Move appearanceLRU to Common::List 2021-07-01 01:37:11 +02:00
Eugene Sandulenko
97f7a0e529
SAGA2: Drop custom TRUE/FALSE 2021-07-01 01:37:08 +02:00
a/
36d672189e
SAGA2: Fix global buffer overflow in terrain.cpp 2021-07-01 01:37:01 +02:00
a/
91d47cb480
SAGA2: Cleanup handles in drawObject 2021-07-01 01:37:00 +02:00
a/
99d0035d61
SAGA2: Fix pose/colorscheme loading 2021-07-01 01:37:00 +02:00
a/
6a96f6d87c
SAGA2: Fix sprite banks loading 2021-07-01 01:36:59 +02:00
a/
34af614f8e
SAGA2: Fix actor sprite initialization 2021-07-01 01:36:57 +02:00
Eugene Sandulenko
9ba0a2e46c
SAGA2: Finish reducing include dependencies 2021-07-01 01:36:57 +02:00
a/
392690a107
SAGA2: Fix RES_ID calls 2021-07-01 01:36:57 +02:00
Eugene Sandulenko
9a8c31cde3
SAGA2: Finish work on the nested includes 2021-07-01 01:36:56 +02:00
Eugene Sandulenko
a24d6c7a1c
SAGA2: More work on includes 2021-07-01 01:36:55 +02:00
Eugene Sandulenko
65060ab0ca
SAGA2: Decrease header dependency 2021-07-01 01:36:54 +02:00
Eugene Sandulenko
44d293f6fc
SAGA2: Load ColorMapRanges from the .exe, kill maprange.cpp 2021-07-01 01:36:51 +02:00
Eugene Sandulenko
426e750347
SAGA2: Code formatting 2021-07-01 01:36:51 +02:00