1
0
cuberite-2a/src/Bindings
madmaxoft 2423fbf2ef Normalized comments.
This was mostly done automatically and then visually inspected for obvious errors.
All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
2014-07-17 22:15:34 +02:00
..
.gitignore Tolua generates LuaState_Call.inc file. 2014-07-01 22:29:39 +02:00
AllToLua_lua.bat.bat ToLua can now be run in pure-lua mode. 2014-06-09 17:05:22 +02:00
AllToLua.bat Reduced unnecessary echoes (thanks xoft) 2014-01-25 23:48:48 +00:00
AllToLua.pkg EntityEffects.x -> EntityEffect.x, Object-Oriented effects 2014-06-18 22:54:14 -07:00
AllToLua.sh Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
DeprecatedBindings.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
DeprecatedBindings.h Manually exported g_Block tables 2014-03-02 11:12:29 +02:00
gen_LuaState_Call.lua Initial codegen for LuaState_Call.inc. 2014-07-01 22:29:38 +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 Fixed warnings in Lua helpers. 2014-05-01 23:38:35 +02:00
LuaState.cpp Normalized comments. 2014-07-17 22:15:34 +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 Normalized comments. 2014-07-17 22:15:34 +02:00
ManualBindings.h More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. 2014-03-25 11:15:05 -06:00
Plugin.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
Plugin.h Merge branch 'master' into potions 2014-07-17 11:01:26 +02:00
PluginLua.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
PluginLua.h Merge branch 'master' into potions 2014-07-17 11:01:26 +02:00
PluginManager.cpp Merge branch 'master' into potions 2014-07-17 11:01:26 +02:00
PluginManager.h Normalized comments. 2014-07-17 22:15:34 +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
WebPlugin.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
WebPlugin.h Normalized comments. 2014-07-17 22:15:34 +02:00