jak-project/goalc/build_level/common
Hat Kid 619f39d3b7
custom levels: enum lump support (#3305)
This adds support for using enums in lumps using the new lump types
`enum-int32` and `enum-uint32`. Also adds these other new lump types:

- `water-height` (takes 3 meter floats, an enum and another optional
meter float)
- `eco-info` (takes an enum and an int)
- `vector3m` (3 meter floats + `w` set to 1.0)
2024-01-15 12:46:42 +01:00
..
build_level.cpp custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
build_level.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
color_quantization.cpp custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
color_quantization.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
Entity.cpp custom levels: enum lump support (#3305) 2024-01-15 12:46:42 +01:00
Entity.h custom levels: enum lump support (#3305) 2024-01-15 12:46:42 +01:00
FileInfo.cpp custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
FileInfo.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
gltf_mesh_extract.cpp Impr: Make mesh extract compatible with gLTF 2.0 (and Blender 4.0) (#3268) 2024-01-01 16:30:48 -05:00
gltf_mesh_extract.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
ResLump.cpp custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
ResLump.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
TexturePool.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
Tfrag.cpp custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
Tfrag.h custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00