| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-14 | DB/Quest: Questioning Reethe | ZenoX92 | |
| Closes #21054 | |||
| 2017-12-14 | DB/Quest: Deliver the Gems | ZenoX92 | |
| Closes #21053 | |||
| 2017-12-13 | Core/Spells: Changed channel triggered spells to inherit positive/negative ↵ | Shauren | |
| status from main spells Closes #18259 Closes #21041 | |||
| 2017-12-13 | Core/Misc: minor typo and codestyle fixes | ariel- | |
| - Replace NULL uses in new code with nullptr - Fix wrong (accumulated) load time log when loading calendar invites - Make Creature::CanRegenerateHealth const as its just a getter - Mark OnlyOnceAreaTriggerScript::OnTrigger as final in case someone wants to override that (you are supposed to use protected _OnTrigger hook) | |||
| 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 | fix rename fail | Aokromes | |
| 2017-12-10 | rename files | Aokromes | |
| 2017-12-10 | Core/Spells: Spells with TARGET_SELECT_CATEGORY_NEARBY requires a valid ↵ | joschiwald | |
| target (#20954) | |||
| 2017-12-10 | DB: Increase version column to support long branch names | joschiwald | |
| 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-09 | DB/SAI: Clam Master K | Killyana | |
| Updates #12534 | |||
| 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-05 | DB/Creature: Fix Nether Drake Inhabittype | Killyana | |
| 2017-12-05 | DB/Misc: Death knights area rework part7 | Killyana | |
| Original work done by Grz3s on Cmangos | |||
| 2017-12-05 | DB/Creature: Remove a wrong script | Killyana | |
| 2017-12-04 | DB: Fix a db error | Killyana | |
| 2017-12-04 | DB/Quest: Test of Lore (Part 6) | ZenoX92 | |
| Closes #21026 | |||
| 2017-12-04 | DB/Quest: Barbecued Buzzard Wings | ZenoX92 | |
| Closes #21025 | |||
| 2017-12-04 | DB/Creature: Add two Draenei Artificer spawns | Serpaa | |
| Closes #21024 | |||
| 2017-12-04 | DB/Creature: Riverpaw Shaman missing spawns | Serpaa | |
| Closes #21021 | |||
| 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 | DB/Creature: Tower of the Damned waypoints/spawns | Serpaa | |
| Closes #21013 | |||
| 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-30 | DB/Creature: Remove wrong spawns | Killyana | |
| Closes #21010 | |||
| 2017-11-29 | DB/Misc: Death knights area rework part6 | Killyana | |
| Original work done by Grz3s on Cmangos | |||
| 2017-11-29 | Dep/Jemalloc: Enable MADV_FREE if available | jackpoz | |
| 2017-11-29 | Dep/Jemalloc: Temporarily disable MADV_FREE | jackpoz | |
| Temporarily disable MADV_FREE until CMake file is modified to check if MADV_FREE is available on the current system. This fixes the build on older systems. | |||
| 2017-11-28 | DB/Spawns: Missing Rares in Arathi Highlands | ZenoX92 | |
| Closes #21002 | |||
| 2017-11-28 | DB/Misc: Arathi Highlands | ZenoX92 | |
| Closes #21000 | |||
| 2017-11-28 | DB/Misc: Desolace | ZenoX92 | |
| Closes #20999 | |||
