aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-27Core/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-25Core: Restore reset in EscortAI::InitializeAI (#23197)Killyana
Closes #23008
2019-04-24Core/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-24Core/GameObject: Code cleanupjackpoz
2019-04-24Core/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-24Scripts/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-24Scripts/Trial of the Crusader: Fixed Resilience will Fix achievementKeader
Broken by 2362e9c79410c689afc10266b94f7e78c88bbddc
2019-04-23IndentationKillyana
2019-04-23IndentationKillyana
2019-04-23Core/GameObject: Delete summoned gobs and DestroyForNearbyPlayers gobs ↵Killyana
spawned with negative spawn time once the gob is deactivated
2019-04-22DB/Quest: Fix text and orientation target for the quest Cleansing Drak'TharonKillyana
2019-04-22DB/Quest: Field DutyZenoX92
Ref #23162
2019-04-22DB/Misc: The Edunes EventZenoX92
Closes #23194
2019-04-22Scripts/Scarlet Enclave: Unworthy Initiate (#23195)Sorikoff
2019-04-21DB/GameObject: Harbinger of the Second TrialKillyana
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-21Scripts: Minor improvements to recently migrated scripts (#23189)Sorikoff
Ref: 2cfaeb14004cfbb5500855472ad89ab9238df13d
2019-04-21Scripts/Spells: Fixed a console error inspell_dru_lifebloomKeader
Closes #23192
2019-04-21Core/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-19Core/Calendar: Improve calendar timezone handlingjackpoz
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-19Buildsystem: Fix finding VS 2019 compiled boost libsjackpoz
2019-04-19DB: Respawn The UnderbogKillyana
2019-04-17Core/SmartScripts: Implement SMART_ACTION_PLAY_CINEMATICAokromes
By Malcrom
2019-04-17Core/SmartScripts: Reserve SMART_ACTION_PLAY_CINEMATICAokromes
2019-04-17Core/Database: Delete gameobject_addon data when deleting a GameObject from ↵jackpoz
the database Close #23076
2019-04-17DB/Quest: Set the correct event for the quest The Grateful Dead (Human)Killyana
2019-04-17DB/Creature: Hand of Argus Swordsman <Hand of Argus>Killyana
2019-04-17Spell/Script: Kill logs spam for spell_ioc_parachute_icKillyana
Closes #23163
2019-04-17Core/Movement: replace multiset::find with std::find in MotionMasterccrs
same reasoning as 11de6b5 Container's find uses the defined custom comparator
2019-04-16Core/Movement: implement and use new remove method in MotionMasterccrs
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-16Rename 9999_99_99_99_world.sql to 2019_04_16_00_world.sqlAokromes
2019-04-16Scripts/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-15Core/Movement: fix mistake in previous commitChaouki Dhib
975f1e364a6a68be2beca261a64ea8aecc16f6f6
2019-04-15Core/Movement: Add time synchronisation (#18189)Chaouki Dhib
2019-04-15DB/Creature: Flame ArrowKillyana
2019-04-15DB/Creature: Add and fix some spawns in The Shattered HallsKillyana
2019-04-15DB/Creature: Nascent Fel Orc & Fel Orc NeophyteKillyana
2019-04-15DB/Creature: Orc CaptiveKillyana
2019-04-15DB/Creature: Shattered Hand SavageKillyana
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-15TDB 335.19041 - 2019/04/15TDB335.19041TDB Release
2019-04-15DB/Creature: Felguard AnnihilatorKillyana
2019-04-15DB/Creature: Drisella & Randy WhizzlesprocketKillyana
2019-04-15DB/Creature: Creeping Ooze & Creeping OozelingKillyana
2019-04-14DB/Creature: Garden GasKillyana
2019-04-14DB/Creature: Blackwing Spell MarkerKillyana
2019-04-14DB/Creature: Garel Redrock & GurkyKillyana
2019-04-14DB/Creature: Add Naxxramas 25 difficulty spawnsKillyana
2019-04-14DB/Creature: Greatfather Winter's HelperKillyana
2019-04-14Core/MMaps: Fix crash added in 386b5a6fd948b4866cbd9a8a9892e8777922e9c9jackpoz
2019-04-14Core/Dep: Boost 1.70 compatibilityShauren
(cherry picked from commit bcda8dd7421cfa1950a3e47081f2f28d032d38ac)