Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-28 | Remove conf dir. | Andrei Karas | 1 | -3717/+0 | |
2016-03-11 | Hardcore Parameters from constant database to avoid synchronize issues with ↵ | hemagx | 1 | -118/+0 | |
source now defining new parameters in the constants.conf database is deprecated and should be defined in source instead | |||||
2016-02-29 | Added gender-related constants SEX_MALE/SEX_FEMALE | Emistry | 1 | -0/+4 | |
2016-02-27 | Update NPC ID's | Jedzkie | 1 | -0/+25 | |
2016-01-25 | Added source support for special comments in the constdb | Haru | 1 | -45/+42 | |
- To be used by the constdb2doc plugin Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-16 | set_constant the LOOK_ constants | AnnieRuru | 1 | -16/+0 | |
2016-01-16 | Remove VAR_ constants | AnnieRuru | 1 | -10/+37 | |
- there are 2 same constants for setlook script command, remove the wrong one - VAR_ constant added by lone_wolf is invalid https://github.com/HerculesWS/Hercules/commit/f4278f36db32f35e535a0ea8feb1cf83ca95019e, so use the LOOK_ constant | |||||
2016-01-13 | Marked Job_Alchem and Job_Baby_Alchem as deprecated | Haru | 1 | -2/+8 | |
Use respectively Job_Alchemist and Job_Alchemist instead. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-13 | Added support to mark constants in db/constants.conf as deprecated | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-13 | Converted const.txt to libconfig format | Haru | 1 | -0/+3791 | |
- This is necessary for upcoming improvements Signed-off-by: Haru <haru@dotalux.com> |