aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Tools/PlayerDump.cpp
AgeCommit message (Expand)Author
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-01-28Core: Updated to 10.0.5Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-10-18Core/PlayerDump: Fixed dumping empty binary fields. (#28376)DeadMouse
2022-02-27Script/Commands: Add ".pdump copy" command (#25455)Giacomo Pozzoni
2022-02-06Core/PlayerDump: Update realmcharacters table when importing a character with...jackpoz
2021-10-01Core/Misc: Fix appleclang 12 warningsShauren
2021-08-08Core/Misc: ASSERT() cleanupjackpoz
2021-06-16Core/Entities: don't allow client control if player is still affected by any ...ariel-
2020-08-18Core/Misc: Fix static analysis issuesjackpoz
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-07-21Core/PlayerDump: Fix collecting pet guidsShauren
2020-07-21Core/PlayerDump: general revampingariel-
2020-01-02New YearAokromes
2019-08-17Core/Misc: Fix static analysis issuesjackpoz
2019-07-27Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-21Core/Misc: Moved CharacterInfo out of world to separate classxinef1
2019-01-01Update copyright note for 2019vincent-michael
2018-02-25Core/PlayerDump: Fixed loading PlayerDumps and added more tables to dumpjoschiwald
2018-01-01Update copyright note for 2018vincent-michael
2017-05-18Core/Game: Include cleanupShauren
2017-05-12Core/Database: Include cleanupShauren
2017-02-26Core/Fishing: implement retail-like fishing skill-up functionality (#17528)SnapperRy
2017-02-12Core/PlayerDump: add missing character_queststatus_* columns to dumpariel-
2017-01-01Update copyright note for 2017vincent-michael
2016-07-10Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to f...Shauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-10-05Core/World: Store account id in CharacterInfo to reduce the amount of databas...Shauren
2015-08-30Core/Players: Implemented serverside validation of reserved/profane namesShauren
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-03-06Core/PlayerDump:joschiwald
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-26Core: Use the correct function to convert strings to unsigned longs and unsig...Nayd
2014-11-12Core/World: hold deleted characters in character storejoschiwald
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete pac...joschiwald
2014-10-29Core/Entites: Updated GUID formatShauren
2014-10-27Core: Fix warnings, mostly wrong printf formattersDDuarte
2014-10-27Core/Entities: Updated HighGuid valuesShauren
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-24Core/Entities: Fourth part of converting int to bigint guids in databaseShauren
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-04-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-02-13Core/PlayerDump: fix mail items and gifts exportjoschiwald
2014-01-11Merge branch 'master' into 4.3.4DDuarte
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Merge branch 'master' into 4.3.4Spp