aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-02-22Core/AHBot: Fix AHBot bidding and correct logged AH typejackpoz
Correct AuctionHouseType definition to log the right AH type. Handle auctions without bidder but with a bid as bought by the AH Bot Closes #14124 (cherry picked from commit 2eee1b349f599f92f78c58418d128f386ef3b86d) Conflicts: src/server/game/AuctionHouse/AuctionHouseMgr.cpp
2015-02-22Core/LFG: Fix assertion triggeredjackpoz
Fix assertion triggered since 9582b32d22ef9c842349a5be012bdcae4674d6c9 (cherry picked from commit dcb500388c0cb4b0ee1b2f86efa43909383fe406)
2015-02-22Core/LFG: Fix LFG issue when player was teleportingjackpoz
Fix a LFG issue that would kick a player out of a just-formed LFG party if player was being teleported. Fix a log warning "Player: GUID Full: 0x0000000000000001 Type: Player Low: 1 not ingame while retrieving his LockedDungeons" if player was being teleported. Refers to #14039 , #10191 (cherry picked from commit 9582b32d22ef9c842349a5be012bdcae4674d6c9)
2015-02-22Core/Config: Force SaveRespawnTimeImmediately config to Enabledjackpoz
Force SaveRespawnTimeImmediately config to Enabled to avoid assertions triggered at runtime when Disabled. It will be possible to Disable this config again only when all issues will be fixed. (cherry picked from commit b89f3be8d52f6b13bf1008bcbfe45b9e0f9d3ae0)
2015-02-22Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-levelclick
(cherry picked from commit cffef1e80d853ca55887f19b94380b47e45b039e) Conflicts: src/server/game/Handlers/PetHandler.cpp
2015-02-22Core/Log: Change periodic spell notificiations to DEBUG-level and set it as ↵click
a unique logging-mechanism named "spell.periodic" (cherry picked from commit 8c8ca2ab8de4ced62b1bc9205c8bc72c9b3c8012) Conflicts: src/server/game/Spells/Auras/SpellAuraEffects.cpp
2015-02-22Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps ↵click
(the old text was a tad confusing mixing maps and vmaps etc). (cherry picked from commit 4999864c4a85f49513fe9ef7e091f308c0343952)
2015-02-22Merge pull request #14103 from Epicurus4/6.xDuarte Duarte
Added a player searcher
2015-02-22Merge pull request #14167 from Golrag/WorldStatesDuarte Duarte
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-22Core/Packets: Re-order DEFINE_SERVER_OPCODE_HANDLER calls and remove a ↵Duarte Duarte
duplicated one
2015-02-21Core/Spells: Restored totem category checkShauren
Revert "Core/Totems: In cata totem items are no longer needed" This reverts commit 45e0cae7beedd84a6e71cf99d356e836476c1e4a
2015-02-21Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-02-21Core/Spells: Removed leftovers of old cooldown handlingShauren
* Use ItemEffect.db2 data directly instead of copying it to another structure
2015-02-20Core/Movement: Clarify log meaningMitchesD
2015-02-20Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of ↵Rushor
Void Sentry closes #12175 (cherry picked from commit f06b77dcb3412239994a2139f05948c4f66ea49f)
2015-02-19Core/Auras: Implemented using Mount.db2 for selecting mount display idShauren
2015-02-19Merge pull request #14179 from Aaron126/6.xjoschiwald
Core/Misc: Correct some wrong integer types in DB query results
2015-02-19Core/Misc: Correct some wrong integer types in DB query resultsAaron126
Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option
2015-02-18Scripts/HallsOfLightning: Boss Volkhan - Add OOC ForgecastRushor
closes #14066 (cherry picked from commit dc87cc69a1a61bfed5a5eca70e418a015d09e25d)
2015-02-18Scripts/Arcatraz: Warden Mellichar - Set summoned Units in CombatRushor
(cherry picked from commit 1e90b096cafa9cfb9eeb06015f85ea8c4b285226)
2015-02-17Core/Packets: fixed crash on SMSG_ATTACKSTOP and fixed init of ItemInstancejoschiwald
2015-02-17Core/Spells: fixed mem leakjoschiwald
2015-02-17Scripts/BlackTemple: Shade of AkamaNyeriah
* Updated to BossAI * Solved issue with door not closing when event starts * Solved issue with gossip flag being reset after event is done * Misc code clean ups Updates #10430 (cherry picked from commit 85105ac87bedb26c052be6ab1c3d0a397075414b)
2015-02-17Core/Spells: Cooldown updatesShauren
* Refactored cooldown handling to separate class shared by creatures and players * Updated and enabled cooldown packets * Implemented creature school lockouts * Implemented spell charges * Fixed AuraUpdate structure * Fixed aura flag AFLAG_NOCASTER handling * Implemented spell charge related auras
2015-02-16Core/Packets: Fix a duplicated opcodeDuarte Duarte
2015-02-16Typo fix (f3a19f7d629)Duarte Duarte
2015-02-16Core/Packets: More opcodes from WPPDuarte Duarte
(https://github.com/TrinityCore/WowPacketParser/commit/f6f590370c206734684b17904d5e6083c25e8528)
2015-02-16Core/Opcodes: SMSG_INIT_WORLD_STATESGolrag
2015-02-16Core/Packets: Update multiple opcode names and values (sync with WPP)Duarte Duarte
2015-02-16Core/Objects: Fixed Object::RemoveGuidValue only clearing low part of the guidShauren
2015-02-15Core/Spells: Fix a float division issue in EffectLeapBackDuarte Duarte
Ref Coverity CID 1227511
2015-02-15Core/Server: Catch exceptions in int main()Duarte Duarte
The exceptions is rethrown on debug mode. Ref Coverity CID 1010213, 1022574, 1227501, 1227502, 1227503, 1227504, 1227505, 1254536 and 1254612
2015-02-15Core/Guild: Fix crash on guild creationDuarte Duarte
Closes #14140
2015-02-14Core/Opcodes:Golrag
* SMSG_POWER_UPDATE * CMSG_SET_SHEATHED * SMSG_ATTACKSTOP
2015-02-13Scripts/FoS: improved bronjahm encounter, thanks @Grimton1337, @tkroklijoschiwald
Closes #14130 (cherry picked from commit 6dfc35d13c7a6c85ae3a12a6751203869d5e8279)
2015-02-13Core/Packets: Re-add handlers removed by mistake in bc0c0aeDuarte Duarte
2015-02-13Core/Guild: Updated and enabled most previously implemented guild and ↵Mogadischu
petition related packets Merged from https://github.com/Mogadischu/TrinityCore/commits/guild Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com>
2015-02-13Scripts/ForgeOfSouls: Fix an indentation issue on Bronjahm's scriptNyeriah
(cherry picked from commit 69d016d0fe2bb0d47df1e56b36877e5f28c2034e)
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-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-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