aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions
AgeCommit message (Expand)Author
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-11-27Core/Conditions: Improve comment docs for CONDITION_QUEST_OBJECTIVE_PROGRESSShauren
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-25Core/Conditions: Allow empty (CONDITION_NONE) conditions with just script att...Shauren
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-14Core/Disables: Fixed params_1 (SPELL_DISABLE_AREA) data loading for DISABLE_T...Gildor
2022-03-06Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
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-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
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
2021-12-11Core/Conditions: Sync CONDITION_QUEST_OBJECTIVE_PROGRESS implementation with ...Shauren
2021-12-04Core/Conditions: Added CONDITION_SOURCE_TYPE_TRAINER_SPELL (#27321)Meji
2021-11-24Core/Misc: Fix static analysis issuesjackpoz
2021-11-24Core/Conditions: implement CONDITION_GAMEMASTER (#23108)ForesterDev
2021-11-24Core/Disables: Implement SPELL_DISABLE_ARENAS (#23103)Aokromes
2021-11-16Quest: Ruthless Cunning and Returning the Favor (#22806)PolarCookie
2021-10-26Core/Conditions: Added conditions for old areatrigger system (AreaTrigger.db2...ModoX
2021-10-25Core/Conditions: Added conversation line source type (#27167)ModoX