aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Achievements
AgeCommit message (Expand)Author
2025-08-13Core: Updated to 11.2.0Shauren
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-11Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...Shauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-06-30Core/Achievements: Fix setting count for CriteriaType::ReachRenownLevelShauren
2025-06-27Core/Players: Implemented PlayerDataElementAccount, PlayerDataElementCharacte...Shauren
2025-04-25Core: Updated to 11.1.5Shauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-28Core/Players: Added helper function to check quest completion using QuestV2 bitsShauren
2024-12-13Core/Achievements: Implemented CriteriaType::ReachMaxLevelShauren
2024-12-08Core/Quests: Improved criteria tree quest objective typeShauren
2024-12-07Core/Achievements: Reduce the list of criteria types updated on loginShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column compr...Shauren
2024-08-29Core/Client Builds: Move build info out of RealmList classShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-18Core/Players: Use PlayerData::VirtualPlayerRealm instead of global GetVirtual...Shauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-07-19Core/AreaTriggers: Added ActionSet flags for serverside areatriggers (#30072)Meji
2024-07-09Core/Logging: Fixed a bunch of invalid format stringsShauren
2024-05-18Core/Criteria: Implemented CompletedLFGDungeon criteria type (#29980)Antonio Martín Berti
2024-05-13Core/Criteria: Implemented CompleteAnyScenario and CompleteScenario types (#2...Antonio Martín Berti
2024-05-13Core/Criteria: Add missing asset check for CriteriaType::LearnHeirloomShauren
2024-05-13Core/Criteria: Implemented LearnAnyTransmog CriteriaType (#29981)Antonio Martín Berti
2024-05-12Core/Criteria: Implemented AnyArtifactPowerRankPurchased criteria type (#29979)Antonio Martín Berti
2024-05-12Core/Criteria: Implemented LearnHeirloom and LearnAnyHeirloom criteria types ...Antonio Martín Berti
2024-05-12Core/Criteria: Added ParticipateInArena to statistic-only cases (#29978)Antonio Martín Berti
2024-05-12Core/Criteria: Implemented CriteriaType ParticipateInArena (#29973)Antonio Martín Berti
2024-05-12Core/Criteria: Implemented CriteriaType EarnArtifactXP (#29975)Antonio Martín Berti
2024-04-15Core/Achievements: Fixed achievement SMSG_ACHIEVEMENT_EARNED not being sent t...Shauren
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-24Core/Players: Slightly improve neutral player faction supportShauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-02-03Core/Achievements: Fixed updating EarnAchievement criteria type for guilds an...Meji
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-09-21Core/Achievements: Send both SMSG_ACCOUNT_CRITERIA_UPDATE and SMSG_CRITERIA_U...Shauren
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