aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2024-01-25Core/Unit: Set DemonCreator for wild allied summonsModoX
2024-01-25Core/PacketIO: Fixed QuestSession QuestCompleted sizeShauren
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
2024-01-24Core/PacketIO: Fixed CreateObject packet structure for areatriggersShauren
2024-01-24Core/World: Fixed crash when shutting down server from console (#29615)Ghaster
2024-01-24Core/Players: Fixed typo preventing OOC regen (#29614)Ghaster
2024-01-23Core/Loot: implemented a custom server config setting to enable or disable AE...Ovahlord
2024-01-23Core/Database: Fixed HotfixDatabase not being closed on shutdown with --updat...Shauren
2024-01-22Core/Object: use the final keyword for several (World)Object classes that sho...Ovahlord
2024-01-21Core: Updated to 10.2.5Shauren
2024-01-16Core/Creatures: fixed a logic mistake in personal skinning loot that was caus...Ovahlord
2024-01-16Core/Units: moved health and power ordering predicates from Unit header into ...Ovahlord
2024-01-16Core/Worldserver: Split Worldserver services into separate files (#29555)Meji
2024-01-16Core/Units: moved CharmInfo class and its definitions into a own file (#29583)Ovahlord
2024-01-14Core/Spells: Kill incorrect attribute implementationShauren
2024-01-12Core/Conditions: Added stringid condition typeShauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...Shauren
2024-01-09Core/Conversations: Use WorldObject actors if CreatureId is not provided in c...ModoX
2024-01-09Core/Conversation: Implemented conversation flags (#29552)ModoX
2024-01-09Core/Spell: Fix target check for TARGET_UNIT_RECT_CASTER_ENEMYModoX
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-08Core/Creatures: Added possibility to automatically despawn personal summons o...ModoX
2024-01-08Core/Spells: Added option to override orientation for target types using spel...ModoX
2024-01-07Core/GameObjects: Fixed incorrect startup error logShauren
2024-01-05Core/AreaTrigger: Fix areatrigger debug output not printing spawnid properlyModoX
2024-01-05Scripts/Movement: De-optional followPathBackwardsFromEndToStart in WaypointMo...ModoX
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2024-01-05Core/Players: Fixed objects not being visible after seamless teleportsShauren
2024-01-02Core/Config: Added missing config CONFIG_CORPSE_DECAY_RAREShauren
2024-01-02Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the...Ovahlord
2024-01-02Core/Maps: restored a hack in gridmap liquid status code to solve precision i...Ovahlord
2024-01-01Core/Battlegrounds: Rework Alterac Valley (#29530)Jeremy
2024-01-01Core/Player: Added Player::SkipQuests helper to skip quests (without rewards)ModoX
2024-01-01Core/Unit: Restore function of HandleKillPlayer after bf107e0581c58f767b21f15...ModoX
2024-01-01Core/Battleground: Changed HandleKillUnit hook to accept any Unit* as killerJeremy
2024-01-01Core/Battleground: Moved DoAction hook to ZoneScriptJeremy
2024-01-01Core/Waypoints: Also facing when orientation is set and node is last of pathModoX
2024-01-01Core/Player: Rename GetQuestSlotObjectiveData to GetQuestObjectiveDataModoX
2023-12-31Core/Misc: Fixed a bunch of uninitialized class fieldsShauren
2023-12-31Core/Conversation: Log error if conversation is started multiple timesModoX
2023-12-31Core/Quests: Removed slow queries from daily and weekly resetsShauren
2023-12-30Core/AreaTrigger: Fallback to CreateProperties script, if ScriptName of stati...ModoX
2023-12-30Core/AreaTriggers: Refactor (#29500)Meji
2023-12-30nopch fixShauren
2023-12-30Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes r...Shauren
2023-12-29Core/Maps: Cleaned up incorrect error logShauren
2023-12-29Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead...Jeremy
2023-12-29Core/Maps: Properly set initial spawn group state for groups that have condit...Jeremy
2023-12-28Core/Spells: Clean up some gameobject types in EffectOpenLock (#29532)Jeremy
2023-12-28Core/Creatures: Refactor CreatureEliteType (#29525)Teleqraph