index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T00:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
AI
/
SmartScripts
/
SmartScriptMgr.cpp
Age
Commit message (
Expand
)
Author
2025-09-07
Core/SAI: Add storedTargetId param to summon actions (#31142)
BandyscTC
2025-07-24
Core/SAI: Add actions ENTER_VEHICLE, BOARD_PASSENGER and EXIT_VEHICLE (#31141)
BandyscTC
2025-07-17
Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION (#31133)
ModoX
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2025-02-23
Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66
Shauren
2024-12-22
Core/Objects: Allow more specific checks to include or exclude feign death un...
ModoX
2024-10-28
Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO ...
Meji
2024-10-22
Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)
Meji
2024-08-15
Core/SAI: Implemented new action SMART_ACTION_COMPLETE_QUEST (#30048)
11.0.0.56008
Meji
2024-05-03
Core/Creatures: Allow profession tools to be used as equipment (#29915)
Meji
2024-04-14
Core/SAI: Implement waiting for actions on action list to finish before conti...
Shauren
2024-04-11
Core/SAI: Added support for StringIds to creature and gameobject targets (#29...
Meji
2024-01-05
Core/Waypoints: Refactor to split data into path and node related info in db ...
ModoX
2023-12-30
Core/AreaTriggers: Refactor (#29500)
Meji
2023-10-30
Core/SAI: Moved event_flags for difficulties to new field Difficulties (#29377)
Meji
2023-10-06
Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...
Shauren
2023-07-09
Core/SAI: Implemented new source type SMART_SCRIPT_TYPE_EVENT (3) (#28816)
Meji
2023-06-10
Core/Quests: Quest flag fixups
Shauren
2023-04-08
Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ...
ModoX
2023-01-14
Core/SAI: Added missing target guid validations (#28745)
Meji
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-12-30
Core/SAI: Add action param 7 (#28519)
Aqua Deus
2022-12-23
Core/SAI: Fixed unused param validation for SMART_ACTION_MOVE_OFFSET
Shauren
2022-09-05
Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059)
offl
2022-06-10
Core/Movement: Allow waypoints to use 0 as valid facing value (#26655)
Ovah
2022-06-08
Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target ...
Antonio Martín Berti
2022-05-26
Core/SAI: Removed invalid eventId restriction on SMART_EVENT_ACTION_DONE (#27...
Antonio Martín Berti
2022-04-24
Core/SAI: Implemented new action SMART_ACTION_TRIGGER_GAME_EVENT
Shauren
2022-03-26
Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)
offl
2022-03-24
Core/SAI: Remove SMART_ACTION_ADD_AURA & actions to change object flags (#27571)
offl
2022-03-24
Core/SAI: Remove SMART_ACTION_SEND_GO_CUSTOM_ANIM, make SMART_ACTION_ADD_AURA...
offl
2022-03-24
DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActions
offl
2022-03-22
Core/SAI: Fix error message
jackpoz
2022-03-21
Core/SAI: Remove deprecated events and actions (#27258)
offl
2022-03-21
Core/SAI: Remove reactState param from SMART_ACTION_WP_START (#27255)
offl
2022-03-21
Core/SAI: Add SMART_ACTION_ACTIVATE_GAMEOBJECT action (#27216)
Giacomo Pozzoni
2022-03-20
Core/SAI: Make 'no, thanks' actions deprecated
offl
2022-03-20
Core/SAI: Make SMART_EVENT_WAYPOINT_START & SMART_EVENT_CHARMED_TARGET deprec...
offl
2022-03-20
DB/SAI: Make SMART_EVENT_EVENT_PHASE_CHANGE deprecated; avoid AddAura, re-han...
offl
2022-03-20
Core/SAI: Remove deprecated events and actions (#27039)
offl
2022-03-18
Core/SAI: Split set/remove unit_flags actions (#26954)
offl
2022-03-14
Handle deprecated SAI actions and events (#26846)
Giacomo Pozzoni
2022-03-13
Core/SAI: Change error to warning for unused parameters (#26848)
Giacomo Pozzoni
2022-03-12
Core/SAI: Remove SMART_ACTION_INSTALL_AI_TEMPLATE (#26797)
offl
2022-03-12
Core/SAI: Remove SMART_ACTION_SET_DYNAMIC_FLAG (#26783)
offl
2022-03-11
Core/SAI: Temporarily allow SMART_ACTION_WP_START to specify parameter value ...
jackpoz
2022-03-11
Core/SAI: Warn when an unused parameter is set in the database (#26628)
Giacomo Pozzoni
2022-03-11
Core/SAI: Add a warning when a boolean value is outside of [0,1] range (#26608)
Giacomo Pozzoni
2022-03-11
Core/SAI: Add support to friendly+hostile to SMART_EVENT_OOC_LOS and SMART_EV...
Giacomo Pozzoni
2022-03-10
Core/SAI: Fix typo
jackpoz
[next]