aboutsummaryrefslogtreecommitdiff
path: root/src/util/numeric.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/numeric.cpp')
0 files changed, 0 insertions, 0 deletions
-23 07:38:13 +0200'>2015-07-23 | | | | | | Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting. * Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-19 | | | | | | Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators