Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -0/+0 | |
2015-08-11 | Updated APIDump to follow the namechange | Julian Laubstein | 1 | -1/+1 | |
2015-05-13 | All in-game commands go through the OnExecuteCommand hook. | Mattes D | 1 | -4/+3 | |
Everything that has a slash at the beginning, doesn't matter if it is a registered command or not. | |||||
2015-05-10 | OnExecuteCommand hook can override the command result (crXXX). | Mattes D | 1 | -3/+5 | |
2015-05-10 | Call HOOK_EXECUTE_COMMAND even for unknown console commands. | Mattes D | 1 | -2/+10 | |
This allows plugins such as Aliases to intercept even unknown commands. | |||||
2015-05-10 | Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND. | Mattes D | 1 | -1/+2 | |
Fixes #1996. | |||||
2013-11-23 | APIDump: The descriptions are read from multiple files. | madmaxoft | 1 | -0/+31 | |
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions. |