aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/SmartScripts
AgeCommit message (Expand)Author
2022-07-07Core/SAI: Allow using default npc_text from gossip_menu with SMART_ACTION_SEN...Meji
2022-06-10Scripts/Quest: Rework 'The Way to His Heart...' & make SAI's StopFollow work ...offl
2022-06-10Core/Movement: Allow waypoints to use 0 as valid facing value (#26655)Ovah
2022-06-08Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target ...Antonio Martín Berti
2022-05-26Core/SAI: Removed invalid eventId restriction on SMART_EVENT_ACTION_DONE (#27...Antonio Martín Berti
2022-04-24Core/SAI: Corrected wrong useSaiTargetAsGameEventSource logic in previous commitShauren
2022-04-24Core/SAI: Implemented new action SMART_ACTION_TRIGGER_GAME_EVENTShauren
2022-04-24Core/SAI: Support gameobject targets for SMART_ACTION_PLAY_ANIMKITShauren
2022-04-01Core/Misc: Apply various cosmetic changes that were made to 3.3.5 branch when...Shauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-26Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)offl
2022-03-24Core/SAI: Remove SMART_ACTION_ADD_AURA & actions to change object flags (#27571)offl
2022-03-24Core/SAI: Use GetBaseObject as second param of SMART_ACTION_ACTIVATE_GAMEOBJE...offl
2022-03-24Core/SAI: Remove SMART_ACTION_SEND_GO_CUSTOM_ANIM, make SMART_ACTION_ADD_AURA...offl
2022-03-24DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActionsoffl
2022-03-22Core/SAI: Fix error messagejackpoz
2022-03-21Core/SAI: Remove deprecated events and actions (#27258)offl
2022-03-21Core/SAI: Remove reactState param from SMART_ACTION_WP_START (#27255)offl
2022-03-21Core/SAI: Add SMART_ACTION_ACTIVATE_GAMEOBJECT action (#27216)Giacomo Pozzoni
2022-03-20Core/SAI: Make 'no, thanks' actions deprecatedoffl
2022-03-20Core/SAI: Make SMART_EVENT_WAYPOINT_START & SMART_EVENT_CHARMED_TARGET deprec...offl
2022-03-20DB/SAI: Make SMART_EVENT_EVENT_PHASE_CHANGE deprecated; avoid AddAura, re-han...offl
2022-03-20Core/SAI: Remove deprecated events and actions (#27039)offl
2022-03-18Core/SAI: Split set/remove unit_flags actions (#26954)offl
2022-03-15Core/SAI: Remove possibility to set/remove unit_flags2offl
2022-03-14Handle deprecated SAI actions and events (#26846)Giacomo Pozzoni
2022-03-13Core/SAI: Change error to warning for unused parameters (#26848)Giacomo Pozzoni
2022-03-12Core/SAI: Remove SMART_ACTION_INSTALL_AI_TEMPLATE (#26797)offl
2022-03-12Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken...Giacomo Pozzoni
2022-03-12Core/SAI: Remove SMART_ACTION_SET_DYNAMIC_FLAG (#26783)offl
2022-03-11Core/SAI: Temporarily allow SMART_ACTION_WP_START to specify parameter value ...jackpoz
2022-03-11Core/SAI: Warn when an unused parameter is set in the database (#26628)Giacomo Pozzoni
2022-03-11Core/SAI: Add a warning when a boolean value is outside of [0,1] range (#26608)Giacomo Pozzoni
2022-03-11Core/SAI: Allow SMART_ACTION_SUMMON_CREATURE to summon more than 1 creaturejackpoz
2022-03-11Core/SAI: Add support to friendly+hostile to SMART_EVENT_OOC_LOS and SMART_EV...Giacomo Pozzoni
2022-03-10Core/SAI: Fix typojackpoz
2022-03-09Core/Map: Added Map::SetZoneOverrideLight std::chrono overload (#26486)HelloKitty
2022-03-09Core/SAI: Prevent loading invalid smart_scripts entry (#26508)robinsch
2022-03-06Core/SmartAI: AI change on charmed (#26065)Engilas
2022-03-06Core/Creature: Allow to skip Rate.Corpse.Decay.Looted when calling SetCorpseD...Giacomo Pozzoni
2022-03-06Core/SAI: Add new action SMART_ACTION_SET_HEALTH_PCT (#25932)Giacomo Pozzoni
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-03-05Core/SAI: Fix SMART_EVENT_FLAG_NOT_REPEATABLE flag being ignored when specify...Giacomo Pozzoni
2022-03-05Core/SAI: implement new smart actions to change AI Animkits and to enable/dis...Ovah
2022-02-28Core/SAI: Fix SMART_ACTION_WP_RESUME actually pausing next waypoint if the cu...jackpoz
2022-02-28Core/SAI: Allow to debug SmartAI methodsjackpoz
2022-02-27Core/SAI: Add orientation and delay columns to waypoints table (#25472)Giacomo Pozzoni
2022-02-27Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 ...Giacomo Pozzoni
2022-02-13Core/Misc: Minor game include cleanupShauren