aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2015-02-11Core/Packets: Update and enable SMSG_COOLDOWN_EVENTDuarte Duarte
Fix build.
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-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-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-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-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-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-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)
2015-02-04Core/Entities: Fixed dynamic updatefields not being sent to the client.Warpten
2015-02-03Core/Players: Resetting talents will no longer reset character specializationShauren
* Fixed level requirements for specialization spells Closes #14014
2015-02-03Rename Called "ActionBar" to "Mask"projectcoredevs
2015-02-03Core/Packets: Update CMSG_GM_TICKET_SYSTEM_STATUS and ↵Carbenium
SMSG_GM_TICKET_SYSTEM_STATUS
2015-02-02Game/Spells: AoD Specials should only target one UnitRushor
(cherry picked from commit b01e63812629244b4acee9b2d1434f337e77af29) Conflicts: src/server/game/Spells/SpellMgr.cpp
2015-02-02Core/PacketIO: Fixed SMSG_DB_REPLY structureShauren
2015-02-02Core/Structure for CMSG_SET_ACTIONBAR_TOGGLES and activate ↵projectcoredevs
SMSG_MOVE_SET_FLIGHT_SPEED SMSG_MOVE_SET_FLIGHT_SPEED resolve #14008
2015-02-02Scripts: Remove scripts that were replaced by SAI in ↵Nayd
ba906b69e0a90e714da4fe139c25134ca68d402a
2015-02-02(1) Scripts/Spells: Death Grip should not be castable while jumping/falling ↵Nayd
and should have 8-30 yards range in PvP instead of 0-30 yards Closes #13499 (cherry picked from commit e8955cf6ddddd6953340c2ceeb3b5b4a98d57c90) Conflicts: sql/updates/world/2014_12_28_01_world.sql (2) Scripts/Spells: Adding overrides Death Grip Initial. Thanks @Goatform (cherry picked from commit bb002803bc0cd0283db0873e9a12db43a82ca30b) (3) Scripts/Spells: Move death grip from DB Moves death grip from DB to spellscript for clarity and to reduce confusion in future. (cherry picked from commit 77887ab32ff4d703dbc618b5cab364f02582c5e7) Conflicts: sql/updates/world/2014_12_28_03_world.sql
2015-02-02Core/Build: Use std namespace in getline callsNayd
2015-02-01Core/Packets:joschiwald
- added inspect packets - updated opcode values
2015-02-01Scripts/Kalimdor: Fix non pch buildVincent-Michael
2015-02-01Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-02-01Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed CreatureRushor
(cherry picked from commit 644de8700c4138b01927160423463a5e222217c5)
2015-02-01Core/Spells: Updated base spell hit chance calculation (spells will never ↵Shauren
miss targets up to 3 levels higher than caster)
2015-01-31Core/Misc: Properly sanitize ReputationSpillover datajackpoz
Fix an issue added in 024b57bb74a664cd515cf0822d4b8e939a91fe03 that didn't properly skip ReputationSpillover rows with invalid data. Fix also a static analysis issue reported by Coverity.