1
0
cuberite-2a/src/Bindings
Mattes D 11682d1386 cLuaState: Moved function param counting to PushCallPop() template.
The Push() functions can be used not only for function params, but also returns or temporaries, so it doesn't make sense to count the params there.
2016-08-22 20:10:48 +02:00
..
.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 Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. 2016-06-27 20:51:48 +02:00
AllToLua.sh ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
BindingsProcessor.lua cLuaState: Moved function param counting to PushCallPop() template. 2016-08-22 20:10:48 +02:00
CheckBindingsDependencies.lua CircleCI: Check for missing Bindings dependencies 2016-07-02 00:30:22 +02:00
CMakeLists.txt CMake: Fix system Lua usage for non-5.1 versions. (#3271) 2016-07-21 10:46:31 +01:00
DeprecatedBindings.cpp Normalized Vector3 API to use the same capitalization as all else. 2016-06-10 17:59:33 +02:00
DeprecatedBindings.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
DiffAPIDesc.lua DiffAPIDesc: Support optional params in desc. 2016-07-18 22:11:39 +02:00
LuaChunkStay.cpp Fixed cWorld:ChunkStay bindings. (#3319) 2016-08-14 16:26:31 +02:00
LuaChunkStay.h Fixed cWorld:ChunkStay bindings. (#3319) 2016-08-14 16:26:31 +02:00
LuaFunctions.h Added HTTPS links wherever they are supported. 2015-12-19 14:30:32 +00:00
LuaJson.cpp cLuaState: Added direct support for pushing a nil constant. 2016-08-22 20:09:56 +02: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 Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaServerHandle.h Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaState.cpp cLuaState: Moved function param counting to PushCallPop() template. 2016-08-22 20:10:48 +02:00
LuaState.h cLuaState: Moved function param counting to PushCallPop() template. 2016-08-22 20:10:48 +02:00
LuaTCPLink.cpp Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaTCPLink.h Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaUDPEndpoint.cpp Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaUDPEndpoint.h Converted cLuaState::cTableRef to use cTrackedRef. 2016-08-13 21:16:21 +02:00
LuaWindow.cpp Converted cLuaState::cCallbackPtr into a UniquePtr. 2016-06-27 20:51:53 +02:00
LuaWindow.h Converted cLuaState::cCallbackPtr into a UniquePtr. 2016-06-27 20:51:53 +02:00
ManualBindings_Network.cpp cLuaState: Added direct support for pushing a nil constant. 2016-08-22 20:09:56 +02:00
ManualBindings_RankManager.cpp cLuaState: Added template to push multiple values in a single call. (#3331) 2016-08-21 11:03:10 +02:00
ManualBindings_World.cpp cLuaState: Added template to push multiple values in a single call. (#3331) 2016-08-21 11:03:10 +02:00
ManualBindings.cpp cLuaState: Added direct support for pushing a nil constant. 2016-08-22 20:09:56 +02:00
ManualBindings.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Plugin.cpp Split the plugin names and plugin folders to avoid confusing them. 2015-04-19 10:57:41 +02:00
Plugin.h cPluginManager: Use a callback for command handler registration. 2016-06-27 20:51:52 +02:00
PluginLua.cpp Converted cLuaState::cCallbackPtr into a UniquePtr. 2016-06-27 20:51:53 +02:00
PluginLua.h Converted cLuaState::cCallbackPtr into a UniquePtr. 2016-06-27 20:51:53 +02:00
PluginManager.cpp cPluginManager: Use a callback for command handler registration. 2016-06-27 20:51:52 +02:00
PluginManager.h cPluginManager: Use a callback for command handler registration. 2016-06-27 20:51:52 +02:00
tolua++.h Disabled a useless MSVC warning in Bindings.cpp. 2014-01-12 08:43:13 +01:00