summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/main_APIDump.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* APIDump: Removed needless whitespace output.madmaxoft2013-11-241-123/+108
|
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-231-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.madmaxoft2013-11-231-4/+6
| | | | Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts.
* APIDump: Implemented constant groups.madmaxoft2013-11-221-0/+1315
Fix #289.