aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
3 daysCore/Network: Fix invalid NetworkThread array access for derived classes that...Shauren
5 daysCore/MMaps: Fix crash during mmap unload happening on maps not marked for dyn...Shauren
2025-11-30Core/Misc: Use std::scoped_lock instead of unique_lock where possible (and ol...Shauren
2025-11-15Core/Misc: Add missing includesShauren
2025-11-12Build: Modernize include directory management using target_sources(FILE_SET)Shauren
2025-11-06Core/MMaps: Implemented dynamic mmap tile rebuilding for destructible objectsShauren
2025-11-06Core/Vmaps: Expose loaded gameobject collision models in RegularGrid2DShauren
2025-11-06Core/MMaps: Allow loading mmap meshes per map instanceShauren
2025-11-06Tools/mmaps_generator: Move TerrainBuilder to a shared projectShauren
2025-11-05Tools/mmaps_generator: Save offmesh connections input together with navmesh p...Shauren
2025-11-05Tools/mmaps_generator: Add separator to mmap tile file namesShauren
2025-11-02Core/Network: Build fix for older boost versionsShauren
2025-11-01Core/Vmaps: Bump vmap versionShauren
2025-11-01Core/Vmaps: Remove tile X/Y coord swappingShauren
2025-11-01Tools/vmap_extractor: Preserve destructible models to use them in mmaps_gener...Shauren
2025-10-31Core/Vmaps: Don't ignore gameobject model rotation when calculating liquid levelShauren
2025-10-28Core/Miscc: Fix compile warning with clang on windowsShauren
2025-10-28Core/Miscc: Add file/line/function information to ASSERT_NOTNULLShauren
2025-10-27Core/CrashHandler: Fix clang warningsShauren
2025-10-26Tools/mmaps_generator: Enable async console loggingShauren
2025-10-25Core/Vmaps: Rename VMapManager2 to VMapManagerShauren
2025-10-25Core/Vmaps: Remove VMapManager2 virtual interfaceShauren
2025-10-24Tools/mmaps_generator: Move TileBuilder to its own fileShauren
2025-10-23Core/Vmaps: Remove unused template argument from RegularGrid2DShauren
2025-10-23Core/Vmaps: Use unique_ptr in RegularGrid2D and DynamicTree classesShauren
2025-10-21Core/Vmaps: Replace G3D containers with std onesShauren
2025-10-15Core/GameObjects: Don't ignore collision for destructible gameobjects in dest...Shauren
2025-10-11Dep/fmt: Update to 12.0.0Shauren
2025-10-02Core/MMaps: Use unique_ptr for memory management and remove MMapFactoryShauren
2025-10-02Core/MMaps: Improve mmap debugging experience for terrain swap mapsShauren
2025-09-22Core/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
2025-09-22Core/Network: Implement connect operations in Socket classShauren
2025-09-20Core: Fix clang build on windowsShauren
2025-08-27Core/Network: Refactor duplicate code in Socket (#30970)An-Zheng
2025-08-15Core/Utils: Added .contains member function to FlatSetShauren
2025-08-15Core/Utils: Fix nopch build with gcc 14Shauren
2025-07-18Core/Misc: Add splice/pop_front/pop_back to LinkedListHeadShauren
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-13Core/CrashHandler: Fix nopch buildShauren
2025-07-09Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor an...Shauren
2025-07-09Core/Random: Use standard aligned operator new and remove RandomEngine single...Shauren
2025-07-06Core/CrashHandler: Remove MAX_PATH limitShauren
2025-06-23Core/Misc: Remove StringFormat exception handling code from the headerShauren
2025-06-17Core/Misc: Remove extremely forgettable tiny utility functionShauren
2025-06-17Core/Calendar: MSVC nopch fixShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-06-11Core/Network: Enable PCHShauren
2025-06-11Core/Common: Update PCH content to include most commonly used headersShauren
2025-06-11Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren