UltraNix
eb3f80ceff
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: … ( #13518 )
...
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: TrinityCore.
Fixes #13306
2022-10-29 07:13:36 -03:00
Kargatum
8a334e8210
feat(Core/DB): add support range loop for mysql result ( #13355 )
2022-10-10 02:46:48 +07:00
Angelo Venturini
ad4ce0895f
fix: Qaston revert ( #13320 )
...
* Revert "fix(Core/QAston): fixed shields oneshotting (#13271 )"
This reverts commit e05f61d1b3 .
* Revert "fix(Core): Crash (#13292 )"
This reverts commit a818bcf3e2 .
* Revert "fix: Crash (#13241 )"
This reverts commit be423a91b5 .
* delete sql
* Revert "refactor(Core/Spells): Implement QAston Proc System (#11079 )"
This reverts commit cbd3fd0967 .
* add sql revert
* fix sql
* remove update from world.updates
2022-10-05 21:53:20 +02:00
IntelligentQuantum
cbd3fd0967
refactor(Core/Spells): Implement QAston Proc System ( #11079 )
...
* .
* sql
* .
* .
* 1
* 2
* 3
* 4
* 5
* 6
* 7
* 8
* 9
* 10
* 11
* 12
* 13
* 14
* 15
* Update spell_item.cpp
* Update Unit.cpp
* 16
* 17
* 18
* 19
* 20
* 21
* Update Unit.cpp
* REVERT UltraNIX Commit
* 22
* 23
* .
* .
* .
* warrior
* warlock
* shaman rogue priest paladin mage
* spell item
* hunter
* druid
* dk
* war
* error style
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* .
* DOND DEL ME WAD DO DO
* error 2
* .
* .
* .
* FIX
* Update SpellInfoCorrections.cpp
* Update SpellInfoCorrections.cpp
* .
* ja genau
* Update .gitignore
* .
* .
* .,
* .
* .
* .
* .
* Update Unit.cpp
2022-10-02 19:39:34 +02:00
Benjamin Jackson
a82c11e751
fix(Core/DBCLoader): Add handler for possibly unused DBC format data type ( #13045 )
2022-09-19 21:05:01 -03:00
UltraNix
406f2bcd02
fix(Core/Battlegrounds): Fixed setting proper winner team at the end … ( #12868 )
...
fix(Core/Battlegrounds): Fixed setting proper winner team at the end of battleground.
Fixes #11717
Fixes #12688
2022-08-31 06:40:32 -03:00
Benjamin Jackson
1ffa0f6bdc
chore(Core/DBCEnums): Define SummonPropGroup/Flags enums ( #12648 )
2022-08-07 14:43:11 -03:00
UltraNix
572a680c16
fix(Core/Movement): Improvements to taxi flight movement generator: ( #12347 )
...
Changed multi-segment taxi paths to fly nearby flight masters along the way, not directly through them.
Taxi cost on multi-segment paths is now charged per segment when it is started.
Properly send taxi node status on login, as well as if the taxi master is out of range.
Apply reputation discount to all points in multi-segment paths.
Properly clean up list of taxi destinations upon arrival at final node.
Teleport players to the destination taxi node location instead of their current ground position.
Don't start a spline with just 1 point in FlightPathMovementGenerator
Source: TrinityCore.
2022-08-01 23:21:11 -03:00
UltraNix
346150c92a
fix(Scripts/ZulGurub): Hakkar's Blood Siphon ( #12196 )
2022-07-09 11:05:09 -03:00
Nefertumm
396fd35ed5
fix(Core/Spells): Implement SPELL_EFFECT_ACTIVATE_OBJECT ( #11648 )
...
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2022-06-13 21:10:31 -03:00
Kargatum
4fbec972a8
refactor(Cmake): add support build selected applications and tools ( #11836 )
2022-05-31 17:05:39 +07:00
UltraNix
b66586c1d7
fix(Core/Spells): Fixed players being able to mount with all transfor… ( #11767 )
...
…m auras.
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-05-25 04:56:35 -03:00
Patrick Lewis
94123e60f6
chore(CI): add macos-12 ( #11242 )
...
* chore(CI): add macos-12
* Update SECURITY.md
* test changing googletest git_tag to main
* update utf8cpp
* Update DBCStorageIterator.h
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-05-01 07:00:40 +02:00
IntelligentQuantum
59e45c251e
fix(Core/Spell): Improvements to path generation for Charge mechanic ( #11534 )
...
It has its flaws but it can be improved and it's actually a lot better than what we currently have.
2022-04-27 20:18:44 -03:00
UltraNix
5a9bf21cd8
fix(Core/Spells): Implemented spell priorities. ( #11278 )
...
* fix(Core/Spells): Implemented spell priorities.
Fixes #11261
* Update.
* Update.
* Update.
2022-04-16 15:28:24 +02:00
IntelligentQuantum
ab4ee71762
feat(Core/Maps): AreaBoundary ( #10525 )
...
* cherry-picked commit (2da458c56d )
2022-04-15 14:10:41 +02:00
Kitzunu
b41967a067
feat(Core/GameObject): Gob flag helpers ( #11287 )
2022-04-05 13:52:58 +02:00
UltraNix
f0eb6d36a3
fix(Core/Handlers): Faction Change service properly reset and give ne… ( #9729 )
...
Fixes #7981
Fixes #8732
2022-03-25 11:45:07 +01:00
IntelligentQuantum
7ad65752fa
feat(Core/Maps): Improvements to Cinematic function ( #10765 )
2022-03-11 08:21:54 +01:00
Kargatum
5143872aed
feat(Core/Battleground): split Arena and Battleground score ( #10616 )
2022-02-18 05:20:04 +07:00
Francesco Borzì
65a1fbfd35
fix(Core/BG): store correct faction id ( #10576 )
2022-02-09 01:20:55 -08:00
Kitzunu
13643c969c
refactor(Core/Spell): Use ApplySpellFix with SpellInfo ( #9938 )
2022-02-08 14:09:15 +01:00
Kargatum
de13bf426e
feat(Core/DBLayer): replace char const* to std::string_view ( #10211 )
...
* feat(Core/DBLayer): replace `char const*` to `std::string_view`
* CString
* 1
* chore(Core/Misc): code cleanup
* cl
* db fix
* fmt style sql
* to fmt
* py
* del old
* 1
* 2
* 3
* 1
* 1
2022-02-05 00:37:11 +01:00
Kargatum
5969df4e30
refactor(Core/Logging): switch to fmt style for LOG_ ( #10366 )
...
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
* rework logging
* add fmt replace logs
* logging
* FMT_LOG_
* settings
* fix startup
* 1
* 2
* 3
* 4
* 5
* fmt::print
* to fmt
2022-01-27 16:44:41 +01:00
Kargatum
e8f34b2309
feat(Core/Common): add support fmt style for ASSERT and ABORT ( #10355 )
...
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
2022-01-25 23:15:51 +01:00
Francesco Borzì
abc56842c4
refactor(Core): remove unused imports ( #10296 )
2022-01-22 11:21:35 +01:00
Kargatum
259b9133f6
feat(Core/Common): add new helpers for time utility ( #10207 )
2022-01-19 12:01:59 +07:00
Francesco Borzì
9dc88def35
refactor(Core): apply clang-tidy modernize-* ( #9975 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-17 14:35:07 +01:00
Kitzunu
cbdc39ce1e
fix(Core/Spells): Implement SPELL_EFFECT_FORCE_CAST_2 ( #9613 )
...
* cherry-pick commit (5cdc870acc )
2021-12-15 21:46:16 -03:00
Kargatum
51adbffae4
feat(Core/Modules): add separated lib for modules ( #9281 )
2021-12-02 20:28:58 +07:00
acidmanifesto
29f49108a5
chore(Core): Remove unnecessary slang Cosmetic ( #9325 )
...
* Remove unnecessary slang
Removes ZOMG! that is used in the src in logging and notes. Completely Unnecessary. Contributes to nothing useful. Inflates source. Not needed at all in any shape or form. Not Developer Lingo either.
* Further Clean Up
Removed Profanity
* sensible grammar correction
* More ZOMG! removal
2021-11-25 04:31:54 -03:00
Kargatum
f62664c987
refactor(Core/Misc): headers cleanup ( #9259 )
2021-11-22 17:24:39 +07:00
IntelligentQuantum
a9e5b35a5d
feat(Scripts/Commands): new command to debug play music ( #8967 )
2021-11-08 00:49:35 +01:00
Kargatum
aa7932e971
feat(Core/EnumUtils): add more enum for support chat command ( #8828 )
2021-11-03 10:50:11 +01:00
Malcrom
f106de8788
refactor(Core): update getFaction to GetFaction and setFaction to SetFaction ( #8708 )
2021-11-01 17:04:32 +01:00
Meltie2013
250dee5be9
feat(Core): implement world availability option ( #8755 )
2021-10-29 15:32:19 +02:00
Kitzunu
26ff29a1a0
fix(Core/Spell): Implement SPELL_ATTR7_BYPASS_NO_RESURECTION_AURA ( #7859 )
...
Co-authored-by: stoneharry <3818405+stoneharry@users.noreply.github.com >
2021-10-27 08:29:11 -03:00
acidmanifesto
8ebb7eff5d
chore(Core/DBCEnums): define few SummonPropFlags enums ( #8749 )
2021-10-27 00:50:40 +07:00
Kargatum
bc9473482e
feat(Core/Chat): new argument parsing and unify chat hyperlink parsing ( #6243 )
2021-10-23 10:15:42 +02:00
UltraNix
fb1e750de2
fix(Core/Spells): Dismount from flying mount if teleported to Nothrend without Cold Weather Flying spell. ( #8524 )
...
Fixes #5660
2021-10-20 05:29:58 -03:00
Kitzunu
b8f67ae58f
refactor(Core/Creature): Rename some TypeFlags ( #8483 )
...
* cherry-pick from (4b028e599e )
Co-Authored-By: offl <11556157+offl@users.noreply.github.com >
2021-10-14 19:56:46 -03:00
Kargatum
52aa0e9966
feat(License): add new headers information about license ( #7941 )
...
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2021-09-30 13:40:52 +07:00
Kitzunu
a4a0976d5e
fix(Core/Spell): Remove ErrorCube visual ( #5713 )
...
* fix(Core/Spell): Remove ErrorCube visual
* cherry-pick https://github.com/trinitycore/trinitycore/commit/3b5014fdae
* cherry-pick small part of f4f7e6324d
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: Treeston <14020072+treeston@users.noreply.github.com >
* brackets
* Update rev_1620443413425226200.sql
* Update rev_1620443413425226200.sql
* It was the S, AN S
* Update SpellMgr.cpp
* Update SpellMgr.cpp
* Revert "Merge branch 'master' into fix-visual"
This reverts commit f0b629a2835c2a2d9aa5696bb7539c1ae9b14d57, reversing
changes made to c06f4465d15e9f71426d796e2fcfe714592c3443.
* Revert "Revert "Merge branch 'master' into fix-visual""
This reverts commit bfdf75bd6f8f06944463249de5d398a9e77c3a79.
* fix build
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com >
2021-09-15 01:38:10 +02:00
UltraNix
7406a01ac3
fix(Core/Spells): several improvements to cooldowns ( #7559 )
...
- Reworked spell category cooldowns.
- Implemented category cooldowns for pets.
- Properly shows pet spell cooldowns in player's UI.
- Corrected pet spell cooldowns with infinity duration.
- Do not add/remove infinity spell cooldown on aura apply/remove if casted by item.
- Closes #5263
2021-09-13 20:57:48 +02:00
Kitzunu
df6ad0db29
refactor(DBC/Misc): Redefine & Define FactionTemplateFlags ( #7697 )
2021-09-07 02:07:37 +02:00
lineagedr
ae8a78d90a
feat(Core/Gameobject): add a range check for gameobjects ( #7521 )
2021-08-31 10:34:43 +02:00
UltraNix
a8c0a2cc89
fix(Core/Movement): ( #7008 )
...
- Get zone/area IDs from vmap data in the liquid update
- Add new method Map::getFullVMapDataForPosition to get area info and liquid info in a single vmap lookup
- Adjust GetZoneId/GetAreaId on WorldObject to always return these cached fields.
- Clean up liquid state handling on Unit and Player
- Implemented getting area id from gameobject spawns.
- Removed old core related to getting movement flags dependent on environment.
- Movement flags are now processed more precisely and dynamically.
Original source: TrinityCore.
- Closes #5086
- Updates #2208 .
2021-08-25 12:41:20 +02:00
UltraNix
14ad1def8b
fix(Core/Spells): pets should not dispel beneficials bufs from neutral units not being at war with pet's owner ( #7230 )
...
- Closes #6691
2021-08-06 18:39:35 +02:00
Kitzunu
80ff915f24
fix(Core/Spell): Impelement SPELL_ATTR7_NO_ATTACK_DODGE & SPELL_ATTR7_NO_ATTACK_PARRY & SPELL_ATTR7_NO_ATTACK_MISS ( #7099 )
...
cherry-pick commit (bd6de8eb61 )
Co-Authored-By: Ovah <18347559+Ovahlord@users.noreply.github.com >
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
2021-08-01 22:03:45 +02:00
Kargatum
8568c4fb33
feat(Core): replace ACE network with Boost.Asio ( #6574 )
2021-07-16 10:43:56 +02:00