Kitzunu
ca77a95521
fix(Core/Spell): packet build in spell_pvp_trinket_wotf_shared_cd ( #6048 )
2021-05-25 20:15:29 +02:00
UltraNix
6f4f0043c2
fix(Scripts): Crashfix. ( #5913 )
2021-05-18 02:16:59 +02:00
UltraNix
44babc3c3a
fix(Core/Pooling): Fixed less and less objects from pools being spawned the longer the server is running ( #5572 )
2021-05-08 12:39:09 -06:00
KiK0
685b10a291
fix(Core/Spells): Berserk now removes the Tiger Fury buff. ( #5481 )
2021-05-07 12:45:12 +02:00
KiK0
310f856932
fix(Core/Spells): Do not allow the use of the master's call while the pet is controlled [port from TC] ( #5273 )
2021-04-27 15:54:58 +02:00
UltraNix
f4c226423d
feat(Core/Misc): implement ObjectGuid class (port from TC) ( #4885 )
2021-04-25 22:18:03 +02:00
Hacki95
c95d1f72a8
fix(Core/Script): Shadowmeld ( #4857 )
2021-04-23 11:23:01 +02:00
Kargatum
4af4cbd3d9
feat(Core/Logging): rework logging ( #4692 )
...
* feat(Core/Logging): rework logging
* correct level for sql.sql
* del unused config options
* Correct build
* correct after merge
* whitespace
20:29:37 1. 'Player.cpp'. Replace (1)
20:29:37 2. 'ObjectMgr.cpp'. Replace (3)
* 1
* correct logging
* correct affter merge
* 1
* 2
* LOG_LEVEL_WARN
* #include "AppenderDB.h"
* 3
* 4
* 5
* 1. 'WorldSocket.cpp'. Replace (1)
* 6
* 1
2021-04-17 11:20:07 +02:00
Kargatum
2b3d46bd4f
feat(Core/Hooks): added collection of hooks to extends AC ( #3047 )
...
This collection of hooks comes from the Maelstrom project. It allows to release modules such as :
- 3v3-soloqueue
- 1v1 arena
- pvestats
and many others
2021-04-13 13:26:39 +02:00
Kitzunu
07f2087683
fix(Core/Spell): Handle ClearAllDebuffs ( #5006 )
2021-04-07 13:30:58 +02:00
r0m1ntik
66ca61025d
fix(Core/Spell): Val'anyr periodic healings proc and move to new proc system ( #4216 )
2021-03-21 22:40:50 -04:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
Hacki95
05656e3670
fix(Core): [Spell][Night Elf] Shadowmeld is not working properly ( #4765 )
2021-03-11 14:59:24 +01:00
Stifler82
08c2ddbee2
fix(Core/Spell): Anti-Venom ( #4711 )
2021-03-07 13:12:59 +01:00
Kitzunu
28f1dc5c0c
refactor(Core): replace NULL with nullptr ( #4593 )
2021-03-02 01:34:20 +01:00
Kitzunu
dbc0ff6554
refactor(Core): sort #includes alphabetically ( #4579 )
2021-02-24 22:34:42 +01:00
Stifler82
d7981de01e
fix(Core/Spell): solve issue with Life Tap All Ranks ( #4408 )
2021-02-11 15:08:27 +01:00
Kitzunu
b43c5c9bf3
fix(Core/Spell): Instant Statue ( #4319 )
...
* fix(Core/Spell): Instant Statue
* make sure GetCaster() is not null
* values
* unit not player
* scriptName
* Update spell_item.cpp
* feat(Core/Spell): Implement ValidateSpellInfo
* Cherry-pick from 2b5d7eef3a & a0a158b5b8
* Revert "feat(Core/Spell): Implement ValidateSpellInfo"
This reverts commit 7690f02b49c82c65de3e92307063211a2e9941f5.
* Revert "Revert "feat(Core/Spell): Implement ValidateSpellInfo""
This reverts commit 8ffbb46fafe1f2d1597b4295b9e5fcec822d1181.
* Update spell_item.cpp
* dependant on https://github.com/azerothcore/azerothcore-wotlk/pull/4323
* untargetable
2021-02-02 16:08:52 +01:00
Kitzunu
0d52b4ca4a
feat(Core/Spell): Implement ValidateSpellInfo ( #4323 )
...
* feat(Core/Spell): Implement ValidateSpellInfo
* cherry-pick from 2b5d7eef3a & a0a158b5b8
* sLog->outError
* cleanup
* convert to ValidateSpellInfo
* fix error log
* improve sLog->outError
* remove non related spells stuff from Validate
* remove the last
* build
* build x2
2021-02-01 18:57:25 +01:00
Kitzunu
628c75d67f
fix(Core/SpellMgr): Add cooldown to some vehicle spells ( #4300 )
...
* fix(Core/SpellMgr): Add cooldown to some spells
* author and spellscript
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2021-01-31 03:09:50 +01:00
Kitzunu
8851152815
fix(Core/Item): Implement mount speed mod items ( #4258 )
2021-01-30 00:46:59 +01:00
Kitzunu
9cee5e1d61
fix(Core/Spell): Paralytic Poison ( #4128 )
2021-01-23 16:59:43 +01:00
Kitzunu
da4edd547d
chore(core): remove malformed whitespaces ( #4244 )
...
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
2021-01-10 14:27:55 +01:00
Kargatum
ea93a5c1a1
feat(CI/Codestyle): added codestyle check ( #3668 )
2021-01-09 11:59:50 +01:00
Kitzunu
c5fe21fe9a
fix(Core/Spell): Earthliving weapon proc ( #4015 )
2021-01-08 20:18:36 +01:00
Francesco Borzì
d4a58700d4
refactor(Core): apply clang-tidy modernize-use-override ( #3817 )
2020-12-06 18:04:55 +01:00
Kargatum
5e20b46812
refactor(Core/Scripts): restyle scripts lib with astyle ( #3467 )
2020-10-11 10:35:34 +02:00
Kitzunu
6ede23d177
fix(Core/AuraScript): Soul Feast should apply on some Valithria mobs ( #3355 )
...
* fix(Core/ItemScript): Shadow's Edge should give stacks on some Vali mobs
* make the logic more beautiful
* update name to IsException
* build
* IsException -> isException
* Keep it to a standard :)
* indentation
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-15 21:09:50 +02:00
Kitzunu
1f89282b22
refactor(Core): NULL -> nullptr ( #3275 )
...
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 11:55:09 +02:00
VhiperDEV
0d25f63257
fix(Core/SpellScript): Script item Egg Nog ( #2943 )
...
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com >
2020-06-28 15:20:22 +02:00
Kaev
999d588c37
fix(Core): Fixed a few crashes/bugs that were found via static code analysis ( #2617 )
2020-01-25 14:26:38 +01:00
Stoabrogga
b776e68665
fix(Core/Spell): Glyph of Eternal Water ( #2508 )
2019-12-26 09:09:50 +01:00
Viste
e22d78ecd6
refactor(Core): rename namespaces and macros to acore ( #2454 )
2019-12-01 13:13:31 +01:00
GMKyle
26998d36bb
fix(Core/Spell): Eye of Gruul healing discount spell ( #1913 )
2019-11-05 07:53:32 +01:00
Stoabrogga
8f51c756d5
fix(Core/spell_item): Fix a few items with spell effects ( #2296 )
2019-10-08 08:08:36 +02:00
GMKyle
58f3cfe387
fix(Core/Hunter): Stable Master, exotics pets management, tame validations. ( #2100 )
2019-09-25 18:29:18 +02:00
Stoabrogga
ee09fb8f9d
fix(Core/Spell): "Taming the Beast" hunter quests, part 2 ( #2271 )
...
Co-authored-by: Mitradis <mitradis@gmail.com >
2019-09-08 23:39:34 +02:00
Stoabrogga
c5e187fed6
fix(Core/Spell): "Taming the Beast" hunter quests ( #2243 )
2019-09-05 07:50:20 +02:00
Stoabrogga
d8f14c982f
fix(DB/Spell): Argent Dawn trinkets ( #2007 )
2019-07-03 01:29:13 +02:00
Stoabrogga
9f3c0267bc
fix(Core/Spell): Haunted Memento ( #1992 )
2019-06-26 23:43:58 +02:00
GMKyle
3269c0acc1
fix(Core/Spell): Holy Priest Tier 5 Greater Heal Refund proc ( #1985 )
...
* Holy Priest Tier 5 (2 pieces) bonus http://wotlk.cavernoftime.com/spell=37594 procs any time greater heal is cast if you have at least two pieces off this tier equiped.
2019-06-25 01:59:59 +02:00
Poszer
41486e348b
fix(Core/Spells): Spell ID Shadow Ward (Warlock) ( #1971 )
...
- Set correct ID of warlock spell Shadow Ward. It was set to -7235(Shadow Protection) which is wrong
- Correct spellID is 6229 (Shadow Ward)
2019-06-17 19:09:17 +02:00
Poszer
1c90e1d8f5
fix(Core/Spell): Big Blizzard Bear ( #1905 )
...
- Correctly apply 60% & 100% speed for mounts based on riding skill
2019-06-04 20:24:48 +02:00
Poszer
80c2025cd9
fix(CORE/Spells): Shadowmourne spell effect ( #1731 )
...
- Remove SM aura (Soul Fragment) if the item is unequiped
2019-04-23 23:47:53 +02:00
Viste(Кирилл)
2e65c0afb7
Fix(Scripts/Spells): Check range to fire totem when casting Fire Nova. ( #1566 )
...
* Fix(Scripts/Spells): Check range to fire totem when casting Fire Nova.
2019-03-14 15:21:31 +03:00
Nefertumm
c15206fc15
Revert "feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )" ( #1471 )
...
This reverts commit 51b8773528 .
2019-02-15 15:14:49 -03:00
Viste(Кирилл)
51b8773528
feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )
...
i.e. world update start
2019-02-14 19:22:17 +01:00
Francesco Borzì
6908d333db
fix: windows build ( #1455 )
...
- Closes #1451
2019-02-12 22:13:44 +01:00
Francesco Borzì
d4ab165888
refactor(Scripts/SpellGeneric): use modern C++ array instead of C array ( #1436 )
2019-02-12 08:06:05 +01:00
Lee
d172c43459
[Core/ Spell] Val'anyr Hammer of Ancient Kings Fix ( #1388 )
...
* [Core / Spell] Fixed Val'anyr Hammer of Ancient Kings
Fixed issue with Val'anyr Hammer of Ancient Kings procing on non healing spells such as buffs
2019-02-01 01:59:19 +00:00