Commit graph

15 commits

Author SHA1 Message Date
yigithanyigit
15602e77c7 CHAMBERS: Refactor code for HGA compatibility
Refactor the existing CGA rendering code to make it compatible with HGA rendering. The main changes include the introduction of engine variables and a move away from macros.
2024-04-25 00:42:36 +02:00
D G Turner
c22f5ded21 CHAMBER: Fix Various GCC Compiler Warnings
This commit does change the behaviour of the memset call in room.cpp
in the loadZone() function to clear the entire array. As noted, this
is likely an original bug, but can be changed with the associated
preprocessor define of #if 0 / #if 1 for testing. This now uses the
type size in both cases to avoid warnings.
2023-02-20 00:27:04 +00:00
Eugene Sandulenko
b2e484418e CHAMBER: Bump license to GPLv3+ 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
ecec62da85 CHAMBER: Renames in room.h 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
4f009e3fa7 CHAMBER: Renames in resdata.h 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
ac3bd85de3 CHAMBER: Renames in cga.cpp 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
4c192ca5c0 CHAMBER: Renames in anim.cpp 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
a8b5dea76a CHAMBER: Renames in timer.h and sound.h 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
880657ed14 CHAMBER: Code cleanup 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
8c74647f1f CHAMBER: Fix animation delay 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
79078695aa CHAMBER: Replace data types with portable ones 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
5cf12776be CHAMBER: Made anim.cpp compilable 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
c6c4e2146c CHAMBER: Added standard ScummVM header and guard defines 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
a91cfbbedd CHAMBER: Run astyle 2023-02-19 23:51:30 +01:00
Eugene Sandulenko
b8ca670f20 CHAMBER: Rename *.c -> *.cpp 2023-02-19 23:51:30 +01:00
Renamed from engines/chamber/anim.c (Browse further)