1
0
Fork 0
cuberite-2a/src/Bindings
Mattes D 4b97569b3a ToLua now generates cLuaState::Push() and GetStackValue()
For classes exported through ToLua it generates the cLuaState::Push() and cLuaState::GetStackValue() functions, as well as the supporting forward declarations and typedefs.
Renamed virtual_method_hooks.lua to BindingsProcessor.lua since it no longer provides virtual method hooks and instead does additional processing when generating the bindings.
2015-05-12 09:20:54 +02:00
..
.gitignore 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 AllToLua: Fixed cMonster inheritance. 2015-03-19 21:06:28 +01: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 ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
CMakeLists.txt ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
DeprecatedBindings.cpp BasicStyle: Added missing braces to control statements. 2014-12-05 16:59:11 +01:00
DeprecatedBindings.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
LuaChunkStay.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
LuaChunkStay.h Removed a few unnessicary includes 2014-09-26 16:26:03 +01:00
LuaFunctions.h Fix messing rename 2014-08-12 17:32:08 +01:00
LuaNameLookup.cpp cNetwork: Exported lookup functions to Lua API. 2015-02-04 08:40:52 +01:00
LuaNameLookup.h Exported cServerHandle and cNetwork:Listen to Lua. 2015-02-04 08:40:52 +01:00
LuaServerHandle.cpp LuaServerHandle: Removed debugging output. 2015-02-04 08:42:28 +01:00
LuaServerHandle.h Exported cServerHandle and cNetwork:Listen to Lua. 2015-02-04 08:40:52 +01:00
LuaState.cpp ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
LuaState.h ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
LuaTCPLink.cpp Fixed Linux compilation. 2015-02-14 09:17:26 +01:00
LuaTCPLink.h Fixed Linux compilation. 2015-02-14 09:17:26 +01:00
LuaUDPEndpoint.cpp cNetwork: Added UDP API. 2015-02-20 14:28:05 +01:00
LuaUDPEndpoint.h cNetwork: Added UDP API. 2015-02-20 14:28:05 +01:00
LuaWindow.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
LuaWindow.h Removed unwanted base classes from Lua API. 2015-03-19 21:26:38 +01:00
ManualBindings.cpp Exported cPluginManager:ExecuteConsoleCommand() to Lua API. 2015-05-10 22:51:16 +02:00
ManualBindings.h cNetwork: Exported the Connect() method and cTCPLink class to Lua. 2015-02-04 08:40:50 +01:00
ManualBindings_Network.cpp cNetwork: Added EnumLocalIPAddresses() function. 2015-02-22 10:51:16 +01:00
ManualBindings_RankManager.cpp Added player restrictions to the DB and API. 2015-04-25 21:05:35 +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 OnExecuteCommand hook can override the command result (crXXX). 2015-05-10 23:11:30 +02:00
PluginLua.cpp OnExecuteCommand hook can override the command result (crXXX). 2015-05-10 23:11:30 +02:00
PluginLua.h OnExecuteCommand hook can override the command result (crXXX). 2015-05-10 23:11:30 +02:00
PluginManager.cpp OnExecuteCommand hook can override the command result (crXXX). 2015-05-10 23:11:30 +02:00
PluginManager.h OnExecuteCommand hook can override the command result (crXXX). 2015-05-10 23:11:30 +02:00
WebPlugin.cpp Refactored cWebPlugin for C++11 style and proper WebTab clearing. 2015-04-19 14:35:04 +02:00
WebPlugin.h Refactored cWebPlugin for C++11 style and proper WebTab clearing. 2015-04-19 14:35:04 +02:00
tolua++.h Disabled a useless MSVC warning in Bindings.cpp. 2014-01-12 08:43:13 +01:00