aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-13Core/Packets: Fix and enable CMSG_BUY_ITEM, SMSG_BUY_FAILED and ↵Duarte Duarte
SMSG_BUY_SUCCEEDED Closes #14127
2015-02-12Core/Items: Defined a few new item flagsShauren
2015-02-12Core/Spells: Refactor code changed in 8c49d204c38e321f033a47233801a172e7f1abb5Duarte Duarte
2015-02-12Core/Packets: Write targets (hit & miss) to SMSG_SPELL_GODuarte Duarte
Fixes most spell visuals. Also write explicit basic types in SpellPackets (cosmetic)
2015-02-12DB/Quest: Your Place In The WorldAokromes
By timsar2 & Gooyeth, closes #13864
2015-02-12Core/Packets: Update and enable CMSG_GOSSIP_SELECT_OPTION, ↵Duarte Duarte
SMSG_BINDER_CONFIRM, SMSG_GOSSIP_COMPLETE and SMSG_PLAYER_BOUND Fixes #14115
2015-02-12Core/Packets: Update and enable CMSG_USE_ITEMDuarte Duarte
Ref #14115
2015-02-11Core/Packets: Update and enable SMSG_COOLDOWN_EVENTDuarte Duarte
Fix build.
2015-02-11DB/Auth: Remove auto_increment value from auth_database.sqlDuarte Duarte
2015-02-11Merge pull request #14106 from Noeliel/3.3.5Duarte Duarte
Scripts/ScarletEnclave: Add missing WorldObject parameter for Talk() ove... (cherry picked from commit f961c06612540bcdfd4871cb1c1ae60654f1ddb0)
2015-02-11Merge pull request #13963 from tkrokli/3.3.5Duarte Duarte
Fix Cooldown for Raise Dead (Ghoul) (cherry picked from commit 1d627ca1ea2e5bc15907ab9b81bf3f03f9effb36)
2015-02-11Merge PR #14059 from 'Rochet2/ahbot_buyer' into 3.3.5jackpoz
(cherry picked from commit b69fd4ac682347b8b735ac7116ada25d79698933) Conflicts: src/server/game/AuctionHouseBot/AuctionHouseBotBuyer.cpp
2015-02-11Merge pull request #14098 from ariel-/arenacdDuarte Duarte
Arena Spells Reset Cooldown micro correction (cherry picked from commit a3bc75b7b96913eae3343bfde0390cf921748011)
2015-02-11DB/PlayerStats: Corrections to intellect between levels 10 and 19Orphus
2015-02-11Tabs to spaces and whitespace cleanupNayd
2015-02-11Merge pull request #14099 from flippy84/fixesDuarte Duarte
Stat fixes
2015-02-11Merge pull request #14097 from flippy84/hp_fixDuarte Duarte
Fix health calculation.
2015-02-11Core/Auth: Fixed clients being disconnected if taking too long to select ↵Shauren
game account for login Closes #13782
2015-02-11Remove un-needed code.Epicurus4
2015-02-10Added a player searcherEpicurus4
This can be used in scripts to search for Player* objects within a given range.
2015-02-10Stat fixesAnte
2015-02-10Fix health calculation.Ante
2015-02-09Core/Items: Defined all item modifiersShauren
2015-02-08Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-02-08Core/Items: fixed AuctionHouse and GuildBank items from DBjoschiwald
2015-02-08Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity. Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08Tools/MapExtractor: Fix crash when passing an invalid input pathjackpoz
Fix unhandled exception happening when passing an invalid path as -i argument.
2015-02-08Fix non pch build. ffs...Gacko
2015-02-08Core/Spells: Implemented SpellLearnSpell.db2 for auto learning linked spellsShauren
2015-02-08Scripts/SunwellPlateau: Fix a typo that caused M'uru's phase transition to ↵Nyeriah
fail on some rare cases (cherry picked from commit 1e3247f00e08900180dcda2bdbc1c55e7e05baf9)
2015-02-08Fixed buildjoschiwald
2015-02-08Core/Packets: updated some contactlist packetsjoschiwald
2015-02-07Merge pull request #14063 from Carbenium/mail-fixjoschiwald
Core/Packets: Fix MailListEntry structure
2015-02-07Core/Packets: Fix MailListEntry structureCarbenium
2015-02-07Merge pull request #14025 from Carbenium/mail-1Duarte Duarte
Core/Packets: Implement all mail system relevant packets
2015-02-07Core/Packets: Implement all mail system relevant packetsCarbenium
Thanks @joschiwald, @DDuarte and @Warpten
2015-02-06Fix non pch buildGacko
2015-02-06DB: fixed The Brewmaiden SAIjoschiwald
2015-02-05SQL: Make sure the correct world db is select when executing SQL update scriptsjackpoz
Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434). Issue added in df444890daf74e95d51a229f99996561a88ac71a
2015-02-05Core/Players: Updated player byte field offsetsShauren
2015-02-05Made compiler happyjoschiwald
2015-02-05Core/Packets:joschiwald
- updated who packets - fixed typos from previous commits
2015-02-05Core/Spells: Added missed iterator check to Player::GetCastSpellInfoShauren
Closes #14030
2015-02-04Core/Misc: Update outdated license header filesNoffearr
Ref #14028
2015-02-04Merge pull request #14010 from ProjectcoreDevs/6.xDuarte Duarte
Core/Structure for CMSG_SET_ACTIONBAR_TOGGLES and activate SMSG_MOVE_SET...
2015-02-04Core/Packets: Typo fixes and cleanup of 0f84c7c7b106fffa33e3c114858218f89e634da4Nayd
2015-02-04DB/World: Remove a partial duplicated SQL ↵Nayd
(ba906b69e0a90e714da4fe139c25134ca68d402a)
2015-02-04Core/Packets: Add structure for CMSG_GM_TICKET_GET_CASE_STATUS, ↵Carbenium
SMSG_GM_TICKET_CASE_STATUS, CMSG_GM_TICKET_ACKNOWLEDGE_SURVEY and SMSG_GM_TICKET_RESPONSE_ERROR Implement CMSG_GM_TICKET_GET_TICKET and SMSG_GM_TICKET_GET_TICKET_RESPONSE Update SMSG_FEATURE_SYSTEM_STATUS to support customizable ticket system and add config options
2015-02-04Fix buildNayd
(cherry picked from commit c66bd709f1c58303aca39b8f43ac57379079882d)
2015-02-04Shared/Database: Fix transactions not being recommitted on dead-lock errorjackpoz
Fix transactions not being recommitted on dead-lock error (error code 1213) because of calling http://dev.mysql.com/doc/refman/5.0/en/mysql-errno.html after sending the ROLLBACK command. This way the returned error code was related to the ROLLBACK command, not the failed transaction. (cherry picked from commit d4db0c15c7e59f7139619720be3c26a48e6ff259)