aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_mainmenu.h
AgeCommit message (Collapse)Author
2021-09-19Fix trivial typossfan5
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
* Migrate cpp headers to pragma once
2015-07-23Optional reconnect functionalityest31
Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl