aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-09DB/Quests: added quest data from mass parsingOvahlord
2024-08-09DB/Player: removed class level stats entries for post Cataclysm classesOvahlord
2024-08-09buildfixOvahlord
2024-08-09Core: updated allowed build to 4.4.0.56014Ovahlord
2024-08-09Core/Packets: fixed packet structure of SMSG_DAILY_QUESTS_RESETOvahlord
2024-08-08DB/GameObjects: added data from mass parseOvahlord
2024-08-06Core/Units: fixed a logic mistake in crit supression mechanic that was ↵Ovahlord
falsely increasing the crit chance when attacking lower level targets
2024-08-06Core/Units: use the same misc value logic when calculating unit mods for ↵Ovahlord
SPELL_AURA_MOD_TOTAL_STAT_PERCENTAGE as the aura effect handler *this fixes some total stat pct auras not correctly showing stat changes (such as Wizardry)
2024-08-06Core/Units: removed an incorrect multiplier that causing too high spirit ↵Ovahlord
regeneration *low level spirit regeneration is increased by a hidden internal factor which slowly diminishes
2024-08-05DB/Player: corrected race stats for Night ElfsOvahlord
* They were lifting a little bit too much at the gym
2024-08-05DB/Player: updated class level stats for Druids to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Shamans to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Death Knights to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Warlocks to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Mages to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Priests to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Rogues to CataclysmOvahlord
2024-08-05DB/Player: updated class level stats for Hunters to CataclysmOvahlord
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