1
0
Fork 0
cuberite-2a/src/Bindings
peterbell10 e6634ed26c
Update submodules (#4727)
Closes #4708

This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed:

* jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced
  with some helper functions in JsonUtils.cpp

* SQLiteCpp changed how it builds with external sqlite libraries, now expecting
  them to be installed. The simplest path was to remove sqlite from cuberite's
  submodule and just use SQLiteCpp's internal version.
2020-05-09 15:51:15 +01:00
..
.gitignore Added a Pure-Lua implementation for bindings generation. 2016-07-18 22:11:35 +02:00
AllToLua.bat ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
AllToLua.pkg Removed the obsolete cTracer class. (#4594) 2020-04-03 12:50:08 +00:00
AllToLua.sh ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
AllToLua_lua.bat 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
CMakeLists.txt Update submodules (#4727) 2020-05-09 15:51:15 +01:00
CheckBindingsDependencies.lua CircleCI: Check for missing Bindings dependencies 2016-07-02 00:30:22 +02:00
DeprecatedBindings.cpp More Vector3 in cBlockHandler (#4644) 2020-04-17 10:36:37 +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 Using Super. 2020-04-16 20:07:48 +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 Buckets: Be able to place fluids through other fluids. (#4331) 2019-05-07 20:15:58 +01:00
LuaServerHandle.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
LuaState.cpp Update fmt to 6.2.0 (#4718) 2020-05-05 22:52:14 +01:00
LuaState.h Update fmt to 6.2.0 (#4718) 2020-05-05 22:52:14 +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 Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaUDPEndpoint.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
LuaWindow.cpp Respect return value of cLuaWindow's OnClicked handler (#4322) 2019-06-11 12:07:35 +02:00
LuaWindow.h Using Super. 2020-04-16 20:07:48 +00:00
ManualBindings.cpp Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) 2020-05-08 10:04:07 +01:00
ManualBindings.h Update fmt to 6.2.0 (#4718) 2020-05-05 22:52:14 +01:00
ManualBindings_BlockArea.cpp Fix incorrect formatter invocation 2020-05-04 12:19:12 +01:00
ManualBindings_Network.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +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 Bindings: Allow coercion between Vector3 subtypes. (#4646) 2020-04-14 16:43:21 +02:00
Plugin.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Plugin.h Manual merge of #4498. 2020-03-23 12:18:12 +00:00
PluginLua.cpp Remove old Android leftovers (#4722) 2020-05-07 22:14:00 +03:00
PluginLua.h Using Super. 2020-04-16 20:07:48 +00:00
PluginManager.cpp Updated plugin list format (#4557) 2020-03-27 13:47:04 +01:00
PluginManager.h Remove old Android leftovers (#4722) 2020-05-07 22:14:00 +03:00
tolua++.h Disabled a useless MSVC warning in Bindings.cpp. 2014-01-12 08:43:13 +01:00