]> git.lizzy.rs Git - dragonfireclient.git/commit
Added the API additions from waspsaliva
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 18 Oct 2020 12:16:18 +0000 (14:16 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 18 Oct 2020 12:16:18 +0000 (14:16 +0200)
commit28a560684b9b9048f8436583805f3f733d7ce829
tree7615dddb67a38982d10660c751ef4db229a702f8
parentc1aea404b862256e6bf9316eeb8f32c72b78a4c2
Added the API additions from waspsaliva
14 files changed:
src/client/content_cao.h
src/gui/cheatMenu.cpp
src/gui/cheatMenu.h
src/script/cpp_api/s_cheats.h
src/script/cpp_api/s_security.cpp
src/script/lua_api/CMakeLists.txt
src/script/lua_api/l_client.cpp
src/script/lua_api/l_client.h
src/script/lua_api/l_clientobject.cpp [new file with mode: 0644]
src/script/lua_api/l_clientobject.h [new file with mode: 0644]
src/script/lua_api/l_localplayer.cpp
src/script/lua_api/l_localplayer.h
src/script/lua_api/l_util.cpp
src/script/scripting_client.cpp