dxx-rebirth/similar
Kp 4cc1bc995b Pack player acknowledgement mask into a bitset
The only values for any given player are true/false, so use a bitset
instead of a byte per player.  Some implementations may use a uint64_t
internally, negating the space savings.  Even so, this version is
an improvement for requiring the use of playernum_t as an index.
2022-07-16 15:26:12 +00:00
..
2d Rename font underline to draw_full_width_as_fg_color 2022-07-02 18:10:45 +00:00
3d
arch
editor Use auto type for Viewer in more places 2022-07-09 13:39:29 +00:00
main Pack player acknowledgement mask into a bitset 2022-07-16 15:26:12 +00:00
misc