aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/DataStores
AgeCommit message (Expand)Author
2025-07-12Core/DataStores: Reduce the number of string copies when loading db2 hotfixesShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-09-09Core/DataStores: Refactor DBStorageIterator to make it usable with more std::...Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest i...Shauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-17GCC build fixShauren
2022-12-14Core/DataStores: Devirtualize DB2StorageShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-11-27Core/DataStores: Add const to DBStorageIterator dereference operatorsShauren
2022-04-09Core/DataStores: Removed unused code from DB2DatabaseLoaderShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-01-21Core/Misc: Future msvc warning fixesShauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2021-10-01Core/Misc: Fix appleclang 12 warningsShauren
2021-03-14Revert "Core/DataStores: Implemented [] operator on DB2Storage (#20494)"Shauren
2020-07-13Core/DataStores: Replace harcoded prepared statement offsets with named const...Shauren
2020-07-01Core/DataStores: Fixed sending localized hotfixes and improved db2 loading er...Shauren
2020-06-29Core/Misc: Remove unused variablesShauren
2020-06-29Core/DataStores: Fixed loading db2 stringsShauren
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped un...Shauren
2020-06-06Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading prior...Shauren
2020-06-01Core/DataStores: Fixed loading hotfixes crash when compiled with strict datab...Shauren
2020-04-25Core/DataStores: Speedup loading hotfix database and change hotfix database c...Shauren
2020-01-02New YearAokromes
2019-11-28Core/DataStores: Work around buggy client db2 metadataShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-06-12Core/DataStores: Fixed crash when loading additional db2 localesShauren
2019-06-08Core/DataStores: Updated db2 structures to 8.1.5Shauren
2019-01-01Update copyright note for 2019vincent-michael
2018-09-16Core/DataStores: Implemented WDC2Shauren
2018-05-12Core/DataStores: Fixed loading db2 locale stringsShauren
2018-03-25Tools: Moved db2 metadata structures to a location shared by all toolsShauren
2018-03-07Core/DataStores: Fixed writing hotfix packet for structures with uint64Shauren
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-10-07Core/DataStores: Implemented [] operator on DB2Storage (#20494)Štefan Lazový
2017-09-25Fix non-PCH build.Gacko
2017-05-13Core/Shared: Include cleanupShauren
2017-05-12Core/Database: Include cleanupShauren
2017-04-26Core/Misc: Fixed issues found by coverityShauren
2017-03-08Core/DataStores: Refactor DB2 loaders to be reusable by extractorsShauren
2017-03-02Core/DataStores: Fixed crash in hotfix packet buildingShauren
2017-02-26Core/DataStores: Fixed Meta->Types/TypesString mixup causing crashes when try...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-12-14Core/DataStores: Fixed loading non-localized db2 stringsShauren
2016-11-02Core/DataStores: Fixed crash with db2 loaders on gcc 4.9Shauren
2016-10-26Core/DataStores: Removed the need to edit DB2Metadata automatically generated...Shauren