aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI
AgeCommit message (Expand)Author
2025-11-25Core/Movement: Remove deprecated jump functions and update SAI scripts using ...Shauren
2025-11-24Core/Movement: Replace MotionMaster::MoveJumpWithGravity with new jump height...Shauren
2025-11-23Core/Movement: Change MoveJump to use min/max height argument instead of vert...Shauren
2025-11-15Core/Misc: Add missing includesShauren
2025-10-24Core/SAI: Support SMART_EVENT_FLAG_ACTIONLIST_WAITS in movement fall actionShauren
2025-10-24Core/SAI: Implement fall movement actioncarl3175
2025-10-24Core/SAI: Sync action enum with 3.3.5 branchShauren
2025-10-14Core/Entities: Merge duplicate functions calculating relative positions - rem...Shauren
2025-10-04Core/AI: Implement OnAuraApplied and OnAuraRemoved hooks (#31288)offl
2025-09-22Core/AreaTriggers: Implement AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpi...Meji
2025-09-07Core/SAI: Add storedTargetId param to summon actions (#31142)BandyscTC
2025-07-24Core/SAI: Fix SMART_ACTION_MOVE_OFFSET after 4887e0ea1da6fe32c76a899f03c4bf10...Meji
2025-07-24Core/SAI: Add actions ENTER_VEHICLE, BOARD_PASSENGER and EXIT_VEHICLE (#31141)BandyscTC
2025-07-17Core/SAI: Replace sai specific object type checking functions with Object fun...Shauren
2025-07-17Core/SAI: Remove temp vectorsShauren
2025-07-17Core/SAI: Use std::string_view for event paramsShauren
2025-07-17Core/SAI: Use std::vector::emplace_back instead of creating large temporary o...Shauren
2025-07-17Core/SAI: Remove ObjectGuid::ToString callsShauren
2025-07-17Core/SAI: Fix SMART_ACTION_OFFER_QUEST - now tracks npc interaction correctlyShauren
2025-07-17Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION (#31133)ModoX
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-06-13Core/Scripts: Mark script base class constructors noexceptShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-06-13Core/Game: Update PCH content to include most commonly used headersShauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-05-11Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)Meji
2025-04-18Core/SAI: Allow SMART_EVENT_HEALTH_PCT to be triggered out of combat (#30874)Meji
2025-04-06More nopch build fixesShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2025-01-30Core/SAI: Improve SMART_ACTION_ATTACK_START to exclude non-unit targets from ...sanctum32
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-29Core/Creature: Implement aggro grace period (#30362)ModoX
2024-12-29Core/AI: Remove default arguments for inter-script communicationModoX
2024-12-28Core/AI: Implemented conversation ai (#30538)ModoX
2024-12-22Core/Objects: Allow more specific checks to include or exclude feign death un...ModoX
2024-12-04Core/SAI: Allow update of disable gravity/root applied via static flags (usin...Meji
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-05Core/Summons: Handle summons using SummonProperties.Control type 5 as vehicle...Meji
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-06-29Core/Movement: Defined and implemented new spline flag - JumpOrientationFixedShauren
2024-06-21Core/Movement: Allow setting position or object facing targets for jump movementShauren
2024-05-29Core/Misc: Remove separate storage for custom messages in exception types and...Antonio Martín Berti
2024-05-03Core/Creatures: Allow profession tools to be used as equipment (#29915)Meji
2024-04-28Core/Creatures: moved combat pulse into heartbeat handling and implemented CR...Ovahlord
2024-04-21Core/Movement: Implemented alternative method of smoothing waypoint paths (se...Shauren
2024-04-19Core/Movement: Store delay in WaypointNode as Milliseconds instead of raw int...Shauren
2024-04-14Core/SAI: Implement waiting for actions on action list to finish before conti...Shauren