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
*
Update fmt to 6.2.0 (#4718)
peterbell10
2020-05-05
1
-1
/
+1
*
Using Super.
Mattes D
2020-04-16
1
-3
/
+4
*
Fixed Lua Vector unification. (#4652)
Mattes D
2020-04-15
1
-0
/
+4
*
Bindings: Allow coercion between Vector3 subtypes. (#4646)
Mattes D
2020-04-14
1
-3
/
+17
*
Wrong overload of function push() got called when pushing a cEntity*. (#4512)
Max Luchterhand
2020-03-21
1
-0
/
+1
*
Add a formatting function for Vector3 (#4282)
peterbell10
2018-09-24
1
-3
/
+21
*
Add the fmt library (#4065)
peterbell10
2018-01-03
1
-1
/
+2
*
Replace ItemCallbacks with lambdas (#3993)
peterbell10
2017-09-11
1
-2
/
+3
*
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
2017-09-02
1
-1
/
+1
*
Replace ItemCallbacks with lambdas (#3948)
peterbell10
2017-09-01
1
-1
/
+1
*
Add cUUID class (#3871)
peterbell10
2017-08-25
1
-0
/
+5
*
Minor changes (#3909)
mathiascode
2017-08-24
1
-1
/
+1
*
Represent cItem::m_Lore as an AStringVector (#3882)
peterbell10
2017-08-18
1
-0
/
+1
*
Add cLuaWindow OnClicked Callback (#3901)
Lane Kolbly
2017-08-17
1
-0
/
+1
*
Fixed compilation for clang 4.0 & gcc 7.1
Dan Čermák
2017-08-04
1
-0
/
+3
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-2
/
+0
*
Removed unused forward declarations (#3888)
Lukas Pioch
2017-08-03
1
-1
/
+0
*
Remove smart pointer macros
peterbell10
2017-07-21
1
-7
/
+7
*
Moved ApiParamError into cLuaState.
Mattes D
2017-06-26
1
-0
/
+9
*
cBlockArea supports block entities. (#3795)
Mattes D
2017-06-24
1
-0
/
+4
*
NetworkSingleton: Fixed a throw warning in VS2017. (#3792)
Mattes D
2017-06-22
1
-3
/
+3
*
LuaState: Fixed VS2017's throw warnings for destructors. (#3779)
Mattes D
2017-06-19
1
-3
/
+3
*
Fixed handling Lua errors in nested callbacks (#3755)
Mattes D
2017-06-09
1
-1
/
+36
*
Fixed Lua bindings for const objects.
Mattes D
2017-05-09
1
-8
/
+2
*
DeadlockDetect now lists some tracked CS's stats.
Mattes D
2017-01-18
1
-0
/
+7
*
LuaState: Fixed untracking references.
Mattes D
2017-01-15
1
-1
/
+2
*
Fixed race conditions and forgotten clear in Lua ref tracking. (#3530)
Mattes D
2017-01-13
1
-9
/
+15
*
LuaState: Fixed race condition in ref tracking. (#3529)
Mattes D
2017-01-09
1
-1
/
+1
*
LuaState: Fixed stack balance when calling functions (#3428)
Mattes D
2016-11-10
1
-2
/
+55
*
cUrlClient: Exported to Lua API.
Mattes D
2016-08-23
1
-0
/
+24
*
cLuaState: Moved function param counting to PushCallPop() template.
Mattes D
2016-08-22
1
-0
/
+2
*
cLuaState: Added direct support for pushing a nil constant.
Mattes D
2016-08-22
1
-3
/
+9
*
cLuaState: Added support for optional params and AStringMap values.
Mattes D
2016-08-22
1
-4
/
+35
*
cLuaState: Added template to push multiple values in a single call. (#3331)
Mattes D
2016-08-21
1
-3
/
+12
*
Fixed cWorld:ChunkStay bindings. (#3319)
Mattes D
2016-08-14
1
-6
/
+73
*
Converted cLuaState::cTableRef to use cTrackedRef.
Mattes D
2016-08-13
1
-62
/
+139
*
Fixed RasPi builds of unit tests.
Mattes D
2016-08-04
1
-2
/
+1
*
Converted cLuaState::cCallbackPtr into a UniquePtr.
Mattes D
2016-06-27
1
-1
/
+3
*
Removed dead code related to callbacks.
Mattes D
2016-06-27
1
-9
/
+1
*
LuaState: Implemented proper locking for cCallback.
Mattes D
2016-06-27
1
-14
/
+43
*
Changed cLuaWindow callbacks to use cLuaState::cCallback.
Mattes D
2016-06-27
1
-2
/
+22
*
Changed plugin hook registrations to use cLuaState::cCallback.
Mattes D
2016-06-27
1
-1
/
+5
*
Added cLuaState::cCallback for representing (resettable) Lua callbacks.
Mattes D
2016-06-27
1
-3
/
+86
*
LuaState: Inter-plugin calls now support simple tables. (#3220)
Mattes D
2016-05-31
1
-2
/
+14
*
Revert "Lua callback"
Mattes D
2016-03-21
1
-112
/
+5
*
Changed cLuaWindow callbacks to use cLuaState::cCallback.
Mattes D
2016-03-17
1
-2
/
+22
*
Changed plugin hook registrations to use cLuaState::cCallback.
Mattes D
2016-03-17
1
-1
/
+5
*
Added cLuaState::cCallback for representing (resettable) Lua callbacks.
Mattes D
2016-03-17
1
-3
/
+86
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-49
/
+49
*
Revised the explosion-related Lua API and docs.
Mattes D
2015-12-18
1
-1
/
+3
*
Added PieceStructures generator.
Mattes D
2015-12-01
1
-6
/
+18
*
Added LuaState tracker and memory stats logging.
Mattes D
2015-09-28
1
-0
/
+37
*
Extended and fixed the cFile API.
Mattes D
2015-09-26
1
-0
/
+1
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-0
/
+1
*
Externalized cPrefabPiecePool self-test.
Mattes D
2015-06-19
1
-3
/
+4
*
LuaState: Added support for config-style usage.
Mattes D
2015-06-17
1
-26
/
+123
*
Made -Weverything an error.
tycho
2015-05-24
1
-1
/
+1
*
Added LuaState support for all integral types
tycho
2015-05-19
1
-14
/
+38
*
Lua: Break into ZBS debugger on API errors.
Mattes D
2015-05-16
1
-0
/
+3
*
ToLua now generates cLuaState::Push() and GetStackValue()
Mattes D
2015-05-12
1
-74
/
+11
*
OnExecuteCommand hook can override the command result (crXXX).
Mattes D
2015-05-10
1
-1
/
+2
*
Fixed some Visual Studio warnings
Tiger Wang
2015-05-09
1
-0
/
+1
*
Added support for additional data in the ParticleEffect Packet
tycho
2015-05-07
1
-0
/
+6
*
Added cBlockArea:GetNonAirCropRelCoords() API function.
Mattes D
2015-04-29
1
-0
/
+4
*
Refactored ManualBindings' callbacks using templates.
Mattes D
2015-04-23
1
-0
/
+3
*
Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().
Mattes D
2015-04-23
1
-39
/
+36
*
cNetwork: Added UDP API.
Mattes D
2015-02-20
1
-0
/
+2
*
LuaAPI: Added client TLS support for TCP links.
Mattes D
2015-02-12
1
-0
/
+2
*
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
2015-02-04
1
-0
/
+9
*
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
Mattes D
2015-02-04
1
-0
/
+2
*
Switched LuaState to use sizeof...
tycho
2015-01-31
1
-15
/
+1
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-0
/
+1
*
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