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