summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/main_APIDump.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated docs to mention InfoDump for creating README.md, etc. (#3895)William 'psyFi' Hatcher2017-08-151-1/+1
|
* APIDump: Class types in variables and hooks are now linkified (#3892)Lukas Pioch2017-08-031-18/+23
|
* APIDump: Add missing 'My' to generated function hook example.Lukas Pioch2017-05-091-1/+1
|
* APIDoc: Corrected a few linksLukas Pioch2017-04-071-1/+1
|
* APIDump: Corrected luacheck file to load a plugin's luacheck if existsLukas Pioch2017-01-281-35/+16
|
* ApiDump: Added merge code to .luacheckrcLukas Pioch2017-01-271-1/+47
|
* Updated links and docs (#3488)mathiascode2016-12-191-3/+5
|
* Reverted temporary redirect to LuaAPI docs (#3487)Mattes D2016-12-181-1/+1
|
* APIDump: Load the official undocumented from alternate location.Mattes D2016-12-151-1/+1
| | | | This fixes the CI builds until the apidocs.cuberite.org subdomain gets functional again.
* APIDump: Make "apicheck" errors stand out in the log.Mattes D2016-12-151-2/+4
|
* APIDump: Proper error messages on apicheck failures.Mattes D2016-12-151-9/+15
|
* Added API export for LuaCheck.Lukas Pioch2016-11-221-0/+73
|
* CI: API test defaults to failure, unless explicitly succeeded.Mattes D2016-10-251-22/+21
| | | | This fixes problems with the CI build succeeding when the API description has a syntax error in it and the APIDump plugin won't even load.
* APIDump: Check param and return types.Mattes D2016-10-031-37/+152
|
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-121-9/+26
| | | | Also fixed a bit of documentation in the CPP source.
* APIDump: Support structured parameter info.Mattes D2016-09-091-21/+96
| | | | Ref.: GH#3375
* APIDoc: Allow to create a link to an object. (#3371)Mattes D2016-09-061-3/+8
|
* Canonical tag (#3300)Mathias2016-08-071-0/+1
| | | | Added a canonical tag to the API docs, which should prevent duplicate pages on search engines Changed the newsletter link
* APIDump: Added explicit IsStatic flag to static functions.Mattes D2016-07-181-5/+9
|
* APIDump: Changed not to use globals, added more doxycomments.Mattes D2016-07-181-41/+63
|
* Added analytics to APIDumpAlexander Harkness2015-12-261-5/+54
|
* Revised the explosion-related Lua API and docs.Mattes D2015-12-181-1/+1
| | | | Fixes #2746.
* APIDump: Added a missing endline to the NewlyUndocumented output file.Mattes D2015-10-111-0/+1
|
* APIDump: Added an apicheck command.Mattes D2015-09-271-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.
* Extended and fixed the cFile API.Mattes D2015-09-261-5/+3
|
* APIDump: Fixed ZBS integration filenames after project rename.Mattes D2015-09-141-2/+2
|
* Renamed output directory to ServerMattes D2015-09-051-0/+1685