aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-29Core/Database: Fixed HotfixDatabase not being closed on shutdown with --updat...Shauren
2024-01-29Core/Object: use the final keyword for several (World)Object classes that sho...Ovahlord
2024-01-29Core/Bnet: Added SRP http endpointsShauren
2024-01-29Core/Creatures: fixed a logic mistake in personal skinning loot that was caus...Ovahlord
2024-01-29Core/Units: moved health and power ordering predicates from Unit header into ...Ovahlord
2024-01-29Core/Worldserver: Split Worldserver services into separate files (#29555)Meji
2024-01-29Core/Units: moved CharmInfo class and its definitions into a own file (#29583)Ovahlord
2024-01-29Core/Bnet: Prevent crashes cauised be invalid values in salt column in battle...Shauren
2024-01-29Core/Spells: restore DieSides effect handlingOvahlord
2024-01-29Core/Spells: fixed learning skills via spells and removed the unneeded implem...Ovahlord
2024-01-28Core/Spells: handle SpellXSpellVisualID update fieldOvahlord
2024-01-28Core/Quests: renamed QuestMinLevel to MinLevel to stay sync with the other br...Ovahlord
2024-01-28DB/Quests: updated quest template, poi and objective data for WotLK classicOvahlord
2024-01-28Core/Datastores: hardcode the return value of DB2Manager::GetEmptyAnimStateID...Ovahlord
2024-01-28Core/Objects: fixed animations for creatures and gameobjects which were broke...Ovahlord
2024-01-18Core/Players: fixed a crash when loading mail items from DBOvahlord
2024-01-15Core/Creatures: corrected the expansion check added in 20e256a11d82f8fde105bf...Ovahlord
2024-01-15Core/Creatures: do not allow HealthScalingExpansion values beyond our current...Ovahlord
2024-01-14Core/Spells: Kill incorrect attribute implementationShauren
2024-01-14Core/Conditions: Added stringid condition typeShauren
2024-01-14Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...Shauren
2024-01-10Core/Conversations: Use WorldObject actors if CreatureId is not provided in c...ModoX
2024-01-10Core/Conversation: Implemented conversation flags (#29552)ModoX
2024-01-09Core/Spell: Fix target check for TARGET_UNIT_RECT_CASTER_ENEMYModoX
2024-01-09Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-09Core/Creatures: Added possibility to automatically despawn personal summons o...ModoX
2024-01-09Core/Spells: Added option to override orientation for target types using spel...ModoX
2024-01-09Core/GameObjects: Fixed incorrect startup error logShauren
2024-01-09Core/AreaTrigger: Fix areatrigger debug output not printing spawnid properlyModoX
2024-01-09Scripts/Movement: De-optional followPathBackwardsFromEndToStart in WaypointMo...ModoX
2024-01-09Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2024-01-09Core/Players: Fixed objects not being visible after seamless teleportsShauren
2024-01-09Core/Config: Added missing config CONFIG_CORPSE_DECAY_RAREShauren
2024-01-09Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the...Ovahlord
2024-01-09Core/Maps: restored a hack in gridmap liquid status code to solve precision i...Ovahlord
2024-01-09Scripts/Karazhan: Removed a custom reimplementation of DoMeleeAttackIfReady (...Shauren
2024-01-09Core/Player: Added Player::SkipQuests helper to skip quests (without rewards)ModoX
2024-01-09Core/Unit: Restore function of HandleKillPlayer after bf107e0581c58f767b21f15...ModoX
2024-01-09Core/Battleground: Changed HandleKillUnit hook to accept any Unit* as killerJeremy
2024-01-09Core/Battleground: Moved DoAction hook to ZoneScriptJeremy
2024-01-09Core/Waypoints: Also facing when orientation is set and node is last of pathModoX
2024-01-09Core/Player: Rename GetQuestSlotObjectiveData to GetQuestObjectiveDataModoX
2024-01-09Core/Misc: Fixed a bunch of uninitialized class fieldsShauren
2024-01-09Core/Conversation: Log error if conversation is started multiple timesModoX
2024-01-09Core/Quests: Removed slow queries from daily and weekly resetsShauren
2024-01-09Core/AreaTrigger: Fallback to CreateProperties script, if ScriptName of stati...ModoX
2024-01-09Core/AreaTriggers: Refactor (#29500)Meji
2024-01-09nopch fixShauren
2024-01-09Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes r...Shauren
2024-01-09Core/Maps: Cleaned up incorrect error logShauren