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
/
PluginManager.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1339 from mc-server/Hooks
STRWarrior
2014-08-20
1
-0
/
+2
|
\
|
*
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
/
+2
*
|
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
-10
/
+14
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Merge branch 'master' into potions
madmaxoft
2014-07-17
1
-1
/
+1
|
\
|
*
Merge pull request #1193 from mc-server/deathmessages
Mattes D
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
-12
/
+18
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/HandleCommand'
madmaxoft
2014-07-04
1
-12
/
+16
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fixed doxycomments
STRWarrior
2014-06-28
1
-3
/
+3
|
|
*
(Force)ExecuteCommand returns the CommandResult enums
STRWarrior
2014-06-18
1
-4
/
+4
|
|
*
Added crBlocked and crNoPermission
STRWarrior
2014-06-17
1
-0
/
+2
|
|
*
HandleCommand now returns an CommandResult enum.
STRWarrior
2014-06-17
1
-6
/
+8
|
|
*
Fixed possible confusion.
STRWarrior
2014-06-17
1
-1
/
+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
/
+2
|
|
/
*
/
Added the OnEntityAddEffect hook.
madmaxoft
2014-06-17
1
-0
/
+2
|
/
*
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
*
|
Fixed MSVC 64-bit build warnings.
Mattes D
2014-05-09
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
/
+2
*
Added HOOK_PROJECTILE_HIT_ENTITY
STRWarrior
2014-03-29
1
-0
/
+5
*
Fixed non-virtual destructors warnings.
madmaxoft
2014-03-28
1
-0
/
+2
*
Add SpreadSource
Howaner
2014-03-27
1
-1
/
+1
*
Add HOOK_BLOCK_SPREAD
Howaner
2014-03-27
1
-0
/
+2
*
Added cPluginManager:GetPluginsPath() to the Lua API.
madmaxoft
2014-02-17
1
-0
/
+4
*
Merge pull request #585 from daniel0916/hooks
Mattes D
2014-02-01
1
-0
/
+2
|
\
|
*
Removed "player destroying" hook
daniel0916
2014-02-01
1
-2
/
+0
|
*
Added "player destroying" and "player destroyed" hooks
daniel0916
2014-01-25
1
-0
/
+4
*
|
Implemented cPluginManager:CallPlugin() API.
madmaxoft
2014-01-21
1
-24
/
+32
|
/
*
Plugin messages are received and handed to plugins.
madmaxoft
2014-01-07
1
-0
/
+2
*
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
/
+4
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho Bickerstaff
2013-12-22
1
-0
/
+2
|
\
|
*
Added HOOK_PLUGINS_LOADED.
madmaxoft
2013-12-29
1
-0
/
+2
*
|
Root is now warnings clean
Tycho Bickerstaff
2013-12-21
1
-1
/
+1
|
/
*
Prettified command error messages
Tiger Wang
2013-12-18
1
-1
/
+6
*
Renamed back EntityAnimation to PlayerAnimation
Tiger Wang
2013-12-18
1
-2
/
+2
*
Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.
STRWarrior
2013-12-11
1
-0
/
+2
*
Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures
Tiger Wang
2013-12-08
1
-2
/
+2
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-0
/
+295