aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01SQL: Remove failVincent-Michael
2015-03-01Core/Misc: Update base stuff for V6.1.0 build 19702Vincent-Michael
2015-02-25Core/DataStores: Fixed out of bounds array access in DBStorageIteratorShauren
2015-02-24Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's ↵Shauren
session timezone offset should be used there, not server offset
2015-02-24Build warning fixes: field will be initialized after ...Shauren
2015-02-24Build fixShauren
2015-02-23Merge pull request #14236 from Golrag/Notification1Duarte Duarte
Core/Packets: SMSG_NOTIFICATION
2015-02-23Core/PacketIO: Handle ConnectToFailed and allow the client to reconnect up ↵Shauren
to 5 times before aborting login to world Closes #14214
2015-02-23Core/Packets: SMSG_NOTIFICATIONGolrag
2015-02-23Core/Cosmetic: Use DEFINE_HANDLER to mark implemented packets processed ↵Shauren
directly in WorldSocket
2015-02-23Merge pull request #14234 from Golrag/ExplorationDuarte Duarte
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-22Buildsystem/Genrev: Fixed revision generator not reading existing cmake ↵Shauren
cache variables
2015-02-22Core/Packets: SMSG_EXPLORATION_EXPERIENCEGolrag
2015-02-22Core/Database: Removed locales_item from world database (use ↵Shauren
item_sparse_locale in hotfixes database)
2015-02-22Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlockDuarte Duarte
2015-02-22Merge pull request #14226 from Golrag/MirrorTimerDuarte Duarte
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER
2015-02-22Core/Packets:Golrag
* SMSG_START_MIRROR_TIMER * SMSG_STOP_MIRROR_TIMER * SMSG_PAUSE_MIRROR_TIMER -- not used
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)