aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions/ConditionMgr.cpp
AgeCommit message (Expand)Author
2016-02-09Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...Shauren
2016-01-01Update copyright note for 2016Rushor
2015-12-03Core/Conditions: extended CONDITION_NEAR_CREATURE, condition value 3 is now u...MitchesD
2015-11-14Core: Fix warningVincent-Michael
2015-11-14Core/Condition: Fix issue reported by static analysisVincent-Michael
2015-11-07Core/Globals: Use std::string rather than char* to pass script names around.Naios
2015-10-31Core/Conditions: Optimizations part 3 changed ConditionStore to a simple arrayShauren
2015-10-31Core/Conditions: Optimizations part 3 removed copying condition containers al...Shauren
2015-10-31Core/Conditions: Add const to methods not modifying ConditionMgrShauren
2015-10-31Core/Conditions: Optimizations part 2 removed unneeded codeShauren
2015-10-31Core/Conditions: Optimizations part 1 - use containers more suited for their ...Shauren
2015-10-31Core/Conditions: Type renamingShauren
2015-10-31Core/Misc: removed some useless map checksjoschiwald
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-04-27Spell logging correctionsariel-
2015-04-18Core/Condition: Add In Water ConditionKittnz
2015-03-16Core/Condition: Added Realm Achievement conditionKittnz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-20Fixed typo in previous commitjoschiwald
2014-11-20Core/Logging: improved conditions error log messagesjoschiwald
2014-09-14ScriptsShauren
2014-08-24Core: Fix warningsVincent-Michael
2014-08-24Core/Conditions: allow CONDITION_OBJECT_ENTRY to check for object guidjoschiwald
2014-07-29Core/Conditions: Added more infos for CONDITION_SPELL error logVincent-Michael
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-03-27Core/Misc: Fix some static analysis issuesjackpoz
2014-03-20Core/Misc: Fix some static analysis issuesjackpoz
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-09-18Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE_TYPEjoschiwald
2013-09-07Core/Condition: Added CONDITION_SOURCE_TYPE_PHASE_DEFINITION define for only ...Vincent-Michael
2013-07-30Merge pull request #9862 from Ric101/condition_creature_typeNay
2013-07-16Core/Conditions: Add more infos for invalid skill condition log errorVincent-Michael
2013-06-11Core: Some function renaming.Malcrom
2013-06-04Core/Conditions: Adding more information to the invalid quest condition log e...Ascathor
2013-05-25Core/Conditions: Missing grid search support for CONDITION_CREATURE_TYPERic101
2013-05-25Core/Conditions: Implement CONDITION_CREATURE_TYPE - 24Ric101
2013-05-17Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-02-20Core/Conditions: add missing breakille
2013-01-30Core/Misc: Some changes to minimize differences with 4.3.4 branchSpp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-11Core/Conditions: Implement CONDITION_UNIT_STATE = 21Vincent_Michael
2013-01-06Merge pull request #8738 from joschiwald/spell_proc_conditionsNay
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-12-30Core/Conditions: Rename CONDITION_INSTANCE_DATA to CONDITION_INSTANCE_INFO.Subv
2012-12-22Core/Conditions: implement CONDITION_SOURCE_TYPE_SPELL_PROC and use it in old...joschiwald