Thierry Crozat
5d9ae41cd6
AGS: Store room objects in std::vector
...
From upstream 5f3b8eb509c9535c75b401f9b7257f7c7acd0e6d
2022-06-15 22:13:02 +01:00
Paul Gilbert
16d0d89787
AGS: Grouped ccError variables in a struct
...
From upstream 48ef387226e4d420dc62d0a0b204cf4cd89a1139
2022-05-05 22:41:07 -07:00
Paul Gilbert
a2a5f2575d
AGS: Reorganized few cc_ headers
...
From upstream ea1f8b9ece69fc7c49c4d3aa7b9af51c4ca736e5
2022-05-05 22:41:07 -07:00
Paul Gilbert
f2399dc15c
AGS: Fixing various "unused variable/arg" warnings
...
From upstream 4b3c27c1a2b39d6c6b089adee111c6889d19ad0e
2022-04-25 19:17:26 -07:00
Paul Gilbert
250190e997
AGS: Fixing various type-cast warnings
...
From upstream 82e89d3c3dccfa0aba0b18c1aa544130ac7e6902
2022-04-25 18:47:12 -07:00
Paul Gilbert
07e74fdd72
AGS: Typecast warning fixes in data serialization
...
From upstream efed621fda5adabac8937b8d0ca64e537fabdfeb
2022-04-25 18:47:08 -07:00
Paul Gilbert
d2665bfd71
AGS: Save text encoding hint in room files
...
From upstream 94f57933069768e170ec6423da8632ab2057068c
2022-04-12 22:27:58 -07:00
Paul Gilbert
186250aab9
AGS: added Room.BackgroundAnimationEnabled property
...
From upstream 15a1c66344d25dbdfa21246408477f05b49f54ce
2022-04-12 22:27:53 -07:00
Paul Gilbert
81ea142e4f
AGS: Little code cleanup in room_file.cpp
...
From upstream d3ae5106d0e0ca43b3fb8b397a9faabff77f54b2
2022-04-08 22:17:50 -07:00
Paul Gilbert
02540a3b47
AGS: In save_lzw() replaced the use of temp file with memory buffer
...
From upstream 49045c7c5b6550d7724c4ceda822fbf4c3fc05a1
2022-03-30 22:13:17 -07:00
Paul Gilbert
4392fa5e2d
AGS: Simplified savecompressed_allegro() and renamed for clarity
...
From upstream 9a6b55bfe78bf0e9f24b2e3c2d1b073f850fae50
2022-03-30 22:13:17 -07:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Eugene Sandulenko
18a56a084a
AGS: Fix new[]/delete mismatch
2021-12-24 21:56:29 +01:00
Paul Gilbert
ddf30d3234
AGS: implement GetOldBlockName() in RoomBlockReader, TRABlockReader
...
From upstream 838605f7689febdf8174083d9dace140a6e07e19
2021-07-10 18:56:58 -07:00
Paul Gilbert
bfd25ba440
AGS: Reorganized ReadExtData functions into a DataExtReader class
...
From upstream 462535ec21e2b184651d03d118b9cfd2258520e4
2021-07-10 18:56:58 -07:00
Paul Gilbert
2d5d34809e
AGS: Use shared data ext algorithm when reading/writing rooms
...
From upstream b155b8585e94d8c02a0aa285dff09405e8a1946e
2021-06-13 21:09:13 -07:00
Paul Gilbert
902521824d
AGS: Picked out ReadRoomData() that runs a callback for each block
...
From upstream ea513b91d29b460a85e006300e1e1e1df589b004
2021-06-13 21:09:10 -07:00
Paul Gilbert
1028fc40eb
AGS: Split room_file.cpp to have generic read functions separate
...
From upstream 6bc0bc35afb1e6510cd70ddaead768ff1af643e8
2021-06-13 21:09:10 -07:00
Paul Gilbert
edb1ac0f6c
AGS: fixed formatting type for several size_t and soff_t values
...
From upstream 548573740a5c8acc48600f9b069b7d1dc94d0dc3
2021-06-13 21:09:01 -07:00
Paul Gilbert
eb1e337edd
AGS: Removed String's "const char*" conversion operator
...
From upstream 7c426674e7e53bffe9120f8ffc059b77fa03a606
2021-06-13 21:08:59 -07:00
Paul Gilbert
701396361c
AGS: Import of fresh codebase
2021-06-13 21:08:44 -07:00
Paul Gilbert
766d3a5aa9
AGS: Move wordsdictionary.cpp globals to Globals
2021-03-13 11:12:41 -08:00
Paul Gilbert
21e9dde4ca
AGS: Move cc_error.cpp globals to Globals
2021-03-06 15:11:39 -08:00
Paul Gilbert
cd017a73c7
AGS: Revert Standardization of number types
...
This reverts commit a96422af52 .
2021-02-16 19:45:02 -08:00
Paul Gilbert
a96422af52
AGS: Standardization of number types
...
This not only simplifies all the use of _t types to the
ScummVM equivalents, it gets rid of the int32 usage in
favor of just int, solving common type clashes with the
Amiga, for which int doesn't match int32
2021-02-13 11:38:55 -08:00
Paul Gilbert
0c2adad99d
AGS: Further cleaning up read/write structure arrays
2021-02-06 16:37:31 -08:00
Paul Gilbert
d8cb72494c
AGS: Added engine/gui/ folder
2021-02-06 16:37:31 -08:00
Paul Gilbert
9a78e04039
AGS: Beginnings of engine/ inclusion
2021-02-06 16:37:31 -08:00
Paul Gilbert
f4544dff7a
AGS: Added shared/ac/ folder
2021-02-06 16:37:31 -08:00
Paul Gilbert
6c8789264d
AGS: Added shared/util/ folder
2021-02-06 16:37:31 -08:00
Paul Gilbert
a7a9ca0543
AGS: Adding AGS3 namespace to cpp files
2021-02-06 16:37:31 -08:00
Paul Gilbert
d8e471b03c
AGS: Changing Common namespace to Shared
2021-02-06 16:37:31 -08:00
dreammaster
8026e4bb30
AGS: Run astyle formatting
2021-02-06 16:37:31 -08:00
Paul Gilbert
bd6a58d1a1
AGS: Adding ScummVM comment headers
2021-02-06 16:37:31 -08:00
Paul Gilbert
a60d290a08
AGS: Initial addition of engine/ and shared/ folders
2021-02-06 16:37:31 -08:00