| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-13 | Buildsystem: Fixed windows pch build with ninja | Shauren | |
| (cherry picked from commit a6e46c1c2ef491cd4cce39be47445e9da194e84e) | |||
| 2017-12-11 | Core/Misc: Really fixed nopch MSVC build | Shauren | |
| 2017-12-11 | Core/Movement: correction on header use on some generators | ccrs | |
| 2017-12-11 | Core/Misc: Fixed nopch MSVC build | Shauren | |
| 2017-12-11 | Core/AI: reorder methods in ScriptedEscortAI | ccrs | |
| plus ninja rename | |||
| 2017-12-10 | Core/Spells: Spells with TARGET_SELECT_CATEGORY_NEARBY requires a valid ↵ | joschiwald | |
| target (#20954) | |||
| 2017-12-09 | Core/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-09 | Move some packets processing to map context (#18638) | xinef1 | |
| Core/Network: Allow some packets to be processied in map context | |||
| 2017-12-08 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix static analysis issues reported by 3rd party tools | |||
| 2017-12-08 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix static analysis issues reported by 3rd party tools | |||
| 2017-12-08 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix various coverity reported issues | |||
| 2017-12-08 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix coverity id 1382860 | |||
| 2017-12-07 | Core/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-04 | Core/Scripts: Fixed Enervating Brand in Baltharus encounter | Keader | |
| Closes #21027 By Mihapro | |||
| 2017-12-03 | Core/Commands: Allow using display ids higher than ↵ | Hristiyan | |
| std::numeric_limits<uint16>::max() for .modify morph command (#21022) | |||
| 2017-12-02 | Core/Spells: Fixed accessing freed memory after reloading spell_area | Shauren | |
| 2017-12-02 | Shared/Metric: Stop metrics on shutdown | jackpoz | |
| Properly stop metric information gathering and sending on shutdown. Issue reported by AddressSanitizer. | |||
| 2017-12-02 | Core/Spell: Validate spell_dbc DB data on startup | jackpoz | |
| 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-02 | Core/Misc: Fix out of bounds access on startup | jackpoz | |
| Fix out of bound access on startup trying to access SpellEffects with ID greater than max allowed/known. Reported by AddressSanitizer . | |||
| 2017-12-02 | Core/Auras: Implemented PROC_HIT_INTERRUPT (#21015) | Ovah | |
| 2017-12-02 | Core/Crash reporting: Fix buffer overflow | jackpoz | |
| 2017-12-01 | Core/CreatureAI: Disable TotemAI from database | jackpoz | |
| Disable TotemAI set in creature_template, triggering an assert when spawning the creature | |||
| 2017-12-01 | Misc: Move startup error to DBErrors | Aokromes | |
| 2017-11-30 | woops (ref 76a4c7d) | Treeston | |
| 2017-11-30 | Some 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-30 | Core/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-26 | Core/Items: Fixed sending unlocked items by mail | Shauren | |
| Closes #20976 | |||
| 2017-11-26 | DB/Creature: Scourging Crystal | Killyana | |
| And fix spell script spell_q11396_11399_scourging_crystal_controller Closes #17596 | |||
| 2017-11-26 | Build fix | Keader | |
| yes, i'm blind | |||
| 2017-11-26 | Scripts/Ulduar: Fixed a clang6 warning | Keader | |
| 2017-11-26 | Core/Maps: Fix memory leak in BoundaryUnionBoundary | jackpoz | |
| Add missing destructor in BoundaryUnionBoundary to avoid reporting a memory leak (even if it's used only in a global variable) | |||
| 2017-11-26 | Core/Quests: Fix memory leak in Quest Greeting | jackpoz | |
| 2017-11-25 | Scripts/Events: Fixed memory leak in npc_bountiful_table added in ↵ | Shauren | |
| 75df296bb6f8d30a65f669dab6af3d1b2d6046f7 | |||
| 2017-11-25 | Core/Reputation: Fix reaction with rival factions | Killyana | |
| Closes #9469 Ref #20661 | |||
| 2017-11-25 | Typo | Keader | |
| 2017-11-25 | Scripts/Razorscale: Fixed issues related with Devouring Flame | Keader | |
| Closes #20967 | |||
| 2017-11-25 | Misc: More cleanup | Aokromes | |
| 2017-11-25 | Misc: More cleanup | Aokromes | |
| 2017-11-25 | Misc: Kill trailing white spaces | Aokromes | |
| 2017-11-24 | Spell: Remove a phase hack for The Eye of Acherus | Killyana | |
| Npcs are now spawned on phase 2, some spawns still missing on phase 1 and 2, need to wait for future commits. | |||
| 2017-11-23 | Core/Spells: Remove one char breaking hotswap | Aokromes | |
| 2017-11-22 | Core/Creature: 2d1ef6b5b0 followup | ccrs | |
| closes #20532 | |||
| 2017-11-22 | Fix build | ccrs | |
| 2017-11-22 | Scripts/World: update guard scripts | ccrs | |
| Also remove deprecated method from Creature | |||
| 2017-11-22 | Merge pull request #20024 from Golrag/fix_collision | Warpten | |
| Core/VMaps: Fix no collision triangles | |||
| 2017-11-21 | Core/Pooling: Fixed less and less objects from pools being spawned the ↵ | lachtanek | |
| longer the server is running (#20949) Closes #11141 | |||
| 2017-11-21 | Core/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-20 | Core/Movement: some corrections on WaypointMovementGenerator | ccrs | |
| - 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-20 | DB/Scripts: Terokkar Forest SAI migration | Andrew Letson | |
