aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
10 daysCore/Misc: Add missing includesShauren
12 daysBuild: 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 ↵Shauren
params for each map
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 ↵Shauren
mmaps_generator
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 ↵Shauren
destroyed state - they simply have a different model
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
* Output terrain map id in `.mmap loc` command * Suppress file not found errors for terrain swap maps * Fix generating single tiles for terrain swap maps (--tile argument)
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 ↵Shauren
and enable callback concept check
2025-07-09Core/Random: Use standard aligned operator new and remove RandomEngine ↵Shauren
singleton instance (it is trivially constructible)
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
2025-06-08Core/Misc: Remove boost/algorithm dependencyShauren
2025-06-07Tools/Extractors: Skip extracting visual only liquids (determined by ↵Shauren
LiquidMaterial flags)
2025-06-02Core/Network: Make ip address formattable with fmtShauren