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