Commit Graph

30702 Commits

Author SHA1 Message Date
Killyana
f039c30cb8 DB/Spawn: Fix position for spawns related to the quest Standards and Practices 2019-03-04 23:31:26 +01:00
Killyana
e48de330d9 DB/Creature: Fix phase for one Scourge Necromancer spawn 2019-03-04 21:26:44 +01:00
Killyana
85b872fc8d DB/Creature: Tormented Drakkari 2019-03-04 19:41:40 +01:00
sirikfoll
0b6b96eea0 DB/Spawns: Add some missing spawns in Aldur'thar: The Desolation Gate (Alliance)
Ref #3202
2019-03-04 17:13:33 +01:00
ccrs
7fdf9701df Core/Misc: e69570d followup 2019-03-04 16:52:10 +01:00
ccrs
e69570dd76 Core/Misc: use/implement/portfrommaster InitWorldState packet definition
WorldPackets::WorldState::InitWorldStates
2019-03-04 16:33:08 +01:00
Keader
e1aafddc2e Scripts/Trial of the Crusader: Fixed Slime Pool visual effect
Closes #21660
2019-03-03 23:19:03 -03:00
jackpoz
72052aa9a5 Core/Spells: Adjust range checks to GameObject targets 2019-03-03 21:42:07 +01:00
jackpoz
270a144083 Core/Spells: Adjust range checks to GameObject targets 2019-03-03 21:24:39 +01:00
jackpoz
d2841d6b66 Core/LFG: Teleport players to other players instead of dungeon entrance when continuing a LFG dungeon
This feature already existed in current code but was broken by d0334bf948
2019-03-03 21:08:32 +01:00
Sorikoff
34cfa69efd Core/Movement: Allow using run when moving randomly (#23081)
* Allow run when moving randomly
2019-03-03 19:54:07 +01:00
jackpoz
6c5d997161 Core/Misc: Code cleanup 2019-03-03 19:51:42 +01:00
jackpoz
696039cfed Core/MMaps: MMaps logs cleanup
Move MMaps related logs from "maps" category to "maps.mmaps".
Remove newlines in logs, the log system already takes care of newlines.
2019-03-03 16:54:19 +01:00
Killyana
25db347b09 DB/Quest: Improvements for Valduran the Stormborn 2019-03-03 15:40:24 +01:00
Killyana
9467fc9a01 DB/Quest: Improvements for Scourge Tactics 2019-03-03 14:02:40 +01:00
Killyana
b1545e76ef DB/Quest: Kroshius' Infernal Core 2019-03-03 12:48:52 +01:00
Keader
edd9a26c58 DB/Spell: Ephemeral Snowflake proc
Closes #23078
2019-03-02 23:20:06 +01:00
Keader
990ad000f8 Spell/Script: Freezing Circle
Closes #11312
See the original issue before cherry pick
2019-03-02 19:57:38 +01:00
jackpoz
c602220e02 Core/MMaps: Fix infinite loop in Detour
Fix another infinite loop in Detour caused by degenerated triangles.
Check the result of some previously ignored Detour calls.
Update recastnavigation to 3a619d773deb7e3a15ee215217c825995fe71312 and apply some more custom changes
2019-03-02 19:53:46 +01:00
Killyana
e9957b1765 DB/Creature: Fix Thaladred the Darkener movement speed
From sniffs
2019-03-02 18:57:14 +01:00
Killyana
8dec9b97e2 Core/GameObject: Set loot state to Not ready when a gob is deactivated (#23072) 2019-03-02 15:05:28 +01:00
Sorikoff
dbadb6369c Core/Movement: Allow using walk when chasing v2 (#23073)
* Allow walk when chasing
2019-03-02 15:04:01 +01:00
Killyana
91c0bc966a DB/Quest: The Collapse / Deploy the Shake-n-Quake! 2019-03-01 20:56:15 +01:00
Killyana
ecae47a169 DB/SAI: Wrathbone Coldwraith 2019-03-01 16:00:09 +01:00
sirikfoll
82c532dc23 DB/Quest: Tails Up
Closes #16363
2019-03-01 13:34:19 +01:00
Killyana
e9fa639815 DB/Creature: Add Swim movement to some npcs
According to dbc data
2019-02-28 18:38:33 +01:00
Killyana
afaf387914 DB/Creature: Set FLAG_EXTRA_NO_XP_AT_KILL
According to dbc data
2019-02-28 17:43:34 +01:00
Killyana
2ebaa9fa86 DB/Creature: Fix waypoints for Civilian Recruit 2019-02-26 22:10:25 +01:00
sirikfoll
4ea09dfcd4 Fix nopch 2019-02-25 18:12:19 -03:00
sirikfoll
a803342029 Scripts/Ulduar: Mimiron improvements
Closes #23043

Fix Aerial hover
Some visual issues
2019-02-25 17:50:24 -03:00
Sorikoff
c2f2db08aa Allow walk when chasing (#23069) 2019-02-25 09:36:36 +01:00
Killyana
47e1816bf7 DB/Creature: Disable mmaps for Warlord Zol'Maz 2019-02-24 21:04:51 +01:00
Killyana
6428118dac DB/Script: The Key of Warlord Zol'Maz
Closes #20246
2019-02-24 20:57:22 +01:00
jackpoz
f17120cc78 Core/Commands: Don't re-add active quests with ".quest add" command 2019-02-24 18:46:35 +01:00
Killyana
d2bff6dcec DB/Script: Update arcane-containers script to despawn once clicked
Closes #21094
2019-02-24 15:59:09 +01:00
jackpoz
da19ad117e Core/MapScripts: Add support to GameObjects to SCRIPT_COMMAND_DESPAWN_SELF 2019-02-24 15:09:24 +01:00
Aokromes
a2f910fe5c Core/mmaps: add category to 2 logs 2019-02-24 13:41:02 +01:00
jackpoz
a75fbe527a Dep/Recast: Validate input values more consistently and completely, including that points are finite
Merge https://github.com/recastnavigation/recastnavigation/pull/374 .
This should fix infinite loops happening with degenerated triangles with 0 area.
Fix #23028
2019-02-24 12:18:28 +01:00
Aokromes
3157a6c6f3 DB/Commands: Fix typo on chat commands
Closes #23065 by jackpoz
2019-02-23 23:37:51 +01:00
Shauren
f912963b4b Tools build fix
(cherry picked from commit 3c8210a1f3)
2019-02-23 22:00:05 +01:00
jackpoz
7ddbc18aaf Core/MMaps: Add rcMedianFilterWalkableArea() to mmaps generation process
Add rcMedianFilterWalkableArea() to mmaps generation process to simplify some ground/water areas
2019-02-23 22:00:05 +01:00
Shauren
1e2cc147e5 Warning fix
(cherry picked from commit 87278b69f0)
2019-02-23 22:00:05 +01:00
Shauren
7b561373a8 Tools/mmaps_generator: Give land priority during area merges over liquids
Closes #21700

(cherry picked from commit edb2b16f54)
2019-02-23 22:00:05 +01:00
Shauren
8d19fcbc46 Tools/vmapextractor: Improved vmap detail level by extracting wmo doodads (tables, chairs etc)
(cherry picked from commit fb0a1de5c1)
2019-02-23 22:00:05 +01:00
Shauren
0e083a0356 Tools/MMapsGenerator: Cleanup duplicated definitions
* rebuilding is not needed

(cherry picked from commit 60c4c29da5)
2019-02-23 22:00:05 +01:00
Shauren
ecab7db7b0 Warning fix
(cherry picked from commit cfa948193c)
2019-02-23 22:00:05 +01:00
Shauren
8d1bb258fc Tools:
* mapextractor - fixed compressing liquid data
* vmapextractor - fixed extracting liquids inside WMOs
* vmapextractor - implemented new WMO flags
* vmapextractor - store model type for gameobject models
* mmap_generator - fixed processing liquids broken in e5d23103f3

(cherry picked from commit 2c64bb97e6)
2019-02-23 22:00:05 +01:00
Shauren
fd30618f12 Tools/Mapextractor: Fixed determining deep water
(cherry picked from commit 2e648f9eb9)
2019-02-23 22:00:05 +01:00
Shauren
e6bfa71e4d Tools/Mapextractor: Implemented liquid object detection
(cherry picked from commit 82bf263f92)
2019-02-23 22:00:04 +01:00
Shauren
fee666f02f Tools/Misc: Partial cherry-pick of 7b235ce6e4 2019-02-23 22:00:04 +01:00