]> git.lizzy.rs Git - minetest.git/commit
Replace instances of std::map<std::string, std::string> with StringMap
authorkwolekr <kwolekr@minetest.net>
Tue, 19 May 2015 06:24:14 +0000 (02:24 -0400)
committerkwolekr <kwolekr@minetest.net>
Tue, 19 May 2015 20:10:49 +0000 (16:10 -0400)
commitda34a2b33e1f600ec11172f599384b9a92835403
treef09a158be783f0486447d0c61750a7509760d83b
parent603297cc352cab685dd01dcd645999624ad17c0b
Replace instances of std::map<std::string, std::string> with StringMap

Also, clean up surrounding code style
Replace by-value parameter passing with const refs when possible
Fix post-increment of iterators
25 files changed:
src/ban.cpp
src/ban.h
src/client.cpp
src/client.h
src/content_mapnode.cpp
src/game.cpp
src/guiEngine.cpp
src/guiEngine.h
src/guiFileSelectMenu.cpp
src/guiFormSpecMenu.cpp
src/guiFormSpecMenu.h
src/httpfetch.cpp
src/httpfetch.h
src/itemdef.cpp
src/network/serverpackethandler.cpp
src/nodemetadata.cpp
src/nodemetadata.h
src/script/cpp_api/s_mainmenu.cpp
src/script/cpp_api/s_mainmenu.h
src/script/cpp_api/s_node.cpp
src/script/cpp_api/s_node.h
src/script/cpp_api/s_player.cpp
src/script/cpp_api/s_player.h
src/script/lua_api/l_nodemeta.cpp
src/shader.cpp