aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-05TDB 335.54 - 2014/07/05TDB335.54Vincent-Michael
2014-07-05Wrong branch...Gacko
2014-07-05DB/Spell: Gain focus for using Steady Shot and Cobra ShotGacko
Thanks @RezolveX
2014-07-05SQL: Fix end of fileVincent-Michael
2014-07-05DB/SAI: Fix db startup errrosDr-J
2014-07-05Core/Spells: Fix Blink/_DEST spell effects when cast inside/near waterTrisjdc
2014-07-05Core: Remove again whitespaceVincent-Michael
2014-07-05DB/Creature: Fix Abyssal FlamewalkerAokromes
By mario-64 and dr-j, closes #10699
2014-07-04Core/Spells: Improve charge path logic, get a point to the target and then ↵Trisjdc
reduce it by the necessary distance
2014-07-04Core/Spells: Fix Charge pathingjackpoz
Fallback to "straight path" pathing when raycast doesn't find a valid path. Fixes #7931
2014-07-04DB/Skills: Corrected languages for night elves, taurens and blood elvesShauren
2014-07-04Core/Skills: Fixed players getting all ranged skills when learning one of ↵Shauren
bows/crossbows/guns
2014-07-04Rename 2014_07_01_02_world playercreateinfo_skills.sql to ↵Shauren
2014_07_01_02_world_playercreateinfo_skills.sql
2014-07-03Core/VMAPs: Fix object orientationjackpoz
Merge https://github.com/249CAAFE40/mangos-wotlk/commit/2f8b8e55d99122d34be2a08cbdbd2d2b1ae172d1 Quoting original commit log: This patch fixes 2 issues with the vmap extractor. 1) Incorrectly converts vertex coordinates. 2) Forgets to convert coordinates on triangle indices. The effects of [1] causes models to be flipped. This isn't very noticeable on most trees as flipping a cylinder results in the same cylinder, but it's very noticeable on any non-symmetrical geometry (which, even includes trees, it's just harder to notice). [2] Didn't seem to be a problem when the coordinates were incorrectly converted, but when applying the correct conversion caused some triangles to be flipped (i.e. facing inwards). You will need to re-extract vmaps and re-generate mmaps for these changes to take effect. Fixes #417
2014-07-03Core/Spells: fixed Deep Freeze after 2a3546ca36468b81d673bdb27315006144af3165joschiwald
Closes #12424
2014-07-03DB/Items: Fix typos on 4c3cb80Aokromes
By dr-j
2014-07-03Rename 2014_06_20_01_world_spell_dbc.sql to ↵Aokromes
2014_06_20_01_world_creature_text.sql
2014-07-03Core/Spells: Spells which do not apply auras should not apply DRTrisjdc
- Solves issue where Intimidating Shout applied DR twice on the main target
2014-07-02DB/Vendor: Add Arcanum of the Stalwart Protector reputation versionAokromes
2014-07-02DB/Items: Fix realtime duration of event itemsAokromes
By dr-j closes #12421
2014-07-02DB/SAI: Fix Cosmetic Chains on KirgaraakAokromes
By dr-j, closes #12420
2014-07-02DB/Misc: Fix some runtime errors/incorrect triggersAokromes
By dr-j
2014-07-02Core/Spells: restore some special aura proc handlingjoschiwald
Note: can cause some unexpected behavior Closes: #12413
2014-07-01Update 2014_07_01_02_world playercreateinfo_skills.sqlShauren
Fixed table name
2014-07-01Core/Skills: Use SkillLineAbility.dbc to determine player initial spells - ↵Shauren
skill assignment done in a new table `playercreateinfo_skills` * Removed DK start skill hacks * Resolved missing skills in character skill tab Closes #12311
2014-07-01DB/Misc: Fix some startup errorsAokromes
By dr-j
2014-07-01DB/Quest: The Left Piece of Lord Valthalak's AmuletAokromes
By dr-j, closes #11753
2014-06-30Core/Loot: Fixed looting creatures that have only quest items in their lootShauren
Closes #12400
2014-06-29DB/Locale: Fix some locales problemsVincent-Michael
Preparation for tdb release in soon soon (Fix first db errors) :P
2014-06-29Rename 2014_06_29_02_world_misc.sql to 2014_06_29_02_world_misc.sqlAokromes
2014-06-29DB/Misc: correct some trinity_string encodingAokromes
By easy1, closes #11912
2014-06-29Core/Battleground: addition to c28345e279f31af2fa32df2411325ccfabe06fc8joschiwald
2014-06-29Core/Mail: Fix exploit that didn't allow recipient to delete the emailjackpoz
2014-06-29Core/Battleground: Fix crash added in c28345e279f31af2fa32df2411325ccfabe06fc8jackpoz
Fix a double-delete crash added in c28345e279f31af2fa32df2411325ccfabe06fc8 caused by copy-constructor copying pointers across different Battleground instances. Valgrind log: Invalid read of size 8 at : Battleground::~Battleground() (Battleground.cpp:231) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundMgr::Update(unsigned int) (BattlegroundMgr.cpp:103) by : World::Update(unsigned int) (World.cpp:2067) Address 0x5675d140 is 0 bytes inside a block of size 24 free'd at : operator delete(void*) (vg_replace_malloc.c:509) by : ArenaTeamScore::~ArenaTeamScore() (ArenaScore.h:64) by : Battleground::~Battleground() (Battleground.cpp:231) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundMgr::Update(unsigned int) (BattlegroundMgr.cpp:103)
2014-06-29DB/Quest: Added the proper special flags to one questAokromes
2014-06-29DB/Misc: Add gossip_menu_options and conditions to multiple trainersAokromes
By dr-j
2014-06-28DB/Misc: Add conditions to one mage trainerAokromes
By dr-j.
2014-06-28Core/Creatures: Fixed a typo in respawn codeSebastian Valle Herrera
Creatures should now respawn correctly in their correct time. Closes #12378
2014-06-28Core/Mail: Do not allow to create multiple copies of mailjackpoz
2014-06-28Core/Mails: Fix exploit that allowed to take COD items without payingjackpoz
2014-06-28Auth/Misc: Move OpenSSL version log from Warning to Informationjackpoz
2014-06-28COre/Mail: Don't allow to mark delete mails as read.jackpoz
2014-06-28Merge pull request #12382 from TrinityCore/revert-12268-patch_mimironnewjackpoz
Revert "Scripts/Ulduar: Implement Mimiron"
2014-06-28Revert "Scripts/Ulduar: Implement Mimiron"jackpoz
2014-06-28Merge pull request #12268 from Unholychick/patch_mimironnewTrisjdc
Scripts/Ulduar: Implement Mimiron
2014-06-28DB/Conditions: Arcanum of the stalwart protectorAokromes
Closes #10163
2014-06-28DB/Misc: Karen No (and related quests)Aokromes
By Wylath, closes #9217
2014-06-28DB/Misc: Missing Graveyard in Zone 44Aokromes
Closes #9724
2014-06-28Core/Battleground: removed hardcoded levels of alterac valley npcsjoschiwald
2014-06-28DB/SAI: Fix more runtime errors Aokromes
By dr-j