index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Bindings
/
LuaState.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed warnings
Tycho
2014-03-07
1
-0
/
+1
*
cLuaState: Made public the GetStackValue() functions.
madmaxoft
2014-03-04
1
-6
/
+12
*
Manually exported g_Block tables
andrew
2014-03-02
1
-0
/
+2
*
Attempted fix for several GCC warnings.
madmaxoft
2014-02-26
1
-0
/
+7
*
Add Lua plugin path to package.path and .cpath.
madmaxoft
2014-02-17
1
-0
/
+26
*
Added cLuaState::CheckParamFunctionOrNil().
madmaxoft
2014-02-11
1
-2
/
+34
*
Fixed nested plugin function calls.
madmaxoft
2014-02-11
1
-6
/
+9
*
cLuaState: Stack traces don't include ghost 0-th element.
madmaxoft
2014-02-10
1
-1
/
+1
*
cLuaState::cRef can be unbound and re-bound.
madmaxoft
2014-02-09
1
-7
/
+45
*
Removed a useless check in cLuaState.
madmaxoft
2014-02-04
1
-3
/
+1
*
Fixed calling plugins with userdata params.
madmaxoft
2014-02-04
1
-0
/
+1
*
Removed a leftover debug message.
madmaxoft
2014-02-04
1
-1
/
+0
*
Fixed error handling in cPluginManager:CallPlugin() API.
madmaxoft
2014-02-04
1
-2
/
+5
*
Improved error resistance in cPluginManager:CallPlugin().
madmaxoft
2014-02-04
1
-0
/
+8
*
Lua: Fixed an error in table-functions callbacks.
madmaxoft
2014-01-29
1
-1
/
+5
*
Implemented cPluginManager:CallPlugin() API.
madmaxoft
2014-01-21
1
-16
/
+183
*
cLuaState can now check function params.
madmaxoft
2014-01-19
1
-0
/
+34
*
cCreeper is no longer available in API.
madmaxoft
2014-01-13
1
-12
/
+0
*
Lua errors display stack trace.
madmaxoft
2014-01-11
1
-3
/
+25
*
Removed internal methods from public cLuaState interface.
madmaxoft
2014-01-11
1
-9
/
+17
*
LuaState can push strings with embedded NULs.
madmaxoft
2014-01-07
1
-1
/
+1
*
implemented the recommendations Xoft gave.
STRWarrior
2013-12-31
1
-0
/
+12
*
Made cmake compilation possible on Windows.
madmaxoft
2013-12-27
1
-2
/
+2
*
Fixed tolua++ compilation.
madmaxoft
2013-12-08
1
-1
/
+1
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-0
/
+1024