dxx-rebirth/common
Kp 7fafc22cca Poison multiplayer object_rw without making it unreadable
`struct object_rw` is poisoned prior to initializing and sending it.
However, some fields are legitimately unininitialized (other than their
memset or poison value) at send time.  Add and use a poison variant that
can clear those fields, without marking them unreadable.
2017-01-08 22:32:00 +00:00
..
2d Pass canvas to gr_rle_expand_scanline_generic 2017-01-01 00:45:45 +00:00
3d Pass canvas to gr_disk 2016-12-29 03:27:13 +00:00
arch Fix memory corruption starting multiplayer game 2016-11-19 18:09:26 +00:00
editor Pass canvas to gr_{,u}string 2017-01-08 22:32:00 +00:00
include Poison multiplayer object_rw without making it unreadable 2017-01-08 22:32:00 +00:00
main Pass font to gr_get_string_size 2017-01-08 22:31:59 +00:00
maths Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Use ugly preprocessor hook hack to fix Clang build failure 2017-01-07 19:09:04 +00:00
texmap Fixed compile-time error of software rendering build. 2016-10-31 11:44:22 +01:00
ui Pass canvas to gr_{,u}string 2017-01-08 22:32:00 +00:00