aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-01-23Core/Crypto: c++17-ify crypto code cherry picked earlier that was downgraded ...Shauren
2022-01-23Core/Utilities: Add custom _days chrono literalCarbenium
2022-01-23Common/Crypto: #ifdef out unnecessary locking code for OpenSSL 1.1+ (PR #25110)Peter Keresztes Schmidt
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-23EventMap: Remove GetNextEventTime and GetTimer methods (PR #25092)Peter Keresztes Schmidt
2022-01-23TaskScheduler: use randtime instead of custom implementationCarbenium
2022-01-23Core/Threads: Replace Boost TLS with C++11 one (#15782)Giacomo Pozzoni
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2022-01-23Core/Metric: Log Map::Update() times (#25067)Giacomo Pozzoni
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2022-01-23Nopch fixShauren
2022-01-23Dep: Switch to boost process instead of old standalone versionShauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2022-01-23Core/Util: Remove EventMap's non-std::chrono::duration based interface (#25049)Peter Keresztes Schmidt
2022-01-21Core/Misc: Fixed engrish in static_assert for EnumFlag and restrict DEFINE_EN...Shauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2022-01-19Core/Common: Add macro ASSERT_WITH_SIDE_EFFECTS to be used when asserting con...jackpoz
2022-01-07Core/DataStores: Fixed a crash in db2 loader happening when trying to load ad...Shauren
2022-01-06fixed indentation for cmake filesipriver
2022-01-06Log number of Creatures and GameObject per map (#24809)Giacomo Pozzoni
2022-01-06Core/Networking: Switch to intrusive variant of MPSC queue to halve the numbe...Shauren
2022-01-04Vmap: Introduce skipping of antiportals and unreachable mogp (#26331)killerwife
2022-01-04MapExtraction: Fix water height redundancy algorithm ignoring "no water" (#26...killerwife
2022-01-04Core/Maps: Change .map file version from FourCC to uint32 (#26326)Giacomo Pozzoni
2022-01-04Core/MMAPs: Restore single slope angle of 55°jackpoz
2022-01-04Core/MMAPs: Fix small steps being considered as NAV_AREA_GROUND_STEEPjackpoz
2022-01-04Handle different slopes in mmaps (#24765)Giacomo Pozzoni
2022-01-03Core/Util: Added iterator range overload for Trinity::Containers::RandomShuffleShauren
2022-01-01Core/SAI: Allow SMART_TARGET_ACTION_INVOKER to target GameObjects (#24416)Giacomo Pozzoni
2021-12-24Core/Misc: C++17 cleanups, commit 3, the header commitTreeston
2021-12-24Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2021-12-23Core/PacketIO: Add a validating string helper class for use in packet classesShauren
2021-12-22Core/Common: Allow to show a message when abortingjackpoz
2021-12-22Core: build on aarch64 with gcc (#24216)daMaex
2021-12-22Part1: Modernize codebase with Clang-Tidy range based loops (#24164)Ujp8LfXBJ6wCPR
2021-12-22Core/Server: improve timestamp format output for large time values (#24193)ForesterDev
2021-12-22Core: Build on ARM64 - Raspberry Pi (preferable 4) (#23885)daMaex
2021-12-22Core/Server: correct timestamp format for shutdown/restart notification broad...ForesterDev
2021-12-21Core/Misc: Resolve c++17 TODOs left in code as commentsShauren
2021-12-21Remove dependency on undefined behaviour (#24159)Ujp8LfXBJ6wCPR
2021-12-19Common/Encoding: fix Base32 alphabet (oops)Treeston
2021-12-19Core/Random: Refactor random number generation to use std::uniform_*_distribu...Shauren
2021-12-19Dep/SFMT: updated to newest upstream version from https://github.com/Mersenne...daMaex
2021-12-18[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
2021-12-18Common/Util: Sorry about that unexpected downtime at 3AM last night, everyone...Treeston
2021-12-18Core/Pooling: Quest pooling rewrite: (PR#23627)Treeston
2021-12-18Core/Misc: Rewrite some old name handling functions that use raw buffers to n...Treeston
2021-12-17Core/Misc: Remove Trinity::Containers::Size (duplicate of advstd::size)Treeston
2021-12-17Core/AI: No longer do strange things when told to enter evade mode while ther...Treeston
2021-12-16Core/Misc: Handle timezones for hour-specific events specifieds in worldserve...Giacomo Pozzoni