aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2019-06-23AI/SmartAI: Move SMART_EVENT_RESPAWN invocation from ::InitializeAI() to ::Ju...Treeston
2019-06-23Core/AI: Remove EnterEvadeMode calls from Guardian/Summon spell handlers. Add...Treeston
2019-06-23Entities/Unit: Adjust an overzealous assert to not catch self references, and...Treeston
2019-06-23Entities/Unit: Fix an issue where Unit pointers could be left dangling if a c...Treeston
2019-06-23Entities/Unit: Cleanup all the direct accesses to m_unitMovedByMe. Refactor t...Treeston
2019-06-23Core/Misc: Add static versions of GetGUID and ToX methods to Object. The stat...Treeston
2019-06-23some more cleanup, a5f8c0d follow-upTreeston
2019-06-23Core/Creature: Attach out-of-combat health regen to the Engaged system, not t...Treeston
2019-06-23Core/Misc: Rename Unit::AttackedTarget to Unit::AtTargetAttacked to match nam...Treeston
2019-06-23Core/Entities: Kick engagement logic upstairs to Unit (from ThreatManager), s...Treeston
2019-06-22Revert "Core/AI: Fix Guardians not following the owner after finishing combat...Treeston
2019-06-22Core/Misc: Code cleanupjackpoz
2019-06-22Core/AI: Fix Guardians not following the owner after finishing combat (#23466)Giacomo Pozzoni
2019-06-22Core/Instance : Fix instance resetting exploit (#23263)zartech22
2019-06-22 Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind (#23463)Sorikoff
2019-06-22Scripts/Spells: Ultra-Advanced Proto-Typical Shortening Blaster (#23456)Sorikoff
2019-06-21Core/RBAC: add permission that prevents accounts from earning all achievement...Wyrserth
2019-06-21Scripts/Spells: Migrate Teleporting to Script (#23458)Sorikoff
2019-06-21Scripts/Spells: Migrate Lightwell to Script (#23455)Sorikoff
2019-06-20Build fixKeader
2019-06-20Scripts/Icecrown Citadel: Fixed some bugs on Blood Orb object and trash mobs ...Keader
2019-06-20DB/Quest: "Where Kings Walk" and "Warchief's Blessing"Killyana
2019-06-20DB/Quest: A Visit With The AncestorsKillyana
2019-06-20Spell/Fishing: ensure that the fishing bobber expires when the Fishing channe...Wyrserth
2019-06-20Core/Loot: don't allow to regenerate chest loot inside instances and raids. (...Wyrserth
2019-06-20Core/Conditions: fix mistake in CONDITION_QUEST_OBJECTIVE_PROGRESS that would...Wyrserth
2019-06-19Core/Misc: Fix a warningGiacomo Pozzoni
2019-06-19Core/Conditions: implement CONDITION_QUEST_OBJECTIVE_PROGRESS to allow to app...Wyrserth
2019-06-19Core/FlightPath: teleport players at destination on floor Z when the flight e...Wyrserth
2019-06-18Core/SAI: allow to start waypoint movement for a creature that is in combat. ...Wyrserth
2019-06-18Core/Spell: Jump Speed Calculations (#22886)DanVS
2019-06-18Core/Misc: don't allow FindNearestCreature() and FindNearestGameObject() sear...Wyrserth
2019-06-18Core/Packet: send SMSG_QUESTGIVER_STATUS_MULTIPLE when the player levels up. ...Wyrserth
2019-06-17Core/Scripts: Fixed a reference error introduced in 394b119664bc16dc5376f1404...Keader
2019-06-17Scripts/Icecrown Citadel: Fixed Blood Orb Game Object (#23397)Keader
2019-06-17Scripts/Isle of Quel'Danas: Thalorien Dawnseeker (#23382)Sorikoff
2019-06-16Initial fix suggestion for #23232. (#23237)Ianislav Vasilev
2019-06-16Core/SAI: add cooldownMin (event_param2) and cooldownMax (event_param3) to SM...Wyrserth
2019-06-16Core/Creature: drop current target when evading while a spell cast is in prog...Wyrserth
2019-06-16Core/SAI: don't allow to start a new SAI actionlist while the entity is alrea...Wyrserth
2019-06-16Core/Commands: implement commands to look up a map/item/quest name for a give...Wyrserth
2019-06-16Core/RDF: fix counting issue with the achievement Looking for More (and simil...Wyrserth
2019-06-16Core/Loot: fix some other cases where a creature should not be able to set fo...Wyrserth
2019-06-15Core/Unit: Ignore On Transport spline movements if the Unit isn't on a transp...jackpoz
2019-06-15Core/Misc: Change some logs from INFO to ERROR when loading invalid creature ...jackpoz
2019-06-15Core/Player: Fix teleporting FlyPath dismounting the playerjackpoz
2019-06-15Core/Loot: make Loot::AddItem() honor LootItem::AllowedForPlayer() so that it...Wyrserth
2019-06-15Core/Loot: implement automatic pass in group loot for items that cannot be lo...Wyrserth
2019-06-15Core/Spells: don't allow spells with SPELL_EFFECT_CREATE_ITEM_2 to be cast if...Wyrserth
2019-06-15 Core/Entities: fix excessive damage of exotic pets and some creatures (#23403)ForesterDev