aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-30DB/Gameobject: Add loot for some gameobjectsAokromes
By Malcrom
2016-07-30Core/Spells: Defined new spell effect namesShauren
2016-07-29DB/Misc: Fix gold of some creaturesAokromes
By Malcrom
2016-07-29DB/Misc: Misc fixesAokromes
By Malcrom
2016-07-29Core/Auras: Defined more known aura typesShauren
2016-07-29DB/Quest: Fix quest grouping for quest 27989 and 27994Aokromes
By tkrokli
2016-07-28Core/RBAC: Mark some permissions 3.3.5a onlyAokromes
2016-07-28Dep: Remove boost regex dependency and replace its uses with std regex ↵Shauren
(works since gcc 4.9)
2016-07-27Core/Loot: Removed need before greed and round robin loot methodsShauren
"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-27Core/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-26Core/Auras: Visibility changesShauren
* 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-26Tools/Mapextractor: Fix a vector subscript out of range debug assertionCarbenium
2016-07-25Core/Misc: Defined new gameobject typesShauren
2016-07-25Core/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-25Merge pull request #17661 from tkrokli/explored_zones_sizeblub
Core/Scripts: uint8 -> uint16 in cs_cheat.cpp
2016-07-25Core/Scripts: uint8 -> uint16 in cs_cheat.cpptkrokli
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-24Core/Players: Fix warning in 9e4e339fc2791b69de672ea3f583c1e15424bb04Vincent-Michael
2016-07-24Core/Player: Updated PLAYER_EXPLORED_ZONES_SIZE (#17659)Golrag
2016-07-24Fix non PCH build.Gacko
2016-07-23Core/Players: Initial work on demon huntersOvalord
* 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-23Core/GameTables: Fixed missing gt checkShauren
Closes #17654
2016-07-23Core: Change supported build to 7.0.3.22293Shauren
2016-07-23Tools/Patcher: Updated patterns for x64 win/mac clients7.0.3/22248Shauren
2016-07-22[7.x] Legion stats (#17653)funjoker
* Remove Spirit Stat from loading * Update player_levelstats for legion
2016-07-22Core/Enum: Updated ResponseCodes enum for legionVincent-Michael
2016-07-22Tools/mmaps_generator: Update junk map definitionsShauren
2016-07-22Tools/vmapextractor: Update to new m2 and wmo structuresShauren
2016-07-22Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@2702efeae5f63c64f6d883cfcc219daa2fb06108
2016-07-20Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵Ivan Beňovic
(#17614)
2016-07-20Fixed nopch build, for real this timeShauren
2016-07-20Fixed nopch build and some leftover warningsShauren
2016-07-20Core: Fixed merge errorsShauren
2016-07-20Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them ↵Ivan Beňovic
also when the spell doesn't hit. (#17613)
2016-07-20Nopch build fixesShauren
2016-07-20Fixed more compile warningsShauren
2016-07-19Build fixesShauren
2016-07-19Build fixesShauren
2016-07-19Warning fixesShauren
2016-07-19Build fix for dynamic linkingShauren
2016-07-19Tools: Added game tables extractorShauren
2016-07-19Merge branch 'legion' into 6.xShauren
2016-07-19Core/Players: Fixed adding appearances from void storageShauren
2016-07-19Core/PacketIO: Send spec id in char enumShauren
2016-07-19SQL: Cleanup WIP sql arrangementShauren
2016-07-18Tools: Extractor updatesShauren
* VMAP extractor does not work due to a bug in CascLib
2016-07-18Core/Spells: Fixed possible null pointer dereference6.2.4/21742Shauren
Coverity CID 1357406
2016-07-17Fix non pch build.Gacko
2016-07-17Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-17Build fix for dynamic linkingShauren