Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-01 | SQL: Remove fail | Vincent-Michael | |
2015-03-01 | Core/Misc: Update base stuff for V6.1.0 build 19702 | Vincent-Michael | |
2015-02-25 | Core/DataStores: Fixed out of bounds array access in DBStorageIterator | Shauren | |
2015-02-24 | Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's ↵ | Shauren | |
session timezone offset should be used there, not server offset | |||
2015-02-24 | Build warning fixes: field will be initialized after ... | Shauren | |
2015-02-24 | Build fix | Shauren | |
2015-02-23 | Merge pull request #14236 from Golrag/Notification1 | Duarte Duarte | |
Core/Packets: SMSG_NOTIFICATION | |||
2015-02-23 | Core/PacketIO: Handle ConnectToFailed and allow the client to reconnect up ↵ | Shauren | |
to 5 times before aborting login to world Closes #14214 | |||
2015-02-23 | Core/Packets: SMSG_NOTIFICATION | Golrag | |
2015-02-23 | Core/Cosmetic: Use DEFINE_HANDLER to mark implemented packets processed ↵ | Shauren | |
directly in WorldSocket | |||
2015-02-23 | Merge pull request #14234 from Golrag/Exploration | Duarte Duarte | |
Core/Packets: SMSG_EXPLORATION_EXPERIENCE | |||
2015-02-22 | Buildsystem/Genrev: Fixed revision generator not reading existing cmake ↵ | Shauren | |
cache variables | |||
2015-02-22 | Core/Packets: SMSG_EXPLORATION_EXPERIENCE | Golrag | |
2015-02-22 | Core/Database: Removed locales_item from world database (use ↵ | Shauren | |
item_sparse_locale in hotfixes database) | |||
2015-02-22 | Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlock | Duarte Duarte | |
2015-02-22 | Merge pull request #14226 from Golrag/MirrorTimer | Duarte Duarte | |
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER | |||
2015-02-22 | Core/Packets: | Golrag | |
* SMSG_START_MIRROR_TIMER * SMSG_STOP_MIRROR_TIMER * SMSG_PAUSE_MIRROR_TIMER -- not used | |||
2015-02-22 | DB: Dropped unused tables | Shauren | |
2015-02-22 | Core/DataStores: Added iterator class for DBCStorage and DB2Storage | Shauren | |
2015-02-22 | Build fix | Shauren | |
2015-02-22 | Core/DataStores: Added tables for all loaded DB2 stores | Shauren | |
2015-02-22 | Shared/Database: Improve dead-lock error handling | jackpoz | |
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-22 | Core/AHBot: Fix AHBot bidding and correct logged AH type | jackpoz | |
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-22 | Core/LFG: Fix assertion triggered | jackpoz | |
Fix assertion triggered since 9582b32d22ef9c842349a5be012bdcae4674d6c9 (cherry picked from commit dcb500388c0cb4b0ee1b2f86efa43909383fe406) | |||
2015-02-22 | Core/LFG: Fix LFG issue when player was teleporting | jackpoz | |
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-22 | Core/Config: Force SaveRespawnTimeImmediately config to Enabled | jackpoz | |
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-22 | Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-level | click | |
(cherry picked from commit cffef1e80d853ca55887f19b94380b47e45b039e) Conflicts: src/server/game/Handlers/PetHandler.cpp | |||
2015-02-22 | Core/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-22 | Core/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-22 | Merge pull request #14103 from Epicurus4/6.x | Duarte Duarte | |
Added a player searcher | |||
2015-02-22 | Merge pull request #14167 from Golrag/WorldStates | Duarte Duarte | |
Core/Opcodes: SMSG_INIT_WORLD_STATES | |||
2015-02-22 | Core/Packets: Re-order DEFINE_SERVER_OPCODE_HANDLER calls and remove a ↵ | Duarte Duarte | |
duplicated one | |||
2015-02-22 | Dep/CascLib: Update to ↵ | Duarte Duarte | |
https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630 | |||
2015-02-21 | Core/Spells: Restored totem category check | Shauren | |
Revert "Core/Totems: In cata totem items are no longer needed" This reverts commit 45e0cae7beedd84a6e71cf99d356e836476c1e4a | |||
2015-02-21 | Core/Misc: Fix static analysis issues | jackpoz | |
Fix some static analysis issues reported by Coverity | |||
2015-02-21 | Core/Spells: Removed leftovers of old cooldown handling | Shauren | |
* Use ItemEffect.db2 data directly instead of copying it to another structure | |||
2015-02-20 | Core/Movement: Clarify log meaning | MitchesD | |
2015-02-20 | Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of ↵ | Rushor | |
Void Sentry closes #12175 (cherry picked from commit f06b77dcb3412239994a2139f05948c4f66ea49f) | |||
2015-02-20 | DB/Misc: Golden Lotus On Kill Reputation | Aokromes | |
By AriDEV, closes #14158 | |||
2015-02-20 | DB/Quest: GO MoP queststarters | Aokromes | |
By AriDEV, closes #14159 | |||
2015-02-19 | Core/Auras: Implemented using Mount.db2 for selecting mount display id | Shauren | |
2015-02-19 | Merge pull request #14179 from Aaron126/6.x | joschiwald | |
Core/Misc: Correct some wrong integer types in DB query results | |||
2015-02-19 | Core/Misc: Correct some wrong integer types in DB query results | Aaron126 | |
Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option | |||
2015-02-19 | CMake: Allow specifying the mysql location by environment variable. | leak | |
2015-02-19 | Contrib: Update merge_updates batch files with hotfixes db | Duarte Duarte | |
2015-02-18 | Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast | Rushor | |
closes #14066 (cherry picked from commit dc87cc69a1a61bfed5a5eca70e418a015d09e25d) | |||
2015-02-18 | Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat | Rushor | |
(cherry picked from commit 1e90b096cafa9cfb9eeb06015f85ea8c4b285226) | |||
2015-02-17 | Core/Packets: fixed crash on SMSG_ATTACKSTOP and fixed init of ItemInstance | joschiwald | |
2015-02-17 | Core/Spells: fixed mem leak | joschiwald | |
2015-02-17 | Scripts/BlackTemple: Shade of Akama | Nyeriah | |
* 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) |