Files
Aurora.3/code/modules
ErkiandGitHub f1f23e7006 fixes preferences not accepting flags > 1 << 16 (#8754)
So while I was doing completely different things, I remembered discussing, with Geeves, that our preferences toggles only save 16 bit flags. Despite BYOND now supporting 24 of them. Lo and behold, sanitization is at fault. So I fixed it.

Added a define BITFIELDMAX to indicate the max length of a BYOND bitfield. Replaced all relevant uses of 65535 with it. (Need to do a sweep for 0xffff as well, actually.)
2020-04-29 11:27:00 +03:00
..
2020-04-28 15:24:43 +02:00
2020-04-21 18:06:54 -03:00
2020-04-25 16:13:24 +02:00
2020-04-22 13:17:19 -03:00
2020-04-08 13:00:05 +02:00
2020-04-16 14:49:34 -03:00