summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/Plugins.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345)Feyo Korenhof2021-11-291-2/+2
| | | | | | | | | | | | | | | * Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() * Fixed formatting and added ScheduleTask to APIDesc * Added feyokorenhof to contributors * Added ExperienceAmount variable to all the hook calls. * Made ExperienceAmount int reference instead of int in HOOK_PLAYER_FISHING. Fixed bug: a_Reward is now a reference * Add documentation, change ItemFishingRod to pass in experience Co-authored-by: Alexander Harkness <me@bearbin.net>
* Plugin reload <plugin_name> feature (#4942)[IPSA] Chris de Claverie2020-09-281-0/+11
| | | | | | | | + Add `reload <pluginname>` * Fixes #365 Co-authored-by: Alexander Harkness <me@bearbin.net> Co-authored-by: pwnOrbitals <c.de-claverie@pm.me> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Implement Dropspenser Hook (#4903)KrystilizeNevaDies2020-09-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement Dropspenser Hook Implemented a hook for dropspensing. HOOK_DROPSPENSE When plugin callback returns true then dropspense is cancelled * Update src/Bindings/PluginManager.h Co-authored-by: peterbell10 <peterbell10@live.co.uk> * Create OnDropSpense.lua * Fix indent * Forgot include Forgot to include the plugin manager. Although now im confused why it was working on my end without including the plugin manager * Update plugins.lua with dropspense * fix typos * haha notepad++ go brr Co-authored-by: peterbell10 <peterbell10@live.co.uk>
* Manual merge of #4498.Alexander Harkness2020-03-231-0/+4
| | | | | | Credit to @MeMuXin Closes #4498
* APIDocs: Added missing return type and corrected one (#4353)Lukas Pioch2019-08-101-0/+6
|
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+4
|
* Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly2017-08-171-0/+4
|
* APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D2016-10-061-10/+30
|
* APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D2016-10-011-2/+2
|
* APIDump: Replaced "callback" type with "function".Mattes D2016-09-161-3/+3
|
* APIDesc: Fixed some leftover "<unknown>" types.Mattes D2016-09-141-2/+2
|
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-121-156/+916
| | | | Also fixed a bit of documentation in the CPP source.
* APIDump: Support structured parameter info.Mattes D2016-09-091-20/+44
| | | | Ref.: GH#3375
* APIDump: Removed trailing whitespace.Mattes D2016-09-081-2/+2
|
* APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D2016-09-051-1/+1
|
* APIDump: Added explicit IsStatic flag to static functions.Mattes D2016-07-181-9/+9
|
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-271-3/+4
|
* LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D2016-05-311-1/+1
|
* Revert "Lua callback"Mattes D2016-03-211-4/+3
|
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-171-3/+4
|
* Updated old forum linksMathias2016-01-311-1/+1
|
* Implemented brewingLukas Pioch2015-11-031-0/+2
|
* Added missing hooks to cPluginManagerLukas Pioch2015-10-121-0/+3
|
* Renamed output directory to ServerMattes D2015-09-051-0/+207