Ovahlord
152ea60116
Core/SAI: implement SMART_ACTION_ATTACK_STOP
...
Unlike SMART_ACTION_AUTO_ATTACK, this action is actually stopping the entire attack procedure, rather than just hack-disabling auto-attacks. Keep in mind that this action requires a passive react state to prevent a immediate AttackStart ai reaction
2020-06-14 22:51:42 +02:00
offl
12cf7bc099
DB/SAI: Use c_s_g for some big summon groups
...
Closes #24753
2020-06-14 19:39:04 +02:00
offl
eedaf9a26e
DB/SAI: Use c_s_g for Gurgthock's summons
...
Closes #24751
2020-06-14 19:37:32 +02:00
offl
d644859533
DB: Add Comment column to creature_summon_groups table
...
Closes #24745
2020-06-14 19:33:35 +02:00
offl
a117450ce9
DB/Instance: Convert some Uldaman scripts to DB
...
Closes #24744
2020-06-14 19:16:55 +02:00
offl
aa3ccb4657
DB/Creature: Standardize creature respawn time part 1
...
Closes #24740
2020-06-14 19:07:46 +02:00
offl
c7607abd0f
DB/Creature: Remove static spawns of Aldor Gryphon Guard
...
Closes #24739
2020-06-14 18:59:42 +02:00
offl
45af4a9794
DB/SAI: Properly script Brother Sarno, Karaaz & Griftah
...
Closes #24738
2020-06-14 18:44:11 +02:00
offl
c4f83a55e8
DB/GameObject: Stormwind objects with wrong rotation
...
Closes #24737
2020-06-14 18:35:40 +02:00
offl
8bccb258ba
DB/Quest: Convert & update support for 'All Along the Watchtowers' to SAI
...
Closes #24732
2020-06-14 18:26:35 +02:00
offl
d70eb96c85
DB/Quest: Convert & update support for WP Scourge cauldrons quests to SAI
...
Closes #24730
2020-06-14 18:12:17 +02:00
offl
e47f302fc9
DB/Quest: Convert & update support for 'Escape from the Catacombs' to SAI
...
Closes #24728
2020-06-14 17:52:12 +02:00
offl
7b11610fb7
DB/Creature: Update Demon Portal & Demon Portal (Zuluhed)
...
Closes #24727
2020-06-14 17:34:03 +02:00
offl
e8a2d4627b
DB/Creature: Redeemed Hatchling
...
Closes #24726
2020-06-14 17:27:33 +02:00
jackpoz
cd37a17103
Scripts/Commands: Add .debug objectcount <optional map id> chat command
...
Add .debug objectcount <optional map id> chat command to show the number of Creatures and GameObjects
2020-06-14 15:41:01 +02:00
Shauren
988fe4c86c
Core/Misc: Add .Size() to TypeUnorderedMapContainer for stats/debugging
...
(cherry picked from commit d53a2dea5f )
2020-06-14 15:10:16 +02:00
Shauren
6a1cb348c7
Core/DBLayer: Fix build using TRINITY_DEBUG
...
(cherry picked from commit d6d67a9766 )
2020-06-13 21:25:42 +02:00
Shauren
dacb1e5802
Core/Spells: Prevent manual cancelling of channelled spells that have SPELL_ATTR0_CANT_CANCEL
2020-06-12 18:48:45 +02:00
Keader
f2f4fc921e
kill white space in last commit
2020-06-09 09:57:47 -03:00
Keader
be48fbc32a
Scripts/ShadowfangKeep: Fixed a crash in spellscript
2020-06-09 09:52:44 -03:00
Gildor
aeb41e67a9
Scripts/Naxxramas: Fix Kel'thuzad evade mode when he dies ( #24763 )
2020-06-07 12:55:38 +02:00
ForesterDev
e3b232fe0e
Core/AI: refactor SpellHit and SpellHitTarget. ( #24691 )
...
* Core/AI: refactor SpellHit and SpellHitTarget.
- now caster/target is WorldObject instead of Unit
- remove SpellHitByGameObject / SpellHitTargetGameObject (handled by SpellHit / SpellHitTarget)
- rename parameters in scripts according parent methods
* Restore logic in Algalon script
* Changed check for REMORSELESS_WINTER hit to avoid dublicate call, because it has TARGET_UNIT_CASTER for effects 0/1 and TARGET_GAMEOBJECT_SRC_AREA for effect 2
* Fix build after merge
2020-06-07 10:22:13 +02:00
Gildor
1181b636c0
Scripts/Naxxramas: Noth the Plaguebringer improvements ( #24724 )
2020-06-06 14:22:19 +02:00
jackpoz
6e34e07c48
Tools/MMAPs: Output the time spent in a human readable format
2020-06-05 19:58:02 +02:00
Keader
d81a9e5bc3
Core/Misc: Fixed resistance calculate for Mutated Transformation and Twilight Bloodbolt ( #24717 )
...
Ref: 9f7b464a6a
- Implemented a new SpellScript hook that allow control Resistance/Absorb amount of a damage spell.
2020-06-03 22:05:08 -03:00
jackpoz
adc7cd3cee
Core/Misc: Fix static analysis issues reported by Coverity Scan
2020-06-03 20:49:31 +02:00
Gildor
90e00c3e2a
Core/Spells: Fix ammo consumption ( #24736 )
2020-06-02 20:34:44 +02:00
Shauren
0e9eb8e7f5
Core/PacketIO: Validate AddonInfo size
...
Closes #24734
2020-06-01 23:43:38 +02:00
Ovah
43ef610fe0
Core/Units: flight and hover checks will now consider movement template data as well as manually set flight states
...
- manually set flight states via auras and scripts will no longer be ignored
- restored movement template consideration when generating pathings
- renamed IsLevitating to IsGravityDisabled to reflect the referenced movement flag's name
2020-06-01 15:58:31 +02:00
jackpoz
48c5c0d7a2
Core/Misc: Fix Clang 10 build warnings
2020-05-31 15:52:28 +02:00
jackpoz
e3dfab52a6
CI/CircleCI: Switch to Ubuntu 20.04 and MySQL 8
2020-05-31 15:40:15 +02:00
Giacomo Pozzoni
8c09b6e58b
Cherry-pick some cmake commits ( #24720 )
...
* Build system: Support new in cmake 3.17 Ninja Multi-Config generator
(cherry picked from commit 369b618d4f )
* Build system: Fixed PCH with MSVC & Ninja generator
(cherry picked from commit d669f46b6d )
* Core: Fix clang 10 warnings
(cherry picked from commit 7272508cb4 )
# Conflicts:
# src/common/Utilities/Util.h
# src/server/bnetserver/REST/LoginRESTService.cpp
# src/server/game/Entities/Object/Position.h
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Guilds/GuildFinderMgr.h
# src/server/game/Movement/Spline/MoveSplineFlag.h
# src/server/shared/Dynamic/LinkedList.h
* Build system: Set -Wno-deprecated-copy only for clang 10
(cherry picked from commit 7fdeb259ba )
* Core/Misc: GCC build and warning fixes
(cherry picked from commit 4d69cc1c56 )
# Conflicts:
# src/common/Utilities/Util.cpp
# src/server/database/Database/MySQLConnection.cpp
# src/server/game/Battlefield/Zones/BattlefieldTB.cpp
# src/server/game/DataStores/M2Stores.cpp
# src/server/game/DungeonFinding/LFGMgr.cpp
# src/server/game/DungeonFinding/LFGPlayerData.cpp
# src/server/game/Entities/GameObject/GameObject.cpp
# src/server/game/Entities/Item/Item.cpp
# src/server/game/Entities/Object/Updates/UpdateFields.h
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Entities/Player/RestMgr.cpp
# src/server/game/Entities/Unit/Unit.cpp
# src/server/game/Handlers/PetHandler.cpp
# src/server/game/Server/Packets/GuildPackets.h
# src/server/game/Spells/Auras/SpellAuraEffects.cpp
# src/server/game/Spells/Auras/SpellAuras.cpp
# src/server/game/Spells/Spell.cpp
# src/server/game/Spells/SpellInfo.cpp
# src/server/game/Spells/SpellMgr.cpp
# src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
# src/server/scripts/Kalimdor/HallsOfOrigination/instance_halls_of_origination.cpp
# src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp
# src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp
# src/server/scripts/Northrend/zone_sholazar_basin.cpp
# src/server/scripts/Outland/BlackTemple/instance_black_temple.cpp
# src/server/scripts/Outland/GruulsLair/instance_gruuls_lair.cpp
# src/server/scripts/Outland/HellfireCitadel/BloodFurnace/instance_blood_furnace.cpp
# src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp
# src/tools/vmap4_extractor/gameobject_extract.cpp
# src/tools/vmap4_extractor/model.cpp
# src/tools/vmap4_extractor/vec3d.h
* Build system: Print found git version when warning about it being too old
(cherry picked from commit 1ae72db201 )
* Build system: Removed hard requirement on BOOST_ROOT being set as environment variable, it can now be also passed as command line argument to cmake and fix compile warning with boost 1.73
(cherry picked from commit 161944b764 )
# Conflicts:
# dep/boost/CMakeLists.txt
* Remove some code that was already removed from 335 and then cherry-picked into master
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2020-05-31 14:17:26 +02:00
offl
0eb9b5bfe6
DB/Creature: Add missing emote to Dragonflayer Forge Master in heroic mode
...
Closes #24719
2020-05-30 21:49:34 +02:00
offl
b938c26090
DB/Creature: Totem of Spirits
...
Closes #17183
2020-05-30 21:46:19 +02:00
offl
487dae864f
DB/Creature: Improve Deathforge Mine
...
Closes #24721
2020-05-30 21:44:14 +02:00
Keader
a72197911e
Scripts/Ulduar: Codestyle fix
...
* Making jackpoz happy xD
2020-05-30 13:13:02 -03:00
Giacomo Pozzoni
141ada19b0
Cherry pick some db commits ( #24713 )
...
* Core/DBLayer: Implement async transaction completion callbacks
(cherry picked from commit 0f0ca3a919 )
# Conflicts:
# src/server/bnetserver/REST/LoginRESTService.cpp
# src/server/bnetserver/Server/Session.cpp
# src/server/bnetserver/Server/Session.h
# src/server/database/Database/Transaction.cpp
# src/server/game/Handlers/CharacterHandler.cpp
# src/server/game/Handlers/SpellHandler.cpp
# src/server/game/Server/WorldSession.cpp
# src/server/game/Server/WorldSocket.cpp
# src/server/game/Server/WorldSocket.h
* Core/Misc: Fixed char enum packet sometimes not showing newly created character when client latency is too low
(cherry picked from commit fc9d2e728e )
# Conflicts:
# src/server/game/Handlers/CharacterHandler.cpp
* Fix no-pch build
* Core/Player: Wait for correct transaction on character creation
(cherry picked from commit 01c68b2aa2 )
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
* Fix warning
* Remove unused login transaction
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2020-05-30 17:43:54 +02:00
Keader
00bc6e7d54
Scripts/BloodFurnace: Fixed Broggok stopping work after wipe
...
By: Rushor
2020-05-30 11:57:30 -03:00
Killyana
52c1415239
DB: Eva Sarkhoff and Doctor Theolen Krastinov, the Butcher
...
Closes #24711
For 3.3.5 only
2020-05-30 16:54:33 +02:00
Keader
05eeaade3e
Scripts/Ulduar: Fixed XT002 Heart health regeneration
2020-05-30 11:47:43 -03:00
offl
9ebf7b1272
DB/SAI: Convert & update support for Forest Frog to SAI
...
Closes #24714
2020-05-30 16:37:59 +02:00
Keader
456aaf2cea
Scripts/Pet: Fixed Mirror Image trying attacking invalid targets
2020-05-30 11:31:53 -03:00
Gildor
6c1a874e57
Scripts/Trial Of The Crusader: Fixed Anub'arak Pursuing Spikes movement ( #24715 )
2020-05-30 08:50:33 -03:00
ForesterDev
f7ac6296b6
Core/PacketIO: Create BankHandler & update bank opcodes to new packet class ( #24695 )
...
* Core/PacketIO: Create BankHandler & update bank opcodes to new packet class
(cherry picked from commit 478e86c074 )
* fix nopch build
* Update SMSG_BUY_BANK_SLOT_RESULT
* fix naming
* fix copypaste error
Co-authored-by: Luzifix <luzifix19@gmail.com >
2020-05-29 18:26:53 +02:00
Shauren
f0060496f9
Core/Networking: Switch to intrusive variant of MPSC queue to halve the number of memory allocations for packet sending ( #24659 )
2020-05-29 18:17:24 +02:00
offl
0ba62a45e5
DB/SAI: Remove useless event params for linked events
...
Closes #24707
2020-05-28 15:20:04 +02:00
offl
77ae76852b
DB/SAI: Fix targets for group quests
...
Closes #24706
2020-05-28 15:18:14 +02:00
Killyana
fef63de7ff
DB/SAI: Fix some SAI targets
2020-05-28 14:56:05 +02:00
Killyana
f885706413
DB/Quest: Fix some targets for the quest When the Cows Come Home
2020-05-27 23:22:29 +02:00
offl
12679fdd08
DB/SAI: Fix typos in two timed action lists
...
Closes #24700
2020-05-27 16:03:53 +02:00