summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/main_APIDump.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-05Renamed output directory to ServerMattes D1-1685/+0
2015-08-11Updated APIDump to follow the namechangeJulian Laubstein1-117/+112
2015-06-05Added Build info to the cRoot API.Mattes D1-1/+4
2015-06-04APIDump: Added timestamp to all generated HTML pages.Mattes D1-8/+21
2015-05-17APIDump: Removed an unneeded global variable.Mattes D1-1/+1
2015-05-10APIDump: Added linkification to hook return values.Mattes D1-1/+1
2015-05-02APIDump: Added an "apishow" command.Mattes D1-0/+10
2015-03-19APIDump: Added inheritance checking.Mattes D1-3/+107
2014-12-13Reverted main_APIDump.lua changesSTRWarrior1-4/+4
2014-12-13Fixed the width sometimes going over the div sizeSTRWarrior1-4/+4
2014-05-02APIDump: Improved error handling in API file loader.madmaxoft1-1/+5
2014-03-31APIDump: Renamed the ZBS API dump file to mcserver_api.lua.madmaxoft1-2/+2
2014-03-19APIDump: Updated comments to reflect current code.madmaxoft1-1/+4
2014-03-19APIDump: Added ZeroBraneStudio API export.madmaxoft1-5/+128
2014-03-19APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues.madmaxoft1-443/+404
2014-03-15APIDump: Fixed missing return statement.madmaxoft1-0/+1
2014-03-14APIDump: Trigger the dump manually.madmaxoft1-26/+64
2014-01-05Fixed cPluginManager:AddHook() binding.madmaxoft1-1/+1
2013-12-27APIDump: Added quick links to index to each class and hook file.madmaxoft1-2/+14
2013-12-27APIDump: Added a quick-nav menu to hook descriptions.madmaxoft1-7/+22
2013-12-27APIDump: Added a quick-nav menu to class descriptions.madmaxoft1-6/+22
2013-12-27APIDump: Split the huge DumpAPIHtml function into smaller ones.madmaxoft1-47/+61
2013-12-27APIDump: Extra pages renamed to articles and moved to front.madmaxoft1-24/+39
2013-12-27APIDump: Fixed bad for-loop.madmaxoft1-3/+3
2013-12-29APIDump: Static files overwrite their destination.madmaxoft1-5/+13
2013-12-20Or not. Fixes #384Alexander Harkness1-1/+2
2013-12-20done... finallyAlexander Harkness1-2/+2
2013-12-20fix the issues xoft pointed outAlexander Harkness1-5/+4
2013-12-20@madmaxoft now?Alexander Harkness1-3/+3
2013-12-20Possibly fixes #384Alexander Harkness1-0/+6
2013-12-16APIDump: Ignoring the multi-inheritance members.madmaxoft1-1/+10
2013-11-24APIDump: Removed needless whitespace output.madmaxoft1-123/+108
2013-11-23APIDump: The descriptions are read from multiple files.madmaxoft1-0/+33
2013-11-23APIDump: Added more constant groups.madmaxoft1-4/+6
2013-11-22APIDump: Implemented constant groups.madmaxoft1-16/+84
2013-11-19APIDump: Slight performance improvement.madmaxoft1-17/+17
2013-11-15APIDump: Functions that are documented are never ignored.madmaxoft1-7/+12
2013-11-09APIDump: Added logging to see what takes so long.madmaxoft1-0/+5
2013-10-28APIDump: Fixed a failure in documented classes with no functions.madmaxoft1-0/+1
2013-10-22APIDump: member variables without a setter are considered constants.madmaxoft1-1/+8
2013-10-22APIDump: Inheritance is tested properly.madmaxoft1-6/+4
2013-10-20APIDump: Statistics have a graphical meter; added hooks.madmaxoft1-9/+39
2013-10-20APIDump: Added basic statistics about the docs.madmaxoft1-6/+81
2013-10-20APIDump: Fixed listing undocumented objects.madmaxoft1-5/+27
2013-10-19APIDump: Undocumented member variables are listed.madmaxoft1-4/+16
2013-10-19APIDump: Added member-variable filtering.madmaxoft1-0/+9
2013-10-19APIDump: Member variables are read from the API.madmaxoft1-10/+48
2013-10-19APIDump: Better header text for classes.madmaxoft1-1/+1
2013-10-18APIDump: Added cIniFile additional info.madmaxoft1-1/+1
2013-10-18APIDump: Offline prettify is working.madmaxoft1-1/+11
2013-10-18APIDump: Added support for member variables.madmaxoft1-2/+52
2013-10-18APIDump: Fixed offline JS.madmaxoft1-15/+8
2013-10-18APIDump: Do not list empty Constants or Functions sections.madmaxoft1-14/+46
2013-10-18APIDump: Split long code into functions.madmaxoft1-94/+108
2013-10-18APIDump: using local JS files instead of networked.madmaxoft1-4/+7
2013-10-18APIDump: Renamed output for helper stuff.madmaxoft1-2/+2
2013-10-18APIDump: Makes a list of bad links.madmaxoft1-17/+78
2013-10-18APIDump: Improved page titles.madmaxoft1-2/+2
2013-10-17APIDump: More robust against missing APIDesc items.madmaxoft1-3/+3
2013-10-16APIDump: Nicer HTML visage.madmaxoft1-99/+143
2013-10-15APIDump: Linkification supports #anchors.madmaxoft1-2/+33
2013-10-14APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation.madmaxoft1-1/+6
2013-10-14APIDump: Updated the template for undocumented hooks.madmaxoft1-2/+2
2013-10-14APIDump: Fixed undocumented hook param generator.madmaxoft1-8/+9
2013-10-14APIDump: The undocumented hooks template now has 8 params.madmaxoft1-0/+7
2013-10-12APIDump: Added pretty-printing to code examples.madmaxoft1-3/+8
2013-10-12APIDump: Added the possibility of extra code examples for hooks.madmaxoft1-2/+8
2013-10-12APIDump: Hook notes are linkified.madmaxoft1-1/+1
2013-10-09APIDump: Fixed extra pages copying.madmaxoft1-1/+7
2013-10-09APIDump: Implemented basic hook documentation.madmaxoft1-9/+120
2013-10-09APIDump: Added support for extra pages.madmaxoft1-3/+38
2013-10-09APIDump: Taking advantage of the new cFile API.madmaxoft1-9/+7
2013-10-02APIDump: Removed ignored classes logging.madmaxoft1-2/+0
2013-10-02APIDump: Fixed operator == rename having bad DocID.madmaxoft1-1/+1
2013-09-30APIDump: Added equality operator renaming.madmaxoft1-0/+3
2013-09-29APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.madmaxoft1-0/+27
2013-09-16APIDump: Additional information is linkified, too.madmaxoft1-1/+1
2013-09-15APIDump: Fixed linkification with multiple links in one string.madmaxoft1-2/+2
2013-09-14APIDump: Undescribed classes are listed as undocumented.madmaxoft1-14/+16
2013-09-14APIDump: Fixed dumping when APIDesc doesn't contain Constants section.madmaxoft1-10/+14
2013-09-14APIDump: Added creating the list of unexported-documented API objects.madmaxoft1-0/+24
2013-09-14APIDump: Implemented creating the list of undocumented API objects.madmaxoft1-3/+65
2013-09-14APIDump: Added a simple header to the class index.madmaxoft1-2/+3
2013-09-14APIDump: Added support for additional info exported with each class.madmaxoft1-0/+14
2013-09-14APIDump: Added support for overloaded functions.madmaxoft1-5/+37
2013-09-14APIDump: Do not dump the g_APIDesc and APIDump's functions.madmaxoft1-1/+2
2013-09-14APIDump: Moved sorting after the renaming.madmaxoft1-21/+24
2013-09-14APIDump: Linkifications works for simple {{link}} too.madmaxoft1-1/+3
2013-09-14APIDump: Added special-function renaming (constructor, operators).madmaxoft1-5/+21
2013-09-14APIDump: Ignored functions are removed from undocumented classes, too.madmaxoft1-10/+9
2013-09-13APIDump: Ignoring some Lua internal stuff from API-scanning.madmaxoft1-4/+10
2013-09-13APIDump: Basic CSS file makes tables visiblemadmaxoft1-0/+12
2013-09-13APIDump: Constructors are renamed and can have documentationmadmaxoft1-2/+6
2013-09-13APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.madmaxoft1-14/+29
2013-09-13APIDump: Linkification works.madmaxoft1-4/+3
2013-09-13APIDump: Added descendants specified through inheritance.madmaxoft1-27/+59
2013-09-13APIDump: Added support for inheritancemadmaxoft1-29/+68
2013-09-12APIDump: Imported the descriptions from the wiki.madmaxoft1-150/+0
2013-09-12APIDump: Fixed nestingmadmaxoft1-3/+2
2013-09-12APIDump: Processing wiki-style bullets (" * ") into <li> tagmadmaxoft1-0/+4
2013-09-12APIDump: Added parsing for older wiki format, "Class Definition" header.madmaxoft1-6/+44
2013-09-12APIDump: The APIDesc from wiki can be read back by Lua.madmaxoft1-10/+21
2013-09-12APIDump: replacing wiki-style markup with APIDump-style markupmadmaxoft1-0/+3
2013-09-12APIDump: Fixed parsing tables with wiki-links.madmaxoft1-10/+33
2013-09-11APIDump: Fixed a missing tabmadmaxoft1-1/+1
2013-09-11APIDump: Initial implementation of wiki-to-lua conversionmadmaxoft1-3/+85
2013-09-11APIDump: First attempt at outputting annotations in the HTML formatmadmaxoft1-85/+108
2013-09-10DumpAPI: Basic HTML output for classesmadmaxoft1-36/+148
2013-09-09APIDump now produces wiki-style tables of functions and constants.madmaxoft1-6/+138
2013-07-30Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness1-2/+11
2013-07-30Moved the file to a more sensible name.Alexander Harkness1-0/+0
2013-07-30Moved the dumpAPI function to a new plugin.Alexander Harkness1-0/+52