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
/
source
/
LuaState.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cLuaState: Added LogStackTrace() and GetTypeText() utility functions
madmaxoft
2013-08-21
1
-0
/
+43
*
Finished renaming cPlugin_NewLua to cPluginLua.
madmaxoft
2013-08-19
1
-2
/
+2
*
Fixed assert failures in cLuaState when using it for pushing a StringVector.
madmaxoft
2013-08-18
1
-31
/
+0
*
Attempting to fix CentOS / gcc 4.4.7 compilation problem.
madmaxoft
2013-08-15
1
-1
/
+1
*
Added the OnHopperPullingItem and OnHopperPushingItem hooks.
madmaxoft
2013-08-11
1
-0
/
+26
*
Added OnExploding() and OnExploded() hooks.
madmaxoft
2013-08-09
1
-0
/
+64
*
Removed LuaScript.
madmaxoft
2013-08-08
1
-0
/
+26
*
cPlugin_NewLua is now completely rewritten to use templated LuaState calls.
madmaxoft
2013-08-08
1
-6
/
+60
*
LuaState refactoring: using templates for hook function calls.
madmaxoft
2013-08-08
1
-13
/
+130
*
Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.
madmaxoft
2013-08-08
1
-0
/
+13
*
cLuaState has reference management, param checking and a fixed destructor.
madmaxoft
2013-08-07
1
-1
/
+186
*
cLuaScript now uses cLuaState
madmaxoft
2013-08-06
1
-1
/
+1
*
cLuaState now tracks the function name and number of args
madmaxoft
2013-08-06
1
-6
/
+182
*
cLuaState can now contain a detached LuaState, too.
madmaxoft
2013-08-06
1
-0
/
+67
*
LuaState refactoring: initial part.
madmaxoft
2013-08-04
1
-0
/
+218