aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers
AgeCommit message (Expand)Author
2022-10-16Core/Loot: Initial support for personal loot in gameobjects (non-instanced co...Shauren
2022-10-14Core/Gossip: Implemented GossipOptionNpc.AzeriteRespecShauren
2022-10-14Core/BattlePets: Move revive battle pet cooldown to spell script and add serv...Shauren
2022-10-08Core/Maps: Changed functions checking if map can be entered to use TransferAb...Shauren
2022-10-06Core/Loot: Prevent looting bosses by players that have already completed that...Shauren
2022-10-04Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULTShauren
2022-10-04Core/Instances: Reimplement resetting instances from UIShauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-18Core/Player: Extend action button value to uint64 to be able to hold battle p...Shauren
2022-09-18Core/Loot: Refactored Player::SendLoot to accept Loot object directlyShauren
2022-09-18Core/Loot: Move loot generation out of Player::SendLootShauren
2022-09-17Core/Loot: Simplify loot containersShauren
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
2022-09-14Core/Loot: Store method used at loot generation inside Loot objectShauren
2022-09-14Core/Loot: Store references to Loot objects directly in players loot view map...Shauren
2022-09-13Core/Loot: Corrected loot release logic on leaving world and swapping bagsShauren
2022-09-11Core/Loot: Set loot guid and type in Loot constructorShauren
2022-09-08Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ...Meji
2022-09-01Core/Loot: Updated LootType enum for 9.2.7Shauren
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-08-25Core/Loot: Removed unneccessary field from Loot class and pass it as paramete...Shauren
2022-08-06Core/Misc: Update /roll max capShauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-19Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...Shauren
2022-07-19Core/PacketIO: Remove packet handlers for deleted opcodesShauren
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-07-17Core/Criteria: Fixed criteria type DoEmoteShauren
2022-07-09Core/Battlegrounds: Fixed AV turnins being counted when opening quest complet...Shauren
2022-07-02Core/Movement: Fixed desync in player knockback movement (#28067)Meji
2022-06-13Core/Transports: Localized transport objects within each mapShauren
2022-06-10Core/Chat: Apply chat flood control to addon messages as well (#26908)stoneharry
2022-06-10Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementG...Shauren
2022-06-09Core/Transmog: Implemented TransmogIllusionFlags::PlayerConditionGrantsOnLogi...Shauren
2022-06-09Core/BattlePets: Move BattlePet stuff from SpellMgr to BattlePetMgr (#27986)Meji
2022-06-08Core/PacketIO: Implement CMSG_CANCEL_MOD_SPEED_NO_CONTROL_AURAS (#27975)Aqua Deus
2022-06-08Core/Items: Fix weapon transmogrification (#27962)Meji
2022-06-02Core/Gossip: Send broadcast text id in SMSG_GOSSIP_MESSAGE instead of npc_tex...Shauren
2022-06-01Core/PacketIO: Updated packet structures to 9.2.5Shauren
2022-05-25Core/GameObjects: Transport (type 11) improvementsShauren
2022-05-24Core/PacketIO: Implemented CMSG_MOVE_INIT_ACTIVE_MOVER_COMPLETE and ActivePla...Shauren
2022-05-14Core/Players: Allow teleporting to a specific instance idShauren
2022-05-10Core/DataStores: Removed hardcoded cap for taxi nodes maskShauren
2022-05-06Core/Misc: Remove implicit conversions from RaceMask class, fixes racemask ch...Shauren
2022-05-01Core/Players: Fixed duelingShauren
2022-04-24Core/Spells: Rename SpellAttr0 to use official attribute namesShauren
2022-04-22Core/Items: Implemented item effect trigger type 7 (On Looted)Shauren