aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2019-04-13DB/GameObjects: Remove double spawnsKillyana
2019-04-12Core/MMaps: Simplify d182e5f7e73e614185f4470429467befd6e03981 and handle ↵jackpoz
PATHFIND_INCOMPLETE in ChaseMovementGenerator as "cannot reach the target"
2019-04-12Core/MMaps: Fallback to shortcut for flying units if Detour returned an ↵jackpoz
incomplete path. Fallback to shortcut for flying units if Detour returned an incomplete path. This is needed when a flying unit should fly to the floor below to reach the target, but since Recastnavigation doesn't support "jumping down" the unit would not find a path to the target.
2019-04-12DB/Misc: More Quest GreetingsZenoX92
Closes #23183
2019-04-12DB:typoKillyana
2019-04-12Core/Database: Close the MySQL connection only after getting the last error codeGiacomo Pozzoni
2019-04-12DB/Creature: Ancient Raven-PriestKillyana
2019-04-11DB/GameObject: Weegli's BarrelKillyana
Summoned by Weegli Blastfuse via https://www.wowhead.com/spell=10772/plant-explosives on Zul'Farrak Event For 3.3.5 only
2019-04-11Core/Creatures: Filter out trainer spells that belong to a skill that can ↵Jozef Dúc
never be learned by a player with given class and race combination (#23176) Closes #23172
2019-04-10DB/Creature: Improvements for Zuluhed the WhackedKillyana
2019-04-10DB/Quest: Magisters' Terrace breadcrumbs questsPolarCookie
Closes #23174
2019-04-10DB/Quest: Move some Breadcrumb quests from conditions to quest_template_addonKillyana
2019-04-10DB/Quest: To Stars' Rest!Killyana
Closes #22968
2019-04-10DB/Quest: Move Breadcrumb conditions to quest_template_addonKillyana
2019-04-10DB/Quest: Add some breadcrumb questsKillyana
Closes #20452
2019-04-10Core support for breadcrumb quests (#23157)PolarCookie
* Breadcrumb quests support in core * To Winterspring! & Starfall * translating ZenoX92's list, part 1 * Carendin Summons is Blood Elf only * Breadcrumb to an exclusive group * translating ZenoX92's list, part 2 * class quests * breadcrumb trails * better prevquest check * less harsh error warnings * minor optimization * Rename 9999_99_99_99_world.sql to 2019_04_10_00_world.sql
2019-04-09DB/GameObject: Add animations for FirecrackersKillyana
Ref #16565