aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI
AgeCommit message (Expand)Author
2014-09-19Core/Misc: multiple changesjoschiwald
2014-09-18Core/Texts: added TextRange parameter to creature_textjoschiwald
2014-09-17Core/SAI: Remove SMART_ACTION_STORE_VARIABLE_DECIMALDDuarte
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-15Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remainShauren
2014-09-15Core/Scripts: Fixed build of boss_* scriptsShauren
2014-09-15Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid c...Shauren
2014-09-14ScriptsShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Core/Chat: cleanup MonsterText methodsjoschiwald
2014-09-08Core/Scripts: made BossAI::CheckInRoom virtualjoschiwald
2014-09-03Core/SAI: Implement a new action type to make a creature (or targets in list)...Discover-
2014-08-26Scripts: Correct despawn time of multiple objectsDDuarte
2014-08-24Merge branch 'Rochet2/questreward'jackpoz
2014-08-24Removed OnQuestComplete hook, use QuestReward instead. Implemented OnQuestSta...Rochet2
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-19Core/SmartScripts: fix escort quest group-completeShinDarth
2014-08-14Core/Creature: Fix warningVincent-Michael
2014-08-14Core/Creature: update creature_template and some other small thingsjoschiwald
2014-08-10Fix pet spell cooldown being extended without successful castMrSmite
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-09Scripts/Misc: Fix static analysis issuesjackpoz
2014-07-22Core/Misc: Replace rand() calls with SFMTjackpoz
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-24Core/SmartAI: Allow the use of SMART_ACTION_SET_EVENT_PHASE with SMART_EVENT_...Subv
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-23Merge pull request #11976 from Ascathor/masterAokromes
2014-06-22Core/Build: Fixed build.Subv
2014-06-14Core/Ulduar: Added IsInCombat check for ulduar teleporterVincent-Michael
2014-06-14Core/SAI: Fix typo in 2596f1f35d01a8a6c8a555a5952c055a4d4dc239Vincent-Michael
2014-06-14Core/SAI: Added SMART_ACTION_CAST support for gameobject castVincent-Michael
2014-06-13Core/Misc:Ascathor
2014-06-10Core/PetAI: Fix memory leakjackpoz
2014-06-07Merge pull request #12225 from Trisjdc/event_map_moveAokromes
2014-06-06Core/Utils: Move EventMap to Util.hTrisjdc
2014-06-05Merge pull request #12039 from Trisjdc/creature_ai_talkSebastian Valle Herrera
2014-06-02Merge pull request #12135 from Trisjdc/event_map_extensionSebastian Valle Herrera
2014-06-02Core/Util: A couple useful new functions for EventMap, as well as getting rid...Trisjdc
2014-05-28Core/PetAI: Pin should not be interrupted if the victim has a breakable auraTrisjdc
2014-05-23Core/SAI: SMART_EVENT_IC_LOS is now called when movement in LOS was made whil...Discover-
2014-05-20Core/Misc: Remove Unit::Get* wrappers for ObjectAccessor::Get*jackpoz
2014-05-19Merge pull request #12076 from Trisjdc/even_more_saijackpoz
2014-05-19Merge pull request #12083 from Trisjdc/pet_combatjackpoz
2014-05-18Core/PetAI: Pet's owner should NOT enter combat when the pet attacks/enters c...Trisjdc
2014-05-16Core/SAI: Clear UNIT_STATE_EVADE immediately if we're about to follow a targe...Trisjdc