whoa/src/world
fallenoak f8f00b599e
Some checks are pending
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:cl compiler_name:MSVC cxx:cl os:windows-latest system_name:Windows test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:clang compiler_name:Clang cxx:clang++ os:macos-latest system_name:macOS test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:gcc compiler_name:GCC cxx:g++ os:ubuntu-latest system_name:Linux test_path:WhoaTest]) (push) Waiting to run
feat(world): set near clip and far clip in CWorld::LoadMap
2026-02-17 21:46:18 -06:00
..
map feat(world): set CMap::s_mapID in CMap::Load 2026-02-17 19:36:29 -06:00
CMakeLists.txt feat(world): add CMap::Load 2025-10-08 16:49:49 -05:00
CWorld.cpp feat(world): set near clip and far clip in CWorld::LoadMap 2026-02-17 21:46:18 -06:00
CWorld.hpp feat(world): set near clip and far clip in CWorld::LoadMap 2026-02-17 21:46:18 -06:00
CWorldParam.cpp feat(world): implement CWorldParam::FarClipCallback 2026-02-17 19:37:19 -06:00
CWorldParam.hpp feat(world): implement CWorldParam::FarClipCallback 2026-02-17 19:37:19 -06:00
Map.hpp feat(world): add CMap::Load 2025-10-08 16:49:49 -05:00
Types.hpp feat(world): add HWORLDOBJECT 2026-01-20 20:56:21 -06:00
Weather.cpp feat(world): stub Weather 2025-11-30 17:08:19 -06:00
Weather.hpp feat(world): stub Weather 2025-11-30 17:08:19 -06:00
World.hpp feat(world): add CWorldParam::Initialize 2025-11-18 06:52:44 -06:00