aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/SmartScripts/SmartScriptMgr.cpp
AgeCommit message (Expand)Author
2025-09-07Core/SAI: Add storedTargetId param to summon actions (#31142)BandyscTC
2025-07-24Core/SAI: Add actions ENTER_VEHICLE, BOARD_PASSENGER and EXIT_VEHICLE (#31141)BandyscTC
2025-07-17Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION (#31133)ModoX
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2024-12-22Core/Objects: Allow more specific checks to include or exclude feign death un...ModoX
2024-10-28Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO ...Meji
2024-10-22Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)Meji
2024-08-15Core/SAI: Implemented new action SMART_ACTION_COMPLETE_QUEST (#30048)11.0.0.56008Meji
2024-05-03Core/Creatures: Allow profession tools to be used as equipment (#29915)Meji
2024-04-14Core/SAI: Implement waiting for actions on action list to finish before conti...Shauren
2024-04-11Core/SAI: Added support for StringIds to creature and gameobject targets (#29...Meji
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2023-12-30Core/AreaTriggers: Refactor (#29500)Meji
2023-10-30Core/SAI: Moved event_flags for difficulties to new field Difficulties (#29377)Meji
2023-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-07-09Core/SAI: Implemented new source type SMART_SCRIPT_TYPE_EVENT (3) (#28816)Meji
2023-06-10Core/Quests: Quest flag fixupsShauren
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ...ModoX
2023-01-14Core/SAI: Added missing target guid validations (#28745)Meji
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-30Core/SAI: Add action param 7 (#28519)Aqua Deus
2022-12-23Core/SAI: Fixed unused param validation for SMART_ACTION_MOVE_OFFSETShauren
2022-09-05Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059)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: Implemented new action SMART_ACTION_TRIGGER_GAME_EVENTShauren
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: 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-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/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: Add support to friendly+hostile to SMART_EVENT_OOC_LOS and SMART_EV...Giacomo Pozzoni
2022-03-10Core/SAI: Fix typojackpoz