aboutsummaryrefslogtreecommitdiff
path: root/contrib/enumutils_describe.py
AgeCommit message (Collapse)Author
2020-09-16Contrib/EnumUtils: Fixed enumutils_describe.py matching every extension ↵Kelno
ending with a 'h' (like .sh) instead of only .h file (PR #25462)
2020-09-04Scripts/Commands: Convert argument parsing of .npc commandsTreeston
(And I snuck some chat command cleanup in there, more de-cluttering!)
2020-08-23Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl ↵Treeston
to Trinity::Impl::EnumUtilsImpl. This avoids confusing name clashes for other implementations in sub-namespaces of Trinity::Impl.
2020-08-20Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2020-08-11Core/Warden: Warden refactors (PR #25235)Treeston
2020-01-02New yearAokromes
Say bye bye to every year changing dates
2019-07-30Contrib/Misc: There, build fix. 19d71fb follow-up.Treeston
2019-07-30Contrib/Misc: Allow enumutils_describe.py to better deal with commented-out ↵Treeston
enum lines
2019-07-29Core/Misc: Kick a Totem error log upstairs one stack frame to give it access ↵Treeston
to various debug info and make Aokromes happy.
2018-11-14Core/Misc: Update description text for SpellAttr4Treeston
2018-11-12GCC build fixShauren
Closes #22785
2018-11-11Core/Util: Redesign SmartEnum to properly work for large enums (>64 entries) ↵Treeston
and play nice with IDEs (PR #22768)