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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cLuaState: Fixed errors on non-existent callbacks.
Mattes D
2014-10-31
1
-1
/
+5
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-3
/
+3
*
Fixed minor style issues.
Mattes D
2014-10-19
1
-1
/
+1
*
Use universal references
worktycho
2014-10-16
1
-4
/
+4
*
cLuaState::Call() uses variadic templates.
Mattes D
2014-10-15
1
-3
/
+75
*
Fixed crash in ForEachEntityInBox API.
madmaxoft
2014-10-06
1
-1
/
+1
*
Removed a few unnessicary includes
Tycho
2014-09-26
1
-1
/
+0
*
LuaState: Fixed referenced function pushing.
madmaxoft
2014-09-03
1
-0
/
+8
*
Added cWorld::ForEachEntityInBox()
madmaxoft
2014-09-03
1
-0
/
+10
*
cLuaState: Fixed Vector3<> names pushed to Lua.
Mattes D
2014-08-22
1
-0
/
+3
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Merge pull request #1144 from mc-server/LuaCodeGen
Mattes D
2014-07-06
1
-622
/
+7
|
\
|
*
Tolua generates LuaState_Call.inc file.
madmaxoft
2014-07-01
1
-622
/
+7
*
|
Changed OnWeatherChanging hook to always read the returned weather.
madmaxoft
2014-07-03
1
-0
/
+5
|
/
*
Fixed OnProjectileHitBlock bindings.
madmaxoft
2014-06-03
1
-20
/
+24
*
Fixed error when the hook gets called.
STRWarrior
2014-03-29
1
-0
/
+2
*
Made pushing plain pointer to Lua a valid operation, with a warning.
madmaxoft
2014-03-20
1
-1
/
+1
*
Errors in Lua don't include the error handler in the stack trace.
madmaxoft
2014-03-19
1
-2
/
+2
*
Added Noreturn attribtes to a couple of functions and made a missing noreturn an error
Tycho
2014-03-14
1
-1
/
+1
*
Merge remote-tracking branch 'xdot/master'
madmaxoft
2014-03-12
1
-1
/
+2
|
\
|
*
Unified Vector classes
andrew
2014-03-11
1
-1
/
+2
*
|
Moved Lua API registering into a separate function.
madmaxoft
2014-03-12
1
-1
/
+6
|
/
*
cLuaState: Made public the GetStackValue() functions.
madmaxoft
2014-03-04
1
-48
/
+49
*
Add Lua plugin path to package.path and .cpath.
madmaxoft
2014-02-17
1
-0
/
+3
*
Added cLuaState::CheckParamFunctionOrNil().
madmaxoft
2014-02-11
1
-0
/
+3
*
cLuaState::cRef can be unbound and re-bound.
madmaxoft
2014-02-09
1
-2
/
+15
*
Implemented cPluginManager:CallPlugin() API.
madmaxoft
2014-01-21
1
-58
/
+85
*
cLuaState can now check function params.
madmaxoft
2014-01-19
1
-0
/
+3
*
cCreeper is no longer available in API.
madmaxoft
2014-01-13
1
-1
/
+0
*
Lua errors display stack trace.
madmaxoft
2014-01-11
1
-0
/
+2
*
Removed internal methods from public cLuaState interface.
madmaxoft
2014-01-11
1
-38
/
+60
*
implemented the recommendations Xoft gave.
STRWarrior
2013-12-31
1
-0
/
+1
*
converted commneted paramater names to the unused macro
Tycho Bickerstaff
2013-12-22
1
-20
/
+41
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho Bickerstaff
2013-12-22
1
-0
/
+19
|
\
|
*
Added HOOK_PLUGINS_LOADED.
madmaxoft
2013-12-29
1
-0
/
+19
*
|
Root is now warnings clean
Tycho Bickerstaff
2013-12-21
1
-20
/
+20
|
/
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-0
/
+833