Commit Graph

42861 Commits

Author SHA1 Message Date
Ovahlord
9febef05b2 Core/Packets: fixed SMSG_AUCTION_HELLO_RESPONSE packet structure 2024-08-04 19:51:01 +02:00
Ovahlord
ec0c06201e Core/Quests: kill QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM implementation and restore regular quest item loot behavior
closes #30145
2024-08-04 19:43:23 +02:00
Ovahlord
1010beb8b0 Core/Packets: fixed remaining swapped opcode values for taxi and voice packets 2024-08-04 17:56:03 +02:00
Ovahlord
93242b38b3 Core/Packets: fixed swapped opcode values of SMSG_TAXI_NODE_STATUS and SMSG_VOICE_LOGIN_RESPONSE 2024-08-04 16:54:13 +02:00
Ovahlord
84b16b38c5 Core/PacketIO: ported a refactor that was sneaked into e59eef5432 2024-08-04 14:47:58 +02:00
Ovahlord
a57712d238 Misc: added cata_classic to the issue template branch selection
(cherry picked from commit b0b81dd31b)
2024-08-04 14:40:48 +02:00
Shauren
ea96e408fe Core/PacketIO: Use std::string_view to read strings from ByteBuffer
(cherry picked from commit d72e91bee2)
2024-08-04 14:40:44 +02:00
ModoX
c54328eeba Core/Movement: Made fixed ChaseAngle optional and added possibility to ignore setting walk/run depending on target (#30101)
(cherry picked from commit 51872d50ff)
2024-08-04 14:40:36 +02:00
Ovahlord
4027c8a40c Core/Units: fixed stats buff mod calculation logic to correctly assign stat changes to their according update field 2024-08-04 13:15:05 +02:00
Ovahlord
ec96bb9d4c Core/Player: use the correct flat modifier type to assign item mod stat bonuses 2024-08-04 13:12:52 +02:00
Ovahlord
9a78fbecdc Core/Auras: fixed updating buff mods when un(applying) SPELL_AURA_MOD_PERCENT_STAT effects 2024-08-04 13:05:22 +02:00
Ovahlord
86ac105ac8 DB/Player: corrected spirit value for Warrior classes 2024-08-04 04:51:44 +02:00
Ovahlord
fba3c22e1b Core/Units: fixed applying stat modifiers that affect Spirit 2024-08-04 04:44:20 +02:00
Ovahlord
0d6438a73b DB/Player: update class level stats for Warriors 2024-08-03 19:18:53 +02:00
Ovahlord
b3cd39cf24 Core/Player: updated health bonus from stamina for Cataclysm 2024-08-03 19:18:13 +02:00
Ovahlord
46fbab3f42 Core/Player: fixed initializing base hp 2024-08-03 19:04:43 +02:00
Ovahlord
89bd2d7720 DB/Player: updated player_racestats for Cataclysm 2024-08-02 13:25:25 +02:00
Ovahlord
7a9d27639a Core/Auras: implemented SPELL_AURA_MOD_DAMAGE_FROM_MANA 2024-08-02 03:34:02 +02:00
Ovahlord
52ffb9f3f7 Core/Auras: corrected a couple effect handler assignments and updated the definition of SPELL_AURA_347 2024-08-02 03:24:38 +02:00
Ovahlord
9a3d5d1dce Core/Auras: defined SPELL_AURA_MOD_SPELL_COOLDOWN_BY_HASTE 2024-08-01 17:58:38 +02:00
Ovahlord
2a9885af2e DB/Hotfixes: updated enUS hotfixes to 01.08.2024 2024-08-01 10:40:35 +02:00
Ovahlord
8a3a46050c Core/Packets: enabled and added packet class for SMSG_REQUEST_PVP_REWARDS_RESPONSE 2024-07-31 17:38:39 +02:00
Ovahlord
58456bff19 Core/Spells: use signed variable to track spent combo points in Eviscerate spell script to match the class member's type
* and to make some folks happy
2024-07-31 17:09:09 +02:00
Shauren
cb8f38120a Core/PacketIO: Added example uses of new packet reading/writing utilities
(cherry picked from commit 6f67ed7fd3)

# Conflicts:
#	src/server/game/Server/Packets/CharacterPackets.cpp
#	src/server/game/Server/Packets/GarrisonPackets.cpp
#	src/server/game/Server/Packets/ItemPackets.cpp
#	src/server/game/Server/Packets/NPCPackets.h
#	src/server/game/Server/Packets/QuestPackets.cpp
#	src/server/game/Server/Packets/SystemPackets.cpp
2024-07-31 17:02:16 +02:00
Ovahlord
8c6b9186ca Core/Logging: fixed nopch build for msvc compilers (#30126)
(cherry picked from commit bebd02925d)
2024-07-31 16:38:26 +02:00
Shauren
9002c009f0 Core/PacketIO: Added new packet reading/writing utilities for type casting, optionals and bits
(cherry picked from commit f41ab921b9)
2024-07-31 16:12:44 +02:00
Shauren
313d83f210 Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> implementations
(cherry picked from commit 9242eda6c7)
2024-07-31 16:12:38 +02:00
Ovahlord
7ded8757dd nopch fix 2024-07-31 16:11:56 +02:00
Ovahlord
947fd260a8 Core/Spells: treat combo points consumption similar to regular power to allow spending and gaining combo points within the same update tick 2024-07-31 13:40:01 +02:00
Ovahlord
72e9036481 Core/Auras: updated aura duration bonus from combo points for Cataclysm 2024-07-31 12:40:30 +02:00
Ovahlord
895e86659f remove whitespaces 2024-07-31 11:57:03 +02:00
Ovahlord
c903b317c9 Core/Spells: prioritize DieSides over Variance when calculation spell values 2024-07-31 11:39:37 +02:00
Ovahlord
0a56248fb4 Core/Spells: fixed Eviscerate damage calculation 2024-07-31 11:34:42 +02:00
Ovahlord
2401e32c55 Core/Misc: update Combo Points handling to Cataclysm 2024-07-31 06:05:41 +02:00
Ovahlord
e49328d093 Core/Packets: updated opcode value for SMSG_ACCOUNT_HEIRLOOM_UPDATE 2024-07-29 04:13:28 +02:00
Ovahlord
6754881fe1 Core/Players: initial work on downgrading attack power
(cherry picked from commit 2c6a018079)

# Conflicts:
#	src/server/game/Entities/Unit/StatSystem.cpp
2024-07-29 03:17:58 +02:00
Ovahlord
d5bcf9995d Core/Items: added accessors to get db2 min and max weapon damage 2024-07-29 03:14:19 +02:00
Ovahlord
650be9f592 Core/Player: wiped remaining traces of SpecializationInfo 2024-07-29 02:12:51 +02:00
Ovahlord
cdc5710ba1 Core/Quests: restore rewarding talent points from quests 2024-07-28 20:33:34 +02:00
Ovahlord
fd24f07322 Core/Player: removed InitTalentForLevel as it no longer serves any purpose which isn't already covered by other functions 2024-07-28 03:46:04 +02:00
Ovahlord
e6171fe888 DB/Misc: updated playercreateinfo_action and playercreateinfo_cast_spell for Cataclysm 2024-07-28 03:21:00 +02:00
Ovahlord
0925e2825d Core/Players: fixed creating default talent groups on character creation 2024-07-28 03:19:21 +02:00
Ovahlord
ba3ef410c8 Core/Players: fixed selecting primary talent trees, loading talent spells after relogging and improve validation of talents when loading from db 2024-07-28 02:04:58 +02:00
Ovahlord
d8a9f7bd25 Core/Players: updated glyph handling for Cataclysm 2024-07-28 01:32:42 +02:00
Ovahlord
5657225f73 Core/Player: improved talent point calculation and fixed RBAC_PERM_SKIP_CHECK_MORE_TALENTS_THAN_ALLOWED logic 2024-07-28 00:04:47 +02:00
Ovahlord
50375c863c fixed gcc build 2024-07-27 11:53:34 +02:00
Ovahlord
cc13f51f1a Core/Player: fixed updating the number of available talent points after switching specializations and fixed a missing removal of talents when switching specs, resulting in talents from other specs dangling around 2024-07-27 11:19:46 +02:00
Ovahlord
7522b55486 codestyle fix 2024-07-27 11:07:31 +02:00
Ovahlord
03b6898518 Core/Player: initial work on implementing talents for Cataclysm
- use a new structure to hold talent group data which will eventually replace the old master branch implementation
- added support for unlocking dual talent specialization and switching specs
- added basic support for learning and resetting talents
2024-07-27 11:03:38 +02:00
Shauren
acfba7fa14 Core/Misc: std::ranges-ify algorithms used in TraitMgr
(cherry picked from commit ee301cf867)
2024-07-25 23:28:14 +02:00