aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions
AgeCommit message (Expand)Author
2015-11-04Core/Globals: Use std::string rather than char* to pass script names around.Naios
2015-10-31Build fix after cherry-picksShauren
2015-10-25Core/Conditions: Optimizations part 3 changed ConditionStore to a simple arrayShauren
2015-10-25Core/Conditions: Optimizations part 3 removed copying condition containers al...Shauren
2015-10-25Core/Conditions: Add const to methods not modifying ConditionMgrShauren
2015-10-25Core/Conditions: Optimizations part 2 removed unneeded codeShauren
2015-10-25Core/Conditions: Optimizations part 1 - use containers more suited for their ...Shauren
2015-10-25Core/Conditions: Type renamingShauren
2015-10-25Core/Conditions: Phase condtion changesShauren
2015-10-04Core/Misc: removed some useless map checksjoschiwald
2015-10-01Core/Conditions: Fixed a typoZedron
2015-09-24Core/Misc: Remove unneeded ToCreature() castsjackpoz
2015-08-15Core/Condition: Add In Water ConditionKittnz
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-07-04Core: Fix multiple warningsDDuarte
2015-06-26Fix build after recent cherry picksDDuarte
2015-06-26Spell logging correctionsariel-
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-03-30Core/Conditions: adjust logging code after recent phases changesjoschiwald
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-18Merge pull request #14370 from Kittnz/realm_achievementDuarte Duarte
2015-03-16Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map s...Rat
2015-02-08Core/Misc: Fix static analysis issuesjackpoz
2015-01-18Core/Misc: Fix static analysis issuesjackpoz
2015-01-10Core/Maps: Updated map difficultiesShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-29Core/Scripts: multiple changesjoschiwald
2014-11-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-11-27Core/ConditionMgr: Add string includeGacko
2014-11-22Core/Spells: more code updates...Rat
2014-11-21Resolve merge conflictjoschiwald
2014-11-21Core/Logging: improved conditions error log messagesjoschiwald
2014-11-16Core/Spells: Spell system updates (don't even try to compile this)Rat
2014-11-15Core/DataStores: Updated AreaTable.dbcIntel
2014-11-05Core/DataStores: Fixed build after renameIntel
2014-11-04Core/Conditions: Correct a misleading comment regarding CONDITION_AURADDuarte
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-23Core/Entities: First step to 128 bit guidsShauren
2014-10-10Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-09Build: Fixed game & collision depending on each other for linkingShauren
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-14ScriptsShauren
2014-08-24Core: Fix warningsVincent-Michael
2014-08-24Core: meh, fix build and warningsVincent-Michael
2014-08-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-08-24Core/Conditions: allow CONDITION_OBJECT_ENTRY to check for object guidjoschiwald
2014-07-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-29Core/Conditions: Added more infos for CONDITION_SPELL error logVincent-Michael
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak