aboutsummaryrefslogtreecommitdiff
path: root/src/clientobject.h
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-06-03 00:52:36 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-06-03 00:52:46 +0200
commita080bfa842e2682d13b0e717e95dc30074722fa2 (patch)
tree4c5a210b54950c44651d275c38fa74e691622e29 /src/clientobject.h
parenteeebf632e8d15c7fa7705423657e2012b8525a0c (diff)
downloadminetest-a080bfa842e2682d13b0e717e95dc30074722fa2.tar.gz
minetest-a080bfa842e2682d13b0e717e95dc30074722fa2.tar.bz2
minetest-a080bfa842e2682d13b0e717e95dc30074722fa2.zip
* made cactus color darker
Diffstat (limited to 'src/clientobject.h')
0 files changed, 0 insertions, 0 deletions
class='column1'>| | | | | | | The only valid usecase for these is interfacing with OS APIs that want a locale/OS-specific multibyte encoding. But they weren't used for that anywhere, instead UTF-8 is pretty much assumed when it comes to that. Since these are only a potential source of bugs and do not fulfil their purpose at all, drop them entirely. * Server GotBlocks(): Lock clients to avoid multithreading issuesSmallJoker2021-02-02 | * Cache client IP in RemoteClient so it can always be retrieved (#10887)sfan52021-01-31 | | | specifically: after the peer has already disappeared *