NetBool
with NetEnum
works because RECORDTYPE_NONE
maps to 0
and RECORDTYPE_PLAYER
to 1
. The modder only has to ensure that RECORDTYPE_MAP
is only sent to 0.7.5 clients.73fd801
Preview when loading PNGs in editor - def-
19c6395
Don't try to load preview images of directories - def-
9980ef0
Use texture handle for mapres preview - ChillerDragon
4af1b7a
Apply preview mapres fixes from review - ChillerDragon
734faee
Merge pull request #2424 from ChillerDragon/pr_... - oyd3d6317
store server password for favorites (closes #11... - Robyt3
ca333d3
change message to 'save password' if already fa... - Robyt3
eb6aee7
simplify boolean assignment if statement - Robyt3
ad84456
use favorite pass without overriding global, ma... - Robyt3
042d44e
Merge pull request #2419 from Robyt3/issue1196 - oy