aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI
AgeCommit message (Expand)Author
2024-10-05Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2024-10-05Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functionsShauren
2024-02-15Core/SAI: Fixed SMART_ACTION_MOVE_TO_POS using target coordinates as destinat...Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-08-12Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2022-10-12Scripts/Gossips: Set gossip menu id for scripts that load menu items from dat...Shauren
2022-09-02Core/Misc: Reserve SAI action, trinity_string and condition types used in mas...Shauren
2022-06-26Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059)offl
2022-06-04Scripts/Quest: Rework 'The Way to His Heart...' & make SAI's StopFollow work ...offl
2022-04-17Core/Gossip: Fixed gossip menu options not performing their default actions w...Shauren
2022-04-16Core/Movement: Allow waypoints to use 0 as valid facing value (#26655)Ovah
2022-04-06Core/Spells: Increase search radius for avoid problems with some spells that ...Gildor
2022-03-29Core/Units: Reduce differences between branches part 1 - unit updatefield acc...Shauren
2022-03-21Core/SAI: Reserve action_param2 of SMART_ACTION_ACTIVATE_GAMEOBJECT for compa...Shauren
2022-03-05Core/SAI: Adjust deprecation/reservation comment on action 140 (SMART_ACTION_...Shauren
2022-02-18Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)offl
2022-01-10Core/SAI: Remove SMART_ACTION_ADD_AURA & actions to change object flags (#27571)offl
2021-12-27Core/AI: Fix crashes caused by charmed Creatures having null AI for 1 map upd...Giacomo Pozzoni
2021-12-25Core/SAI: Use GetBaseObject as second param of SMART_ACTION_ACTIVATE_GAMEOBJE...offl
2021-12-25Core/SAI: added new action type SMART_ACTION_ADD_TO_STORED_TARGET_LIST (#27029)ModoX
2021-12-23Core/SAI: Remove SMART_ACTION_SEND_GO_CUSTOM_ANIM, make SMART_ACTION_ADD_AURA...offl
2021-12-09DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActionsoffl
2021-11-19Core/Pets: Do not force pets to follow their charmer when possessed by player...Grindelwald
2021-11-14Core/SAI: Fix error messagejackpoz
2021-11-10Core/SAI: Remove deprecated events and actions (#27258)offl
2021-11-07Core/SAI: Remove reactState param from SMART_ACTION_WP_START (#27255)offl
2021-11-07Core/SAI: Add SMART_ACTION_ACTIVATE_GAMEOBJECT action (#27216)Giacomo Pozzoni
2021-10-23Core/Misc: Fix no-pch GCC 11 build (#27150)Giacomo Pozzoni
2021-10-21Core/SAI: Make 'no, thanks' actions deprecatedoffl
2021-10-14Core/SAI: Make SMART_EVENT_WAYPOINT_START & SMART_EVENT_CHARMED_TARGET deprec...offl
2021-10-14DB/SAI: Make SMART_EVENT_EVENT_PHASE_CHANGE deprecated; avoid AddAura, re-han...offl
2021-10-11Core/SAI: Remove deprecated events and actions (#27039)offl
2021-10-06Core/Misc: Fix appleclang 12 warningsShauren
2021-09-27Core/SAI: Split set/remove unit_flags actions (#26954)offl
2021-09-19Core/SAI: Remove possibility to set/remove unit_flags2offl
2021-09-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
2021-08-31Handle deprecated SAI actions and events (#26846)Giacomo Pozzoni
2021-08-31Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...Shauren
2021-08-30Remove combo points on a creature when it evades (#26836)Kelno
2021-08-30Core/SAI: Change error to warning for unused parameters (#26848)Giacomo Pozzoni
2021-08-29Core/Spells: Spell effect info access refactoring part 2 - passing SpellEffec...Shauren
2021-08-18Revert "Core/SAI: Remove no longer used event types & params (#26833)" (#26840)offl
2021-08-18Core/SAI: Remove no longer used event types & params (#26833)offl
2021-08-12Core/SAI: Remove SMART_ACTION_INSTALL_AI_TEMPLATE (#26797)offl
2021-08-10Core/Game: include addtional parameter in Object::GetPlayerListInGridccrs
2021-08-09Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken...Giacomo Pozzoni
2021-08-08Core/SAI: Remove SMART_ACTION_SET_DYNAMIC_FLAG (#26783)offl
2021-07-18Core/SAI: Temporarily allow SMART_ACTION_WP_START to specify parameter value ...jackpoz