aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Achievements/AchievementMgr.h
AgeCommit message (Expand)Author
2024-12-07Core/Achievements: Reduce the list of criteria types updated on loginShauren
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
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-08Core/Scripts: Added script hook to execute actions after completing an achiev...Meji
2022-02-05Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by v...Treeston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2021-09-08Core/Achievements: Update CriteriaType enum (#26856)Meji
2021-06-07Core/Achievements: Defined all modifier tree types and implemented many of themShauren
2021-06-01Core/Criteria: Add all values of CriteriaFailEventShauren
2021-04-06Core/Criteria: Use std::chrono type for CriteriaHandler::SendCriteriaUpdateShauren
2020-05-01Core/Achievements: Greatly optimize achievement system by splitting large typ...Xinef
2020-04-26Core/Achievements: Optimized resetting achievement criteria by condition and ...Xinef
2020-01-02New YearAokromes
2019-11-15Core/Achievements: Implement many new ModifierTree typesShauren
2019-07-27Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-01-01Update copyright note for 2017vincent-michael
2016-12-19Core/PacketIO: Implemented CMSG_GUILD_GET_ACHIEVEMENT_MEMBERS/SMSG_GUILD_ACHI...Shauren
2016-05-216.x rebaseShauren
2016-05-07Core/Achievements: Add missing overridesShauren
2016-05-07Core/Achievements: AchievementMgr refactoringShauren
2016-03-24Core/Game: Fix the no PCH buildNaios
2016-03-24Core/Game: Fix the clang build when building shared librariesNaios
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-01-01Update copyright note for 2016Vincent-Michael
2015-01-19Core/Achievements: Updated and enabled all previously implemented achievement...Shauren
2015-01-10Core/Achievements: Defined another known achievement flagShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-28Core/Achievements: Updated achievements - progress is currently not saved unt...Shauren
2014-11-06Core/DataStores: Updated Achievement.dbc structIntel
2014-09-27Achievements/Guilds: Fix guild achievement trackingDekadence
2014-09-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-20Core/Achievements: Fixed realm first kill achievement restrictions - now only...Shauren
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-05-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-26Core/Achievements: Fixed WoW''s 4th-8th AnniversaryVincent-Michael
2014-04-26Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_DATA_TYPE_GAME_EVENTVincent-Michael
2014-04-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-02-10Core/DB/Achievements:joschiwald