1
0
cuberite-2a/src/Bindings
Mattes D 38d666432d Fixed plugin hook calls when unloading plugins.
If a plugin installs any hooks in its Initialize method and then causes the Lua runtime to abort, the server asserted because the hooks were called while the plugin was being unloaded.
2015-04-10 22:31:23 +02:00
..
.gitignore Tolua generates LuaState_Call.inc file. 2014-07-01 22:29:39 +02:00
AllToLua_lua.bat Renamed AllToLua_lua script. 2014-07-19 09:57:23 +02:00
AllToLua.bat Reduced unnecessary echoes (thanks xoft) 2014-01-25 23:48:48 +00:00
AllToLua.pkg AllToLua: Fixed cMonster inheritance. 2015-03-19 21:06:28 +01:00
AllToLua.sh Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
CMakeLists.txt cNetwork: Added UDP API. 2015-02-20 14:28:05 +01: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 cNetwork: Added UDP API. 2015-02-20 14:28:05 +01:00
LuaState.h cNetwork: Added UDP API. 2015-02-20 14:28:05 +01: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 C++11 and function rename. 2014-12-17 19:14:01 +01:00
LuaWindow.h Removed unwanted base classes from Lua API. 2015-03-19 21:26:38 +01:00
ManualBindings_Network.cpp cNetwork: Added EnumLocalIPAddresses() function. 2015-02-22 10:51:16 +01:00
ManualBindings_RankManager.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ManualBindings.cpp Merge pull request #1826 from mc-server/UnifyPacketizer 2015-03-24 13:09:41 +01:00
ManualBindings.h cNetwork: Exported the Connect() method and cTCPLink class to Lua. 2015-02-04 08:40:50 +01:00
Plugin.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
Plugin.h Fixed coding conventions for Pull Request #1807 2015-03-11 20:02:11 +01:00
PluginLua.cpp Fixed plugin hook calls when unloading plugins. 2015-04-10 22:31:23 +02:00
PluginLua.h cPluginLua:cResettable no longer shares CS with plugin. 2015-03-20 16:51:49 +01:00
PluginManager.cpp Fixes #493 and #490 2015-03-11 04:14:17 +01:00
PluginManager.h Fixes #493 and #490 2015-03-11 04:14:17 +01:00
tolua++.h Disabled a useless MSVC warning in Bindings.cpp. 2014-01-12 08:43:13 +01:00
virtual_method_hooks.lua Bindings: Removed obsolete codegen files. 2014-10-19 11:32:17 +02:00
WebPlugin.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
WebPlugin.h Removed more unessicary includes 2014-09-26 18:13:19 +01:00