Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-26 | Added analytics to APIDump | Alexander Harkness | 1 | -5/+54 | |
2015-12-18 | Revised the explosion-related Lua API and docs. | Mattes D | 1 | -1/+1 | |
Fixes #2746. | |||||
2015-10-11 | APIDump: Added a missing endline to the NewlyUndocumented output file. | Mattes D | 1 | -0/+1 | |
2015-09-27 | APIDump: Added an apicheck command. | Mattes D | 1 | -6/+99 | |
This checks the current API for undocumented functions against the current list of official undocumented functions (http://apidocs.cuberite.org/_undocumented.lua) and reports any newly found ones. To be used in CI to check against newly introduced API functions without documentation. | |||||
2015-09-26 | Extended and fixed the cFile API. | Mattes D | 1 | -5/+3 | |
2015-09-14 | APIDump: Fixed ZBS integration filenames after project rename. | Mattes D | 1 | -2/+2 | |
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -0/+0 | |
2015-08-11 | Updated APIDump to follow the namechange | Julian Laubstein | 1 | -117/+112 | |
2015-06-05 | Added Build info to the cRoot API. | Mattes D | 1 | -1/+4 | |
2015-06-04 | APIDump: Added timestamp to all generated HTML pages. | Mattes D | 1 | -8/+21 | |
Ref.: #2204 | |||||
2015-05-17 | APIDump: Removed an unneeded global variable. | Mattes D | 1 | -1/+1 | |
2015-05-10 | APIDump: Added linkification to hook return values. | Mattes D | 1 | -1/+1 | |
2015-05-02 | APIDump: Added an "apishow" command. | Mattes D | 1 | -0/+10 | |
Launches the webbrowser to show the locally exported API docs. | |||||
2015-03-19 | APIDump: Added inheritance checking. | Mattes D | 1 | -3/+107 | |
2014-12-13 | Reverted main_APIDump.lua changes | STRWarrior | 1 | -4/+4 | |
2014-12-13 | Fixed the width sometimes going over the div size | STRWarrior | 1 | -4/+4 | |
2014-05-02 | APIDump: Improved error handling in API file loader. | madmaxoft | 1 | -1/+5 | |
2014-03-31 | APIDump: Renamed the ZBS API dump file to mcserver_api.lua. | madmaxoft | 1 | -2/+2 | |
This is to avoid confusion with ZBS, where two "mcserver.lua" files were present. | |||||
2014-03-19 | APIDump: Updated comments to reflect current code. | madmaxoft | 1 | -1/+4 | |
2014-03-19 | APIDump: Added ZeroBraneStudio API export. | madmaxoft | 1 | -5/+128 | |
Fixes #821. | |||||
2014-03-19 | APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues. | madmaxoft | 1 | -443/+404 | |
2014-03-15 | APIDump: Fixed missing return statement. | madmaxoft | 1 | -0/+1 | |
2014-03-14 | APIDump: Trigger the dump manually. | madmaxoft | 1 | -26/+64 | |
Fixes #715. The dump can be triggerred by issuing an "api" console command, or in the webadmin. | |||||
2014-01-05 | Fixed cPluginManager:AddHook() binding. | madmaxoft | 1 | -1/+1 | |
Fixes #401. Old formats are still accepted, for compatibility reasons. | |||||
2013-12-27 | APIDump: Added quick links to index to each class and hook file. | madmaxoft | 1 | -2/+14 | |
Third part of #403. | |||||
2013-12-27 | APIDump: Added a quick-nav menu to hook descriptions. | madmaxoft | 1 | -7/+22 | |
Second part of #403. | |||||
2013-12-27 | APIDump: Added a quick-nav menu to class descriptions. | madmaxoft | 1 | -6/+22 | |
First part of #403. | |||||
2013-12-27 | APIDump: Split the huge DumpAPIHtml function into smaller ones. | madmaxoft | 1 | -47/+61 | |
2013-12-27 | APIDump: Extra pages renamed to articles and moved to front. | madmaxoft | 1 | -24/+39 | |
2013-12-27 | APIDump: Fixed bad for-loop. | madmaxoft | 1 | -3/+3 | |
How did I not see this before? | |||||
2013-12-29 | APIDump: Static files overwrite their destination. | madmaxoft | 1 | -5/+13 | |
2013-12-20 | Or not. Fixes #384 | Alexander Harkness | 1 | -1/+2 | |
2013-12-20 | done... finally | Alexander Harkness | 1 | -2/+2 | |
2013-12-20 | fix the issues xoft pointed out | Alexander Harkness | 1 | -5/+4 | |
2013-12-20 | @madmaxoft now? | Alexander Harkness | 1 | -3/+3 | |
2013-12-20 | Possibly fixes #384 | Alexander Harkness | 1 | -0/+6 | |
@madmaxoft, is this the right syntax for lua for loops? | |||||
2013-12-16 | APIDump: Ignoring the multi-inheritance members. | madmaxoft | 1 | -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. | |||||
2013-11-24 | APIDump: Removed needless whitespace output. | madmaxoft | 1 | -123/+108 | |
2013-11-23 | APIDump: The descriptions are read from multiple files. | madmaxoft | 1 | -0/+33 | |
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions. | |||||
2013-11-23 | APIDump: Added more constant groups. | madmaxoft | 1 | -4/+6 | |
Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts. | |||||
2013-11-22 | APIDump: Implemented constant groups. | madmaxoft | 1 | -16/+84 | |
Fix #289. | |||||
2013-11-19 | APIDump: Slight performance improvement. | madmaxoft | 1 | -17/+17 | |
Strings don't need concatenation when using write(). | |||||
2013-11-15 | APIDump: Functions that are documented are never ignored. | madmaxoft | 1 | -7/+12 | |
This simplifies exclude-filters for functions such as lxp.new() that need inclusion. | |||||
2013-11-09 | APIDump: Added logging to see what takes so long. | madmaxoft | 1 | -0/+5 | |
2013-10-28 | APIDump: Fixed a failure in documented classes with no functions. | madmaxoft | 1 | -0/+1 | |
2013-10-22 | APIDump: member variables without a setter are considered constants. | madmaxoft | 1 | -1/+8 | |
This fixes cChatColor constants being reported erroneously as member variables. | |||||
2013-10-22 | APIDump: Inheritance is tested properly. | madmaxoft | 1 | -6/+4 | |
This fixes #195 's second iteration. | |||||
2013-10-20 | APIDump: Statistics have a graphical meter; added hooks. | madmaxoft | 1 | -9/+39 | |
2013-10-20 | APIDump: Added basic statistics about the docs. | madmaxoft | 1 | -6/+81 | |
2013-10-20 | APIDump: Fixed listing undocumented objects. | madmaxoft | 1 | -5/+27 | |
Classes with undefined "Functions" section would not list their functions as undocumented; similar for "Constants" and "Variables". | |||||
2013-10-19 | APIDump: Undocumented member variables are listed. | madmaxoft | 1 | -4/+16 | |
2013-10-19 | APIDump: Added member-variable filtering. | madmaxoft | 1 | -0/+9 | |
2013-10-19 | APIDump: Member variables are read from the API. | madmaxoft | 1 | -10/+48 | |
2013-10-19 | APIDump: Better header text for classes. | madmaxoft | 1 | -1/+1 | |
2013-10-18 | APIDump: Added cIniFile additional info. | madmaxoft | 1 | -1/+1 | |
2013-10-18 | APIDump: Offline prettify is working. | madmaxoft | 1 | -1/+11 | |
2013-10-18 | APIDump: Added support for member variables. | madmaxoft | 1 | -2/+52 | |
2013-10-18 | APIDump: Fixed offline JS. | madmaxoft | 1 | -15/+8 | |
This time it's really offline :) | |||||
2013-10-18 | APIDump: Do not list empty Constants or Functions sections. | madmaxoft | 1 | -14/+46 | |
Also implemented writing inherited constants. | |||||
2013-10-18 | APIDump: Split long code into functions. | madmaxoft | 1 | -94/+108 | |
2013-10-18 | APIDump: using local JS files instead of networked. | madmaxoft | 1 | -4/+7 | |
This allows offline API browsing. | |||||
2013-10-18 | APIDump: Renamed output for helper stuff. | madmaxoft | 1 | -2/+2 | |
Undocumented objects are output to _undocumented.lua Overdocumented objects are output to _unexported-documented.txt Missing pages are output to _missingPages.txt | |||||
2013-10-18 | APIDump: Makes a list of bad links. | madmaxoft | 1 | -17/+78 | |
This fixes #219. | |||||
2013-10-18 | APIDump: Improved page titles. | madmaxoft | 1 | -2/+2 | |
2013-10-17 | APIDump: More robust against missing APIDesc items. | madmaxoft | 1 | -3/+3 | |
2013-10-16 | APIDump: Nicer HTML visage. | madmaxoft | 1 | -99/+143 | |
* Fixed whacky HTML indentation + Added fancy CSS! + Now HTML5 compatible! | |||||
2013-10-15 | APIDump: Linkification supports #anchors. | madmaxoft | 1 | -2/+33 | |
This implements #198. | |||||
2013-10-14 | APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation. | madmaxoft | 1 | -1/+6 | |
They're not really hooks, just constants for the maximum. | |||||
2013-10-14 | APIDump: Updated the template for undocumented hooks. | madmaxoft | 1 | -2/+2 | |
2013-10-14 | APIDump: Fixed undocumented hook param generator. | madmaxoft | 1 | -8/+9 | |
2013-10-14 | APIDump: The undocumented hooks template now has 8 params. | madmaxoft | 1 | -0/+7 | |
This allows for easier copypasting, hooks with less than 9 params don't need an extra copy-paste for a new param entry. | |||||
2013-10-12 | APIDump: Added pretty-printing to code examples. | madmaxoft | 1 | -3/+8 | |
2013-10-12 | APIDump: Added the possibility of extra code examples for hooks. | madmaxoft | 1 | -2/+8 | |
2013-10-12 | APIDump: Hook notes are linkified. | madmaxoft | 1 | -1/+1 | |
2013-10-09 | APIDump: Fixed extra pages copying. | madmaxoft | 1 | -1/+7 | |
2013-10-09 | APIDump: Implemented basic hook documentation. | madmaxoft | 1 | -9/+120 | |
2013-10-09 | APIDump: Added support for extra pages. | madmaxoft | 1 | -3/+38 | |
Referenced by file links and titles and copied directly from the plugin folder to the dest folder. | |||||
2013-10-09 | APIDump: Taking advantage of the new cFile API. | madmaxoft | 1 | -9/+7 | |
2013-10-02 | APIDump: Removed ignored classes logging. | madmaxoft | 1 | -2/+0 | |
2013-10-02 | APIDump: Fixed operator == rename having bad DocID. | madmaxoft | 1 | -1/+1 | |
2013-09-30 | APIDump: Added equality operator renaming. | madmaxoft | 1 | -0/+3 | |
2013-09-29 | APIDump: Added the possibility to ignore classes. Ignoring Lua builtins. | madmaxoft | 1 | -0/+27 | |
2013-09-16 | APIDump: Additional information is linkified, too. | madmaxoft | 1 | -1/+1 | |
2013-09-15 | APIDump: Fixed linkification with multiple links in one string. | madmaxoft | 1 | -2/+2 | |
2013-09-14 | APIDump: Undescribed classes are listed as undocumented. | madmaxoft | 1 | -14/+16 | |
Previously class that was not listed in APIDesc was not listed in Undocumented. | |||||
2013-09-14 | APIDump: Fixed dumping when APIDesc doesn't contain Constants section. | madmaxoft | 1 | -10/+14 | |
2013-09-14 | APIDump: Added creating the list of unexported-documented API objects. | madmaxoft | 1 | -0/+24 | |
2013-09-14 | APIDump: Implemented creating the list of undocumented API objects. | madmaxoft | 1 | -3/+65 | |
2013-09-14 | APIDump: Added a simple header to the class index. | madmaxoft | 1 | -2/+3 | |
2013-09-14 | APIDump: Added support for additional info exported with each class. | madmaxoft | 1 | -0/+14 | |
2013-09-14 | APIDump: Added support for overloaded functions. | madmaxoft | 1 | -5/+37 | |
2013-09-14 | APIDump: Do not dump the g_APIDesc and APIDump's functions. | madmaxoft | 1 | -1/+2 | |
2013-09-14 | APIDump: Moved sorting after the renaming. | madmaxoft | 1 | -21/+24 | |
2013-09-14 | APIDump: Linkifications works for simple {{link}} too. | madmaxoft | 1 | -1/+3 | |
2013-09-14 | APIDump: Added special-function renaming (constructor, operators). | madmaxoft | 1 | -5/+21 | |
2013-09-14 | APIDump: Ignored functions are removed from undocumented classes, too. | madmaxoft | 1 | -10/+9 | |
2013-09-13 | APIDump: Ignoring some Lua internal stuff from API-scanning. | madmaxoft | 1 | -4/+10 | |
2013-09-13 | APIDump: Basic CSS file makes tables visible | madmaxoft | 1 | -0/+12 | |
2013-09-13 | APIDump: Constructors are renamed and can have documentation | madmaxoft | 1 | -2/+6 | |
2013-09-13 | APIDump: Added support for ignoring functions; ignoring the lua/tolua internals. | madmaxoft | 1 | -14/+29 | |
2013-09-13 | APIDump: Linkification works. | madmaxoft | 1 | -4/+3 | |
2013-09-13 | APIDump: Added descendants specified through inheritance. | madmaxoft | 1 | -27/+59 | |
2013-09-13 | APIDump: Added support for inheritance | madmaxoft | 1 | -29/+68 | |
2013-09-12 | APIDump: Imported the descriptions from the wiki. | madmaxoft | 1 | -150/+0 | |
2013-09-12 | APIDump: Fixed nesting | madmaxoft | 1 | -3/+2 | |
2013-09-12 | APIDump: Processing wiki-style bullets (" * ") into <li> tag | madmaxoft | 1 | -0/+4 | |
2013-09-12 | APIDump: Added parsing for older wiki format, "Class Definition" header. | madmaxoft | 1 | -6/+44 | |
2013-09-12 | APIDump: The APIDesc from wiki can be read back by Lua. | madmaxoft | 1 | -10/+21 | |
2013-09-12 | APIDump: replacing wiki-style markup with APIDump-style markup | madmaxoft | 1 | -0/+3 | |
2013-09-12 | APIDump: Fixed parsing tables with wiki-links. | madmaxoft | 1 | -10/+33 | |
Also added real class name, description and constructor renaming. | |||||
2013-09-11 | APIDump: Fixed a missing tab | madmaxoft | 1 | -1/+1 | |
2013-09-11 | APIDump: Initial implementation of wiki-to-lua conversion | madmaxoft | 1 | -3/+85 | |
2013-09-11 | APIDump: First attempt at outputting annotations in the HTML format | madmaxoft | 1 | -85/+108 | |
2013-09-10 | DumpAPI: Basic HTML output for classes | madmaxoft | 1 | -36/+148 | |
2013-09-09 | APIDump now produces wiki-style tables of functions and constants. | madmaxoft | 1 | -6/+138 | |
Part of #116. | |||||
2013-07-30 | Changed name and put the whitespace back, as per xoft's suggestion. | Alexander Harkness | 1 | -2/+11 | |
2013-07-30 | Moved the file to a more sensible name. | Alexander Harkness | 1 | -0/+0 | |
2013-07-30 | Moved the dumpAPI function to a new plugin. | Alexander Harkness | 1 | -0/+52 | |