aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_mainmenu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-3/+3
| | | | | | Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators
* Use "core" namespace internallyShadowNinja2014-05-081-4/+4
|
* Only push the Lua error handler onceShadowNinja2014-04-271-17/+10
|
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-151-8/+20
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+80