| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-01 | Core/Packets: Fix a warning (unreferenced locale var) | Naios | |
| 2016-07-31 | Core/Loot: Fixed crash happening when looting items into new stack or items ↵ | Shauren | |
| with random properties Closes #17700 | |||
| 2016-07-30 | Misc/RBAC: Sync with 3.3.5 | Vincent-Michael | |
| 2016-07-30 | Core/Player: Fixed coverity issues | Vincent-Michael | |
| Coverity CID 1360561 | |||
| 2016-07-30 | Core/Spells: Defined new spell effect names | Shauren | |
| 2016-07-29 | Core/Auras: Defined more known aura types | Shauren | |
| 2016-07-28 | Core/RBAC: Mark some permissions 3.3.5a only | Aokromes | |
| 2016-07-28 | Dep: Remove boost regex dependency and replace its uses with std regex ↵ | Shauren | |
| (works since gcc 4.9) | |||
| 2016-07-27 | Core/Loot: Removed need before greed and round robin loot methods | Shauren | |
| "Round Robin and the old "Group Loot" option were removed in 7.0.3, since they were almost entirely unused. Loot options are now: Group Loot, Master Loot (if in a guild party), Personal Loot, and Free For All" | |||
| 2016-07-27 | Core/DataStores: Updated DB2 version checks to 7.0.3 (22293). (#17674) | Software Engineer | |
| 2016-07-27 | [Legion] Update MAX_LEVEL & DEFAULT_MAX_LEVEL (#17657) | funjoker | |
| 2016-07-26 | Core/Auras: Visibility changes | Shauren | |
| * Changed max visible aura amount to 255 * All auras are now sent to clients, many passives that client needed to see were incorrectly hidden (also client properly filters aura bar by itself) | |||
| 2016-07-26 | Tools/Mapextractor: Fix a vector subscript out of range debug assertion | Carbenium | |
| 2016-07-25 | Core/Misc: Defined new gameobject types | Shauren | |
| 2016-07-25 | Core/Players: Fix logic regarding HandleCharEnum and DHs (#17660) | DJScias | |
| * If CONFIG_CHARACTER_CREATING_MIN_LEVEL_FOR_DEMON_HUNTER was set to 0 (disable in the config), it would still not allow you to create a DH in case there were no prior characters. * If RBAC_PERM_SKIP_CHECK_CHARACTER_CREATION_DEMON_HUNTER was true (AKA allow DH creation always) it would not allow DH creation regardless of existing characters or not considering canAlwaysCreateDemonHunter was not checked for validity on charEnum.IsDemonHunterCreationAllowed. | |||
| 2016-07-25 | Core/Scripts: uint8 -> uint16 in cs_cheat.cpp | tkrokli | |
| After the latest size change in PLAYER_EXPLORED_ZONES_SIZE from 255 to 256, this needs to be an uint16 variable instead of uint8. | |||
| 2016-07-24 | Core/Players: Fix warning in 9e4e339fc2791b69de672ea3f583c1e15424bb04 | Vincent-Michael | |
| 2016-07-24 | Core/Player: Updated PLAYER_EXPLORED_ZONES_SIZE (#17659) | Golrag | |
| 2016-07-24 | Fix non PCH build. | Gacko | |
| 2016-07-23 | Core/Players: Initial work on demon hunters | Ovalord | |
| * Added starting level and required level config options as well as rbac permission to ignore the requirements * Updated max power values for both demon hunter specs * Fixed a crash during DK and DH creation * Added playercreateinfo data for demon hunters Closes #17651 | |||
| 2016-07-23 | Core/GameTables: Fixed missing gt check | Shauren | |
| Closes #17654 | |||
| 2016-07-23 | Core: Change supported build to 7.0.3.22293 | Shauren | |
| 2016-07-23 | Tools/Patcher: Updated patterns for x64 win/mac clients7.0.3/22248 | Shauren | |
| 2016-07-22 | [7.x] Legion stats (#17653) | funjoker | |
| * Remove Spirit Stat from loading * Update player_levelstats for legion | |||
| 2016-07-22 | Core/Enum: Updated ResponseCodes enum for legion | Vincent-Michael | |
| 2016-07-22 | Tools/mmaps_generator: Update junk map definitions | Shauren | |
| 2016-07-22 | Tools/vmapextractor: Update to new m2 and wmo structures | Shauren | |
| 2016-07-20 | Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵ | Ivan Beňovic | |
| (#17614) | |||
| 2016-07-20 | Fixed nopch build, for real this time | Shauren | |
| 2016-07-20 | Fixed nopch build and some leftover warnings | Shauren | |
| 2016-07-20 | Core: Fixed merge errors | Shauren | |
| 2016-07-20 | Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them ↵ | Ivan Beňovic | |
| also when the spell doesn't hit. (#17613) | |||
| 2016-07-20 | Nopch build fixes | Shauren | |
| 2016-07-20 | Fixed more compile warnings | Shauren | |
| 2016-07-19 | Build fixes | Shauren | |
| 2016-07-19 | Build fixes | Shauren | |
| 2016-07-19 | Warning fixes | Shauren | |
| 2016-07-19 | Build fix for dynamic linking | Shauren | |
| 2016-07-19 | Tools: Added game tables extractor | Shauren | |
| 2016-07-19 | Merge branch 'legion' into 6.x | Shauren | |
| 2016-07-19 | Core/Players: Fixed adding appearances from void storage | Shauren | |
| 2016-07-19 | Core/PacketIO: Send spec id in char enum | Shauren | |
| 2016-07-18 | Tools: Extractor updates | Shauren | |
| * VMAP extractor does not work due to a bug in CascLib | |||
| 2016-07-18 | Core/Spells: Fixed possible null pointer dereference6.2.4/21742 | Shauren | |
| Coverity CID 1357406 | |||
| 2016-07-17 | Fix non pch build. | Gacko | |
| 2016-07-17 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-07-17 | Build fix for dynamic linking | Shauren | |
| 2016-07-17 | Tools: Added universal TrinityCore banner with git version info to all tools | Shauren | |
| 2016-07-17 | Core/DataStores: Added sparse storage flag assertion | Shauren | |
| 2016-07-17 | Scripts: Build fix | Shauren | |
