| Age | Commit message (Expand) | Author |
| 2012-03-12 | Core/Units: | Machiavelli |
| 2012-03-03 | Core/SAI: SMART_ACTION_MOVE_TO_POS will now have param1 as PointId. This mean... | Discover- |
| 2012-03-01 | Core: Fixed compile without PCH | Shauren |
| 2012-03-01 | Core/CreatureTextMgr: Added support for creature_text localization | Shauren |
| 2012-02-27 | Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here an... | Spp |
| 2012-02-27 | Core: Minor cleanup in ObjectMgr and warning fixes | Spp |
| 2012-02-23 | Core: Random cleanup + compile fix | Shauren |
| 2012-02-23 | Core/Movement: Use SetLevitate(true/false) instead of AddUnit/RemoveUnit. | Venugh |
| 2012-02-23 | Core/Movement: Use SetWalk(true/false) instead of AddUnit/RemoveUnit. | Venugh |
| 2012-02-22 | Fix build (gcc) and fix warnings | Spp |
| 2012-02-18 | Core/SAI: Implemented SMARTCAST_AURA_NOT_PRESENT as castflag, the spell will ... | Subv |
| 2012-02-18 | Core: Clean up whitespace and tabs in the base sourcetree | click |
| 2012-02-14 | Codestyle: Renamed some variables to fit codestyle, corrected order in struct... | Subv |
| 2012-02-11 | Fixed build | Subv |
| 2012-02-11 | Fixed codestyle from last commit | Subv |
| 2012-02-11 | Core/Conditions: Allow to set SAI conditions to both the invoker and the obje... | Subv |
| 2012-02-11 | Fix build with GCC (it seems like it doesn't allow using references to tempor... | QAston |
| 2012-02-10 | Core/Db/Conditions: Add ContidionTarget column which allows selection of obje... | QAston |
| 2012-02-10 | Core/Db/Conditions: Prepare conditions system to work on objects of different... | QAston |
| 2012-02-03 | Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_* | Shocker |
| 2012-02-02 | Core/SAI: Fixed SMART_ACTION_SET_INVINCIBILITY_HP_LEVEL | Subv2112 |
| 2012-01-29 | Core/Conditions: Implemented SAI conditions, only usable with events in which... | Subv2112 |
| 2012-01-27 | Core/SAI: Run mode should not be set to true each time a creature resets, it ... | Subv2112 |
| 2012-01-22 | Core/SAI: Linked events should be executed after the event that linked them i... | Subv2112 |
| 2012-01-22 | Core/SmartAI: Fixed SMART_ACTION_SEND_TARGET_TO_TARGET for gameobject targets | Shauren |
| 2012-01-22 | Core/SAI: Allow SMART_ACTION_SEND_TARGET_TO_TARGET to target multiple targets... | Subv2112 |
| 2012-01-22 | Core/SAI: CAST_AI will return NULL if the cast was not successful, no need to... | Subv2112 |
| 2012-01-22 | Core/SAI: Add the new action_types to the IsEventValid case check | Subv2112 |
| 2012-01-22 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore | Subv2112 |
| 2012-01-22 | Core/SAI: Implemented SMART_ACTION_SEND_TARGET_TO_TARGET, it can be used to s... | Subv2112 |
| 2012-01-22 | Core/SmartAI: Fix target type SMART_TARGET_INVOKER_PARTY | Vincent-Core |
| 2012-01-21 | Core/SAI: Run mode should be disabled by default in creatures with SAI | Subv2112 |
| 2012-01-14 | Core/Movement: Implement spline movement subsystem. | Machiavelli |
| 2012-01-07 | Merge pull request #4700 from Subv/fix001 | Machiavelli |
| 2012-01-07 | Core/Build: Fixed compile | Subv2112 |
| 2012-01-06 | Core/SAI: Removed unused variable: mResumeActionList | Subv2112 |
| 2012-01-06 | Core/SAI: Changed SMART_ACTION_CALL_TIMED_ACTIONLIST params, now it has only ... | Subv2112 |
| 2012-01-06 | Core/SAI: Fixed the crash with using SMART_ACTION_ATTACK_START inside a Timed... | Subv2112 |
| 2012-01-06 | Core/SAI: Fixed the behaviour of SmartAI::RemoveAuras, it should only remove ... | Subv2112 |
| 2012-01-06 | Core/SAI: Implemented SMART_EVENT_GO_STATE_CHANGED and SMART_ACTION_GO_SET_LO... | Subv2112 |
| 2012-01-05 | Fixed a typo | Subv2112 |
| 2012-01-05 | Core/SAI: Self-casted auras should not be removed when the NPC resets | Subv2112 |
| 2012-01-05 | Vehicles with SAI should not kick their passengers when resetting | Subv2112 |
| 2012-01-03 | Core/SAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of SMART_... | Subv2112 |
| 2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper |
| 2011-12-31 | Core/DBLayer: Refactor prepared statement defines Note: | leak |
| 2011-12-30 | Core/SAI: Restore build | leak |
| 2011-12-28 | Fixed compile, thanks Lopin for pointing out | Subv2112 |
| 2011-12-27 | Core/SAI: Added also SMART_TARGET_OWNER_OR_SUMMONER to SMART_ACTION_MOVE_TO_POS. | Subv2112 |
| 2011-12-27 | Core/SAI: Added support for SMART_TARGET_CREATURE_RANGE, SMART_TARGET_CREATUR... | Subv2112 |