index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-06T11:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
AI
/
SmartScripts
Age
Commit message (
Expand
)
Author
2023-07-20
Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)
Teleqraph
2023-07-09
Core/SAI: Implemented new source type SMART_SCRIPT_TYPE_EVENT (3) (#28816)
Meji
2023-06-24
Core/SAI: Fixed event SMART_EVENT_WAYPOINT_ENDED (#29025)
Meji
2023-06-10
Core/Quests: Quest flag fixups
Shauren
2023-05-29
Core/Creatures: Move creature difficulty specific data from creature_template...
Meji
2023-04-10
Core/Misc: Fix build with libc++
Shauren
2023-04-08
Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ...
ModoX
2023-04-06
Core/Misc: Modernize code a bit by replacing std::tie with either structured ...
Shauren
2023-03-30
Core/Creatures: Compute CombatReach and BoundingRadius using DisplayScale (#2...
Meji
2023-03-13
Core/Creatures: Allow disabling melee attacks for all creatures, not just the...
Shauren
2023-01-31
Core/SAI: Set the trigger player as baseobject when the source type isn't a W...
Meji
2023-01-19
Core/Scripts: Move EvadeReason outside of CreatureAI class
Shauren
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
2023-01-06
Core/Misc: Add missing Containers.h include where neccessary
Shauren
2022-12-30
Core/SAI: Improved SMART_ACTION_JUMP_TO_POS to mirror behavior similar to SMA...
Meji
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-12-22
Core/SAI: Added param PointId to SMART_ACTION_MOVE_OFFSET (#28555)
Meji
2022-10-31
Core/SAI: Move (any) value for SMART_EVENT_MOVEMENTINFORM point to 0xFFFFFFFF...
ModoX
2022-10-17
Core/Loot: Implemented personal loot and tag sharing for non-boss loot
Shauren
2022-09-16
Core/Loot: Move loot rolls from Group to Loot
Shauren
2022-09-05
Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059)
offl
2022-07-07
Core/SAI: Allow using default npc_text from gossip_menu with SMART_ACTION_SEN...
Meji
2022-06-10
Scripts/Quest: Rework 'The Way to His Heart...' & make SAI's StopFollow work ...
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: Corrected wrong useSaiTargetAsGameEventSource logic in previous commit
Shauren
2022-04-24
Core/SAI: Implemented new action SMART_ACTION_TRIGGER_GAME_EVENT
Shauren
2022-04-24
Core/SAI: Support gameobject targets for SMART_ACTION_PLAY_ANIMKIT
Shauren
2022-04-01
Core/Misc: Apply various cosmetic changes that were made to 3.3.5 branch when...
Shauren
2022-03-27
Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlag
Shauren
2022-03-26
Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlags
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: Use GetBaseObject as second param of SMART_ACTION_ACTIVATE_GAMEOBJE...
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-15
Core/SAI: Remove possibility to set/remove unit_flags2
offl
2022-03-14
Handle deprecated SAI actions and events (#26846)
Giacomo Pozzoni
[next]