Giacomo Pozzoni
5b7ead65bb
Core/Scripts: Change PlayerScript and CreatureScript inheritance ( #23048 )
...
Remove UnitScript from PlayerScript and CreatureScript classes as that's how the original system that was PR'd worked, see https://github.com/TrinityCore/TrinityCore/pull/7867 for reference.
Please note these are used as global hooks and should really just invoke stateless functions.
If you need to hook methods from PlayerScript/CreatureScript and UnitScript, just define 2 different scripts (this is how the original system worked and how it was designed to work)
2019-02-15 20:29:14 +01:00
TheWinchesters
a0056951f7
[3.3.5] Commands: lookup player shows which character is online ( #23039 )
...
* Show 'online' for every online player in lookup player commands
2019-02-15 20:18:58 +01:00
Giacomo Pozzoni
cb8ff7976b
3.3.5 threat assert ( #23034 )
...
* Core/Creature: Change assert about Threat to log
2019-02-15 20:03:26 +01:00
Giacomo Pozzoni
c79811de4f
Shared/Utilities: Handle string format exceptions
...
Handle StringFormat() exceptions in case of malformed string format to avoid causing unhandled exception crashes
2019-02-15 20:01:10 +01:00
Aokromes
58c5dfac1d
Misc/Extractor: Clarify a bit
2019-02-14 08:57:56 +01:00
Rushor
d69ef2ab1d
Creature/Script: Move "Bartleby" script to SAI
2019-02-13 09:30:55 +01:00
Killyana
59682bbd9b
DB/Creature: Add night spawns for Dwarf mounts
2019-02-09 21:06:09 +01:00
Killyana
2fd9b3f394
DB/Creature: Remove wrong spawns
2019-02-09 19:53:34 +01:00
jackpoz
12e6faa0fa
Core/MMaps: Change infinite loop fix in Detour
...
Change the infinite loop fix in Detour to allow looping through all the m_nodePool nodes max once, otherwise it most likely means that we entered an infinite loop. This is currently set to 1024.
2019-02-08 22:21:03 +01:00
jackpoz
37beeb1282
CI/CircleCI: Change base docker image to custom-built trinitycore one
2019-02-08 21:15:58 +01:00
Aokromes
2d22c027fe
Core/Misc: Add categories to 3 logs
2019-02-08 10:58:33 +01:00
Aokromes
1cba363360
Core/Spells: Add categories to 2 logs
2019-02-08 10:32:11 +01:00
Aokromes
578c796625
Core/Entities: Add categories to 2 logs
...
Closes #22922
2019-02-08 10:05:33 +01:00
jackpoz
c8ec2dd95d
Core/MMaps: Fix infinite loop in Detour
...
Fix an infinite loop in Detour happening in Dalaran Sewers.
This is more of an emergency patch until we figure out why dtNodes have a circular reference (A -> B -> C -> A) happening quite often in this place
2019-02-06 19:32:31 +01:00
Killyana
3a83dc60d5
DB/Creature: Add invisibility auras related Roanauk Icemist
2019-02-06 10:47:44 +01:00
Killyana
7514c3106d
DB/Quest: The Might of the Horde
...
Add missing texts and despawn action
2019-02-06 09:10:01 +01:00
illfated
6443dee286
DB/Creature: Warsong Battle Standard
...
Closes #23024
2019-02-06 08:34:01 +01:00
jackpoz
2fda1572d2
Core/Misc: Fix issues reported by static analysis
...
Fix issues reported by Coverity Scan
2019-02-05 21:10:39 +01:00
jackpoz
9942047c72
Core/Misc: Fix issues reported by dynamic analysis
...
Closes #23021
2019-02-05 20:29:39 +01:00
Killyana
b54b372a39
DB/Misc: Plaguelands: The Scarlet Enclave
...
From 8c647dcfb8
By Grz3s
2019-02-05 10:54:11 +01:00
Killyana
42edba699d
DB/Creature: Fix phase for one Scourge Necromancer spawn
2019-02-04 18:13:30 +01:00
Killyana
30799c8ef7
DB/Loot: Add and fix gold drop in wotlk raids
...
Closes #23013
2019-02-04 17:27:10 +01:00
Killyana
449446607c
DB/Quest: Fix some quest requirements
2019-02-04 14:10:58 +01:00
jackpoz
6bcf5c64c4
CI/CircleCI: Use ccache for nopch
2019-02-03 20:12:34 +01:00
jackpoz
33c58b4aaf
CI/CircleCI: Add parallel no-pch build
2019-02-03 17:01:05 +01:00
jackpoz
f04e90f638
Core/Group: Fix memory leak
...
Fix memory leak happening when disbanding a group with an ongoing roll.
Please note this is not blizz-like but at least we don't leak memory anymore.
2019-02-02 21:51:04 +01:00
jackpoz
c40c60572c
Scripts/ScarletEnclave: Fix no pch build
2019-02-02 21:41:24 +01:00
Giacomo Pozzoni
7486ec1828
Rename 9999_99_99_99_world_335.sql to 2019_02_02_01_world.sql
2019-02-02 21:31:56 +01:00
Sorikoff
d5f565f429
Scripts/Scarlet Enclave: Grand Theft Palomino ( #22967 )
...
* Grand Theft Palomino
* Cosmetic issues
* Address CR
2019-02-02 21:28:18 +01:00
Chaouki Dhib
f9ed72e351
Core/Movement: Implement move time skipped handler ( #22994 )
...
* Implement CMSG_MOVE_TIME_SKIPPED handler and move it to MovementHandler.cpp
* Add better error handling
* Update MovementHandler.cpp
2019-02-02 21:15:19 +01:00
jackpoz
46c7446bd4
Core/Spells: Fix assert triggered
...
Fix assert triggered when a spell would trigger another spell in OnEffectHitTarget that would kill the aura owner, then processing the main spell effects. The triggered spell can kill the aura owner, changing its death state to CORPSE and removing auras created.
Fix #21856
Ref 518e6299ca
2019-02-02 21:00:28 +01:00
Sorikoff
806dd940ce
DB/Quest: Sniff Out the Enemy
...
Closes #23006
2019-02-02 15:06:11 +01:00
Killyana
b1604ba0cd
DB/Creature: Fix Saviana Ragefire movements
...
Closes #18773
2019-02-01 21:44:17 +01:00
Killyana
a19c21d4eb
DB/Creature: Fix Val'kyr Herald movements
...
Closes #23004
2019-02-01 21:35:54 +01:00
Keader
33b0654f8e
Scripts/Magister Terrace: Fixed a enum mistake
2019-02-01 08:21:12 -03:00
Killyana
66775c54b5
DB/Creature: Timbermaw Mystic
2019-01-31 19:54:49 +01:00
Killyana
9c6e838083
DB/Creature: Fix some spawns in Ogri'la
2019-01-31 09:46:48 +01:00
Killyana
9d37d39511
DB/Quest: Improvements for "Bombing Run"
2019-01-31 02:54:19 +01:00
Killyana
6679e3010e
DB/Creature: Remove Priestess Tyriona wrong spawn
2019-01-31 00:44:24 +01:00
Killyana
3432edf3dc
DB/Spell: Freezing Circle
...
Updates #11312
2019-01-30 23:13:07 +01:00
Killyana
e21a1a6825
DB/Creature: Blockade Cannon and blockade pirate
...
Closes #22489
By illfated and ZenoX92
2019-01-30 22:24:14 +01:00
Sorikoff
d8572e1fb8
DB/SAI: Gjalerbron
...
Closes #22961
2019-01-30 19:45:16 +01:00
Keader
6545cd33b9
Core/Misc: Fixed shaman elementals and magister terrace first boss access
2019-01-30 14:48:46 -03:00
Aokromes
6026da0b6a
DB/Misc: add DEFAULT value to visibilityDistanceType
2019-01-30 12:03:26 +01:00
Keader
71dde16ce9
Scripts/Utgarde Keep: Fix Ingvar Evading (again)
...
UNIT_FLAG_NON_ATTACKABLE makes ingvar become a invalid target and lose threatlist, so me->IsThreatened() will return false.
We dont need it at all, since UpdateAI will handle evade already.
2019-01-28 17:42:00 -03:00
Keader
06078e30c6
Scripts/Temple of Ahn Qiraj: Scripted doors of AQ40
...
Doors added in 1ba09572b5
2019-01-28 17:13:59 -03:00
Keader
b244fe0d40
Make Travis Happy :)
2019-01-28 16:19:55 -03:00
Ovah
1b346485e4
Scripts/Magister Terrace: Update InstanceScript and more fixes
...
Cherrypicked of https://github.com/Ovahlord/TrinityCore/commits/4.3.4
2019-01-28 16:15:38 -03:00
Keader
6bd3af56dc
Build fix ³
2019-01-28 15:23:28 -03:00
Keader
ae99a38ef2
Build fix²
2019-01-28 15:20:57 -03:00