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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-21
Hook adding uses the new API.
madmaxoft
1
-1
/
+1
2013-08-21
cLuaState: Added LogStackTrace() and GetTypeText() utility functions
madmaxoft
1
-0
/
+6
2013-08-19
Finished renaming cPlugin_NewLua to cPluginLua.
madmaxoft
1
-2
/
+2
2013-08-11
Added the OnHopperPullingItem and OnHopperPushingItem hooks.
madmaxoft
1
-0
/
+4
2013-08-09
Added OnExploding() and OnExploded() hooks.
madmaxoft
1
-0
/
+203
2013-08-08
Removed LuaScript.
madmaxoft
1
-0
/
+4
2013-08-08
cPlugin_NewLua is now completely rewritten to use templated LuaState calls.
madmaxoft
1
-29
/
+86
2013-08-08
LuaState refactoring: using templates for hook function calls.
madmaxoft
1
-20
/
+357
2013-08-08
Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.
madmaxoft
1
-0
/
+2
2013-08-07
cLuaState has reference management, param checking and a fixed destructor.
madmaxoft
1
-3
/
+48
2013-08-06
cLuaState now tracks the function name and number of args
madmaxoft
1
-4
/
+46
2013-08-06
cLuaState can now contain a detached LuaState, too.
madmaxoft
1
-1
/
+22
2013-08-04
LuaState refactoring: initial part.
madmaxoft
1
-0
/
+90