| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-27 | Core/Maps: Fix crash caused by setActive(false) called after DespawnOrUnsummon() | jackpoz | |
| Fix crash caused by WorldObject::setActive(false) called after WorldObject::DespawnOrUnsummon() happening because the WorldObject would be set as not active but then Map::RemoveFromActiveHelper() would not be called because of not being in world anymore. Whenever setActive() gets desync'd with what Map actually contains a rare crash would happen since Map only reads a few values of the active WorldObject, making it hard to reproduce. If this happens again some ASSERT calls should be added (or a check in Map::RemoveFromMap() could be added about if the WorldObject is in Map::m_activeNonPlayers container). | |||
| 2019-04-25 | Core: Restore reset in EscortAI::InitializeAI (#23197) | Killyana | |
| Closes #23008 | |||
| 2019-04-24 | Core/Object: Range check (#23179) | Jozef Dúc | |
| * Should solve #23062. All credits to @xvwyh * Remove unused variables * Remove unused variable * Cast int32 to uint32 * Remove G3D headers from core header file * Change door distance * Update GameObject.cpp Add newline * Update GameObject.h Indentation | |||
| 2019-04-24 | Core/GameObject: Code cleanup | jackpoz | |
| 2019-04-24 | Core/GameObject: Remove summoned gobs properly from the map without ↵ | Killyana | |
| effecting other cases Ref https://github.com/TrinityCore/TrinityCore/commit/0e8e3828f48120629b642d0de1db704fd0bb86cb Ref #23115 | |||
| 2019-04-24 | Scripts/Commands: add some missing checks for .guild create command (#23201) | ForesterDev | |
| * Core/Conditions: implement CONDITION_GAMEMASTER * Scripts/Commands: add some missing checks for .guild create command | |||
| 2019-04-24 | Scripts/Trial of the Crusader: Fixed Resilience will Fix achievement | Keader | |
| Broken by 2362e9c79410c689afc10266b94f7e78c88bbddc | |||
| 2019-04-23 | Indentation | Killyana | |
| 2019-04-23 | Indentation | Killyana | |
| 2019-04-23 | Core/GameObject: Delete summoned gobs and DestroyForNearbyPlayers gobs ↵ | Killyana | |
| spawned with negative spawn time once the gob is deactivated | |||
| 2019-04-22 | DB/Quest: Fix text and orientation target for the quest Cleansing Drak'Tharon | Killyana | |
| 2019-04-22 | DB/Quest: Field Duty | ZenoX92 | |
| Ref #23162 | |||
| 2019-04-22 | DB/Misc: The Edunes Event | ZenoX92 | |
| Closes #23194 | |||
| 2019-04-22 | Scripts/Scarlet Enclave: Unworthy Initiate (#23195) | Sorikoff | |
| 2019-04-21 | DB/GameObject: Harbinger of the Second Trial | Killyana | |
| Restore original data3: Time in ms before the initial state is restored, and remove the manual despawn as it's called once the gob change state | |||
| 2019-04-21 | Scripts: Minor improvements to recently migrated scripts (#23189) | Sorikoff | |
| Ref: 2cfaeb14004cfbb5500855472ad89ab9238df13d | |||
| 2019-04-21 | Scripts/Spells: Fixed a console error inspell_dru_lifebloom | Keader | |
| Closes #23192 | |||
| 2019-04-21 | Core/conf: conf.dist typo & grammar corrections (#23190) | Trond B. Krokli | |
| - Typo and spelling corrections - Grammar corrections, English grammar - Minor adjustments in example code readability - Capitalization adjustments to keep consistency with existing idioms, phrases and concepts | |||
| 2019-04-19 | Core/Calendar: Improve calendar timezone handling | jackpoz | |
| Improve calendar timezone handling by at least creating events with the correct time if both client and server are in the same timezone. There is currently no information received from the client about in which timezone it is. | |||
| 2019-04-19 | Buildsystem: Fix finding VS 2019 compiled boost libs | jackpoz | |
| 2019-04-19 | DB: Respawn The Underbog | Killyana | |
| 2019-04-17 | Core/SmartScripts: Implement SMART_ACTION_PLAY_CINEMATIC | Aokromes | |
| By Malcrom | |||
| 2019-04-17 | Core/SmartScripts: Reserve SMART_ACTION_PLAY_CINEMATIC | Aokromes | |
| 2019-04-17 | Core/Database: Delete gameobject_addon data when deleting a GameObject from ↵ | jackpoz | |
| the database Close #23076 | |||
| 2019-04-17 | DB/Quest: Set the correct event for the quest The Grateful Dead (Human) | Killyana | |
| 2019-04-17 | DB/Creature: Hand of Argus Swordsman <Hand of Argus> | Killyana | |
| 2019-04-17 | Spell/Script: Kill logs spam for spell_ioc_parachute_ic | Killyana | |
| Closes #23163 | |||
| 2019-04-17 | Core/Movement: replace multiset::find with std::find in MotionMaster | ccrs | |
| same reasoning as 11de6b5 Container's find uses the defined custom comparator | |||
| 2019-04-16 | Core/Movement: implement and use new remove method in MotionMaster | ccrs | |
| All erases within MotionMaster are now done by itr. Previous impl used value erase which uses the custom comparator which does not identify elements uniquely --> wrong values were deleted ref #23187#discussion_r275791179 | |||
| 2019-04-16 | Rename 9999_99_99_99_world.sql to 2019_04_16_00_world.sql | Aokromes | |
| 2019-04-16 | Scripts/Spells: Migrate Some Scripted Spells to Scripts (#23185) | Sorikoff | |
| * Migrate spells to scripts * Simplify code * I need to sleep * Update chapter1.cpp * Use actual damage * No need in null check here | |||
| 2019-04-15 | Core/Movement: fix mistake in previous commit | Chaouki Dhib | |
| 975f1e364a6a68be2beca261a64ea8aecc16f6f6 | |||
| 2019-04-15 | Core/Movement: Add time synchronisation (#18189) | Chaouki Dhib | |
| 2019-04-15 | DB/Creature: Flame Arrow | Killyana | |
| 2019-04-15 | DB/Creature: Add and fix some spawns in The Shattered Halls | Killyana | |
| 2019-04-15 | DB/Creature: Nascent Fel Orc & Fel Orc Neophyte | Killyana | |
| 2019-04-15 | DB/Creature: Orc Captive | Killyana | |
| 2019-04-15 | DB/Creature: Shattered Hand Savage | Killyana | |
| 2019-04-15 | Core/Social: Separated checks for friend and ignored limits (#23181) | ForesterDev | |
| * Core/Conditions: implement CONDITION_GAMEMASTER * Core/Social: Separated checks for friend and ignored limits * Prevent duplication of contacts * Limit values should be included in counters * Codestyle and comments | |||
| 2019-04-15 | TDB 335.19041 - 2019/04/15TDB335.19041 | TDB Release | |
| 2019-04-15 | DB/Creature: Felguard Annihilator | Killyana | |
| 2019-04-15 | DB/Creature: Drisella & Randy Whizzlesprocket | Killyana | |
| 2019-04-15 | DB/Creature: Creeping Ooze & Creeping Oozeling | Killyana | |
| 2019-04-14 | DB/Creature: Garden Gas | Killyana | |
| 2019-04-14 | DB/Creature: Blackwing Spell Marker | Killyana | |
| 2019-04-14 | DB/Creature: Garel Redrock & Gurky | Killyana | |
| 2019-04-14 | DB/Creature: Add Naxxramas 25 difficulty spawns | Killyana | |
| 2019-04-14 | DB/Creature: Greatfather Winter's Helper | Killyana | |
| 2019-04-14 | Core/MMaps: Fix crash added in 386b5a6fd948b4866cbd9a8a9892e8777922e9c9 | jackpoz | |
| 2019-04-14 | Core/Dep: Boost 1.70 compatibility | Shauren | |
| (cherry picked from commit bcda8dd7421cfa1950a3e47081f2f28d032d38ac) | |||
