aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-05DB/Player: updated class level stats for Paladin for CataclysmOvahlord
2024-08-04Core/Packets: set SMSG_AUCTION_LIST_PENDING_SALES_RESULT status to unhandled ↵Ovahlord
as it's not used anywhere
2024-08-04Core/Packets: fixed SMSG_AUCTION_HELLO_RESPONSE packet structureOvahlord
2024-08-04Core/Quests: kill QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM implementation and ↵Ovahlord
restore regular quest item loot behavior closes #30145
2024-08-04Core/Packets: fixed remaining swapped opcode values for taxi and voice packetsOvahlord
2024-08-04Core/Packets: fixed swapped opcode values of SMSG_TAXI_NODE_STATUS and ↵Ovahlord
SMSG_VOICE_LOGIN_RESPONSE
2024-08-04Core/PacketIO: ported a refactor that was sneaked into ↵Ovahlord
e59eef5432c7b70679d33f4911c88d0f7d75fd39
2024-08-04Misc: added cata_classic to the issue template branch selectionOvahlord
(cherry picked from commit b0b81dd31badd6e25f36a74bb519da9097e36ec1)
2024-08-04Core/PacketIO: Use std::string_view to read strings from ByteBufferShauren
(cherry picked from commit d72e91bee27f766c1f7e50640473522a07fc5389)
2024-08-04Core/Movement: Made fixed ChaseAngle optional and added possibility to ↵ModoX
ignore setting walk/run depending on target (#30101) (cherry picked from commit 51872d50ff250df0bad130ab7843b69ea921a1f1)
2024-08-04Core/Units: fixed stats buff mod calculation logic to correctly assign stat ↵Ovahlord
changes to their according update field
2024-08-04Core/Player: use the correct flat modifier type to assign item mod stat bonusesOvahlord
2024-08-04Core/Auras: fixed updating buff mods when un(applying) ↵Ovahlord
SPELL_AURA_MOD_PERCENT_STAT effects
2024-08-04DB/Player: corrected spirit value for Warrior classesOvahlord
2024-08-04Core/Units: fixed applying stat modifiers that affect SpiritOvahlord
2024-08-03DB/Player: update class level stats for WarriorsOvahlord
2024-08-03Core/Player: updated health bonus from stamina for CataclysmOvahlord
2024-08-03Core/Player: fixed initializing base hpOvahlord
2024-08-02DB/Player: updated player_racestats for CataclysmOvahlord
2024-08-02Core/Auras: implemented SPELL_AURA_MOD_DAMAGE_FROM_MANAOvahlord
2024-08-02Core/Auras: corrected a couple effect handler assignments and updated the ↵Ovahlord
definition of SPELL_AURA_347
2024-08-01Core/Auras: defined SPELL_AURA_MOD_SPELL_COOLDOWN_BY_HASTEOvahlord
2024-08-01DB/Hotfixes: updated enUS hotfixes to 01.08.2024Ovahlord
2024-07-31Core/Packets: enabled and added packet class for ↵Ovahlord
SMSG_REQUEST_PVP_REWARDS_RESPONSE
2024-07-31Core/Spells: use signed variable to track spent combo points in Eviscerate ↵Ovahlord
spell script to match the class member's type * and to make some folks happy
2024-07-31Core/PacketIO: Added example uses of new packet reading/writing utilitiesShauren
(cherry picked from commit 6f67ed7fd3ad86f03016aab9791df5209a69734a) # 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-31Core/Logging: fixed nopch build for msvc compilers (#30126)Ovahlord
(cherry picked from commit bebd02925d6fd10734fb5c8ea7247cb2a809cb52)
2024-07-31Core/PacketIO: Added new packet reading/writing utilities for type casting, ↵Shauren
optionals and bits (cherry picked from commit f41ab921b9e32bd952ab712f99aa9754753ba43e)
2024-07-31Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ↵Shauren
implementations (cherry picked from commit 9242eda6c704ab5c10ab07763e662bb2c65b0396)
2024-07-31nopch fixOvahlord
2024-07-31Core/Spells: treat combo points consumption similar to regular power to ↵Ovahlord
allow spending and gaining combo points within the same update tick
2024-07-31Core/Auras: updated aura duration bonus from combo points for CataclysmOvahlord
2024-07-31remove whitespacesOvahlord
2024-07-31Core/Spells: prioritize DieSides over Variance when calculation spell valuesOvahlord
2024-07-31Core/Spells: fixed Eviscerate damage calculationOvahlord
2024-07-31Core/Misc: update Combo Points handling to CataclysmOvahlord
2024-07-29Core/Packets: updated opcode value for SMSG_ACCOUNT_HEIRLOOM_UPDATEOvahlord
2024-07-29Core/Players: initial work on downgrading attack powerOvahlord
(cherry picked from commit 2c6a018079e66be39cf80fb13260a2e434e51969) # Conflicts: # src/server/game/Entities/Unit/StatSystem.cpp
2024-07-29Core/Items: added accessors to get db2 min and max weapon damageOvahlord
2024-07-29Core/Player: wiped remaining traces of SpecializationInfoOvahlord
2024-07-28Core/Quests: restore rewarding talent points from questsOvahlord
2024-07-28Core/Player: removed InitTalentForLevel as it no longer serves any purpose ↵Ovahlord
which isn't already covered by other functions
2024-07-28DB/Misc: updated playercreateinfo_action and playercreateinfo_cast_spell for ↵Ovahlord
Cataclysm
2024-07-28Core/Players: fixed creating default talent groups on character creationOvahlord
2024-07-28Core/Players: fixed selecting primary talent trees, loading talent spells ↵Ovahlord
after relogging and improve validation of talents when loading from db
2024-07-28Core/Players: updated glyph handling for CataclysmOvahlord
2024-07-28Core/Player: improved talent point calculation and fixed ↵Ovahlord
RBAC_PERM_SKIP_CHECK_MORE_TALENTS_THAN_ALLOWED logic
2024-07-27fixed gcc buildOvahlord
2024-07-27Core/Player: fixed updating the number of available talent points after ↵Ovahlord
switching specializations and fixed a missing removal of talents when switching specs, resulting in talents from other specs dangling around
2024-07-27codestyle fixOvahlord