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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a compile-time warning in MSVC.
Mattes D
2014-08-21
1
-1
/
+1
*
Merge pull request #1339 from mc-server/Hooks
STRWarrior
2014-08-20
1
-0
/
+21
|
\
|
*
Renamed a_Motd to a_ServerDescription.
Howaner
2014-08-20
1
-2
/
+2
|
*
Added a_ClientHandle to the HOOK_SERVER_PING hook.
Howaner
2014-08-20
1
-2
/
+3
|
*
Added HOOK_SERVER_PING
Howaner
2014-08-20
1
-2
/
+2
|
*
First implementation of HOOK_SERVER_PING.
Howaner
2014-08-16
1
-0
/
+20
*
|
Better OnPlayerMoving hook.
Howaner
2014-08-16
1
-2
/
+2
|
/
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
Basic style fixes.
madmaxoft
2014-07-17
1
-7
/
+7
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Merge branch 'master' into potions
madmaxoft
2014-07-17
1
-2
/
+2
|
\
|
*
Merge pull request #1193 from mc-server/deathmessages
Mattes D
2014-07-17
1
-2
/
+2
|
|
\
|
|
*
Resolved backwards compatibility issues
Tiger Wang
2014-07-16
1
-2
/
+2
|
|
*
Tailored death messages
Tiger Wang
2014-07-04
1
-2
/
+2
*
|
|
For now, removed creator member from Entity Effect for pointer safety
archshift
2014-07-12
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/master' into potions
archshift
2014-07-10
1
-5
/
+23
|
\
|
|
|
*
|
Changed OnWeatherChanging hook to always read the returned weather.
madmaxoft
2014-07-03
1
-4
/
+1
|
|
/
|
*
Merge pull request #1139 from Howaner/Hooks
Mattes D
2014-07-02
1
-0
/
+20
|
|
\
|
|
*
Removed foodlevel-change possibility. Plugins can cancel the event and use cPlayer:SetFoodLevel()
Howaner
2014-07-02
1
-2
/
+2
|
|
*
Fixes.
Howaner
2014-06-30
1
-1
/
+1
|
|
*
Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGE
Howaner
2014-06-30
1
-0
/
+20
|
*
|
Fixed a possibly unused variable.
madmaxoft
2014-07-01
1
-1
/
+1
|
|
/
|
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
|
Added the OnEntityAddEffect hook.
madmaxoft
2014-06-17
1
-0
/
+21
|
/
*
Fixed OnProjectileHitBlock bindings.
madmaxoft
2014-06-03
1
-1
/
+1
*
Merge pull request #844 from mc-server/ProjectileHitBlock
Mattes D
2014-06-01
1
-2
/
+2
|
\
|
*
Made a_BlockHitPos a reference
STRWarrior
2014-06-01
1
-2
/
+2
|
*
Used recommendations
STRWarrior
2014-05-31
1
-2
/
+2
|
*
Using recommendations (I think)
STRWarrior
2014-03-30
1
-1
/
+1
|
*
Added a BlockHitPos parameter to OnProjectileHitBlock
STRWarrior
2014-03-30
1
-2
/
+2
|
*
Added a blockface parameter to the OnProjectileHitBlock hook.
STRWarrior
2014-03-30
1
-2
/
+2
*
|
HOOK_DISCONNECT has cClientHandle as its first parameter.
madmaxoft
2014-05-02
1
-2
/
+2
*
|
Fixed OnPluginMessage hook not exiting early.
Tycho
2014-04-27
1
-1
/
+1
*
|
Merge branch 'MacFixes'
Tycho
2014-04-02
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
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
/
+5
*
|
Added HOOK_PROJECTILE_HIT_BLOCK.
STRWarrior
2014-03-29
1
-0
/
+20
*
|
Added HOOK_PROJECTILE_HIT_ENTITY
STRWarrior
2014-03-29
1
-0
/
+20
*
|
Add SpreadSource
Howaner
2014-03-27
1
-2
/
+2
*
|
Add HOOK_BLOCK_SPREAD
Howaner
2014-03-27
1
-0
/
+21
|
/
*
Moved Lua API registering into a separate function.
madmaxoft
2014-03-12
1
-0
/
+1
*
Add Lua plugin path to package.path and .cpath.
madmaxoft
2014-02-17
1
-0
/
+8
*
Merge pull request #585 from daniel0916/hooks
Mattes D
2014-02-01
1
-0
/
+20
|
\
|
*
Removed "player destroying" hook
daniel0916
2014-02-01
1
-20
/
+0
|
*
Added "player destroying" and "player destroyed" hooks
daniel0916
2014-01-25
1
-0
/
+40
*
|
Plugin files are loaded in alphabetical order.
madmaxoft
2014-01-29
1
-17
/
+35
*
|
Implemented cPluginManager:CallPlugin() API.
madmaxoft
2014-01-21
1
-0
/
+34
|
/
*
cCreeper is no longer available in API.
madmaxoft
2014-01-13
1
-1
/
+1
*
A couple touchups
Bill Derouin
2014-01-08
1
-2
/
+3
*
Add missing plugin error
Bill Derouin
2014-01-07
1
-0
/
+12
*
Plugin messages are received and handed to plugins.
madmaxoft
2014-01-07
1
-1
/
+32
*
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
-4
/
+4
*
Implented OnPlayerFishing and OnPlayerFished.
STRWarrior
2013-12-30
1
-0
/
+40
*
Added HOOK_PLUGINS_LOADED.
madmaxoft
2013-12-29
1
-0
/
+18
*
Replaced esCreeper with esMonster.
madmaxoft
2013-12-23
1
-1
/
+1
*
Renamed back EntityAnimation to PlayerAnimation
Tiger Wang
2013-12-18
1
-4
/
+4
*
Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.
STRWarrior
2013-12-11
1
-0
/
+15
*
Fixed tolua++ compilation.
madmaxoft
2013-12-08
1
-1
/
+1
*
Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures
Tiger Wang
2013-12-08
1
-4
/
+4
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-0
/
+1471