summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-05Renamed output directory to ServerMattes D65-2299/+0
2015-08-13Fixed a few missing MCServers in APIDumpJulian Laubstein7-9/+9
2015-08-11Updated APIDump to follow the namechangeJulian Laubstein24-38/+38
2015-06-30APIDump: Fixed a forgotten comma.Mattes D1-1/+1
2015-06-13Added documentation for HOOK_KILLEDNounours Heureux1-0/+22
2015-06-13Added HOOK_KILLEDNounours Heureux1-5/+1
2015-06-03Added SendSystemMessage / SendAboveActionBarMessage to the docsjan641-0/+1
2015-05-21Renamed hook HOOK_ENTITY_CHANGE_WORLDLukas Pioch2-4/+4
2015-05-19Added OnEntityChangeWorld.lua and OnEntityChangedWorld.lua hooks to APIDumpLukas Pioch2-0/+57
2015-05-13All in-game commands go through the OnExecuteCommand hook.Mattes D1-4/+3
2015-05-10OnExecuteCommand hook can override the command result (crXXX).Mattes D1-3/+5
2015-05-10Call HOOK_EXECUTE_COMMAND even for unknown console commands.Mattes D2-3/+12
2015-05-10Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.Mattes D1-1/+2
2015-03-05Added OnEntityTeleport.lua hook to APIDumpjoshi071-0/+29
2014-12-25APIDump: Added details about client handle in OnServerPing hook.Mattes D1-1/+4
2014-12-24APIDump: Updated the player block placement documentation.Mattes D2-10/+10
2014-10-01Added parentheses for clarity.Alexander Harkness1-1/+1
2014-10-01Fixed broken code.Alexander Harkness1-2/+2
2014-09-28Add Code example.Alexander Harkness1-0/+26
2014-09-27changed description to be more readable.Alexander Harkness1-3/+2
2014-09-27Copy edit.Alexander Harkness1-1/+1
2014-09-27Fixed return value descriptions.Alexander Harkness1-1/+3
2014-09-27Fixed line left in.Alexander Harkness1-4/+3
2014-09-27Hopefully fix #1384Alexander Harkness1-0/+24
2014-09-19Updated SPAWNING_ENTITY hook description.Howaner1-2/+3
2014-08-16Updated HOOK_PLAYER_MOVING documentation.Howaner1-1/+3
2014-07-18Removed special character in APIDumpHowaner1-1/+1
2014-07-14OnEntityAddEffect.lua: Removed Originator paramarchshift1-1/+0
2014-07-03APIDump: Updated OnWeatherChanging docs after latest code changes.madmaxoft1-4/+7
2014-07-02Update documentationHowaner1-3/+3
2014-07-01Change documentationHowaner1-5/+10
2014-06-30Add documentation.Howaner1-0/+22
2014-06-17APIDump: Added OnEntityAddEffect hook documentation.madmaxoft1-0/+34
2014-06-02APIDump: Fixed crashSTRWarrior1-1/+1
2014-06-02Updated OnProjectileHitBlock documentation.STRWarrior1-0/+5
2014-05-02APIDump: Updated the OnDisconnect hook docs.madmaxoft1-7/+17
2014-03-29Documented both hooks.STRWarrior2-0/+49
2014-03-27Change documentation textHowaner1-2/+2
2014-03-27Change SpreadSource documentationHowaner1-5/+5
2014-03-27Add documentation for new Block spreadHowaner1-0/+40
2014-02-03Server now handles join messages alsoTiger Wang3-17/+17
2014-02-01Added PlayerDestroyedHook Documentationdaniel09161-0/+23
2014-01-24APIDump: Fixed indent after merge.madmaxoft1-2/+2
2014-01-24Fixed indentation and doxygen comments... For real this time.Mike Hunsinger1-2/+2
2014-01-24Fixed spacing and doxycomments.Mike Hunsinger1-2/+2
2014-01-23Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger1-3/+4
2014-01-13APIDump: Wrapped example code so that it displays well on small screens.madmaxoft1-3/+8
2014-01-13APIDump: Documented the plugin messaging hook and function.madmaxoft1-0/+25
2014-01-01Little more documentation for OnPlayerFishing.STRWarrior1-1/+1
2014-01-01Using documentation Xoft recommended.STRWarrior1-1/+1
2014-01-01Fixed typo's in the documentation.STRWarrior2-4/+4
2013-12-31Documented OnPlayerFished and OnPlayerFishing.STRWarrior2-0/+41
2013-12-29APIDump: Fixed a factual error in OnPluginsLoaded description.madmaxoft1-2/+2
2013-12-29APIDump: Documented OnPluginsLoaded.madmaxoft1-0/+79
2013-12-11Documented OnWorldStarted.STRWarrior1-0/+24
2013-12-10Reverted APIDump changesTiger Wang1-0/+0
2013-12-10Fixed Floody lava to stone fizzleTiger Wang1-0/+0
2013-12-02APIDump: Added missing params to OnPlayerRightClick() hook.madmaxoft1-0/+3
2013-11-23APIDump: The descriptions are read from multiple files.madmaxoft49-0/+1759