1
0
Fork 0
cuberite-2a/src/Bindings
madmaxoft 3df7d8446c cLuaState: Added GetStackValues() auto-generated templates.
These will read consecutive values off the stack, each value of a type independent of the other values.
Auto-generated because we don't have variadic templates in C++03.
2014-08-08 23:11:42 +02:00
..
.gitignore Tolua generates LuaState_Call.inc file. 2014-07-01 22:29:39 +02:00
AllToLua.bat Reduced unnecessary echoes (thanks xoft) 2014-01-25 23:48:48 +00:00
AllToLua.pkg Merge pull request #1255 from mc-server/NameToUUID 2014-08-01 22:35:12 +02:00
AllToLua.sh Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
AllToLua_lua.bat Renamed AllToLua_lua script. 2014-07-19 09:57:23 +02:00
CMakeLists.txt Exported the beacon. 2014-07-30 22:19:51 +02:00
DeprecatedBindings.cpp Merge branch 'master' into saplingsandleaves 2014-07-20 12:02:23 +01:00
DeprecatedBindings.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
LuaChunkStay.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
LuaChunkStay.h Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay(). 2014-02-10 22:47:10 +01:00
LuaFunctions.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
LuaState.cpp Fixed style: spaces after commas. 2014-07-19 14:53:41 +02:00
LuaState.h Normalized comments. 2014-07-17 22:15:34 +02:00
LuaWindow.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
LuaWindow.h Fixed multiple inheritance in ToLua++. 2013-12-16 22:13:46 +01:00
ManualBindings.cpp cMojangAPI: Added UUID-to-Name lookup. 2014-08-03 22:04:51 +02:00
ManualBindings.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Plugin.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
Plugin.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
PluginLua.cpp Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
PluginLua.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
PluginManager.cpp Merged branch 'howaner/Options'. 2014-07-30 10:06:18 +02:00
PluginManager.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
WebPlugin.cpp CheckBasicStyle: multi-level indent change. 2014-08-04 13:20:29 +02:00
WebPlugin.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
gen_LuaState_Call.lua cLuaState: Added GetStackValues() auto-generated templates. 2014-08-08 23:11:42 +02:00
tolua++.h Disabled a useless MSVC warning in Bindings.cpp. 2014-01-12 08:43:13 +01:00
virtual_method_hooks.lua Tolua generates LuaState_Call.inc file. 2014-07-01 22:29:39 +02:00