aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Achievements/AchievementMgr.cpp
AgeCommit message (Expand)Author
2015-03-18Core: Move LOG_INFO -> LOG_DEBUG level for achievementsclick
2015-02-19Merge pull request #14179 from Aaron126/6.xjoschiwald
2015-02-19Core/Misc: Correct some wrong integer types in DB query resultsAaron126
2015-02-13Core/Guild: Updated and enabled most previously implemented guild and petitio...Mogadischu
2015-01-19Core/Achievements: Updated and enabled all previously implemented achievement...Shauren
2015-01-18Core/NetworkIO: sync opcode values with wpp and removed duplicate onesjoschiwald
2015-01-10Core/Maps: Updated map difficultiesShauren
2015-01-10Core/Achievements: Defined another known achievement flagShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-31Core/Achievements: Enabled saving progress and converted old saved dataShauren
2014-12-28Core/Achievements: Updated achievements - progress is currently not saved unt...Shauren
2014-12-21Core/Items: Refactored ItemTemplateShauren
2014-12-07Merge branch '6.x' into SpellsIntel
2014-12-07Core: fixed few coverity issues and warningsjoschiwald
2014-11-22Core/Spells: more code updates...Rat
2014-11-16Core/Spells: Spell system updates (don't even try to compile this)Rat
2014-11-15Core/DataStores: Updated all remaining dbc/db2 except Item.db2, Item-sparse.db2Intel
2014-11-09Core/DataStores: Even more converted dbcsIntel
2014-11-07Core/DataStores: Updated BattlemasterList.dbc, CharStartOutfit.dbc, CharTitle...Intel
2014-11-07Core/DataStores: Fixed name consistency and improved coords handlingIntel
2014-11-06Core/DataStores: Updated Achievement.dbc structIntel
2014-10-29Core/Entites: Updated GUID formatShauren
2014-10-27Core/Entities: Updated HighGuid valuesShauren
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-25Core/Guilds: Fifth part of converting int to bigint guids in databaseShauren
2014-10-23Core/Entities: Second part of required database changes for migrating guids t...Shauren
2014-10-23Core/Entities: First step to 128 bit guidsShauren
2014-10-22Core/Entities: First part of removing GetGUIDLow() usesShauren
2014-10-21Core/Entities: Second batch of removing implicit conversions of ObjectGuid to...Shauren
2014-10-02Core/Achievement: Fix warningsVincent-Michael
2014-09-27Core/Achiev: Remove a wrong call to FlushBits in SendAllTrackedCriteriasDDuarte
2014-09-27Merge pull request #13209 from Dekadencee/FixGuildAchievementTrackingDuarte Duarte
2014-09-27Achievements/Guilds: Fix guild achievement trackingDekadence
2014-09-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-25Core/Achievements: Fixed wrong packet generation in AchievementMgr::SendCrite...mik1893
2014-09-21Core/Misc: Fixed gcc build and some warningsShauren
2014-09-21Core/AchievementMgr: Fixed buildShauren
2014-09-20Core: Fix buildVincent-Michael
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-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-13Core/Chat: cleanup MonsterText methodsjoschiwald
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-09-03Merge pull request #13017 from DDuarte/guild_achiev_trackingDuarte Duarte
2014-09-02Core/Net: Correct structure of SMSG_GUILD_CRITERIA_DATA when emptyDDuarte
2014-09-02Core/Net: Fix structure of SMSG_GUILD_ACHIEVEMENT_DATA when there are no achi...DDuarte
2014-09-02Core/Guild: Only send achievement criteria updates to players that requested ...DDuarte