.. |
.gitignore
|
Added a Pure-Lua implementation for bindings generation.
|
2016-07-18 22:11:35 +02:00 |
AllToLua_lua.bat
|
ToLua now generates cLuaState::Push() and GetStackValue()
|
2015-05-12 09:20:54 +02:00 |
AllToLua.bat
|
ToLua now generates cLuaState::Push() and GetStackValue()
|
2015-05-12 09:20:54 +02:00 |
AllToLua.pkg
|
Rename files to match code
|
2021-05-04 16:11:56 +01:00 |
AllToLua.sh
|
ToLua now generates cLuaState::Push() and GetStackValue()
|
2015-05-12 09:20:54 +02:00 |
BindingsProcessor.lua
|
Bindings: Allow coercion between Vector3 subtypes. (#4646)
|
2020-04-14 16:43:21 +02:00 |
BlockState.cpp
|
Remove unused Temporary namespace
|
2020-12-21 00:11:34 +00:00 |
BlockState.h
|
Remove unused Temporary namespace
|
2020-12-21 00:11:34 +00:00 |
BlockTypePalette.cpp
|
Remove unused Temporary namespace
|
2020-12-21 00:11:34 +00:00 |
BlockTypePalette.h
|
Remove unused Temporary namespace
|
2020-12-21 00:11:34 +00:00 |
BlockTypeRegistry.cpp
|
Remove unused Temporary namespace
|
2020-12-21 00:11:34 +00:00 |
BlockTypeRegistry.h
|
Remove unused Temporary namespace
|
2020-12-21 00:11:34 +00:00 |
CheckBindingsDependencies.lua
|
Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)
|
2020-11-06 15:00:59 +00:00 |
CMakeLists.txt
|
Upgrade to C++17 [CMake] (#4717)
|
2020-05-16 20:59:10 +01:00 |
DeprecatedBindings.cpp
|
Item frame maps (#5258)
|
2021-07-09 18:45:53 +01:00 |
DeprecatedBindings.h
|
Style: Normalized to no spaces before closing parenthesis.
|
2014-07-21 17:40:43 +02:00 |
DiffAPIDesc.lua
|
Changed int parameters to vector parameters in cCuboid and simulators (#3874)
|
2017-08-17 15:48:38 +02:00 |
LuaChunkStay.cpp
|
Some emplace_back replacements (#5149)
|
2021-03-07 16:31:43 +00:00 |
LuaChunkStay.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
LuaFunctions.h
|
Fixed Clang 5.0 compile errors (#4085)
|
2017-12-21 11:36:58 +00:00 |
LuaJson.cpp
|
Update submodules (#4727)
|
2020-05-09 15:51:15 +01:00 |
LuaJson.h
|
Added a Json parser and serializer to Lua API.
|
2015-12-24 14:00:31 +01:00 |
LuaNameLookup.cpp
|
Converted cLuaState::cTableRef to use cTrackedRef.
|
2016-08-13 21:16:21 +02:00 |
LuaNameLookup.h
|
Converted cLuaState::cTableRef to use cTrackedRef.
|
2016-08-13 21:16:21 +02:00 |
LuaServerHandle.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
LuaServerHandle.h
|
Remove smart pointer macros
|
2017-07-21 14:41:51 +01:00 |
LuaState.cpp
|
Compile the entire Lua stack as C++
|
2021-06-25 10:17:53 +01:00 |
LuaState.h
|
Compile the entire Lua stack as C++
|
2021-06-25 10:17:53 +01:00 |
LuaTCPLink.cpp
|
Update mbedtls to 2.5.1 (#3964)
|
2017-08-30 15:00:06 +01:00 |
LuaTCPLink.h
|
Remove smart pointer macros
|
2017-07-21 14:41:51 +01:00 |
LuaUDPEndpoint.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
LuaUDPEndpoint.h
|
Remove smart pointer macros
|
2017-07-21 14:41:51 +01:00 |
LuaWindow.cpp
|
Chest, weather, crash, and miscellaneous fixes (#5215)
|
2021-04-30 13:23:46 +00:00 |
LuaWindow.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
ManualBindings_BlockArea.cpp
|
Unify DoWithBlockEntity (#5168)
|
2021-03-28 14:40:57 +01:00 |
ManualBindings_Network.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
ManualBindings_RankManager.cpp
|
Force all headers other than "Globals.h" to be included with relative paths (#4269)
|
2018-08-29 01:51:25 +01:00 |
ManualBindings_World.cpp
|
Re-export SetBlockMeta
|
2021-06-28 21:54:21 +01:00 |
ManualBindings.cpp
|
Added y bounds checking for cPlayer::PlaceBlock (#5194)
|
2021-07-23 10:14:01 +01:00 |
ManualBindings.h
|
Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() (#5224)
|
2021-05-26 18:07:32 +02:00 |
Plugin.cpp
|
Plugin reload <plugin_name> feature (#4942)
|
2020-09-27 23:15:03 +01:00 |
Plugin.h
|
zlib -> libdeflate (#5085)
|
2021-01-11 16:39:43 +00:00 |
PluginLua.cpp
|
Remove LUA_PLUGIN_NAME_VAR_NAME
|
2021-06-28 21:54:21 +01:00 |
PluginLua.h
|
Remove LUA_PLUGIN_NAME_VAR_NAME
|
2021-06-28 21:54:21 +01:00 |
PluginManager.cpp
|
Fix sending incorrect date values on world change
|
2021-04-12 22:35:07 +01:00 |
PluginManager.h
|
zlib -> libdeflate (#5085)
|
2021-01-11 16:39:43 +00:00 |
tolua++.h
|
Disabled a useless MSVC warning in Bindings.cpp.
|
2014-01-12 08:43:13 +01:00 |