aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2021-12-12AI/SmartAI: Move SMART_EVENT_RESPAWN invocation from ::InitializeAI() to ::Ju...Treeston
2021-12-12Core/AI: Remove EnterEvadeMode calls from Guardian/Summon spell handlers. Add...Treeston
2021-12-12Entities/Unit: Adjust an overzealous assert to not catch self references, and...Treeston
2021-12-12Entities/Unit: Fix an issue where Unit pointers could be left dangling if a c...Treeston
2021-12-12Entities/Unit: Cleanup all the direct accesses to m_unitMovedByMe. Refactor t...Treeston
2021-12-12Core/Misc: Add static versions of GetGUID and ToX methods to Object. The stat...Treeston
2021-12-12some more cleanup, a5f8c0d follow-upTreeston
2021-12-12Core/Creature: Attach out-of-combat health regen to the Engaged system, not t...Treeston
2021-12-12Core/Misc: Rename Unit::AttackedTarget to Unit::AtTargetAttacked to match nam...Treeston
2021-12-12Core/Entities: Kick engagement logic upstairs to Unit (from ThreatManager), s...Treeston
2021-12-11Core/Misc: Code cleanupjackpoz
2021-12-11Core/Instance : Fix instance resetting exploit (#23263)zartech22
2021-12-11 Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind (#23463)Sorikoff
2021-12-11Scripts/Spells: Ultra-Advanced Proto-Typical Shortening Blaster (#23456)Sorikoff
2021-12-11Core/RBAC: add permission that prevents accounts from earning all achievement...Wyrserth
2021-12-11Scripts/Spells: Migrate Teleporting to Script (#23458)Sorikoff
2021-12-11Core/Spells: Deleted old script (partial port of a4cd4d8b872bcbd9e28e9ae76f52...Shauren
2021-12-11DB/Quest: "Where Kings Walk" and "Warchief's Blessing"Killyana
2021-12-11Spell/Fishing: ensure that the fishing bobber expires when the Fishing channe...Wyrserth
2021-12-11Core/Loot: don't allow to regenerate chest loot inside instances and raids. (...Wyrserth
2021-12-11Core/Conditions: Sync CONDITION_QUEST_OBJECTIVE_PROGRESS implementation with ...Shauren
2021-12-11Core/FlightPath: teleport players at destination on floor Z when the flight e...Wyrserth
2021-12-11Core/SAI: allow to start waypoint movement for a creature that is in combat. ...Wyrserth
2021-12-11Core/Spell: Jump Speed Calculations (#22886)DanVS
2021-12-11Core/Misc: don't allow FindNearestCreature() and FindNearestGameObject() sear...Wyrserth
2021-12-11Core/SAI: add cooldownMin (event_param2) and cooldownMax (event_param3) to SM...Wyrserth
2021-12-11Core/Creature: drop current target when evading while a spell cast is in prog...Wyrserth
2021-12-11Core/SAI: don't allow to start a new SAI actionlist while the entity is alrea...Wyrserth
2021-12-11Core/Commands: implement commands to look up a map/item/quest name for a give...Wyrserth
2021-12-11Core/RDF: fix counting issue with the achievement Looking for More (and simil...Wyrserth
2021-12-11Core/Loot: fix some other cases where a creature should not be able to set fo...Wyrserth
2021-12-11Core/Unit: Ignore On Transport spline movements if the Unit isn't on a transp...jackpoz
2021-12-11Core/Misc: Change some logs from INFO to ERROR when loading invalid creature ...jackpoz
2021-12-11Core/Player: Fix teleporting FlyPath dismounting the playerjackpoz
2021-12-11Core/Loot: make Loot::AddItem() honor LootItem::AllowedForPlayer() so that it...Wyrserth
2021-12-11Core/Loot: implement automatic pass in group loot for items that cannot be lo...Wyrserth
2021-12-11Core/Spells: don't allow spells with SPELL_EFFECT_CREATE_LOOT to be cast if t...Wyrserth
2021-12-11Core/Creature: prevent dead creatures from setting a focus target, so they wo...Wyrserth
2021-12-11Core/CreatureTemplate: Outsourced resistances and spells into creatur… (#23...Giacomo Pozzoni
2021-12-11 Core/Group: implement automatic party/raid leader change when the leader has...Wyrserth
2021-12-11Core/Loot: fix some issues with master loot and don't allow players to see so...Wyrserth
2021-12-113.3.5 game event respawn (#23391)Giacomo Pozzoni
2021-12-11Core/Spell: allow Northrend Inscription Research to unlock three recipes the ...Wyrserth
2021-12-11Core/Misc: Fix static analysis issues reported by Coverity ScanGiacomo Pozzoni
2021-12-11Core/Player: allow AutoStoreLoot to specify if the looted item should be show...Wyrserth
2021-12-11Core/Misc: Implemented Icecrown Citadel buff disable (#23394)Keader
2021-12-11Core/Player: Remove all Motion Masters when teleportingjackpoz
2021-12-11Core/SmartAI: Rename SMART_EVENT_HEALT_PCT to SMART_EVENT_HEALTH_PCTjackpoz
2021-12-10Core/Logs: Allow to log startup logs into Database appenderjackpoz
2021-12-10Core/Logging: Split logs for unknown and zero triggered spells (#23180)ForesterDev