ReC98/th01/hardware
nmlgc b60a23e737 [Naming] [th01] Rename `done` to `player_is_hit`
One disgusting abuse of this flag shouldn't ruin a perfectly adequate
variable name, and force a dependency on input variables on every
gameplay-related translation unit. Especially since the "ZUN bloat"
convention allows us to clearly highlight it.

Part of P0214, funded by Ember2528.
2022-08-14 23:16:40 +02:00
..
egc.h [Decompilation] [th01] SinGyoku: Rotating sphere movement and rendering 2022-06-25 18:21:08 +02:00
egc.inc [Reverse-engineering] Enabling and disabling the EGC 2020-11-02 23:42:04 +01:00
egcrect.cpp [Maintenance] Simplify EGC macros and hardcode the chip's register size 2022-08-11 18:03:44 +02:00
egcrows.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
egcrows.hpp [Separating translation units] [th01] Additional hardware effect functions 2022-05-31 23:15:14 +02:00
egcstart.cpp [Maintenance] Remove `extern "C"` from more areas of code 2022-06-24 23:28:19 +02:00
egcwave.cpp [Maintenance] Remove `extern "C"` from more areas of code 2022-06-24 23:28:19 +02:00
egcwave.hpp [Separating translation units] [th01] Additional hardware effect functions 2022-05-31 23:15:14 +02:00
frmdelay.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
frmdelay.h [Maintenance] [th01] Move frame_delay() to consistently named files 2021-05-27 18:49:29 +02:00
graph.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
graph.h [Maintenance] [th01] Don't #include grppsafx.h inside graph.h 2022-08-11 15:50:46 +02:00
grcg8x8m.cpp [Decompilation] [th01] Sariel: Pattern 16/16 2022-01-31 08:31:18 +01:00
grcg8x8m.hpp [Decompilation] [th01] Sariel: Pattern 16/16 2022-01-31 08:31:18 +01:00
grp2xscs.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
grp2xscs.hpp [Maintenance] Introduce proper Shift-JIS and JIS X 0208 types 2022-08-11 15:53:13 +02:00
grph1to0.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
grph1to0.hpp [Separating translation units] [th01] Additional hardware effect functions 2022-05-31 23:15:14 +02:00
grpinv32.cpp [Decompilation] [th01] 32×32 square inversion on a single bitplane 2020-09-28 13:05:07 +02:00
grpinv32.hpp [Decompilation] [th01] Kikuri: Main function 2022-06-17 15:30:30 +02:00
grppffx.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
grppfnfx.cpp [Maintenance] Introduce proper Shift-JIS and JIS X 0208 types 2022-08-11 15:53:13 +02:00
grppsafx.cpp [Maintenance] Macros: Avoid references to implicit local variables 2022-03-25 14:03:53 +01:00
grppsafx.h [Maintenance] Introduce proper Shift-JIS and JIS X 0208 types 2022-08-11 15:53:13 +02:00
grppsafx.inc [Reverse-engineering] Assign names to all graph_putsa_fx() effects 2020-11-02 22:33:50 +01:00
input.hpp [Naming] [th01] Rename `done` to `player_is_hit` 2022-08-14 23:16:40 +02:00
input_mf.cpp [Naming] [th01] Rename `done` to `player_is_hit` 2022-08-14 23:16:40 +02:00
input_rs.cpp [Decompilation] [th01] Keyboard input in REIIDEN.EXE 2020-05-12 15:06:11 +02:00
palette.h [Decompilation] [th01] TOTLE screen: Transition animation 2022-08-11 23:18:29 +02:00
pgtrans.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
pgtrans.hpp [Separating translation units] [th01] Additional hardware effect functions 2022-05-31 23:15:14 +02:00
planar.h [Maintenance] [th01] Reorder shared .BOS code 2020-10-13 21:34:24 +02:00
scrollup.cpp [Separating translation units] [th01] Additional hardware effect functions 2022-05-31 23:15:14 +02:00
scrollup.hpp [Maintenance] Declare distinct types for screen, VRAM, and TRAM coordinates 2020-08-28 14:53:30 +02:00
text.h [Maintenance] [th01] Start a new header file for text layer functions 2021-11-07 23:25:06 +01:00
tram_x16.cpp [Maintenance] Introduce proper Shift-JIS and JIS X 0208 types 2022-08-11 15:53:13 +02:00
tram_x16.hpp [Maintenance] Introduce proper Shift-JIS and JIS X 0208 types 2022-08-11 15:53:13 +02:00
vplanset.cpp [Maintenance] [th01] Remove `extern "C"` from all remaining areas of code 2022-08-14 23:03:15 +02:00
vplanset.h [Maintenance] Move the vram_planes_set() declaration to its own header file 2021-01-30 19:11:55 +01:00
vram_planes[bss].asm Make the VRAM plane constants available to C 2015-02-24 22:16:31 +01:00
vsync.cpp [Decompilation] [th01] VSync interrupt handler: Move all data to C land 2022-08-11 23:21:23 +02:00
vsync.hpp [Decompilation] [th01] VSync interrupt handler: Move all data to C land 2022-08-11 23:21:23 +02:00
ztext.cpp [Decompilation] [th01] Text mode functions: Move all data to C land 2022-08-11 23:21:23 +02:00
ztext.hpp [Decompilation] [th01] Core graphics/palette functions: Move all data to C land 2022-08-11 23:21:23 +02:00