aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-07Core/DataStores: Updated BattlemasterList.dbc, CharStartOutfit.dbc, ↵Intel
CharTitle.dbc structs
2014-11-07Core/DataStores: Fixed name consistency and improved coords handlingIntel
2014-11-06Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievementNyeriah
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example) (cherry picked from commit 9838cbda1a44ca6e45d114a0c2facc71cb481d38)
2014-11-07Core/Extractors: Add missing WorldSafeLocs.dbcIntel
2014-11-06Core/NetworkIO: updated CMSG_GUILD_QUERY and SMSG_GUILD_QUERY_RESPONSEjoschiwald
2014-11-06Tools/PatcherShauren
* Client patcher no longer has to be ran from administrator level command line to successfully create bnet module * Set patched bnet module as readonly to prevent wow from deleting it
2014-11-06Core/PacketIO: Added SMSG_REDIRECT_CLIENT/ConnectTo packet structureShauren
2014-11-06Core/Misc: Added const qualifier to HmacHash ctor argShauren
2014-11-06Tools/Patcher: Removed "Connection" patch and added rsa modulus patchShauren
2014-11-06Core/NetworkIO: updated CMSG_REORDER_CHARACTERS packet and other opcode valuesjoschiwald
2014-11-06Core/DataStores: Updated ArmorLocation.dbc, AuctionHouse.dbc, ↵Intel
BankBagSlotPrices.dbc, BannedAddOns.dbc, BarberShopStyle.dbc structs
2014-11-06Core/DataStores: Updated AreaTrigger.dbc structIntel
2014-11-06Core/DataStores: Updated AreaGroup.dbc and removed AreaPOI.dbc (Moved to db2 ↵Intel
+ wasn't used in core at all?)
2014-11-06Core/DataStores: Updated Achievement_Category.dbc structIntel
2014-11-06Core/DataStores: Updated Achievement.dbc structIntel
2014-11-05Core/DataStores: Fixed build after renameIntel
2014-11-05Core/DataStores: Fixed NamingIntel
2014-11-05Core/DataStores: Updated Map.dbc structIntel
2014-11-05Merge pull request #13505 from Intel/pchfixDuarte Duarte
Core: Fixed Non-PCH build
2014-11-05Core: Fixed Non-PCH buildIntel
2014-11-04SQL: Updated battlenet_components to current buildShauren
2014-11-04Core/Spells: Prevent Divine Intervention from removing death persistent aurasNyeriah
Such as Dungeon Deserter, Resurrection Sickness, etc Closes #11009 (cherry picked from commit fbcd180716f38eb933c28f33fc7641a0c7696cef)
2014-11-04Core/Conditions: Correct a misleading comment regarding CONDITION_AURADDuarte
2014-11-04CMake: Improve FindZMQ on WindowsDDuarte
When ZMQ version is not found in the registry it will enumerate possible .lib names and try to find those
2014-11-04DB/Disables: Remove achievement "Drive Me Crazy" from disablesNyeriah
Refers to Yogg-Saron
2014-11-04Core/PacketIO: Enabled SMSG_ADDON_INFO and SMSG_ACCOUNT_DATA_TIMESShauren
2014-11-03Core/PacketIO: Updated SMSG_LOGIN_VERIFY_WORLDShauren
2014-11-03Core/PacketIO: Minor refactor to writing server packetsShauren
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete ↵joschiwald
packets to new packet classes
2014-11-03Core/PacketIO: Changed CMSG_PLAYER_LOGIN handler signature for new packet ↵Shauren
clasess
2014-11-03Core: Fix warningsVincent-Michael
2014-11-03Core/Packets: Added utility class for handlers using new packet classesShauren
2014-11-03Core/Opcodes: Use a different magic number for invalid opcode (0 might be ↵Shauren
valid in a future build)
2014-11-02DB/Misc: Various Commits from 3.3.5 BranchDr-J
Relating mainly to Eidolan Watcher and Lithe Stalker, see original commits for more info.
2014-11-02Core/Entities: Fixed transport data in update object for non-unitsShauren
2014-11-02DB/Commands: Updated a few commands after a recent table renameKinzcool
2014-11-02Core/Graveyards: Made the graveyard orientations loading from WorldSafeLocs.dbcKinzcool
2014-11-02Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked ↵MitchesD
some NPC and disappeared because he was out of range of players With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned. (cherry picked from commit 9cd59c258cdb455850a250842651c426dac36f05)
2014-11-02Core/SAI: Allow dropping a specific amount of aura charges using ↵Discover-
SMART_ACTION_REMOVEAURASFROMSPELL (action_param2).
2014-11-02Core/PacketIO: Enabled SMSG_UPDATE_OBJECTShauren
2014-11-02Core/PacketIO: Updated SMSG_UPDATE_OBJECTShauren
2014-11-02Core/Logging: Updated build written to packet logShauren
2014-11-02Core/PacketIO: Fixed structure for SMSG_AUTH_CHALLENGEShauren
2014-11-02Scripts/ToC: Remove a safe-measure call that caused issuesNyeriah
Closes #11874 (cherry picked from commit 3f094b9116d934ffeee917b0abf9ccd622381f68)
2014-11-01Core/AreaTriggers: Make the loading for areatrigger teleports from ↵Kinzcool
WorldSafeLocs.dbc
2014-11-02Core/NetworkIO: Enable CMSG_CHAR_CREATE / SMSG_CHAR_CREATE opcodesVincent-Michael
2014-11-01Auth/Battle.net Added missing build check to JoinRequest handlerShauren
2014-11-01Build/Tools: Fix linker errors (zlib and pthread)DDuarte
2014-11-01Scripts/ToC: Few codestyle changes and clean upsNyeriah
(cherry picked from commit f6896c9a3a460047b47190d2964d73029bf33eb1)
2014-10-31DB/GameObjects: Updated gameobject templates with various sniffed dataKinzcool