summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/main_APIDump.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed output directory to ServerMattes D2015-09-051-1685/+0
|
* Updated APIDump to follow the namechangeJulian Laubstein2015-08-111-117/+112
|
* Added Build info to the cRoot API.Mattes D2015-06-051-1/+4
|
* APIDump: Added timestamp to all generated HTML pages.Mattes D2015-06-041-8/+21
| | | | Ref.: #2204
* APIDump: Removed an unneeded global variable.Mattes D2015-05-171-1/+1
|
* APIDump: Added linkification to hook return values.Mattes D2015-05-101-1/+1
|
* APIDump: Added an "apishow" command.Mattes D2015-05-021-0/+10
| | | | Launches the webbrowser to show the locally exported API docs.
* APIDump: Added inheritance checking.Mattes D2015-03-191-3/+107
|
* APIDump: Improved error handling in API file loader.madmaxoft2014-05-021-1/+5
|
* APIDump: Renamed the ZBS API dump file to mcserver_api.lua.madmaxoft2014-03-311-2/+2
| | | | This is to avoid confusion with ZBS, where two "mcserver.lua" files were present.
* APIDump: Updated comments to reflect current code.madmaxoft2014-03-191-1/+4
|
* APIDump: Added ZeroBraneStudio API export.madmaxoft2014-03-191-5/+128
| | | | Fixes #821.
* APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues.madmaxoft2014-03-191-443/+404
|
* APIDump: Fixed missing return statement.madmaxoft2014-03-151-0/+1
|
* APIDump: Trigger the dump manually.madmaxoft2014-03-141-26/+64
| | | | Fixes #715. The dump can be triggerred by issuing an "api" console command, or in the webadmin.
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-1/+1
| | | | Fixes #401. Old formats are still accepted, for compatibility reasons.
* APIDump: Static files overwrite their destination.madmaxoft2013-12-291-5/+13
|
* APIDump: Added quick links to index to each class and hook file.madmaxoft2013-12-271-2/+14
| | | | Third part of #403.
* APIDump: Added a quick-nav menu to hook descriptions.madmaxoft2013-12-271-7/+22
| | | | Second part of #403.
* APIDump: Added a quick-nav menu to class descriptions.madmaxoft2013-12-271-6/+22
| | | | First part of #403.
* APIDump: Split the huge DumpAPIHtml function into smaller ones.madmaxoft2013-12-271-47/+61
|
* APIDump: Extra pages renamed to articles and moved to front.madmaxoft2013-12-271-24/+39
|
* APIDump: Fixed bad for-loop.madmaxoft2013-12-271-3/+3
| | | | How did I not see this before?
* Or not. Fixes #384Alexander Harkness2013-12-201-1/+2
|
* done... finallyAlexander Harkness2013-12-201-2/+2
|
* fix the issues xoft pointed outAlexander Harkness2013-12-201-5/+4
|
* @madmaxoft now?Alexander Harkness2013-12-201-3/+3
|
* Possibly fixes #384Alexander Harkness2013-12-201-0/+6
| | | @madmaxoft, is this the right syntax for lua for loops?
* APIDump: Ignoring the multi-inheritance members.madmaxoft2013-12-161-1/+10
| | | | We may get to documenting them one day, but for now they are unused anyway, so there's no point in documenting them. They are a by-product of multiple inheritance, re-introduced due to #422.
* APIDump: Removed needless whitespace output.madmaxoft2013-11-241-123/+108
|
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-231-0/+33
| | | | All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.
* APIDump: Added more constant groups.madmaxoft2013-11-231-4/+6
| | | | Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts.
* APIDump: Implemented constant groups.madmaxoft2013-11-221-0/+1315
Fix #289.