aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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.
2015-01-31Core/VMaps: Fix debug assert caused by invalid vmapsjackpoz
Fix debug assert thrown by G3D caused by models with empty bounding box being exported by vmap4assembler and imported by worldserver. This change will skip those models, proper investigation on the issue of why the bounding box is empty is still required.
2015-01-31Core/Movement: Fixed speed change packetsShauren
2015-01-31Merge pull request #13961 from GreenBagels/WoD-stat-updateDuarte Duarte
Changed Attack Power / DPS from 14 AP/DPS to 3.5 AP/DPS