Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-03-24 | Core/Game: Converted the game library to a shared library. | Naios | |
* There is still the possibility to static link against game. | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
Happy new year | |||
2014-01-01 | Update copyright note for 2014. | Vincent_Michael | |
Happy new year. | |||
2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
Happy new year. | |||
2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
2011-01-01 | Update copyright note for 2011. | Machiavelli | |
Happy new year. | |||
2010-12-28 | Core/CharacterDatabaseCleaner: Implement CLEANING_FLAG_QUESTSTATUS flag for ↵ | linencloth | |
queststatus cleaning (most of the deleted rows are abandoned quests) --HG-- branch : trunk | |||
2010-07-24 | Fix charactercleaning of talents | click | |
+ apply some codestyling and new headers --HG-- branch : trunk | |||
2010-07-22 | * Implemented DB cleaning on startup | Brian | |
* Must be enabled in conf AND set in worldstates for what you want to clean * CLEANING_FLAG_ACHIEVEMENT_PROGRESS = 0x1, * CLEANING_FLAG_SKILLS = 0x2, * CLEANING_FLAG_SPELLS = 0x4, * CLEANING_FLAG_TALENTS = 0x8 * Set to 0xF to clean all 4 * Patch by hunuza --HG-- branch : trunk |