Francesco Borzì
23e9b85d0e
refactor(Core): code cleanup (part 3) ( #6380 )
2021-06-19 01:25:29 +02:00
Bogir[rus]
e3a5727222
chore(Core): typo fixes ( #6272 )
...
Co-authored-by: Bogir <m-000@bk.ru >
2021-06-16 11:28:00 +02:00
UltraNix
66d4fd88f5
fix(Core/Spells): disable fishing if not in LOS within boober destination. ( #6138 )
...
- Closes #5485
- Closes https://github.com/chromiecraft/chromiecraft/issues/471
2021-06-05 23:24:14 +02:00
UltraNix
8a09a0bc21
fix(Core/Spells): Shadowmeld targets only players. ( #6136 )
...
- Closes #5541
- Closes https://github.com/chromiecraft/chromiecraft/issues/483
2021-06-05 21:43:19 +02:00
anguaive
d6c85d4664
fix(Core/Spell): Remove delay from Flare activation ( #5933 )
...
* fix(DB/spell): Remove delay from Flare activation
The activation of the Flare (spell id: 1543) AoE aura was delayed
until the projectile hit the ground, which takes 5 seconds. Apparently
this is not blizzlike and the area should be activated instantly
when casting the spell.
Closes #5908
Closes https://github.com/chromiecraft/chromiecraft/issues/650
* Remove unnecessary delete
* Move Flare spell fix to SpellMgr
* Fix indentation
2021-06-03 14:01:40 +02:00
Kitzunu
a75e34c793
feat(Core/Spell): AssertSpellInfo ( #6115 )
...
* feat(Core/Spell): AssertSpellInfo
(cherry picked from commit e52878b6b5 )
(cherry picked from commit 8c44259fae )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
* Update SpellMgr.h
2021-06-03 07:39:48 +02:00
Kitzunu
7152ddc82c
refactor(Core/Grids): Ported cmangos/mangos-wotlk@ea99457 ( #6113 )
...
* refactor(Core/Grids): Ported cmangos/mangos-wotlk@ea99457
(cherry picked from commit d6201e5dbb )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: SilverIce <slifeleaf@gmail.com >
* Update CellImpl.h
* w
* more more brackets
* ew
* fix build
2021-06-03 05:27:51 +02:00
Kitzunu
7cb967fb56
fix(DB/Spell): Furious Howl & Call of the Wild ( #6047 )
...
- Fix Furious Howl (Rank 1) from applying to party members
- Move Furious Howl & Call of the Wild to DB
2021-06-02 12:38:28 +02:00
Kargatum
d398c34c61
chore(Core/Common): delete macro UNUSED ( #6119 )
2021-06-01 17:22:29 +02:00
Azcobu
1889fffbde
fix(Core/Spell): Apply AURA_STATE_FAERIE_FIRE to Faerie Fire ( #6105 )
...
Adds missing anti-stealth aura to Faerie Fire variant with spell ID 20656.
2021-06-01 15:03:36 +02:00
Kitzunu
b00ac48cfa
feat(Core/Script): Allow spell script ValidateSpellInfo to work with any container type ( #6078 )
...
* Cherry-pick f2f0aeb562
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2021-06-01 13:55:51 +02:00
Kitzunu
897a02bb75
refactor(Core/Misc): acore to Acore ( #6043 )
2021-05-31 14:21:54 +02:00
UltraNix
107658ebbc
fix(Core/Spells): triggering potion cooldowns (from TC) ( #6016 )
2021-05-30 11:53:16 +02:00
Kitzunu
b846179986
refactor(Core/Spell): Change "Attribute &" to HasAttribute() ( #5991 )
2021-05-29 11:56:19 +02:00
Silker
d04f4be6c5
fix(Core/Spell): Apply AURA_STATE_FAERIE_FIRE ( #5703 )
2021-05-12 21:46:47 -06: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
UltraNix
2189ac0b08
feat(Core/Anticheat): Preparation to implement new passive anticheat … ( #5516 )
2021-05-07 18:10:44 +02:00
Kargatum
db7d754f3f
feat(Core/Common): delete lib game-interface inherited ( #5333 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-05-07 02:16:44 +07:00
Kitzunu
5954d9c739
refactor(Core/Misc): Define & Rename Attributes ( #5311 )
2021-04-28 14:55:24 +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
Kitzunu
eac6cdd5e0
fix(Core/Spell): Apply AURA_STATE_FAERIE_FIRE to Faerie Fire ( #5319 )
2021-04-26 13:38:41 +02:00
UltraNix
f4c226423d
feat(Core/Misc): implement ObjectGuid class (port from TC) ( #4885 )
2021-04-25 22:18:03 +02:00
KiK0
45d92751dd
fix(Core/Spells): Cloak of Shadows: Spell [Pounce Bleed] should not be ( #5305 )
2021-04-24 13:15:26 -04: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
Kitzunu
33aeadf8b6
refactor(Core/Misc): Define & Rename Attributes and flags ( #5193 )
2021-04-15 14:16:39 +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
3054bf8233
chore(Core/SpellMgr): Indentation ( #5145 )
2021-04-11 12:04:20 +02:00
Kitzunu
c7e8310624
feat(Core/Spell): Define SPELL_AURA_PREVENT_DURABILITY_LOSS ( #5148 )
2021-04-09 20:56:31 +02:00
Footman
c32cd06a78
fix(Core/Movement): fix multiple creature movement issues ( #5097 )
2021-04-09 20:56:19 +02:00
Kitzunu
91dfedd080
fix(Core/Spell): make use of SPELL_ATTR3_IGNORE_PROC_SUBCLASS_MASK ( #5005 )
2021-04-07 23:10:12 +02:00
Kitzunu
88ddc24464
fix(Core/Spell): Make use of SPELL_ATTR6_DONT_CONSUME_PROC_CHARGES ( #5004 )
2021-04-07 23:07:35 +02:00
UltraNix
6eeb088211
fix(Core/Movement): Corrected calculating ground level in shallow water. ( #5114 )
2021-04-04 23:22:13 +02:00
Silker
6dc4ca8503
fix(scripts/Naxx): The art of Naxxramas (2/2) ( #5057 )
2021-04-02 21:57:00 -06:00
Stefano Borzì
d4b8defcd8
Revert "feat(Core/Spells): improve SpellCheckRange(), spell cast when dismounting, falling or levitating spells ( #3384 )" ( #5052 )
...
This reverts commit b424273574 .
2021-03-30 12:55:07 +02:00
Kargatum
c053e111d3
fix(Scripts/Commands): correct reloading creature_template table ( #5020 )
2021-03-30 09:55:05 +07:00
Kitzunu
166ed0d7c2
fix(Core/Spell): Restricted Flight Area ( #5016 )
2021-03-28 12:20:39 +02:00
Stefano Borzì
b424273574
feat(Core/Spells): improve SpellCheckRange(), spell cast when dismounting, falling or levitating spells ( #3384 )
2021-03-26 15:56:35 +01:00
Kitzunu
fb5d2fa2e5
fix(Core/Spell): Make use of SPELL_ATTR7_IGNORE_COLD_WEATHER_FLYING ( #4933 )
2021-03-24 18:19:57 -06:00
Kitzunu
83e430f28a
fix(Core/Spell): Make use of SPELL_ATTR6_NOT_RESET_SWING_IF_INSTANT ( #4931 )
2021-03-24 16:58:41 -06:00
UltraNix
adf627cb65
feat(Core/Spells): Implemented SPELL_AURA_DETECT_AMORE. ( #4850 )
2021-03-21 15:18:55 +01:00
Petric
5aed4dd193
fix(Core/Commands): .cheat god lowering hp to 1 and .cheat power not refilling power ( #3299 )
2021-03-21 15:15:00 +01:00
Cláudio Costa
aea4ce3094
fix(scripts/Ulduar): Improve Hodir ( #4703 )
2021-03-20 08:36:30 -06:00
Stefano Borzì
d82d2041b4
fix(Core/SpellEffect): Increase speed of cat charge ( #4795 )
2021-03-19 22:54:25 -06:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
Cláudio Costa
99c2efe3c2
fix(Core): Rogue - Premeditation fix ( #4695 )
2021-03-16 16:58:56 -06:00
r0m1ntik
b24ee3fc10
fix(Core/Spells): Warlock Death Coil shouldn't be able to crit ( #4629 )
2021-03-12 15:12:43 +01:00
Stefano Borzì
7988717eef
fix(Code/Fishing): improve timing of fishing ( #4733 )
2021-03-07 13:13:29 +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
Kitzunu
82eb8b44d1
refactor(Core/Spell): Pascal Case some SpellEntry types ( #4432 )
2021-02-08 19:01:37 -05:00