aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-22DB: Dropped unused tablesShauren
2015-02-22Core/DataStores: Added iterator class for DBCStorage and DB2StorageShauren
2015-02-22Build fixShauren
2015-02-22Core/DataStores: Added tables for all loaded DB2 storesShauren
2015-02-22Shared/Database: Improve dead-lock error handlingjackpoz
Improve dead-lock error handling by making sure only 1 thread at time retries to execute a transaction so they don't keep dead-locking each other. (cherry picked from commit 62001360dd1d08b2f33fba0f20425867b1b0a069)
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-22Dep/CascLib: Update to ↵Duarte Duarte
https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630
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-20DB/Misc: Golden Lotus On Kill ReputationAokromes
By AriDEV, closes #14158
2015-02-20DB/Quest: GO MoP queststartersAokromes
By AriDEV, closes #14159
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-19CMake: Allow specifying the mysql location by environment variable.leak
2015-02-19Contrib: Update merge_updates batch files with hotfixes dbDuarte Duarte
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-14Merge pull request #14150 from Golrag/CombatPackets1Duarte Duarte
Core/Opcodes:
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-13Rename SQLs added in commit 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)