aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_mainmenu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optional reconnect functionalityest312015-07-231-6/+5
| | | | | | 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-191-2/+2
| | | | | | Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+49