summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/InfoDump.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-13InfoDump: Added DownloadLocation to forum post generator.Mattes D1-1/+4
2015-05-13InfoDump: Added support for links.Mattes D1-4/+12
Also fixed processing of lists and list items.
2015-04-04Fixed DumpInfo pluginSTRWarrior1-0/+7
2014-12-05Fix duplicate commands added to README.mdJonathan Fabian1-1/+12
2014-10-20InfoDump: Do not crash if one plugin fails to load.Mattes D1-1/+5
If there's a syntax error in one plugin's Info.lua file, report the error and continue processing.
2014-10-18InfoDump: Fixed trailing whitespace.Mattes D1-3/+3
2014-10-18InfoDump: Fixed GH permission export, moved output to plugins.Mattes D1-196/+225
2014-03-05The APIDump generates a list of all the permissions again.STRWarrior1-7/+7
2014-03-02Fixed typoSTRWarrior1-1/+1
Discription => Description
2014-03-02Simplified and more clearer infodump for Github.STRWarrior1-14/+7
2014-03-01Using comma instead of string concatenation.STRWarrior1-1/+1
2014-03-01If there is a SourceLocation available the InfoDump will note it in the forum version.STRWarrior1-1/+4
2014-02-05InfoDump: Added github output.madmaxoft1-5/+228
2014-02-04InfoDump: Fixed export for undeclared command param combinations.madmaxoft1-2/+2
2014-01-22InfoDump: Can dump a single plugin without LFS.madmaxoft1-47/+65
2014-01-22InfoDump: Dump all referenced permissions.madmaxoft1-4/+112
2014-01-06InfoDump: Removes indent and parses ParameterCombinations.madmaxoft1-8/+27
The DetailedHelp was a bad name for what it really contained, so it has been renamed to ParameterCombinations.
2014-01-05InfoDump: Removed an unneeded function.madmaxoft1-28/+0
2014-01-04InfoDump: All reasonable strings are forumized.madmaxoft1-5/+5
2014-01-04Added forum output for commands' DetailedHelp array.madmaxoft1-2/+31
Also added some coloring to simulate syntax highlighting.
2014-01-04InfoDump: Implemented list and formatting Forumizing.madmaxoft1-1/+6
The exported strings are now parsed for basic formatting and list-related tags.
2014-01-04InfoDump: added AdditionalInfo to forum dumps.madmaxoft1-4/+47
2014-01-04Added an InfoDump script for dumping all plugins' Info.lua into forum description.madmaxoft1-0/+293
GitHub description will follow later on.