aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/MiscHandler.cpp
AgeCommit message (Expand)Author
4 daysCore/Misc: Rename AreaTriggerStruct to AreaTriggerTeleportShauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-15Core/AreaTriggers: Add AREATRIGGER_ACTION_TAVERN (#31035)Jason Dove
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-03-01Core/PacketIO: Use new packet writing utilities in a bunch of filesShauren
2024-12-29Core/Gossip: Fix interaction with gossip launched by accepting quest (#30419)Meji
2024-12-28Core/AI: Implemented conversation ai (#30538)ModoX
2024-10-23Core/Player: moved zone/area updating and tavern resting checks into Heartbea...Ovahlord
2024-08-05Core/PacketIO: Fixed handling CMSG_UPDATE_ACCOUNT_DATA - compressed value is ...Shauren
2024-07-19Core/AreaTriggers: Added ActionSet flags for serverside areatriggers (#30072)Meji
2024-05-27Core/AreaTriggers: Implement height check for polygon db2 areatriggersShauren
2024-05-27Core/AreaTriggers: Fix triggering of client areatriggers for some shapesMeji
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-03Core/Quests: Merged UpdateNearbyCreatureNpcFlags, UpdateVisibleGameobjectsOrS...Shauren
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...Shauren
2023-10-07Core/Chat: Corrected chat channel flag implementationsShauren
2023-07-21Core/AreaTriggers: Teleport to current instance entrance when entering instan...ModoX
2023-07-12Core: Update to 10.1.5Shauren
2023-06-20Core/Misc: Exclude most of WorldSession::HandleAreaTriggerOpcode from being c...Shauren
2023-06-15Core/Misc: Don't logout players instantly when client automatically requests ...Shauren
2023-06-10Core/Quests: Quest flag fixupsShauren
2023-06-01Core/Graveyards: Drop Faction column and replace it with conditions (#28965)Jeremy
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-10-08Core/Maps: Changed functions checking if map can be entered to use TransferAb...Shauren
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-18Core/Player: Extend action button value to uint64 to be able to hold battle p...Shauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-11Core/Guilds: Forward declare GuildAchievementMgrShauren
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-23Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2022-01-21Core/Misc: Future msvc warning fixesShauren
2022-01-06Entities/Player: Restore old checks for UpdatePvPFlag (#24372)NoName
2022-01-01Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
2021-12-31Core/Logs: Log full guid instead of just low guidGiacomo Pozzoni
2021-12-26Core/Player: Initial War Mode support (#25926)Matan Shukry
2021-12-18Core/PacketIO: Restrict CMSG_STANDSTATECHANGE to only allow the same stand st...Shauren
2021-12-18Core/Misc: Fix static analysis issueGiacomo Pozzoni
2021-12-14Entities/Player: Properly restore PvP-enabled state on loginTreeston
2021-12-14Core/Conditions: allow spellclick conditions to properly work for aura apply/...Wyrserth
2021-11-30Core/Movement: Add time synchronisation (#18189)Chaouki Dhib
2021-11-12Core/PacketIO: Implemented splash screen opcodesShauren
2021-10-26Core/Conditions: Added conditions for old areatrigger system (AreaTrigger.db2...ModoX
2021-10-12Core/PacketIO: Implemented CMSG_CONVERSATION_LINE_STARTED (#27036)ModoX