summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Hooks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few missing MCServers in APIDumpJulian Laubstein2015-08-137-9/+9
|
* Updated APIDump to follow the namechangeJulian Laubstein2015-08-1124-38/+38
|
* APIDump: Fixed a forgotten comma.Mattes D2015-06-301-1/+1
|
* Added documentation for HOOK_KILLEDNounours Heureux2015-06-131-0/+22
|
* Added HOOK_KILLEDNounours Heureux2015-06-131-5/+1
|
* Added SendSystemMessage / SendAboveActionBarMessage to the docsjan642015-06-031-0/+1
| | | | Updated parameters passed to HOOK_KILLING
* Renamed hook HOOK_ENTITY_CHANGE_WORLDLukas Pioch2015-05-212-4/+4
|
* Added OnEntityChangeWorld.lua and OnEntityChangedWorld.lua hooks to APIDumpLukas Pioch2015-05-192-0/+57
|
* All in-game commands go through the OnExecuteCommand hook.Mattes D2015-05-131-4/+3
| | | | Everything that has a slash at the beginning, doesn't matter if it is a registered command or not.
* OnExecuteCommand hook can override the command result (crXXX).Mattes D2015-05-101-3/+5
|
* Call HOOK_EXECUTE_COMMAND even for unknown console commands.Mattes D2015-05-102-3/+12
| | | | This allows plugins such as Aliases to intercept even unknown commands.
* Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.Mattes D2015-05-101-1/+2
| | | | Fixes #1996.
* Added OnEntityTeleport.lua hook to APIDumpjoshi072015-03-051-0/+29
|
* APIDump: Added details about client handle in OnServerPing hook.Mattes D2014-12-251-1/+4
|
* APIDump: Updated the player block placement documentation.Mattes D2014-12-242-10/+10
| | | | The hooks now have fewer parameters but are called on all player-placed blocks (#1618).
* Added parentheses for clarity.Alexander Harkness2014-10-011-1/+1
|
* Fixed broken code.Alexander Harkness2014-10-011-2/+2
|
* Add Code example.Alexander Harkness2014-09-281-0/+26
|
* changed description to be more readable.Alexander Harkness2014-09-271-3/+2
|
* Copy edit.Alexander Harkness2014-09-271-1/+1
|
* Fixed return value descriptions.Alexander Harkness2014-09-271-1/+3
|
* Fixed line left in.Alexander Harkness2014-09-271-4/+3
|
* Hopefully fix #1384Alexander Harkness2014-09-271-0/+24
| | | Can @madmaxoft comment?
* Updated SPAWNING_ENTITY hook description.Howaner2014-09-191-2/+3
|
* Updated HOOK_PLAYER_MOVING documentation.Howaner2014-08-161-1/+3
|
* Removed special character in APIDumpHowaner2014-07-181-1/+1
|
* OnEntityAddEffect.lua: Removed Originator paramarchshift2014-07-141-1/+0
|
* Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-102-4/+34
|\ | | | | | | | | | | Conflicts: src/Entities/Player.cpp src/Entities/ProjectileEntity.cpp
| * APIDump: Updated OnWeatherChanging docs after latest code changes.madmaxoft2014-07-031-4/+7
| |
| * Update documentationHowaner2014-07-021-3/+3
| |
| * Change documentationHowaner2014-07-011-5/+10
| |
| * Add documentation.Howaner2014-06-301-0/+22
| |
* | APIDump: Added OnEntityAddEffect hook documentation.madmaxoft2014-06-171-0/+34
|/
* APIDump: Fixed crashSTRWarrior2014-06-021-1/+1
|
* Updated OnProjectileHitBlock documentation.STRWarrior2014-06-021-0/+5
|
* APIDump: Updated the OnDisconnect hook docs.madmaxoft2014-05-021-7/+17
| | | | Ref.: #655.
* Documented both hooks.STRWarrior2014-03-292-0/+49
|
* Change documentation textHowaner2014-03-271-2/+2
|
* Change SpreadSource documentationHowaner2014-03-271-5/+5
|
* Add documentation for new Block spreadHowaner2014-03-271-0/+40
|
* Server now handles join messages alsoTiger Wang2014-02-033-17/+17
| | | | * Revised as well hook documentation
* Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+23
|\ | | | | Added "player destroying" and "player destroyed" hooks
| * Added PlayerDestroyedHook Documentationdaniel09162014-02-011-0/+23
| |
* | APIDump: Fixed indent after merge.madmaxoft2014-01-241-2/+2
| |
* | Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-2/+2
| |
* | Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-2/+2
| |
* | Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-3/+4
|/
* APIDump: Wrapped example code so that it displays well on small screens.madmaxoft2014-01-131-3/+8
| | | | The listing was pushing the resulting webpage too wide on my 19" screen, causing various distortions.
* APIDump: Documented the plugin messaging hook and function.madmaxoft2014-01-131-0/+25
|
* Merge branch 'FishingHook'madmaxoft2014-01-012-0/+41
|\
| * Little more documentation for OnPlayerFishing.STRWarrior2014-01-011-1/+1
| |
| * Using documentation Xoft recommended.STRWarrior2014-01-011-1/+1
| |
| * Fixed typo's in the documentation.STRWarrior2014-01-012-4/+4
| |
| * Documented OnPlayerFished and OnPlayerFishing.STRWarrior2013-12-312-0/+41
|/
* APIDump: Fixed a factual error in OnPluginsLoaded description.madmaxoft2013-12-291-2/+2
|
* APIDump: Documented OnPluginsLoaded.madmaxoft2013-12-291-0/+79
|
* Documented OnWorldStarted.STRWarrior2013-12-111-0/+24
|
* APIDump: Added missing params to OnPlayerRightClick() hook.madmaxoft2013-12-021-0/+3
|
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-2349-0/+1759
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.