Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-13 | Core/Misc: Make string and string_view literal suffixes globally available | Shauren | |
2023-05-13 | Core/Misc: Replace string to int conversion functions from Common.h with ↵ | Shauren | |
c++17 std::from_chars based ones Trinity::StringTo | |||
2023-01-07 | Core/Misc: Include cleanup, 2023 edition | Shauren | |
2022-11-20 | Core/Misc: Switch GetLocaleByName to use string_view | Shauren | |
2022-02-04 | Core/Misc: DBC std::array refactors, and |Hachievement unit tests | Treeston | |
(cherry picked from commit 3fbbe7cfbe1bc51db12bdc1ec7b21c16d1716366) | |||
2021-10-26 | Core/Conversations: Dropped time fields and calculate them using db2 data ↵ | ModoX | |
(#27151) | |||
2021-09-26 | Core/Misc: movement header cleanup | ccrs | |
(cherry picked from commit f9914caefc59f36ab7583432442a26b29124b7f1) | |||
2020-08-03 | Core/Authserver: Split SRP6 into its own file (PR #25131) | Treeston | |
(cherry picked from commit 7f7fa8b23d71297f75ff4ca3c1d6e38333a5cc76) | |||
2020-07-01 | Core/DataStores: Fixed sending localized hotfixes and improved db2 loading ↵ | Shauren | |
error messages | |||
2020-06-30 | Core/Misc: Changed GetLocaleByName to return invalid value on invalid input ↵ | Shauren | |
instead of LOCALE_enUS * Also added IsValidLocale helper function | |||
2020-06-27 | Core/DataStores: Simplified string memory allocation in db2 files, dropped ↵ | Shauren | |
unneccessary level of indirection | |||
2020-06-23 | Core/Misc: Replace Trinity::make_unique with std (#24869) | Peter Keresztes Schmidt | |
2020-04-04 | Core/Misc: Removed old incorrect define | Shauren | |
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-12-31 | Shared/Misc: Use C99 conformant snprintf and vsnprintf in Visual Studio (#22876) | Giacomo Pozzoni | |
(cherry picked from commit 166bb311635bd68da09960987177972608b84396) | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-12-20 | Core/Common: Use the std make_unique instead of a custom one | Naios | |
(cherry picked from commit ca023fd60aa7e75987c93b776c309e0d81931bd8) | |||
2017-05-18 | Core/Game: Include cleanup | Shauren | |
* Mostly aimed at removing Log/DatabaseEnv includes from other headers * Fix most packet headers including other packet headers - moved common structures such as ItemInstance to their own files * Moved SAI function definitions to source files (massive or requiring many different dependencies) | |||
2017-05-13 | Common: Use cstdlib instead of stdlib.h. | Marco Ebert | |
2017-05-13 | Fix non-PCH build. | Marco Ebert | |
Your ad here. | |||
2017-05-11 | Core/Common: Include cleanup | Shauren | |
2017-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-11-20 | Core/Auras: Rewritten conditionally applying ↵ | Shauren | |
SPELL_AURA_MOD_WEAPON_CRIT_PERCENT, SPELL_AURA_MOD_DAMAGE_DONE and SPELL_AURA_MOD_DAMAGE_PERCENT_DONE auras * Now the entire aura is removed when changing equipment * All aura types can now depend on equipped items | |||
2016-08-29 | Core/Common: Correct the linking of localeNames | Naios | |
(cherry picked from commit 13e5817417f48374ff460c5ccdc5f149a1ae8791) | |||
2016-04-06 | Core/Misc: MSVC /W4 warning fixes | Shauren | |
2016-03-24 | Core/Common: Converted the common library to a shared library. | Naios | |
* There is still the possibility to static link against common. | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-10-25 | Core/Conditions: Optimizations part 1 - use containers more suited for their ↵ | Shauren | |
role | |||
2015-10-25 | Core/Conditions: Type renaming | Shauren | |
2015-09-19 | Core/Misc: Added a few stl header includes to Common.h | Shauren | |
2015-09-13 | Core/Players: Changed multi-segment taxi paths to fly nearby | Shauren | |
flight masters along the way, not directly through them * Taxi cost on multi-segment paths is now charged per segment when it is started Cherry-picked from commit 2056961aae208c5da094f3bf8fbca599b5ebac40 (+fixes) | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |