Kitzunu
d505381106
fix(Scripts/Spell): Don't use invalid spells for the Magic Rooster mount ( #9797 )
...
* fix(Scripts/Spell): Don't use invalid spells for the Magic Rooster mount
- cherry-pick commit (246a8661fd )
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2022-02-10 13:40:07 +01:00
Nefertumm
520f0c6a50
fix(Core/WorldBoss): Azuregos rewrite ( #10369 )
2022-02-10 07:51:35 -03:00
Axel Cocat
7eec7486e9
fix(Chat): session null check for isavailable ( #10613 )
...
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2022-02-10 05:03:44 -03:00
Kitzunu
27df910cb7
refactor(Script/Event): convert midsummer into new system ( #9607 )
2022-02-10 04:26:37 +01:00
acidmanifesto
c50f7feda0
feat (core): Add Teleport Helpers ( #10611 )
...
* feat (core): Add Teleport Helpers
* Lower case the things
2022-02-09 20:54:46 -05:00
IntelligentQuantum
759b945a13
feat(Core/Grids): Allow arbitrary containers in grid searchers that support push_back
2022-02-09 20:08:57 -03:00
Skjalf
fb890b3310
feat(Core/Player): Implement option to convert excess honor points int… ( #10565 )
2022-02-09 18:04:56 -03:00
TheDdraig
336967b324
Fix (Core/Scripts): Warrior T3 8P Bonus Fix ( #10561 )
...
* Fix (Core/Scripts): Warrior T3 8P Bonus Fix
* Update spell_warrior.cpp
* Update spell_warrior.cpp
2022-02-09 13:56:24 -05:00
Skjalf
7bed30a52d
chore(Scripts/Events): fix typo ( #10604 )
2022-02-09 11:11:13 -03:00
Kitzunu
cf65cd6baf
refactor(Core/Misc): sqrt/log/exp() to std::sqrt/log/exp() ( #9792 )
2022-02-09 11:59:30 +01:00
Francesco Borzì
65a1fbfd35
fix(Core/BG): store correct faction id ( #10576 )
2022-02-09 01:20:55 -08:00
Nefertumm
50ef9872af
Fix(Core/Crash): possible crash due uninitialized value ( #10602 )
2022-02-09 09:07:17 +01:00
Skjalf
4b32ad1853
fix(Scripts/Events): Fix not being able to start the Apothecary Trio … ( #10596 )
...
* fix(Scripts/Events): Fix not being able to start the Apothecary Trio encounter
* ops
* Update love_in_air.cpp
* Update love_in_air.cpp
2022-02-09 04:13:38 -03:00
Kitzunu
ef2440eb44
fix(Core/Spells): Revert an oopsie ( #10598 )
2022-02-08 19:49:40 -03:00
Kitzunu
fea438c60a
refactor(Core/Spells): Move SpellInfoCorrections to its own file ( #10587 )
...
* refactor(Core/Spells): Move SpellInfoCorrections to it's own file
2022-02-08 16:05:29 +01:00
Kitzunu
13643c969c
refactor(Core/Spell): Use ApplySpellFix with SpellInfo ( #9938 )
2022-02-08 14:09:15 +01:00
Francesco Borzì
cfd9ebe107
fix(Core): macOS build (part 2) ( #10586 )
2022-02-08 12:41:31 +01:00
Kargatum
11006041ac
fix(Core/Build): macOS build (part 1) ( #10549 )
2022-02-08 11:21:17 +01:00
IntelligentQuantum
93520f6466
feat(Core/Position): own file ( #10505 )
2022-02-08 05:12:42 -03:00
acidmanifesto
b0b9fece99
fix: (core) Game Hook Correction ( #10572 )
2022-02-07 13:18:47 -05:00
Nefertumm
87f76587d8
fix(Scripts/MoltenCore): Ragnaros dying while submerging ( #10535 )
...
* Fix(Core/MC): Ragnaros dying while submerging
* Don't die on submerge
* Update boss_ragnaros.cpp
2022-02-07 06:39:50 -03:00
acidmanifesto
cfb171efda
fix (conf): Added additional Cateloge NPC IDS ( #10547 )
...
* fix (conf): Added additional Cateloge NPC IDS
This is soo we can get a proppery pass\fail status on npc catelog modules dealing with hard coded gossip
* Update worldserver.conf.dist
2022-02-05 16:32:25 -05:00
IntelligentQuantum
3f85eb9ac6
fix(Scripts/Commands): cs_list crash ( #10480 )
...
* Update cs_list.cpp
* This way? not tested
* Update cs_list.cpp
2022-02-05 18:43:39 +01:00
UltraNix
0b02ba87fc
fix(Core/Reputations): Faction rep gained by killing mobs is now prop… ( #9737 )
...
* fix(Core/Reputations): Faction rep gained by killing mobs is now properly rounded up.
Do not increase reputation rank if exceeds max rank cap.
Fixes #8718
2022-02-05 07:37:00 -03: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
UltraNix
6c0113c9a5
fix(Core/Spells): Wolverine Bite ( #10312 )
...
- Closes #10293
- Source: TrinityCore
2022-02-04 19:13:30 +01:00
Nefertumm
efce657db4
fix(Core/BWL): do not open Nefarian door until Chromaggus is defeated ( #10472 )
2022-02-04 19:05:26 +01:00
Kitzunu
f4c6a4ce27
fix(Core/Misc): Remove c++ check for c++11 ( #10439 )
2022-02-04 19:00:33 +01:00
Nefertumm
aa6ecec2ab
feat(Core/Map): add DoForAllPlayers method ( #10371 )
2022-02-04 18:54:29 +01:00
Kitzunu
b50984e9bf
feat(Core/Player): Stats limitation ( #10403 )
...
Co-authored-by: Corbi <12052933+corbi@users.noreply.github.com >
2022-02-04 17:56:53 +01:00
Nefertumm
1dbbed0c50
fix(DB/Quest): move Lost In Battle to DB ( #10378 )
2022-02-04 17:53:18 +01:00
IntelligentQuantum
799c9cec5c
refactor(Core/GuildHandler): remove unused function ( #10375 )
2022-02-04 17:53:00 +01:00
Bogir[rus]
0b4d483783
feat(Core/Conf): handle custom creatures IDs and exclude them from checks ( #10367 )
2022-02-04 17:52:23 +01:00
IntelligentQuantum
e85e556d19
feat(Core/Conditions): CONDITION_DIFFICULTY_ID ( #10332 )
2022-02-04 17:43:31 +01:00
Nefertumm
634e41fc1c
fix(Core/Spells): delete creatures threat list after taming them for t… ( #10224 )
2022-02-04 15:27:20 +01:00
Kargatum
3a0a9ba088
feat(Core/Common): move EventMap to separated files, add support chrono ( #10209 )
2022-02-04 15:12:45 +01:00
Nefertumm
40d233a9f6
fix(Scripts/MoltenCore): Separate teleport timers for Majordomo Executus ( #10348 )
2022-02-04 02:19:33 -03:00
Kitzunu
c63ebde9d7
feat(Guild/Commands): guild rename ( #10323 )
...
* feat(Guild/Commands): guild rename
* cherry-pick commit (678cade116 #)
* Update cs_guild.cpp
2022-02-03 06:01:16 -03:00
Skjalf
c45c23ffe7
fix(Core/Player): Align SaveSeasonQuestStatus() with TrinityCore ( #10503 )
2022-02-02 21:14:02 -03:00
acidmanifesto
48ad8b519b
Revert "fix (core): Smart Script Clean up\Code Reduction ( #10491 )" ( #10494 )
...
This reverts commit 0a218c975f .
Memory Leak Issue is being identified by a few fellow devs in response to the clean up.
2022-02-02 13:43:48 -05:00
acidmanifesto
0a218c975f
fix (core): Smart Script Clean up\Code Reduction ( #10491 )
...
* fix (core): Smart Script Clean up
No need to repeat ObjectList* targets = GetTargets(e, unit); over 100 times in the same void you sinners.
* Update SmartScript.cpp
* Update SmartScript.cpp
2022-02-02 12:40:32 -05:00
Nefertumm
db09b11524
refactor(Core/Hook): OnPlayerReputationChange ( #10471 )
2022-02-02 13:05:47 -03:00
Nefertumm
dfa28e4f7d
Revert "fix(Core/Spells): Fix spellclick ( #8232 )" ( #10483 )
...
This reverts commit faa4035de7 .
2022-02-01 18:01:42 -03:00
UltraNix
89d3a4d6b3
fix(Scripts/Pets): Increased Shadowfiend hp. ( #10304 )
...
Fixed #4792
2022-02-01 05:54:46 -03:00
Kitzunu
8b4e3b71ca
fix(CMake/MSVC): Cleanup and enable some warnings ( #10295 )
...
* fix(CMake/MSVC): Cleanup and enable some warnings
* cherry-pick from commit (73b4b1733a )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
* Update settings.cmake
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-01 05:46:06 -03:00
Skjalf
4c5aceedbd
feat(Core/Scripting): Implement OnLoadSpellCustomAttr global hook ( #10469 )
2022-01-31 18:03:42 -03:00
Skjalf
2d7434f767
feat(Scripts/Commands): Implement go quest starter/ender command ( #10442 )
...
* feat(Scripts/Commands): Implement go quest starter/ender command
* Update cs_go.cpp
2022-01-31 08:56:37 -03:00
Nefertumm
ede60e2bc0
chore(Core/Texts): Rename parameter for creature texts ( #10317 )
2022-01-31 06:48:55 -03:00
Skjalf
4df8b23c5f
fix(Core/Scripting): Fix healing reduction abilities not applying cor… ( #10435 )
2022-01-31 00:56:40 -03:00
UltraNix
8f8fbd95ce
fix(Core/Spells): Implemented SPELL_GROUP_SPECIAL_FLAG_SKIP_STRONGER_SAME_SPELL. ( #10307 )
...
Fixed #10263
2022-01-30 21:29:22 -03:00