aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-09Travis/CI: Switch to sudoless container mode and cleanup installed librariesShauren
2017-06-09Reserve RBAC permission entries 856-860 for dynamic_spawning branch to ↵treeston
minimize future conflicts. (cherry-pick of 55d8c2b)
2017-06-08Buildsystem: Exclude ScriptPCH from all targets when building dynamic ↵Shauren
scripts (except MSVC)
2017-06-08Core/Scripts: Optimize PCH contentsShauren
2017-06-08Buildsystem: Minor PCH building changesShauren
* *PCH.cpp are now only compiled with MSVC, other compilers use custom helper commands to generate the precompiled header * Don't call the linker for pch helpertargets
2017-06-08Travis/CI: Tune build configuration for fastest build time, PCH + Debug ↵Shauren
without generating debug info
2017-06-07Core/Scripts: fix Exhilaration cooldown calculation with Hunting Party ↵MartGon
applied (#19860) Hunting Party should decrease the cooldown of Exhilaration, not increase it
2017-06-07Core/Misc: Some /W4 warning fixesShauren
2017-06-07DB/Quests: make starter quest rewards available (26799 & 26800)tkrokli
Quests: Those That Couldn't Be Saved (26799) & Recruitment (26800) Issue: Quest can not be completed due to missing DB info for reward items Detail: Cloth items can be rewarded, but not leather, mail, plate or cape Solution: Add DB item info to those quests where core blocks the rewards. Closes #19849
2017-06-06Core/Misc: Fixed warningjoschiwald
2017-06-06CI/Travis: Disable PCH and build without optimizationsShauren
2017-06-06Core/VMaps: Fix LoS in Strand of the AncientsGolrag
2017-06-05Build: Fix a build error which happened on unix debug buildsNaios
* Thanks DDuarte for the fix * Closes #19786 (cherry picked from commit 5032fb462e4329b31632a9adb3f795ca14af4273)
2017-06-05Core/PacketIO: Fixed PowerUpdate packet, it needs power type, not indexShauren
2017-06-05Core/Utils: restored previous behaviour of RandomResizeariel-
(cherry picked from commit 8188511759c6613d33111ab59f4af3c441d01c8b)
2017-06-04Core/Player: Fixed warningvincent-michael
2017-06-04Nopch fixShauren
2017-06-04Core/Players: Implement basics for the honor systemGolrag
Closes #18480 Closes #19277
2017-06-04Core/Spells: Implemented SPELL_EFFECT_PLAY_SCENE (#19836)Golrag
2017-06-04Core/Misc: Fixed warningsjoschiwald
2017-06-04Core/AreaTrigger: Fixed broken spline after ↵joschiwald
b453e124231a90321fe79fbf3a62acdcfa54a691
2017-06-04Core/Game: Include cleanup part 5Shauren
* ObjectMgr.h * Player.h * Unit.h * G3D should no longer propagate everywhere from Spline/MotionMaster
2017-06-03Core/Proto: Fixed silencing warnings in when generating proto PCHShauren
2017-06-03Core: Updated PCH contentsShauren
2017-06-03Core/AreaTrigger: Make sure areatrigger is removed correctlyjoschiwald
2017-06-03Core/Misc: Added missing breaksjoschiwald
2017-06-03Core/Spells: Use ValidateSpellInfo in all scriptsShauren
2017-06-03DB/Misc: Disable few deprecated misionsAokromes
By Malcrom
2017-06-03DB/Misc: Misc fixesAokromes
By Malcrom
2017-06-02Update zone_dun_morogh.cppAokromes
2017-06-02Update zone_dun_morogh.cppAokromes
2017-06-02Update 2017_06_02_00_world.sqlAokromes
2017-06-02Rename 2017_06_02_09_world.sql to 2017_06_02_00_world.sqlAokromes
2017-06-02Update 2017_06_02_09_world.sqlAokromes
2017-06-02DB/Misc: Misc fixes for Dun MoroghAokromes
By Malcrom
2017-06-02DB/Misc: Human start zone fixesAokromes
By Malcrom, cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/58c9ac5c68f9fe75abfd5e2c0d61bd56d0f547af
2017-06-01Nopch fixShauren
2017-06-01Core/Scripts: Removed a duplicated call in boss HoggerKeader
2017-06-01Scripts/Stockades - Add scripts to instance (#19522)Artamedes
2017-06-01DB/Creature: Gug Fatcandle SAIAokromes
By Malcrom
2017-06-01DB/Gameobject: Spawn some missing portalsAokromes
By ArcaneFox Updates #19155 Closes #12746
2017-05-29Fix non-PCH build.Gacko
Required by: std::reference_wrapper.
2017-05-28Scrips/MagistersTerrace: Fixed warningvincent-michael
2017-05-28Core: Fixed warningsvincent-michael
2017-05-28Core/Scripts: Include cleanupShauren
2017-05-28Core/PacketIO: Fixed reading ItemInstance structure - affected buying items ↵Aokromes
from vendors Closes #19811
2017-05-27Initialize variable in constructor, thanks @LordronShauren
2017-05-26Core/AreaTrigger: Remove the correct areatrigger when ↵Seyden
SPELL_AURA_AREA_TRIGGER is removed (#19749)
2017-05-26Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with ↵Aokromes
CONDITION_SOURCE_TYPE_QUEST_ACCEPT.
2017-05-25DB/Creature: Revert bad fixAokromes