Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -0/+0 | |
2015-05-10 | InfoReg: Fixed EntireCommand handling for MultiCommandHandler(). | Mattes D | 1 | -34/+34 | |
The EntireCommand wasn't propagated into the handlers. | |||||
2015-02-18 | InfoReg: Fixed MultiCommand return values. | Mattes D | 1 | -2/+1 | |
2014-11-22 | InfoReg: Added a diagnostic for bad Info.lua command info. | Mattes D | 1 | -0/+1 | |
2014-04-10 | InfoReg uses cCompositeChat for subcommand lists. | madmaxoft | 1 | -6/+6 | |
Also fixed an issue with console commands. | |||||
2014-03-25 | InfoReg updated for multi-verb console commands. | madmaxoft | 1 | -12/+39 | |
2014-03-16 | Fixed InfoReg.lua's handling of multi-level commands. | madmaxoft | 1 | -2/+2 | |
2014-02-25 | InfoReg: Subcommand aliases are handled properly. | madmaxoft | 1 | -1/+15 | |
2014-02-17 | Added the InfoReg plugin library file. | madmaxoft | 1 | -0/+157 | |
This file should be used by all plugins that use Info.lua to register their commands. It defines the functions that register the commands and provide handling for the subcommands. |