aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2024-11-23Core/Entities: Make EntityFragmentsHolder more resilient to unexpected inputs...Shauren
2024-11-21Core/PacketIO: Rename more unknown packet fieldsShauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-18Core/GameObjects: Define and use new gameobject dynamic flag to restore old v...Shauren
2024-11-16Core/Spells: Fix custom load screen for SPELL_EFFECT_TELEPORT_UNITS (#30415)Meji
2024-11-15Core/DataStores: Rewrite DB2Manager::GetDefaultMapDifficulty to only return e...Shauren
2024-11-14Core/Handlers: Fix logic error in HandleAuctionRemoveItem (#30440)lineagedr
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-13Core/JSON: Prevent out of bounds memory accesses in json deserializationShauren
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-10Core/Auras: Implement SPELL_AURA_DISABLE_GRAVITY (#30365)Aqua Deus
2024-11-10Core/Position: Position constructor improvementsShauren
2024-11-09Core/Spells: Temporarily force old flight style mountsShauren
2024-11-08Core/Spells: Define new proc flags (#30390)Aqua Deus
2024-11-08Core/Auras: Reimplement SPELL_AURA_MOD_ARMOR_PENETRATION_PCT, it is back from...Aqua Deus
2024-11-06Typo fixShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-11-05Core/Summons: Handle summons using SummonProperties.Control type 5 as vehicle...Meji
2024-11-05Core/Quests: Fix QuestGiverStatus for QUEST_TYPE_TURNIN (#30401)Meji
2024-11-04Core/Players: Don't flag unlearned talents and specialization spells as disab...Shauren
2024-11-03Core/AuctionHouse: Updated AuctionHouseFilterMask and implemented current exp...Shauren
2024-11-03Core/AuctionHouse: Skip own account commodity listing when buyingShauren
2024-11-03Core/AuctionHouse: Minor code modernizationShauren
2024-11-03Core/AuctionHouse: Fixed use after freeShauren
2024-11-03Core/Transports: Fixed event timestamps for edge casesMeji
2024-11-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT fragment changes mask initializationShauren
2024-11-01Core/Texts: Fix nullptr when no BroadcastText is foundGolrag
2024-10-31Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structureShauren
2024-10-31Core/Units: only set spellClickHandled to true when spell cast was succesful ...Jeremy
2024-10-30Fix build with old libstdc++Shauren
2024-10-30Core/Gossip: Fixed gossip menu option localization for cases without a broadc...Wishmaster117
2024-10-30Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5Shauren
2024-10-30Core/Misc: Updated GameError enumShauren
2024-10-30Core/PacketIO: Updated packet structures to 11.0.5Shauren
2024-10-30Core/PacketIO: Update opcodes for 11.0.5Shauren
2024-10-30Core/DataStores: Updated db2 structures to 11.0.5Shauren
2024-10-29Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map ch...Shauren
2024-10-29Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactorsShauren
2024-10-28Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO ...Meji
2024-10-28Core/Objects: Move UF::UpdateFieldHolder to Object.h and remove owner object ...Shauren
2024-10-28Core/Objects: Eliminate unneccessary temporary objects and double map lookups...Shauren
2024-10-27Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move get...Shauren
2024-10-25Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functi...Shauren
2024-10-23Core/Player: moved zone/area updating and tavern resting checks into Heartbea...Ovahlord
2024-10-22Core/PacketIO: 4936094379a3558022d63f7520cd0d988d718daf followup - removed si...Shauren
2024-10-22Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)Meji
2024-10-22Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for GAMEOBJECT_TYPE...Meji
2024-10-21Core/Misc: Update faction change learned language skills for new racesShauren
2024-10-21Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBui...Jeremy