aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-03-14Core/PacketIO: corrected opcodes changed in ↵Ovahlord
c48adeb94d5adebe09b009780ff38ce29f06c677
2024-03-14Revert "Core/PacketIO: updated opcodes to 4.4.0.53750"Ovahlord
This reverts commit c48adeb94d5adebe09b009780ff38ce29f06c677. fml
2024-03-14Core/PacketIO: corrected opcodes changed in ↵Ovahlord
c48adeb94d5adebe09b009780ff38ce29f06c677
2024-03-14Core/Players: fixed buildOvahlord
2024-03-14Core/DataStores: updated hardcoded empty anim state Id to fix a client crash ↵Ovahlord
on login
2024-03-14Core/PacketIO: updated opcodes to 4.4.0.53750MaxtorCoder
2024-03-14Core/Packets: fixed structure of SMSG_LEVEL_UP_INFOOvahlord
2024-03-14Core/Units: restored mod handling for SpiritOvahlord
2024-03-14Core/DataStores: updated DB2 structures to 4.4.0.53750Ovahlord
2024-03-14Core/Spells: added target data for new spell effectsOvahlord
2024-03-14Core/Spells: named some of the new added spell effectsOvahlord
2024-03-14Core/Spells: updated spell effects enumOvahlord
2024-03-13Core/Units: restored UNIT_FLAG_SILENCEDOvahlord
2024-03-13Core/Creatures: added PetSpellDataId and Civilian fields to ↵Ovahlord
creature_template, replaced level delta fields with MinLevel and MaxLevel in creature_template_difficulty and backported creature_classlevel_stats from 4.3.4
2024-03-13Core/PacketIO: Update to 4.4.0.53627 (#29805)MaxtorCoder
* Core/PacketIO: Update to 4.4.0.53627 * Core/IO: Remove duplicate declaration of PetSpellDataID * Core/IO: Assign STATUS_UNHANDLED to some azerite packets
2024-03-13Core/Misc: removed a couple blank linesOvahlord
2024-03-13Core/Packets: fixed structure of SMSG_QUERY_CREATURE_RESPONSEOvahlord
2024-03-13Core/Packets: fixed structure of ItemInstanceOvahlord
2024-03-13Scripts: dropped most post Cataclysm PvE scriptsOvahlord
2024-03-12Core/Player: updated equipment slot assignment for ranged and thrown weapons ↵Ovahlord
and relics
2024-03-12Core/Datastores: hardcode the return value of ↵Ovahlord
DB2Manager::GetEmptyAnimStateID() to match the expected client value
2024-03-12Core/Maps: dropped Garrison implementationOvahlord
2024-03-12Core/Players: updated inventory slotsOvahlord
2024-03-12Core/DataStores: fixed assigning item effectsOvahlord
2024-03-12Core/DataStores: dropped unused GetIlvlStatMultiplier functionOvahlord
2024-03-12Core/Packets: fixed ItemBonusKey structureOvahlord
(cherry picked from commit 1c57a6ac3acb809cea1674ffca3cbe4b5d54862f)
2024-03-10Config/WorldServer: updated max player level and expansion config settingsOvahlord
2024-03-10Core/Transports: no longer allow transports to spawn on invalid mapsOvahlord
2024-03-10Core/DataStores: fixed remaining DB2 structs and startupOvahlord
2024-03-10Core/DataStores: duc-taped buildOvahlord
2024-03-10Core/DataStores: updated DB2 metadataOvahlord
2024-03-10Core/DataStores: Update DB2Structuresfunjoker
2024-03-09Core/Units: fixed buildOvahlord
2024-03-09Core/DataStores: updated default max levelOvahlord
2024-03-09Core/Units: updated PowerTypes enumOvahlord
2024-03-09Core/World: set Death Knight starting level back to 55Ovahlord
(cherry picked from commit 318236d260a7b416622af0339304c7bf91503d67)
2024-03-09Core/Quests: updated max quest log sizeOvahlord
2024-03-09Core/Misc: updated current expansion value to Cataclysm and updated ↵Ovahlord
expansion max levels to pre-level squish values
2024-03-09Core/DataStores: updated game table structuresOvahlord
2024-03-08Tools/Extractors: updated extractorsOvahlord
2024-03-08Core/PacketIO: fixed structure of SMSG_ENUM_CHARACTERS_RESULTOvahlord
2024-03-08Core/PacketIO: updated opcodes for 4.4.0.53627Ovahlord
2024-03-07Core/Objects: Keep current WMO info on position updates and use it in party ↵Shauren
member state packets
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each ↵Shauren
other
2024-03-06Core/AuctionHouse: Fixed possible use after free when auctions are removed ↵Shauren
with offline buyers
2024-03-06Core/PacketIO: Fixed structures of SMSG_INSPECT_RESULT and SMSG_RATED_PVP_INFOShauren
2024-03-06Core/vmaps: Increment vmap format version numberShauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap ↵Shauren
tiles to model file itself
2024-03-06Tools/vmap_extractor: Preserve UniqueId from MODF adt chunks in final vmap ↵Shauren
output (used in db2 files and packets)
2024-03-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren