aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Cache
AgeCommit message (Collapse)Author
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2024-01-27Core/Players: Fixed CharacterCache by-name storage holding data for deleted ↵Shauren
characters
2023-12-29Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums ↵Jeremy
instead of raw integer types (#29535) * Fix criteria data type bg loss team score
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
* Core/Misc: fix double empty line * worldserver.conf (cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
2022-02-13Core/Misc: Minor game include cleanupShauren
2021-12-21Use boost::optional and boost::none instead of smelly pointer (#24134)Ujp8LfXBJ6wCPR
* Remove bad pointer usage from CharacterCache Use TrinityCore Option type instead which is intended for this purpose. (Wrapper around boost::option until C++17 bump is finalised) * Unify codestyle regarding TC optional type Based upon advice from @Shauren (cherry picked from commit 76831f1f467efe4aa26a38dc58c9eab2229bce71)
2021-12-13Core/Misc: Fix static analysis issues reported by Coverity Scanjackpoz
(cherry picked from commit de88691e257af0bf078d9be74ab3bb578f016547)
2021-09-25Core/Players: Greatly simplifiy fdb2b90685ebc3852740c424170101a196c29ebbShauren
(cherry picked from commit 9617778336556cd9b19c77e037fb64344021d9cc)
2021-09-25Core/Players: Prevent creating characters with duplicate name by reserving ↵Shauren
name early in the process Closes #21656 Closes #21809 (cherry picked from commit fdb2b90685ebc3852740c424170101a196c29ebb)
2020-12-08Core/DataStores: Updated db2 structures to 9.0.2Shauren
* Includes support for new character customization
2020-07-02Core/PacketIO: Convert all leftover packets to use packet classesShauren
2020-04-25Core/Misc: Fixed wrong db field accessor functions useShauren
2020-01-02New YearAokromes
2019-07-21Core/Misc: Moved CharacterInfo out of world to separate classxinef1
Closes #19030 (cherrypicked from 59ce3d6c9bd82d55cbfa505bb945b71cab21a12f)