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
/
source
/
Plugin.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added the OnHopperPullingItem and OnHopperPushingItem hooks.
madmaxoft
2013-08-11
1
-0
/
+2
*
Added OnPlayerAnimation() hook.
madmaxoft
2013-08-11
1
-0
/
+1
*
Added OnExploding() and OnExploded() hooks.
madmaxoft
2013-08-09
1
-0
/
+2
*
cPlugin: Removed empty default implementation of virtual calls.
madmaxoft
2013-08-08
1
-46
/
+46
*
Merge pull request #49 from mc-server/RemoveSquirrel
madmaxoft
2013-08-08
1
-1
/
+1
|
\
|
*
Removed Squirrel.
madmaxoft
2013-08-07
1
-1
/
+1
*
|
Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.
madmaxoft
2013-08-08
1
-0
/
+4
|
/
*
Implemented OnPlayerRightClickingEntity() hook
madmaxoft
2013-08-02
1
-37
/
+38
*
Rewritten entity-on-fire management ("forever on fire" bugs)
madmaxoft@gmail.com
2013-07-01
1
-3
/
+2
*
Advanced RCON: Command output is sent to the RCON client.
madmaxoft@gmail.com
2013-06-29
1
-2
/
+4
*
Plugins can modify message in the OnChat() hook handler.
madmaxoft@gmail.com
2013-06-22
1
-1
/
+1
*
Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.
madmaxoft@gmail.com
2013-02-21
1
-0
/
+1
*
Plugins can now bind console commands
madmaxoft@gmail.com
2013-02-15
1
-1
/
+10
*
Added HOOK_WEATHER_CHANGING.
madmaxoft@gmail.com
2013-02-13
1
-1
/
+2
*
Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.
madmaxoft@gmail.com
2013-02-05
1
-2
/
+5
*
Moved command API into cPluginManager.
madmaxoft@gmail.com
2013-02-01
1
-18
/
+6
*
Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.
madmaxoft@gmail.com
2013-01-28
1
-1
/
+1
*
Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming.
madmaxoft@gmail.com
2013-01-28
1
-1
/
+1
*
Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.
madmaxoft@gmail.com
2013-01-27
1
-1
/
+1
*
Merged the usable portion of the "gens" branch.
madmaxoft@gmail.com
2013-01-25
1
-2
/
+2
*
Fixed missing bindings in cPlugin
madmaxoft@gmail.com
2013-01-14
1
-1
/
+1
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-35
/
+60
*
Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)
madmaxoft@gmail.com
2012-12-21
1
-1
/
+1
*
Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)
faketruth
2012-10-14
1
-7
/
+12
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+111