]> git.lizzy.rs Git - dragonfireclient.git/commit
The Robot Update
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 4 Oct 2020 08:50:07 +0000 (10:50 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 4 Oct 2020 08:50:07 +0000 (10:50 +0200)
commitb9f8f0a232d9d00a323084e0e4807b3e3469720d
tree564679fd09da5cb4ef7da82dde5b7d8d5c2d7aee
parentaf085acbd32707576ff9e67c3b267ad6cf267288
The Robot Update
77 files changed:
builtin/client/cheats.lua
clientmods/chat/init.lua [deleted file]
clientmods/chat/mod.conf [deleted file]
clientmods/chat/rainbow.lua [deleted file]
clientmods/chat/settingtypes.txt [deleted file]
clientmods/commands/init.lua [deleted file]
clientmods/commands/mod.conf [deleted file]
clientmods/dragonfire/autoeat/init.lua [new file with mode: 0644]
clientmods/dragonfire/autoeat/mod.conf [new file with mode: 0644]
clientmods/dragonfire/autoeat/settingtypes.txt [new file with mode: 0644]
clientmods/dragonfire/chat/colors.lua [new file with mode: 0644]
clientmods/dragonfire/chat/init.lua [new file with mode: 0644]
clientmods/dragonfire/chat/leak.lua [new file with mode: 0644]
clientmods/dragonfire/chat/mod.conf [new file with mode: 0644]
clientmods/dragonfire/chat/rainbow.lua [new file with mode: 0644]
clientmods/dragonfire/chat/settingtypes.txt [new file with mode: 0644]
clientmods/dragonfire/chat/spam.lua [new file with mode: 0644]
clientmods/dragonfire/chat/status.lua [new file with mode: 0644]
clientmods/dragonfire/commands/init.lua [new file with mode: 0644]
clientmods/dragonfire/commands/mod.conf [new file with mode: 0644]
clientmods/dragonfire/inventory/autotool.lua [new file with mode: 0644]
clientmods/dragonfire/inventory/enderchest.lua [new file with mode: 0644]
clientmods/dragonfire/inventory/hand.lua [new file with mode: 0644]
clientmods/dragonfire/inventory/init.lua [new file with mode: 0644]
clientmods/dragonfire/inventory/invhack.lua [new file with mode: 0644]
clientmods/dragonfire/inventory/mod.conf [new file with mode: 0644]
clientmods/dragonfire/inventory/next_item.lua [new file with mode: 0644]
clientmods/dragonfire/inventory/settingtypes.txt [new file with mode: 0644]
clientmods/dragonfire/modpack.txt [new file with mode: 0644]
clientmods/dragonfire/pathfinding/init.lua [new file with mode: 0644]
clientmods/dragonfire/pathfinding/mod.conf [new file with mode: 0644]
clientmods/dragonfire/pathfinding/settingtypes.txt [new file with mode: 0644]
clientmods/dragonfire/perlin/init.lua [new file with mode: 0644]
clientmods/dragonfire/perlin/mod.conf [new file with mode: 0644]
clientmods/dragonfire/perlin/perlin.lua [new file with mode: 0644]
clientmods/dragonfire/respawn/init.lua [new file with mode: 0644]
clientmods/dragonfire/respawn/mod.conf [new file with mode: 0644]
clientmods/dragonfire/respawn/settingtypes.txt [new file with mode: 0644]
clientmods/dragonfire/schematicas/init.lua [new file with mode: 0644]
clientmods/dragonfire/schematicas/mod.conf [new file with mode: 0644]
clientmods/dragonfire/warp/init.lua [new file with mode: 0644]
clientmods/dragonfire/warp/mod.conf [new file with mode: 0644]
clientmods/dragonfire/world/init.lua [new file with mode: 0644]
clientmods/dragonfire/world/mod.conf [new file with mode: 0644]
clientmods/dragonfire/world/settingtypes.txt [new file with mode: 0644]
clientmods/inventory/autotool.lua [deleted file]
clientmods/inventory/enderchest.lua [deleted file]
clientmods/inventory/init.lua [deleted file]
clientmods/inventory/invhack.lua [deleted file]
clientmods/inventory/mod.conf [deleted file]
clientmods/inventory/next_item.lua [deleted file]
clientmods/inventory/settingtypes.txt [deleted file]
clientmods/mods.conf
clientmods/respawn/init.lua [deleted file]
clientmods/respawn/mod.conf [deleted file]
clientmods/respawn/settingtypes.txt [deleted file]
clientmods/schematicas/init.lua [deleted file]
clientmods/warp/init.lua [deleted file]
clientmods/warp/mod.conf [deleted file]
clientmods/world/init.lua [deleted file]
clientmods/world/settingtypes.txt [deleted file]
doc/client_lua_api.txt
src/client/client.cpp
src/client/game.cpp
src/client/game.h
src/client/gameui.cpp
src/client/inputhandler.h
src/defaultsettings.cpp
src/network/clientpackethandler.cpp
src/script/cpp_api/s_cheats.cpp
src/script/lua_api/l_client.cpp
src/script/lua_api/l_client.h
src/script/lua_api/l_env.cpp
src/script/lua_api/l_localplayer.cpp
src/script/lua_api/l_localplayer.h
util/buildbot/buildwin32.sh
util/buildbot/buildwin64.sh