aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-25Scripts/VioletHold: fixed non-pch build and codestyleMitchesD
2015-06-25Rename 2015_06_08_01_world.sql to 2015_06_25_00_world.sqlMitchesD
2015-06-25Merge pull request #14860 from mik1893/violetholdMitchesD
Core/Scripts: Violet Hold, full rework
2015-06-24Core/Instances: Make achievements and loot rolls instance-widejackpoz
Make achievements, loot rolls, master loot at money loot instance-wide, removing the previous limit for 74.f yards
2015-06-24Scripts/Spells: fix codestyleMitchesD
thanks @whoami
2015-06-23DB/Quest: Fix 2 swapped values of midsummer eventAokromes
2015-06-23Core/Scripts: Rework Violet Hold bosses adding missing spells/mechanics:mik1893
- Cyanigosa, Arcane Vacuum - Ichoron, globules mechanic - Moragg, optic link visuals - Lavanthor, minor changes - Zuramat, correctly implement void sentries - Erekem, implement Windfury and correct management of Erekem Guards - Script for the pre-event Thx @ManuFe
2015-06-23Game/GameObject: Fix Spellcast for 'Silithyst'Rushor
by @Whoami updates #14637
2015-06-23Rename 2015_08_29_00_world.sql to 2015_06_23_01_world.sqlMitchesD
2015-06-23Merge pull request #14776 from sirikfoll/SpellMidsummerMitchesD
Core/Spells Add support for quest Torch Tossing/More Torch Tossing
2015-06-23DB/World: Backport schema changes from 6.x branch (renames)ShinDarth
Closes #14899
2015-06-21Core/Misc: Update helgrind suppressionsjackpoz
2015-06-21Core/Utilities: TaskScheduler: add a task validator and on update success ↵Naios
callback. * makes it possible to block tasks if there is an active spellcast. * requested by @joschiwald
2015-06-21Core/Updater: Fix a wrong formatter introduced in 0d095109eec31Naios
* thanks @Aokromes for noticing
2015-06-21Core/Creature: fixed loading of creature auras on respawn, deathState needs ↵MitchesD
to be set to ALIVE before trying to AddAuras (which fails with different deathState than ALIVE) Closes https://github.com/TrinityCore/TrinityCore/issues/4150 (cherry picked from commit 530074f453c568dc4065994ad908d3bfc7388534)
2015-06-21Fix file nameKittnz
2015-06-20Core/Misc: Add valgrind support for jemallocjackpoz
Set CMake option VALGRIND to add valgrind support to jemalloc. Set CMake parameter VALGRIND_INCLUDE_DIR to the valgrind include directory.
2015-06-20DB/Path: Gundrak Savage pathingKittnz
2015-06-20Scripts/Commands: Fix memory leak in ".reload command"jackpoz
Free commandTableCache object before assigning it the result of malloc()
2015-06-20Core/Updater: Add some info about the count of applied updates.Naios
* some minor improvements * add a log message when database updates are disabled.
2015-06-19Scripts/Zul'farrak: Fixed summoning Gahz'rillaShauren
Fixes #5782 regression (cherry picked from commit cec05ff07d1751649b6eecff07f23f52ca5443cd)
2015-06-17Core/Players: Fix converting quests on faction changejackpoz
Fix quests not being converted on faction change due to table world.player_factionchange_quests not loaded on startup
2015-06-17Core/Spells: Fix Charge pathingjackpoz
Fix charge allowing to run to unreachable places Close #13847
2015-06-15Core/ChatCommands: Allow to use "tele" command inside of a battlegroundjackpoz
Allow GameMasters with ".gm on" tag to use ".tele" command inside of a battleground to tele around.
2015-06-14DB/Quest: Hellfire FortificationsAokromes
By tkrokli, closes #14887
2015-06-14Merge pull request #14728 from kelno/fixesjackpoz
Core/SAI: Fixed a math error overflow in SmartScript::DecPhase(int32)
2015-06-14Merge pull request #14611 from ariel-/spellsjackpoz
Core/Spell: Spell logging corrections
2015-06-14Merge pull request #14250 from xjose93/SPELL_AURA_USE_NORMAL_MOVEMENT_SPEEDjackpoz
Core/Unit: Fix snare/daze immunities versus SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED Fix SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED modifying speeds of bosses that are immune to changes of speeds.
2015-06-14Scripts/VioletHold: picked some things from pull request #11399 (thx ↵joschiwald
MitchedD for initial work)
2015-06-14Core/Unit: Fix snare/daze immunities versus ↵xjose93
SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED.
2015-06-13Fix file nameMitchesD
2015-06-13DB/Misc: Various fixesDr-J
* Quest rewards for Kael'thas and the Verdant Sphere - Closes #14452 * Quest rewards for The Cipher of Damnation - Closes #14879 * VOA Meeting stone - Closes #10502 * Fix a db error
2015-06-13Dep/libmpq: Update libmpq to ↵jackpoz
https://github.com/mbroemme/libmpq/commit/d59b4cf1d107b5f6a0f67d6bc545c6c6ebef3d74 Update libmpq to https://github.com/mbroemme/libmpq/commit/d59b4cf1d107b5f6a0f67d6bc545c6c6ebef3d74 and add some custom change to fix additional build warnings, diff is included. Extracting dbcs, maps, vmaps and mmaps is not required.
2015-06-13DB/Path: Silver Covenant Horseman in Crystalsong Forest/Windrunner's OverlookKittnz
2015-06-13Core/Texts: Fix race conditions in CreatureTextMgr repeat groupjackpoz
Fix race conditions in CreatureTextMgr repeat group happening with MapThreads > 1 reported by helgrind by moving Creature-GUID-base data from CreatureTextMgr to Creature. Issues added in bbf86641a1c35fcc66de30d7a79175c31effde88
2015-06-13Update contributors list (THANKS file)Naios
* See https://gist.github.com/Naios/25810829e66b7ddd8b82 for the full procedure & sources. * Most names were taken from commits (3.3.5 & 6.x branch) * Also contributors who were mentioned in commits were included (@, thx, thanks, Author:, author:) (cherry picked from commit 5b64df1a26d8b521282ffa41a17ad49a2e99558c)
2015-06-13Sorted contributors list of THANKS file and converted to utf-8ShinDarth
(cherry picked from commit dc403149ebe4151330a5bd5974fe9952c4f9f37e)
2015-06-12DB: Fix date for fileKittnz
2015-06-12DB/Path: Sunreaver Hawkrider in Crystalsong ForestKittnz
2015-06-11DB/Misc: Megzeg NukklebustDr-J
By @tkrokli Closes #14863
2015-06-11Merge pull request #14838 from Rushor/stopMitchesD
Scripts/SmartScripts: Clear Movement on Death
2015-06-10Scripts/TheEye: Clean up instance scriptNyeriah
2015-06-10Core/Auth: Fixed authserver not shutting down correctly when started as ↵Shauren
windows service
2015-06-08Core/Misc: Update helgrind suppressionsjackpoz
2015-06-08Core/Misc: Disable G3D buffer pools if jemalloc is enabledjackpoz
2015-06-08DB/Text: Fix wrong broadcast text idDr-J
2015-06-06DB/Creature: Demon trainersAokromes
By Killyana, closes #12559
2015-06-06DB/Quest: Rivenwood CaptivesAokromes
By Killyana, closes #3648
2015-06-06DB/Quest: The New HordeAokromes
By Killyana, closes #14814
2015-06-06DB/Creature: Thrallmar gruntAokromes
By Killyana, closes #14844