aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Achievements/CriteriaHandler.cpp
AgeCommit message (Expand)Author
2024-03-28Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-25Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-03-13Core/PacketIO: Update to 4.4.0.53627 (#29805)MaxtorCoder
2024-03-12Core/Maps: dropped Garrison implementationOvahlord
2024-03-10Core/DataStores: duc-taped buildOvahlord
2024-01-21Core: Updated to 10.2.5Shauren
2023-12-29Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead...Jeremy
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-20Core/Scripts: Add start/fail asset values from criteria to valid game event idsShauren
2023-11-12Core/Achievements: Implemented DefeatDungeonEncounter and DefeatDungeonEncoun...Shauren
2023-11-09Core: Update to 10.2.0Shauren
2023-10-15Core/Achievements: Fix CriteriaTypes related to GameEvents (#29368)Meji
2023-10-15Core/Achievements: Fix CriteriaTypes related to areas and zones (#29367)Meji
2023-10-13Core/Misc: Use DB2Manager::IsInArea for area-related criterias and conditions...Meji
2023-10-04Core/Achievements: Fix mistake in loading criteria with start events (#29348)Jeremy
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
2023-08-07Core/Misc: Turn ChrSpecialization into enum classShauren
2023-07-12Core: Update to 10.1.5Shauren
2023-06-26Core/Conditions: Replaced Player argument to world state expression checking ...Shauren
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-05-19Core/Areas: Update AreaFlags from EnumeratedStings values (#29008)Jeremy
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-28Core: Updated to 10.0.5Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2022-12-31Core/Players: Fixed crashes when accessing ActivePlayerData::PvpInfoShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-08-09Core/Scenarios: Group criteria storage by scenario idShauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-06-26Core/WorldStates: Migrate conditions and criteria to new worldstate apiShauren
2022-06-25Core/Criteria: Implemented worldstate requirements for criteria updatesOvahlord
2022-06-10Core/Achievements: Fixed optimization from 9b44ed9cda347bfda1078666b3779d985f...Shauren
2022-05-06Core/Misc: Remove implicit conversions from RaceMask class, fixes racemask ch...Shauren
2022-04-24Core/Achievements: Implemented GameEvent related criteria types 73 and 93Shauren
2022-04-24Core/Achievements: Implemented criteria flag "Reset on Start" and removed man...Shauren
2022-04-16Core/Battlegrounds: Replaced overriding m_team with more fine grained approachShauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-05Core/Players: Directly store PlayerSpell in m_spells, not as pointerShauren
2022-01-22Core/Player: Introduce separate level caps for each expansion (#24989)Max Drosdo.www
2021-12-30Core/Spells: Implemented battle pet experience related spell effects and aura...Meji
2021-12-22Modernize codebase with Clang-Tidy range based loops (#24165)Ujp8LfXBJ6wCPR
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/RBAC: add permission that prevents accounts from earning all achievement...Wyrserth
2021-11-01Core/DataStores: Updated db2 structures to 9.1.5Shauren
2021-09-08Core/Achievements: Update CriteriaType enum (#26856)Meji
2021-09-04Core/Spells: Unify spell effect access api in both branchesShauren
2021-08-28Core/Misc: Fix gcc warningsShauren