summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/main_APIDump.lua (follow)
Commit message (Expand)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
* 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
* 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
* APIDump: Updated comments to reflect current code.madmaxoft2014-03-191-1/+4
* APIDump: Added ZeroBraneStudio API export.madmaxoft2014-03-191-5/+128
* 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
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-1/+1
* 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
* APIDump: Added a quick-nav menu to hook descriptions.madmaxoft2013-12-271-7/+22
* APIDump: Added a quick-nav menu to class descriptions.madmaxoft2013-12-271-6/+22
* 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
* 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
* APIDump: Ignoring the multi-inheritance members.madmaxoft2013-12-161-1/+10
* APIDump: Removed needless whitespace output.madmaxoft2013-11-241-123/+108
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-231-0/+33
* APIDump: Added more constant groups.madmaxoft2013-11-231-4/+6
* APIDump: Implemented constant groups.madmaxoft2013-11-221-0/+1315