aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions/ConditionMgr.cpp
AgeCommit message (Expand)Author
2024-01-12Core/Conditions: Added stringid condition typeShauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...Shauren
2023-12-29Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead...Jeremy
2023-11-26Scripts/Conditions: Fallback to other targets to get map if first target is i...ModoX
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-05Core/Conditions: Allow battleground maps to use CONDITION_INSTANCE_INFOShauren
2023-10-13Core/Misc: Use DB2Manager::IsInArea for area-related criterias and conditions...Meji
2023-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-08-07Core/Misc: Turn ChrSpecialization into enum classShauren
2023-08-07Core/Misc: Reduce number of player spec hardcoded checksShauren
2023-07-21Core/Condition: Implemented condition CONDITION_PRIVATE_OBJECT (#29136)ModoX
2023-06-26Core/Conditions: Replaced Player argument to world state expression checking ...Shauren
2023-06-01Core/Graveyards: Drop Faction column and replace it with conditions (#28965)Jeremy
2023-04-08Core/Conditions: Fix log typoMeji
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids a...ModoX
2023-01-29Core/Spawns: Allow spawn groups with MANUAL_SPAWN flag to automatically despa...Meji
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-12-04Core/Spells: Extended mechanic mask to uint64Shauren
2022-10-24Core/Conditions: Add const to condition checking functionsShauren
2022-10-09Core/Gossip: Remove gossip menu option fallback code, all menus are now requi...Shauren
2022-08-02Core/Conditions: Added CONDITION_PLAYER_CONDITION to integrate conditions wit...Meji
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-07-13Core/DataStores: Named WorldStateExpression function 38Shauren
2022-07-08Core/Conditions: Implemented PlayerCondition::CurrentPvpFactionShauren
2022-06-26Core/WorldStates: Migrate conditions and criteria to new worldstate apiShauren
2022-06-26Core/DataStores: Updated WorldStateExpression function enum to 9.2.5Shauren
2022-06-24Core/Conditions: Implemented conditions for spawn groupsShauren
2022-06-24Core/Conditions: Fixed CONDITION_AURA to allow effect index greater than 2Shauren
2022-06-21Core/Conditions: Added CONDITION_SCENE_IN_PROGRESS, useful for cases where yo...Antonio Martín Berti
2022-05-09Core/Conditions: Added CONDITION_SCENARIO_STEP (#27928)Antonio Martín Berti
2022-05-06Core/Misc: Remove implicit conversions from RaceMask class, fixes racemask ch...Shauren
2022-03-20Core/Conditions: Fixed conditions not working for area aurasShauren
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-08Core/Conditions: Add missing null checks for PlayerConditionShauren
2022-02-08Core/Conditions: Fixed PlayerCondition checking after std::arrayification of ...Shauren
2022-02-06Core/Conditions: Implemented new condition type CONDITION_BATTLE_PET_COUNT to...Antonio Martín Berti
2022-01-26Core/Gossip: Sync naming and db structure with 3.3.5Shauren
2022-01-26Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...Treeston
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2022-01-15Core/Conditions: Implemented many more UnitCondition typesShauren
2022-01-15Core/Conditions: Initial support for UnitCondition.db2Shauren
2022-01-12Core/Conditions: Added conditions for object visibility (#27565)ModoX
2021-12-14Core/Conditions: allow spellclick conditions to properly work for aura apply/...Wyrserth
2021-12-13Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender (#2...ForesterDev
2021-12-13Core/Unit: rename several getters to follow codestyleccrs