bloodrun-editor/q3map2
Sergei Shubin aae67c1fb5 Add BRX1 extension format and native in-BSP lightmap page sizes
q3map2 changes:
- BRX1 backward-compatible BSP extension (always v46, extra lumps
  after header with magic + overlap detection)
- -lightmapsize N stores pages natively in BSP via EXT_LUMP_LIGHTMAP_INFO
- -extlmhacksize N unchanged (legacy external TGA + custom shaders)
- SH grid moved from v47 lump 18 to BRX1 EXT_LUMP_LIGHTGRID_SH
- Removed v47 version logic
- MSVC fix: noexcept move ctor for entity_t (std::list move not noexcept)
2026-04-16 15:18:44 +08:00
..
common Initial commit of q3map2 2026-04-02 20:51:01 +08:00
include Initial commit of q3map2 2026-04-02 20:51:01 +08:00
libs Initial commit of q3map2 2026-04-02 20:51:01 +08:00
q3map2 Add BRX1 extension format and native in-BSP lightmap page sizes 2026-04-16 15:18:44 +08:00
shims Initial commit of q3map2 2026-04-02 20:51:01 +08:00