]> git.lizzy.rs Git - dragonfireclient.git/commit
Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification
authorkwolekr <kwolekr@minetest.net>
Sat, 13 Apr 2013 22:20:22 +0000 (18:20 -0400)
committerkwolekr <kwolekr@minetest.net>
Thu, 18 Apr 2013 06:19:31 +0000 (02:19 -0400)
commit666aae359310483b7ad0f2bba1f4c31d8a58c737
tree0860272e892a8c6669988bd603b6e582c29a3ce9
parent49f6e347f01f72e8854308d5a54aaae337489555
Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification
12 files changed:
doc/lua_api.txt
src/CMakeLists.txt
src/client.cpp
src/client.h
src/game.cpp
src/hud.cpp [new file with mode: 0644]
src/hud.h [new file with mode: 0644]
src/player.h
src/scriptapi_object.cpp
src/scriptapi_object.h
src/server.cpp
src/server.h