Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Build info to the cRoot API. | Mattes D | 2015-06-05 | 1 | -1/+4 |
| | |||||
* | APIDump: Added timestamp to all generated HTML pages. | Mattes D | 2015-06-04 | 1 | -8/+21 |
| | | | | Ref.: #2204 | ||||
* | APIDump: Removed an unneeded global variable. | Mattes D | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | APIDump: Added linkification to hook return values. | Mattes D | 2015-05-10 | 1 | -1/+1 |
| | |||||
* | APIDump: Added an "apishow" command. | Mattes D | 2015-05-02 | 1 | -0/+10 |
| | | | | Launches the webbrowser to show the locally exported API docs. | ||||
* | APIDump: Added inheritance checking. | Mattes D | 2015-03-19 | 1 | -3/+107 |
| | |||||
* | APIDump: Improved error handling in API file loader. | madmaxoft | 2014-05-02 | 1 | -1/+5 |
| | |||||
* | APIDump: Renamed the ZBS API dump file to mcserver_api.lua. | madmaxoft | 2014-03-31 | 1 | -2/+2 |
| | | | | This is to avoid confusion with ZBS, where two "mcserver.lua" files were present. | ||||
* | APIDump: Updated comments to reflect current code. | madmaxoft | 2014-03-19 | 1 | -1/+4 |
| | |||||
* | APIDump: Added ZeroBraneStudio API export. | madmaxoft | 2014-03-19 | 1 | -5/+128 |
| | | | | Fixes #821. | ||||
* | APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues. | madmaxoft | 2014-03-19 | 1 | -443/+404 |
| | |||||
* | APIDump: Fixed missing return statement. | madmaxoft | 2014-03-15 | 1 | -0/+1 |
| | |||||
* | APIDump: Trigger the dump manually. | madmaxoft | 2014-03-14 | 1 | -26/+64 |
| | | | | Fixes #715. The dump can be triggerred by issuing an "api" console command, or in the webadmin. | ||||
* | Fixed cPluginManager:AddHook() binding. | madmaxoft | 2014-01-05 | 1 | -1/+1 |
| | | | | Fixes #401. Old formats are still accepted, for compatibility reasons. | ||||
* | APIDump: Static files overwrite their destination. | madmaxoft | 2013-12-29 | 1 | -5/+13 |
| | |||||
* | APIDump: Added quick links to index to each class and hook file. | madmaxoft | 2013-12-27 | 1 | -2/+14 |
| | | | | Third part of #403. | ||||
* | APIDump: Added a quick-nav menu to hook descriptions. | madmaxoft | 2013-12-27 | 1 | -7/+22 |
| | | | | Second part of #403. | ||||
* | APIDump: Added a quick-nav menu to class descriptions. | madmaxoft | 2013-12-27 | 1 | -6/+22 |
| | | | | First part of #403. | ||||
* | APIDump: Split the huge DumpAPIHtml function into smaller ones. | madmaxoft | 2013-12-27 | 1 | -47/+61 |
| | |||||
* | APIDump: Extra pages renamed to articles and moved to front. | madmaxoft | 2013-12-27 | 1 | -24/+39 |
| | |||||
* | APIDump: Fixed bad for-loop. | madmaxoft | 2013-12-27 | 1 | -3/+3 |
| | | | | How did I not see this before? | ||||
* | Or not. Fixes #384 | Alexander Harkness | 2013-12-20 | 1 | -1/+2 |
| | |||||
* | done... finally | Alexander Harkness | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | fix the issues xoft pointed out | Alexander Harkness | 2013-12-20 | 1 | -5/+4 |
| | |||||
* | @madmaxoft now? | Alexander Harkness | 2013-12-20 | 1 | -3/+3 |
| | |||||
* | Possibly fixes #384 | Alexander Harkness | 2013-12-20 | 1 | -0/+6 |
| | | | @madmaxoft, is this the right syntax for lua for loops? | ||||
* | APIDump: Ignoring the multi-inheritance members. | madmaxoft | 2013-12-16 | 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. | ||||
* | APIDump: Removed needless whitespace output. | madmaxoft | 2013-11-24 | 1 | -123/+108 |
| | |||||
* | APIDump: The descriptions are read from multiple files. | madmaxoft | 2013-11-23 | 1 | -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. | madmaxoft | 2013-11-23 | 1 | -4/+6 |
| | | | | Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts. | ||||
* | APIDump: Implemented constant groups. | madmaxoft | 2013-11-22 | 1 | -0/+1315 |
Fix #289. |