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
/
PluginLua.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manual merge of #4498.
Alexander Harkness
2020-03-23
1
-2
/
+3
*
Refactored block-to-pickup conversion. (#4417)
Mattes D
2019-10-16
1
-1
/
+1
*
Implement Forge protocol handshake support (#3869)
satoshinm
2017-08-27
1
-0
/
+1
*
Add cLuaWindow OnClicked Callback (#3901)
Lane Kolbly
2017-08-17
1
-0
/
+1
*
Removed unused forward declarations (#3888)
Lukas Pioch
2017-08-03
1
-6
/
+0
*
Clang 5.0 fixes
Lukas Pioch
2017-05-21
1
-1
/
+1
*
DeadlockDetect now lists some tracked CS's stats.
Mattes D
2017-01-18
1
-1
/
+4
*
Converted cLuaState::cCallbackPtr into a UniquePtr.
Mattes D
2016-06-27
1
-1
/
+1
*
Removed dead code related to callbacks.
Mattes D
2016-06-27
1
-6
/
+0
*
cPluginManager: Use a callback for command handler registration.
Mattes D
2016-06-27
1
-23
/
+0
*
LuaState: Implemented proper locking for cCallback.
Mattes D
2016-06-27
1
-16
/
+5
*
Removed the cPluginLua::cResettable class.
Mattes D
2016-06-27
1
-37
/
+1
*
Changed plugin hook registrations to use cLuaState::cCallback.
Mattes D
2016-06-27
1
-7
/
+26
*
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
2016-06-27
1
-11
/
+4
*
Revert "Lua callback"
Mattes D
2016-03-21
1
-31
/
+55
*
Removed the cPluginLua::cResettable class.
Mattes D
2016-03-17
1
-37
/
+1
*
Changed plugin hook registrations to use cLuaState::cCallback.
Mattes D
2016-03-17
1
-7
/
+26
*
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
2016-03-17
1
-11
/
+4
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-23
/
+23
*
Implemented brewing
Lukas Pioch
2015-11-03
1
-0
/
+2
*
Namechange to Cuberite
Mattes D
2015-09-25
1
-2
/
+2
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-1
/
+1
*
Added HOOK_KILLED
Nounours Heureux
2015-06-13
1
-0
/
+1
*
Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
Lukas Pioch
2015-05-23
1
-1
/
+1
*
Renamed hook HOOK_ENTITY_CHANGE_WORLD
Lukas Pioch
2015-05-21
1
-1
/
+1
*
Added hooks HOOK_ENTITY_CHANGE_WORLD and HOOK_ENTITY_CHANGED_WORLD
Lukas Pioch
2015-05-18
1
-0
/
+2
*
OnExecuteCommand hook can override the command result (crXXX).
Mattes D
2015-05-10
1
-1
/
+1
*
Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.
Mattes D
2015-05-10
1
-1
/
+1
*
More style checking.
Mattes D
2015-05-09
1
-1
/
+1
*
Refactored cWebPlugin for C++11 style and proper WebTab clearing.
Mattes D
2015-04-19
1
-4
/
+5
*
Split the plugin names and plugin folders to avoid confusing them.
Mattes D
2015-04-19
1
-1
/
+4
*
cPluginLua:cResettable no longer shares CS with plugin.
Mattes D
2015-03-20
1
-3
/
+2
*
Added cPluginLua::cResettable interface, used for scheduled tasks.
Mattes D
2015-03-20
1
-33
/
+51
*
Fixed coding conventions for Pull Request #1807
flx5
2015-03-11
1
-2
/
+2
*
Fixes #493 and #490
flx5
2015-03-11
1
-2
/
+2
*
Added OnTeleportEntity hook for plugins.
joshi07
2015-03-05
1
-0
/
+1
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-1
/
+1
*
Refactored all player block placing to go through hooks.
Mattes D
2014-12-24
1
-2
/
+2
*
Fixed the CRAFTING_NO_RECIPE hook call.
Mattes D
2014-12-04
1
-1
/
+1
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-17
/
+17
*
Fixed cPlugin::OnPlayerMoving signature.
Mattes D
2014-08-22
1
-1
/
+1
*
Merge pull request #1339 from mc-server/Hooks
STRWarrior
2014-08-20
1
-0
/
+1
|
\
|
*
Renamed a_Motd to a_ServerDescription.
Howaner
2014-08-20
1
-1
/
+1
|
*
Added a_ClientHandle to the HOOK_SERVER_PING hook.
Howaner
2014-08-20
1
-1
/
+1
|
*
Added HOOK_SERVER_PING
Howaner
2014-08-20
1
-1
/
+1
|
*
First implementation of HOOK_SERVER_PING.
Howaner
2014-08-16
1
-0
/
+1
*
|
Better OnPlayerMoving hook.
Howaner
2014-08-16
1
-1
/
+1
|
/
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
Basic style fixes.
madmaxoft
2014-07-17
1
-1
/
+1
*
Merge branch 'master' into potions
madmaxoft
2014-07-17
1
-1
/
+1
|
\
|
*
Resolved backwards compatibility issues
Tiger Wang
2014-07-16
1
-1
/
+1
|
*
Tailored death messages
Tiger Wang
2014-07-04
1
-1
/
+1
*
|
For now, removed creator member from Entity Effect for pointer safety
archshift
2014-07-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into potions
archshift
2014-07-10
1
-0
/
+1
|
\
|
|
*
Removed foodlevel-change possibility. Plugins can cancel the event and use cPlayer:SetFoodLevel()
Howaner
2014-07-02
1
-1
/
+1
|
*
Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGE
Howaner
2014-06-30
1
-0
/
+1
*
|
Added the OnEntityAddEffect hook.
madmaxoft
2014-06-17
1
-0
/
+1
|
/
*
Merge pull request #844 from mc-server/ProjectileHitBlock
Mattes D
2014-06-01
1
-1
/
+1
|
\
|
*
Made a_BlockHitPos a reference
STRWarrior
2014-06-01
1
-1
/
+1
|
*
Used recommendations
STRWarrior
2014-05-31
1
-1
/
+1
|
*
Using recommendations (I think)
STRWarrior
2014-03-30
1
-1
/
+1
|
*
Added a BlockHitPos parameter to OnProjectileHitBlock
STRWarrior
2014-03-30
1
-1
/
+1
|
*
Added a blockface parameter to the OnProjectileHitBlock hook.
STRWarrior
2014-03-30
1
-1
/
+1
*
|
HOOK_DISCONNECT has cClientHandle as its first parameter.
madmaxoft
2014-05-02
1
-1
/
+1
|
/
*
Added HOOK_PROJECTILE_HIT_BLOCK.
STRWarrior
2014-03-29
1
-0
/
+1
*
Added HOOK_PROJECTILE_HIT_ENTITY
STRWarrior
2014-03-29
1
-0
/
+1
*
Add SpreadSource
Howaner
2014-03-27
1
-1
/
+1
*
Add HOOK_BLOCK_SPREAD
Howaner
2014-03-27
1
-0
/
+1
*
Added cPluginLua::cOperation.
madmaxoft
2014-02-10
1
-1
/
+27
*
Merge pull request #585 from daniel0916/hooks
Mattes D
2014-02-01
1
-0
/
+1
|
\
|
*
Removed "player destroying" hook
daniel0916
2014-02-01
1
-1
/
+0
|
*
Added "player destroying" and "player destroyed" hooks
daniel0916
2014-01-25
1
-0
/
+2
*
|
Implemented cPluginManager:CallPlugin() API.
madmaxoft
2014-01-21
1
-16
/
+26
|
/
*
Plugin messages are received and handed to plugins.
madmaxoft
2014-01-07
1
-0
/
+1
*
OnPlayerFishing doesn't have a const cItems anymore
STRWarrior
2014-01-01
1
-1
/
+1
*
implemented the recommendations Xoft gave.
STRWarrior
2013-12-31
1
-2
/
+2
*
Implented OnPlayerFishing and OnPlayerFished.
STRWarrior
2013-12-30
1
-0
/
+2
*
Added HOOK_PLUGINS_LOADED.
madmaxoft
2013-12-29
1
-0
/
+1
*
Renamed back EntityAnimation to PlayerAnimation
Tiger Wang
2013-12-18
1
-1
/
+1
*
Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.
STRWarrior
2013-12-11
1
-0
/
+1
*
Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures
Tiger Wang
2013-12-08
1
-1
/
+1
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-0
/
+202