Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a few missing MCServers in APIDump | Julian Laubstein | 2015-08-13 | 7 | -9/+9 |
| | |||||
* | Updated APIDump to follow the namechange | Julian Laubstein | 2015-08-11 | 24 | -38/+38 |
| | |||||
* | APIDump: Fixed a forgotten comma. | Mattes D | 2015-06-30 | 1 | -1/+1 |
| | |||||
* | Added documentation for HOOK_KILLED | Nounours Heureux | 2015-06-13 | 1 | -0/+22 |
| | |||||
* | Added HOOK_KILLED | Nounours Heureux | 2015-06-13 | 1 | -5/+1 |
| | |||||
* | Added SendSystemMessage / SendAboveActionBarMessage to the docs | jan64 | 2015-06-03 | 1 | -0/+1 |
| | | | | Updated parameters passed to HOOK_KILLING | ||||
* | Renamed hook HOOK_ENTITY_CHANGE_WORLD | Lukas Pioch | 2015-05-21 | 2 | -4/+4 |
| | |||||
* | Added OnEntityChangeWorld.lua and OnEntityChangedWorld.lua hooks to APIDump | Lukas Pioch | 2015-05-19 | 2 | -0/+57 |
| | |||||
* | All in-game commands go through the OnExecuteCommand hook. | Mattes D | 2015-05-13 | 1 | -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 D | 2015-05-10 | 1 | -3/+5 |
| | |||||
* | Call HOOK_EXECUTE_COMMAND even for unknown console commands. | Mattes D | 2015-05-10 | 2 | -3/+12 |
| | | | | This allows plugins such as Aliases to intercept even unknown commands. | ||||
* | Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND. | Mattes D | 2015-05-10 | 1 | -1/+2 |
| | | | | Fixes #1996. | ||||
* | Added OnEntityTeleport.lua hook to APIDump | joshi07 | 2015-03-05 | 1 | -0/+29 |
| | |||||
* | APIDump: Added details about client handle in OnServerPing hook. | Mattes D | 2014-12-25 | 1 | -1/+4 |
| | |||||
* | APIDump: Updated the player block placement documentation. | Mattes D | 2014-12-24 | 2 | -10/+10 |
| | | | | The hooks now have fewer parameters but are called on all player-placed blocks (#1618). | ||||
* | Added parentheses for clarity. | Alexander Harkness | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | Fixed broken code. | Alexander Harkness | 2014-10-01 | 1 | -2/+2 |
| | |||||
* | Add Code example. | Alexander Harkness | 2014-09-28 | 1 | -0/+26 |
| | |||||
* | changed description to be more readable. | Alexander Harkness | 2014-09-27 | 1 | -3/+2 |
| | |||||
* | Copy edit. | Alexander Harkness | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | Fixed return value descriptions. | Alexander Harkness | 2014-09-27 | 1 | -1/+3 |
| | |||||
* | Fixed line left in. | Alexander Harkness | 2014-09-27 | 1 | -4/+3 |
| | |||||
* | Hopefully fix #1384 | Alexander Harkness | 2014-09-27 | 1 | -0/+24 |
| | | | Can @madmaxoft comment? | ||||
* | Updated SPAWNING_ENTITY hook description. | Howaner | 2014-09-19 | 1 | -2/+3 |
| | |||||
* | Updated HOOK_PLAYER_MOVING documentation. | Howaner | 2014-08-16 | 1 | -1/+3 |
| | |||||
* | Removed special character in APIDump | Howaner | 2014-07-18 | 1 | -1/+1 |
| | |||||
* | OnEntityAddEffect.lua: Removed Originator param | archshift | 2014-07-14 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-10 | 2 | -4/+34 |
|\ | | | | | | | | | | | Conflicts: src/Entities/Player.cpp src/Entities/ProjectileEntity.cpp | ||||
| * | APIDump: Updated OnWeatherChanging docs after latest code changes. | madmaxoft | 2014-07-03 | 1 | -4/+7 |
| | | |||||
| * | Update documentation | Howaner | 2014-07-02 | 1 | -3/+3 |
| | | |||||
| * | Change documentation | Howaner | 2014-07-01 | 1 | -5/+10 |
| | | |||||
| * | Add documentation. | Howaner | 2014-06-30 | 1 | -0/+22 |
| | | |||||
* | | APIDump: Added OnEntityAddEffect hook documentation. | madmaxoft | 2014-06-17 | 1 | -0/+34 |
|/ | |||||
* | APIDump: Fixed crash | STRWarrior | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Updated OnProjectileHitBlock documentation. | STRWarrior | 2014-06-02 | 1 | -0/+5 |
| | |||||
* | APIDump: Updated the OnDisconnect hook docs. | madmaxoft | 2014-05-02 | 1 | -7/+17 |
| | | | | Ref.: #655. | ||||
* | Documented both hooks. | STRWarrior | 2014-03-29 | 2 | -0/+49 |
| | |||||
* | Change documentation text | Howaner | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | Change SpreadSource documentation | Howaner | 2014-03-27 | 1 | -5/+5 |
| | |||||
* | Add documentation for new Block spread | Howaner | 2014-03-27 | 1 | -0/+40 |
| | |||||
* | Server now handles join messages also | Tiger Wang | 2014-02-03 | 3 | -17/+17 |
| | | | | * Revised as well hook documentation | ||||
* | Merge pull request #585 from daniel0916/hooks | Mattes D | 2014-02-01 | 1 | -0/+23 |
|\ | | | | | Added "player destroying" and "player destroyed" hooks | ||||
| * | Added PlayerDestroyedHook Documentation | daniel0916 | 2014-02-01 | 1 | -0/+23 |
| | | |||||
* | | APIDump: Fixed indent after merge. | madmaxoft | 2014-01-24 | 1 | -2/+2 |
| | | |||||
* | | Fixed indentation and doxygen comments... For real this time. | Mike Hunsinger | 2014-01-24 | 1 | -2/+2 |
| | | |||||
* | | Fixed spacing and doxycomments. | Mike Hunsinger | 2014-01-24 | 1 | -2/+2 |
| | | |||||
* | | Split TossItem into three Toss functions (Held, Equipped and Pickup) | Mike Hunsinger | 2014-01-23 | 1 | -3/+4 |
|/ | |||||
* | APIDump: Wrapped example code so that it displays well on small screens. | madmaxoft | 2014-01-13 | 1 | -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. | madmaxoft | 2014-01-13 | 1 | -0/+25 |
| | |||||
* | Merge branch 'FishingHook' | madmaxoft | 2014-01-01 | 2 | -0/+41 |
|\ | |||||
| * | Little more documentation for OnPlayerFishing. | STRWarrior | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Using documentation Xoft recommended. | STRWarrior | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed typo's in the documentation. | STRWarrior | 2014-01-01 | 2 | -4/+4 |
| | | |||||
| * | Documented OnPlayerFished and OnPlayerFishing. | STRWarrior | 2013-12-31 | 2 | -0/+41 |
|/ | |||||
* | APIDump: Fixed a factual error in OnPluginsLoaded description. | madmaxoft | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | APIDump: Documented OnPluginsLoaded. | madmaxoft | 2013-12-29 | 1 | -0/+79 |
| | |||||
* | Documented OnWorldStarted. | STRWarrior | 2013-12-11 | 1 | -0/+24 |
| | |||||
* | APIDump: Added missing params to OnPlayerRightClick() hook. | madmaxoft | 2013-12-02 | 1 | -0/+3 |
| | |||||
* | APIDump: The descriptions are read from multiple files. | madmaxoft | 2013-11-23 | 49 | -0/+1759 |
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions. |