ReC98/th01/main
nmlgc 1c5ed4b06e [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file
DOS is not the same thing as the underlying CPU, after all. A separate
file not only indicates to future port authors which parts of the code
are x86-specific, but it also speeds up build times…

… in theory, because removing 677 lines from 49 files each doesn't seem
to speed up the build as much as I had hoped? But apparently my whole
system mysteriously got faster in the meantime, and I was getting 22-23
seconds for the entire repo even before this commit. Good enough.

Part of P0134, funded by [Anonymous].
2021-02-20 23:49:45 +01:00
..
boss [Maintenance] Only use the `far` keyword to declare intent 2021-02-20 15:47:30 +01:00
bullet [Maintenance] Complete the master.hpp transition 2021-01-30 19:22:29 +01:00
hud [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file 2021-02-20 23:49:45 +01:00
player [Reverse-engineering] [th01] Bomb damage flag 2020-12-18 01:38:50 +01:00
stage [Decompilation] [th01] Stage objects: Initialization 2020-12-01 00:34:22 +01:00
bomb.hpp [Decompilation] [th01] Keyboard input in REIIDEN.EXE 2020-05-12 15:06:11 +02:00
debug.hpp [Reverse-engineering] [th01] Test mode damage flag 2020-12-18 01:38:50 +01:00
player_is_hit[bss].asm [Maintenance] Move all features exclusive to MAIN.EXE to a main/ subdirectory 2020-04-15 20:58:01 +02:00
playfld.hpp [Decompilation] [th01] Stage objects: STAGE?.DAT loading 2020-12-01 00:34:20 +01:00
playfld.inc [Decompilation] [th01] Stage objects: STAGE?.DAT loading 2020-12-01 00:34:20 +01:00
portals[bss].asm [Reverse-engineering] [th01] Portal-related orb flags and variables 2020-06-13 21:15:29 +02:00
select_r.cpp [Decompilation] [th01] Difficulty-based value selection 2020-12-18 00:59:41 +01:00
shape.cpp [Decompilation] [th01] Line loop unblitting 2020-09-28 13:01:07 +02:00
shape.hpp [Decompilation] [th01] Invincibility sprite blitting 2020-09-28 12:56:05 +02:00
vars.hpp [Reverse-engineering] [th01] Frame-based random number 2020-12-18 01:38:51 +01:00