Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-05 | TDB 335.54 - 2014/07/05TDB335.54 | Vincent-Michael | |
2014-07-05 | Wrong branch... | Gacko | |
2014-07-05 | DB/Spell: Gain focus for using Steady Shot and Cobra Shot | Gacko | |
Thanks @RezolveX | |||
2014-07-05 | SQL: Fix end of file | Vincent-Michael | |
2014-07-05 | DB/SAI: Fix db startup errros | Dr-J | |
2014-07-05 | Core/Spells: Fix Blink/_DEST spell effects when cast inside/near water | Trisjdc | |
2014-07-05 | Core: Remove again whitespace | Vincent-Michael | |
2014-07-05 | DB/Creature: Fix Abyssal Flamewalker | Aokromes | |
By mario-64 and dr-j, closes #10699 | |||
2014-07-04 | Core/Spells: Improve charge path logic, get a point to the target and then ↵ | Trisjdc | |
reduce it by the necessary distance | |||
2014-07-04 | Core/Spells: Fix Charge pathing | jackpoz | |
Fallback to "straight path" pathing when raycast doesn't find a valid path. Fixes #7931 | |||
2014-07-04 | DB/Skills: Corrected languages for night elves, taurens and blood elves | Shauren | |
2014-07-04 | Core/Skills: Fixed players getting all ranged skills when learning one of ↵ | Shauren | |
bows/crossbows/guns | |||
2014-07-04 | Rename 2014_07_01_02_world playercreateinfo_skills.sql to ↵ | Shauren | |
2014_07_01_02_world_playercreateinfo_skills.sql | |||
2014-07-03 | Core/VMAPs: Fix object orientation | jackpoz | |
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-03 | Core/Spells: fixed Deep Freeze after 2a3546ca36468b81d673bdb27315006144af3165 | joschiwald | |
Closes #12424 | |||
2014-07-03 | DB/Items: Fix typos on 4c3cb80 | Aokromes | |
By dr-j | |||
2014-07-03 | Rename 2014_06_20_01_world_spell_dbc.sql to ↵ | Aokromes | |
2014_06_20_01_world_creature_text.sql | |||
2014-07-03 | Core/Spells: Spells which do not apply auras should not apply DR | Trisjdc | |
- Solves issue where Intimidating Shout applied DR twice on the main target | |||
2014-07-02 | DB/Vendor: Add Arcanum of the Stalwart Protector reputation version | Aokromes | |
2014-07-02 | DB/Items: Fix realtime duration of event items | Aokromes | |
By dr-j closes #12421 | |||
2014-07-02 | DB/SAI: Fix Cosmetic Chains on Kirgaraak | Aokromes | |
By dr-j, closes #12420 | |||
2014-07-02 | DB/Misc: Fix some runtime errors/incorrect triggers | Aokromes | |
By dr-j | |||
2014-07-02 | Core/Spells: restore some special aura proc handling | joschiwald | |
Note: can cause some unexpected behavior Closes: #12413 | |||
2014-07-01 | Update 2014_07_01_02_world playercreateinfo_skills.sql | Shauren | |
Fixed table name | |||
2014-07-01 | Core/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-01 | DB/Misc: Fix some startup errors | Aokromes | |
By dr-j | |||
2014-07-01 | DB/Quest: The Left Piece of Lord Valthalak's Amulet | Aokromes | |
By dr-j, closes #11753 | |||
2014-06-30 | Core/Loot: Fixed looting creatures that have only quest items in their loot | Shauren | |
Closes #12400 | |||
2014-06-29 | DB/Locale: Fix some locales problems | Vincent-Michael | |
Preparation for tdb release in soon soon (Fix first db errors) :P | |||
2014-06-29 | Rename 2014_06_29_02_world_misc.sql to 2014_06_29_02_world_misc.sql | Aokromes | |
2014-06-29 | DB/Misc: correct some trinity_string encoding | Aokromes | |
By easy1, closes #11912 | |||
2014-06-29 | Core/Battleground: addition to c28345e279f31af2fa32df2411325ccfabe06fc8 | joschiwald | |
2014-06-29 | Core/Mail: Fix exploit that didn't allow recipient to delete the email | jackpoz | |
2014-06-29 | Core/Battleground: Fix crash added in c28345e279f31af2fa32df2411325ccfabe06fc8 | jackpoz | |
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-29 | DB/Quest: Added the proper special flags to one quest | Aokromes | |
2014-06-29 | DB/Misc: Add gossip_menu_options and conditions to multiple trainers | Aokromes | |
By dr-j | |||
2014-06-28 | DB/Misc: Add conditions to one mage trainer | Aokromes | |
By dr-j. | |||
2014-06-28 | Core/Creatures: Fixed a typo in respawn code | Sebastian Valle Herrera | |
Creatures should now respawn correctly in their correct time. Closes #12378 | |||
2014-06-28 | Core/Mail: Do not allow to create multiple copies of mail | jackpoz | |
2014-06-28 | Core/Mails: Fix exploit that allowed to take COD items without paying | jackpoz | |
2014-06-28 | Auth/Misc: Move OpenSSL version log from Warning to Information | jackpoz | |
2014-06-28 | COre/Mail: Don't allow to mark delete mails as read. | jackpoz | |
2014-06-28 | Merge pull request #12382 from TrinityCore/revert-12268-patch_mimironnew | jackpoz | |
Revert "Scripts/Ulduar: Implement Mimiron" | |||
2014-06-28 | Revert "Scripts/Ulduar: Implement Mimiron" | jackpoz | |
2014-06-28 | Merge pull request #12268 from Unholychick/patch_mimironnew | Trisjdc | |
Scripts/Ulduar: Implement Mimiron | |||
2014-06-28 | DB/Conditions: Arcanum of the stalwart protector | Aokromes | |
Closes #10163 | |||
2014-06-28 | DB/Misc: Karen No (and related quests) | Aokromes | |
By Wylath, closes #9217 | |||
2014-06-28 | DB/Misc: Missing Graveyard in Zone 44 | Aokromes | |
Closes #9724 | |||
2014-06-28 | Core/Battleground: removed hardcoded levels of alterac valley npcs | joschiwald | |
2014-06-28 | DB/SAI: Fix more runtime errors | Aokromes | |
By dr-j |