1
0
Commit Graph

20 Commits

Author SHA1 Message Date
Jonathan Fabian
a1c6e89273 Fix duplicate commands added to README.md 2014-12-04 23:25:46 -05:00
Mattes D
d79d5945e3 InfoDump: Do not crash if one plugin fails to load.
If there's a syntax error in one plugin's Info.lua file, report the error and continue processing.
2014-10-20 20:14:00 +02:00
Mattes D
5d43dc0f45 InfoDump: Fixed trailing whitespace. 2014-10-18 20:53:58 +02:00
Mattes D
e2c1b86839 InfoDump: Fixed GH permission export, moved output to plugins. 2014-10-18 20:51:28 +02:00
STRWarrior
dc0cbd594c The APIDump generates a list of all the permissions again. 2014-03-05 19:17:59 +01:00
STRWarrior
20e377ea7b Fixed typo
Discription => Description
2014-03-02 16:55:04 +01:00
STRWarrior
0c8d08cb09 Simplified and more clearer infodump for Github. 2014-03-02 16:48:55 +01:00
STRWarrior
854cf9df99 Using comma instead of string concatenation. 2014-03-01 14:45:38 +01:00
STRWarrior
6129b6edf1 If there is a SourceLocation available the InfoDump will note it in the forum version. 2014-03-01 14:29:40 +01:00
madmaxoft
aec7ffd3f6 InfoDump: Added github output. 2014-02-05 21:50:56 +01:00
madmaxoft
1bd939c4d4 InfoDump: Fixed export for undeclared command param combinations. 2014-02-04 00:16:26 +01:00
madmaxoft
a6661e899a InfoDump: Can dump a single plugin without LFS. 2014-01-22 12:41:19 +01:00
madmaxoft
f58d11fc1a InfoDump: Dump all referenced permissions. 2014-01-22 10:18:58 +01:00
madmaxoft
8b6be58ad9 InfoDump: Removes indent and parses ParameterCombinations.
The DetailedHelp was a bad name for what it really contained, so it has been renamed to ParameterCombinations.
2014-01-06 10:25:52 +01:00
madmaxoft
44cf86dcf9 InfoDump: Removed an unneeded function. 2014-01-05 15:15:59 +01:00
madmaxoft
20da685002 InfoDump: All reasonable strings are forumized. 2014-01-04 22:11:19 +01:00
madmaxoft
b2ac227064 Added forum output for commands' DetailedHelp array.
Also added some coloring to simulate syntax highlighting.
2014-01-04 20:42:31 +01:00
madmaxoft
58e18b41f7 InfoDump: Implemented list and formatting Forumizing.
The exported strings are now parsed for basic formatting and list-related tags.
2014-01-04 19:24:39 +01:00
madmaxoft
da2e7c25b0 InfoDump: added AdditionalInfo to forum dumps. 2014-01-04 15:36:27 +01:00
madmaxoft
4c3d2a86a5 Added an InfoDump script for dumping all plugins' Info.lua into forum description.
GitHub description will follow later on.
2014-01-04 14:12:45 +01:00