aboutsummaryrefslogtreecommitdiff
path: root/src/common/Collision
AgeCommit message (Expand)Author
2025-06-07Tools/Extractors: Skip extracting visual only liquids (determined by LiquidMa...Shauren
2025-05-19Core/Misc: Silence some statis analysis false positive warningsShauren
2024-12-11Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::bui...Shauren
2024-11-28Core/Vmaps: Don't ignore model rotation when calculating liquid levelShauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-07-17Added missing GameObjectModel::iLosBlockingDisabled initialization in constru...Shauren
2024-07-17Core/GameObject: Implemented NotLOSBlocking door propertyShauren
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_extractor: Split temporary dir_bin into multiple files (one per ma...Shauren
2024-07-05Core/Vmaps: Optimize loading vmapsShauren
2024-07-05Core/Vmaps: Minor cleanup in MapTree - use unique_ptr to manage file handlesShauren
2024-07-05Core/Vmaps: Minor cleanup in vmap4assembler - use unique_ptr to manage file h...Shauren
2024-07-05Core/Vmaps: Replace floatToRawIntBits/intBitsToFloat with standard bit_cast u...Shauren
2024-07-04Core/Vmaps: Replace manual reference counting with shared_ptr and slightly re...Shauren
2024-03-25Core/vmaps: Improved WMO detection for group models that don't have floorShauren
2024-03-13Core/vmaps: Reset BIH::bounds on tree rebuildsShauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-06Core/vmaps: Increment vmap format version numberShauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap t...Shauren
2024-03-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren
2024-01-02Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the...Ovahlord
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-30Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong area...ModoX
2022-12-20Core/vmaps: Stop worldserver startup when gameobject models cannot be loadedShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-05-22Core/GameObjects: Use all axis rotations for gameobject model collision, not ...Shauren
2022-04-18Core/Vmaps: Use provided invDirection from G3D::Ray instead of calculating it...Gosha
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-01-24Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
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
2021-12-22Part1: Modernize codebase with Clang-Tidy range based loops (#24164)Ujp8LfXBJ6wCPR
2021-12-21Remove dependency on undefined behaviour (#24159)Ujp8LfXBJ6wCPR
2021-11-22Dep/Recast: Update recastnavigation to https://github.com/recastnavigation/re...jackpoz
2021-09-25Core/Maps: Adjusted logic in GetFullTerrainStatusForPosition to closer match ...Shauren
2021-05-29Fix buildShauren
2021-05-29Core/Maps & Extractors: Move copypasted map file headers into a single shared...Shauren
2021-05-29Core/Misc: Rename MapDefines.h to MMapDefines.h as it contains mmap defines e...Shauren
2021-05-21Core/Vmaps: Fixed crash in unloading vmapsShauren
2021-04-25Core/Vmaps: Extract more doodad setsShauren