aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2025-01-21Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElementShauren
2025-01-20Core/Misc: Added float chrono typedefsShauren
2025-01-18Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-09Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2025-01-01Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2025-01-01Core/Misc: Add concepts restrictions on container utilities for better compil...Shauren
2024-12-19Core/Crypto: Added HMAC_SHA512 definitionShauren
2024-12-19Core/Crypto: Allow different AES key lengthsShauren
2024-12-16Fix codestyleShauren
2024-12-16Fix buildShauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-12-16Core/Utils: Mark Trinity::HashFnv1a as constexprShauren
2024-12-12Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::bui...Shauren
2024-12-12Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-12-01Fix nopch buildShauren
2024-12-01Core/Misc: Port std::ranges::contains from c++23Shauren
2024-11-28Core/Vmaps: Don't ignore model rotation when calculating liquid levelShauren
2024-11-28Adjust previous commit to compile with clang on systems that have gcc 12 inst...Shauren
2024-11-28Core/Misc: Modernize and improve GetMainPartOfNameShauren
2024-11-24Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - will...Stephan T. Lavavej
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-10-17Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-10-12Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that...Shauren
2024-10-05Core/Chat: Improve ingame language translation (#30298)Meji
2024-10-03Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-09-30Core/DataStores: Removed overriding field sign type based on db2 column compr...Shauren
2024-09-23Core/Common: Catch and log child process creation errorsShauren
2024-09-23Core/CrashHandler: Output inlined stack framesShauren
2024-09-23Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure con...Shauren
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-16Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2024-09-16Core/Common: Compile ServiceWin32 as part of common project instead of direct...Shauren
2024-09-16Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2024-09-16Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2024-09-16Core: Remove boost iostreams dependencyShauren
2024-09-12Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, TRINI...Shauren
2024-09-03Core/Misc: CompilerDefs/GitRevision improvementsShauren
2024-08-17Core/Utils: Unwrap non-copyable pointers (unique_ptr) from Trinity::Container...Shauren
2024-07-31Core/Logging: fixed nopch build for msvc compilers (#30126)Ovahlord
2024-07-18Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2024-07-18Added missing GameObjectModel::iLosBlockingDisabled initialization in constru...Shauren
2024-07-18Core/GameObject: Implemented NotLOSBlocking door propertyShauren
2024-07-18Core/Logging: Minor internal refactorShauren
2024-07-18Build: CMake cleanupShauren
2024-07-14Core/Utils: Transform char toUpper/toLower functions into callable function o...Shauren
2024-07-11Core/Logging: Removed one layer of allocations from log message writes (async...Shauren
2024-07-06Core/Vmaps: Fixed use after free and deadlocks when loading a model file failsShauren
2024-07-06Tools/vmap_assembler: Organize vmap files into directory-per-mapShauren
2024-07-06Tools/vmap_assembler: Multithread building vmapsShauren