aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.cpp
AgeCommit message (Collapse)Author
2025-03-02Core/DataStores: Support non-uint32 ID fieldsShauren
2024-10-16Core/Misc: Replace std::ostringstream based formatting with ↵Shauren
Trinity::StringFormat where possible in common and database projects
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column ↵Shauren
compression
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-01-21Core: Updated to 10.2.5Shauren
2023-05-05Core/DataStores: Remove temporary 10.0.7 workraroundShauren
2023-05-04Core: Update to 10.1Shauren
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest ↵Shauren
id on every call
2023-04-26Core/DataStores: Changed empty string checks in db2 loaders to not rely on ↵Shauren
undefined behavior (comparing pointers to different objects/arrays with greater/less)
2023-04-18Core/DataStores: Added temporary workaround for buggy db2 metadata in build ↵Shauren
10.0.7.48999
2023-04-18Core/DataStores: Minor db2 loader cleanupShauren
2023-03-11Core/DataStores: Fixed loading CommonData when IdTable is present (#28853)Ghaster
2023-02-03Core/DataStores: Fixed string fields containing empty strings in some 10.0.5 ↵Shauren
db2 files Closes #28805
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2022-12-14Core/DataStores: Fixed loading empty db2 filesShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-08-16Core/DataStores: Sprinkle some constexpr on db2 metaShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ↵Shauren
be included by other headers
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
(cherry picked from commit 54c701cf0db81c0062e8c5020e07db18984d0ffa)
2022-01-07Core/DataStores: Fixed a crash in db2 loader happening when trying to load ↵Shauren
additional localized strings from a db2 file newer than db2 for default worldserver locale
2021-11-04Core/DataStores: Add a bit more info to db2 file loader sign check assertionsShauren
2021-10-24Core/DataStores: Hackfix broken db2 files that have invalid id tablesShauren
2020-07-01Core/DataStores: Fixed sending localized hotfixes and improved db2 loading ↵Shauren
error messages
2020-06-29Core/Misc: Remove unused variablesShauren
2020-06-29Core/DataStores: Fixed loading db2 stringsShauren
Closes #24916
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped ↵Shauren
unneccessary level of indirection
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-05-10Core/DataStores: Allow loading encrypted sections when key is known when ↵Shauren
reading from casc storage Closes #24456
2020-01-02New YearAokromes
2019-11-28Core/DataStores: Work around buggy client db2 metadataShauren
2019-11-03Core/DataStores: Fixed out of bounds memory access in sparse db2 loaderShauren
Closes #23900
2019-10-27Core/DataStores: Updated db2 structures to 8.2.5Shauren
2019-08-11Core/DataStores: Fixed loading parent indexes for files with multiple sectionsShauren
2019-08-10Tools/Extractors: Swapped to new casclib 64bit file size functionsShauren
2019-06-08Fix warnings and nopch buildShauren
2019-06-08Core/DataStores: Updated db2 structures to 8.1.5Shauren
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-09-16Tools: Updated db2 structuresShauren
2018-09-16Core/DataStores: Implemented WDC2Shauren
2018-05-12Warning fixShauren
2018-05-12Core/DataStores: Fixed loading db2 locale stringsShauren
2018-02-28Core: Updated allowed build to 7.3.5.26124Shauren
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-30Core/DataStores: Updated db2 structures to 7.3.2.25480Shauren
2017-11-25Core/DataStores: Fixed possible out of bounds memory accessShauren
2017-06-07Core/Misc: Some /W4 warning fixesShauren
2017-05-11Core/Common: Include cleanupShauren
2017-04-17Warning fixShauren