aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions/ConditionMgr.cpp
AgeCommit message (Expand)Author
2025-09-07Core/Conditions: Allow ConditionTypeOrReference to be 0 for conditions that h...Shauren
2025-06-22Core/Players: PlayerChoice improvementsShauren
2025-06-22Core/Conditions: Fix validation for CONDITION_SOURCE_TYPE_PLAYER_CHOICE_RESPONSEShauren
2025-06-20Core/Conditions: Implemented new condition source type CONDITION_SOURCE_TYPE_...Shauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-05-23Core/PacketIO: Remove ByteBuffer constructor from MessageBufferShauren
2025-05-16Core/Conditions: Fix copypaste from previous commitShauren
2025-05-16Core/Conditions: Catch exceptions caused by invalid WorldStateExpression dataShauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-04-19Core/Conditions: Added conditions for automatic learning spells with SkillLin...Shauren
2025-01-26Core/Conditions: Corrected upper array bound requirement for PlayerConditionL...Shauren
2025-01-10Core/Conditions: Allow conditions for seen object in CONDITION_SOURCE_TYPE_OB...ModoX
2024-12-28Core/Players: Added helper function to check quest completion using QuestV2 bitsShauren
2024-12-02Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABELShauren
2024-12-02Core/Conditions: Added missing CONDITION_STRING_ID case to Condition::GetSear...Shauren
2024-12-02Core/Conditions: Explicitly name fields in condition type info initializerShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-10-19Core/Conditions: Allow NegativeCondition for references (#30363)Meji
2024-08-25Core/Conditions: Remove unneccessary duplicate condition startup checks - ite...Shauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-05-22Core/Conditions: Added private object to StaticConditionTypeData and defined ...ModoX
2024-04-13Core/Conditions: Added startup error log for conditions using invalid effect ...Shauren
2024-04-01Core/Conditions: Fixed evaluation of CurrentPvpFaction outside arenas or batt...Meji
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-27Core/Conditions: Extend circular references check for player condition condit...Shauren
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-02-03Core/Conditions: Fixed typo in worldstate expression evaluation (#29639)Christyan
2024-01-21Core: Updated to 10.2.5Shauren
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