aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-12-10Core/Spells: Spells with TARGET_SELECT_CATEGORY_NEARBY requires a valid ↵joschiwald
target (#20954)
2017-12-09Core/Spells: Gathering no longer fails after patch 3.1.0 (#21039)Ovah
* Core/Skills: gathering items with orange skill level will no longer fail as it has been removed with patch 3.1.0 Closes #21038
2017-12-09Move some packets processing to map context (#18638)xinef1
Core/Network: Allow some packets to be processied in map context
2017-12-08Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues reported by 3rd party tools
2017-12-08Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues reported by 3rd party tools
2017-12-08Core/Misc: Fix static analysis issuesjackpoz
Fix various coverity reported issues
2017-12-08Core/Misc: Fix static analysis issuesjackpoz
Fix coverity id 1382860
2017-12-07Core/Creatures: Implemented extra flag to use offhand attacks (#21008)Ovah
* Fixed initial offhand attack timer so the main and offhand attacks will now act blizzlike instead of getting executed at the same time Note: since some creature equipment items cannot be identified as weapon since they are only visual items there is no way to detect this automaticly
2017-12-04Core/Scripts: Fixed Enervating Brand in Baltharus encounterKeader
Closes #21027 By Mihapro
2017-12-03Core/Commands: Allow using display ids higher than ↵Hristiyan
std::numeric_limits<uint16>::max() for .modify morph command (#21022)
2017-12-02Core/Spells: Fixed accessing freed memory after reloading spell_areaShauren
2017-12-02Shared/Metric: Stop metrics on shutdownjackpoz
Properly stop metric information gathering and sending on shutdown. Issue reported by AddressSanitizer.
2017-12-02Core/Spell: Validate spell_dbc DB data on startupjackpoz
Validate spell_dbc DB data on startup (max effect type, max aura type, max target type). Delete some invalid spells from spell_dbc table. Make sure to apply the SQL script or worldserver will assert on startup.
2017-12-02Core/Misc: Fix out of bounds access on startupjackpoz
Fix out of bound access on startup trying to access SpellEffects with ID greater than max allowed/known. Reported by AddressSanitizer .
2017-12-02Core/Auras: Implemented PROC_HIT_INTERRUPT (#21015)Ovah
2017-12-02Core/Crash reporting: Fix buffer overflowjackpoz
2017-12-01Core/CreatureAI: Disable TotemAI from databasejackpoz
Disable TotemAI set in creature_template, triggering an assert when spawning the creature
2017-12-01Misc: Move startup error to DBErrorsAokromes
2017-11-30woops (ref 76a4c7d)Treeston
2017-11-30Some misc streamlining/cleanup:Treeston
- std::chrono overloads for SummonCreature - Removed misleading const qualifier from SummonCreature (it wasn't being honored) - Rename parameters of SummonCreature to follow convention - EventProcessor has a new method (AddEventAtOffset) that adds an event...at an offset. Genius. PS: Hi there Keader.
2017-11-30Core/WorldSession: Fix idle WorldSessions getting kicked twice as fast as ↵jackpoz
supposed Fix SocketTimeOutTime and SocketTimeOutTimeActive settings being effectively halved by reducing the timeout time twice every update instead of just once, causing much faster kicks (i.e. after 30 seconds with 60 seconds set in the configs).
2017-11-27[3.3.5] Core/AuctionHouse: Auction bidders (#18328)iridinite
* Save more auction bidders than the highest bidder only
2017-11-26Core/Items: Fixed sending unlocked items by mailShauren
Closes #20976
2017-11-26DB/Creature: Scourging CrystalKillyana
And fix spell script spell_q11396_11399_scourging_crystal_controller Closes #17596
2017-11-26Build fixKeader
yes, i'm blind
2017-11-26Scripts/Ulduar: Fixed a clang6 warningKeader
2017-11-26Core/Maps: Fix memory leak in BoundaryUnionBoundaryjackpoz
Add missing destructor in BoundaryUnionBoundary to avoid reporting a memory leak (even if it's used only in a global variable)
2017-11-26Core/Quests: Fix memory leak in Quest Greetingjackpoz
2017-11-25Scripts/Events: Fixed memory leak in npc_bountiful_table added in ↵Shauren
75df296bb6f8d30a65f669dab6af3d1b2d6046f7
2017-11-25Core/Reputation: Fix reaction with rival factionsKillyana
Closes #9469 Ref #20661
2017-11-25TypoKeader
2017-11-25Scripts/Razorscale: Fixed issues related with Devouring FlameKeader
Closes #20967
2017-11-25Misc: More cleanupAokromes
2017-11-25Misc: More cleanupAokromes
2017-11-25Misc: Kill trailing white spacesAokromes
2017-11-24Spell: Remove a phase hack for The Eye of AcherusKillyana
Npcs are now spawned on phase 2, some spawns still missing on phase 1 and 2, need to wait for future commits.
2017-11-23Core/Spells: Remove one char breaking hotswapAokromes
2017-11-22Core/Creature: 2d1ef6b5b0 followupccrs
closes #20532
2017-11-22Fix buildccrs
2017-11-22Scripts/World: update guard scriptsccrs
Also remove deprecated method from Creature
2017-11-22Merge pull request #20024 from Golrag/fix_collisionWarpten
Core/VMaps: Fix no collision triangles
2017-11-21Core/Pooling: Fixed less and less objects from pools being spawned the ↵lachtanek
longer the server is running (#20949) Closes #11141
2017-11-21Core/BG: Fix enum order which counts as array index to spawn creatures on ↵Aokromes
Alterac Valley fixes wrong monsters being spawned on horde towers and nodes [spawns seasoned units by default, which should only happen after turning in enough armor scraps] By Riztazz
2017-11-20Core/Movement: some corrections on WaypointMovementGeneratorccrs
- Since a timer can be set on MovementGenerator::Pause, dont update it till the movespline is Finalized - Don't set HomePosition on every Update, check if movespline is Finalized * This is still doesnt feel correct, should it only be called on WaypointNode Start?
2017-11-20DB/Scripts: Terokkar Forest SAI migrationAndrew Letson
2017-11-19Core/Spells: Don't save channeled auras (#20923)Gustavo
2017-11-18Tools/MMaps: Improve MMaps qualityjackpoz
Lower Detail Sample Distance and Detail Sample Max Error to get more accurate MMap data, in particular mmap height. More info about Detail Mesh at http://digestingduck.blogspot.it/2009_07_01_archive.html and http://digestingduck.blogspot.it/2009_08_01_archive.html
2017-11-18Dep/Recast: Update recastnavigation to ↵jackpoz
https://github.com/recastnavigation/recastnavigation/commit/2c85309280dbc9c82029e7ab16dfb01b9235c74e
2017-11-18Tools/VMaps: Fix build issue on VS2017jackpoz
2017-11-17Core/Scripts: Build fixKeader