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
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-12
/
+24
*
Added basic support for loading village prefabs from files.
Mattes D
2015-06-20
1
-1
/
+5
*
LuaState: Added support for config-style usage.
Mattes D
2015-06-17
1
-10
/
+73
*
Added LuaState support for all integral types
tycho
2015-05-19
1
-32
/
+19
*
Lua: Break into ZBS debugger on API errors.
Mattes D
2015-05-16
1
-0
/
+26
*
Moved cWorld manual bindings out into a separate file.
Mattes D
2015-05-13
1
-1
/
+1
*
ToLua now generates cLuaState::Push() and GetStackValue()
Mattes D
2015-05-12
1
-371
/
+6
*
OnExecuteCommand hook can override the command result (crXXX).
Mattes D
2015-05-10
1
-0
/
+12
*
Merge remote-tracking branch 'origin/master' into warnings
Tiger Wang
2015-05-10
1
-2
/
+2
|
\
|
*
More style checking.
Mattes D
2015-05-09
1
-2
/
+2
*
|
Fixed some Visual Studio warnings
Tiger Wang
2015-05-09
1
-3
/
+15
|
/
*
Fixed inter-plugin calls.
Mattes D
2015-05-07
1
-9
/
+4
*
Added support for additional data in the ParticleEffect Packet
tycho
2015-05-07
1
-0
/
+41
*
Added cBlockArea:GetNonAirCropRelCoords() API function.
Mattes D
2015-04-29
1
-1
/
+31
*
Refactored ManualBindings' callbacks using templates.
Mattes D
2015-04-23
1
-0
/
+18
*
Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().
Mattes D
2015-04-23
1
-19
/
+89
*
cNetwork: Added UDP API.
Mattes D
2015-02-20
1
-0
/
+12
*
LuaAPI: Added client TLS support for TCP links.
Mattes D
2015-02-12
1
-0
/
+12
*
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
2015-02-04
1
-0
/
+33
*
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
Mattes D
2015-02-04
1
-0
/
+12
*
Fixed type-conversion warnings.
Mattes D
2015-01-18
1
-1
/
+1
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-0
/
+7
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-27
/
+27
*
LuaState: Projectiles are pushed using their full class.
Mattes D
2014-10-22
1
-1
/
+1
*
cLuaState: cEntity is pushed with specific type.
Mattes D
2014-10-21
1
-7
/
+48
*
Fixed a potential crash in cEntity bindings.
Mattes D
2014-10-20
1
-2
/
+6
*
cLuaState: cMonster descendants don't push their specific type.
Mattes D
2014-10-19
1
-1
/
+10
*
cLuaState: cBlockEntity descendants are pushed with proper class type.
Mattes D
2014-10-19
1
-1
/
+1
*
LuaState: Pushing a cEntity pushes the correct class name.
Mattes D
2014-10-19
1
-1
/
+3
*
Fixed crash in ForEachEntityInBox API.
madmaxoft
2014-10-06
1
-3
/
+11
*
LuaState: Fixed class value-getting off the stack.
madmaxoft
2014-09-03
1
-4
/
+4
*
Added cWorld::ForEachEntityInBox()
madmaxoft
2014-09-03
1
-0
/
+26
*
cLuaState: Fixed Vector3<> names pushed to Lua.
Mattes D
2014-08-22
1
-5
/
+41
*
Fixed style: spaces after commas.
madmaxoft
2014-07-19
1
-2
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Changed OnWeatherChanging hook to always read the returned weather.
madmaxoft
2014-07-03
1
-0
/
+12
*
Fixed OnProjectileHitBlock bindings.
madmaxoft
2014-06-03
1
-61
/
+86
*
Merge branch 'MacFixes'
Tycho
2014-04-02
1
-0
/
+1
|
\
|
*
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.
Samuel Barney
2014-03-25
1
-0
/
+1
*
|
Fixed error when the hook gets called.
STRWarrior
2014-03-29
1
-0
/
+12
|
/
*
Made pushing plain pointer to Lua a valid operation, with a warning.
madmaxoft
2014-03-20
1
-2
/
+3
*
Errors in Lua don't include the error handler in the stack trace.
madmaxoft
2014-03-19
1
-5
/
+5
*
Merge branch 'Werror' into warnings
Tycho
2014-03-12
1
-5
/
+9
|
\
|
*
Fixed Lua string return values.
madmaxoft
2014-03-12
1
-4
/
+0
|
*
Moved Lua API registering into a separate function.
madmaxoft
2014-03-12
1
-1
/
+9
*
|
Fixed a load of format string errors
Tycho
2014-03-11
1
-1
/
+3
|
/
*
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