aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI
AgeCommit message (Expand)Author
2012-03-27Core/DBLayer: Correct few more wrong read types (No. 4)Nay
2012-03-27Core/DBLayer: Correct few more wrong read types (No. 1)Nay
2012-03-24Core: Add proper cleanup at exit for smart script waypoints and instance enco...Shauren
2012-03-21Core/SAI: Allow using SMART_TARGET_ACTION_INVOKER with SMART_ACTION_MOVE_TO_POSSubv
2012-03-19Core/SmartScript: Fixed possible crashes when attempting to use StoreTargetLi...Shauren
2012-03-16Merge pull request #5743 from MrSmite/PetAI_2Shocker
2012-03-16Pet UI - Fix for "Attack" continues to flash after combat endMrSmite
2012-03-16Fix for pets moving from stay during combatMrSmite
2012-03-12Core/Units:Machiavelli
2012-03-11R.I.P SimpleAINay
2012-03-10Core/DBC: Remove store getters (useless since we don't have scripts as extern...Shauren
2012-03-03Core/SAI: SMART_ACTION_MOVE_TO_POS will now have param1 as PointId. This mean...Discover-
2012-03-02Core/Misc: Remove redundant implicit template types in some std::make_pair ca...Subv
2012-03-01Core: Fixed compile without PCHShauren
2012-03-01Core/CreatureTextMgr: Added support for creature_text localizationShauren
2012-02-27Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here an...Spp
2012-02-27Core: Minor cleanup in ObjectMgr and warning fixesSpp
2012-02-23Core: Random cleanup + compile fixShauren
2012-02-23Core/Movement: Use SetLevitate(true/false) instead of AddUnit/RemoveUnit.Venugh
2012-02-23Core/Movement: Use SetWalk(true/false) instead of AddUnit/RemoveUnit.Venugh
2012-02-22Fix build (gcc) and fix warningsSpp
2012-02-18Core/SAI: Implemented SMARTCAST_AURA_NOT_PRESENT as castflag, the spell will ...Subv
2012-02-18Core: Clean up whitespace and tabs in the base sourcetreeclick
2012-02-15Core/Db/Conditions: Add new condition targets for:QAston
2012-02-14Codestyle: Renamed some variables to fit codestyle, corrected order in struct...Subv
2012-02-11Fixed buildSubv
2012-02-11Fixed codestyle from last commitSubv
2012-02-11Core/Conditions: Allow to set SAI conditions to both the invoker and the obje...Subv
2012-02-11Fix build with GCC (it seems like it doesn't allow using references to tempor...QAston
2012-02-10Core/Db/Conditions: Add ContidionTarget column which allows selection of obje...QAston
2012-02-10Core/Db/Conditions: Prepare conditions system to work on objects of different...QAston
2012-02-05Fix a bug introdouced in recent commit.Giuseppe Montesanto
2012-02-04Fix pet/guardian and other types of minion pet attack on targets with Crowd C...Giuseppe Montesanto
2012-02-03Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*Shocker
2012-02-02Core/SAI: Fixed SMART_ACTION_SET_INVINCIBILITY_HP_LEVELSubv2112
2012-01-29Core/Conditions: Implemented SAI conditions, only usable with events in which...Subv2112
2012-01-27Core/SAI: Run mode should not be set to true each time a creature resets, it ...Subv2112
2012-01-24Core: Fix non-PCH build and remove a few warnings.click
2012-01-22Core/SAI: Linked events should be executed after the event that linked them i...Subv2112
2012-01-22Core/SmartAI: Fixed SMART_ACTION_SEND_TARGET_TO_TARGET for gameobject targetsShauren
2012-01-22Core/SAI: Allow SMART_ACTION_SEND_TARGET_TO_TARGET to target multiple targets...Subv2112
2012-01-22Core/SAI: CAST_AI will return NULL if the cast was not successful, no need to...Subv2112
2012-01-22Core/SAI: Add the new action_types to the IsEventValid case checkSubv2112
2012-01-22Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv2112
2012-01-22Core/SAI: Implemented SMART_ACTION_SEND_TARGET_TO_TARGET, it can be used to s...Subv2112
2012-01-22Core/SmartAI: Fix target type SMART_TARGET_INVOKER_PARTYVincent-Core
2012-01-21Core/SAI: Run mode should be disabled by default in creatures with SAISubv2112
2012-01-14Core/Movement: Implement spline movement subsystem.Machiavelli
2012-01-13Update the rest of the headersValcorb
2012-01-07Merge pull request #4700 from Subv/fix001Machiavelli