jak-project/goalc/build_level/common
Tyler Wilding 60db0e5ef9
deps: update fmt to latest version (#3403)
This updates `fmt` to the latest version and moves to just being a copy
of their repo to make updating easier (no editing their cmake / figuring
out which files to minimally include).

The motivation for this is now that we switched to C++ 20, there were a
ton of deprecated function usages that is going away in future compiler
versions. This gets rid of all those warnings.
2024-03-05 22:11:52 -05: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: add support for symbol, type, and string lumps (#3337) 2024-01-25 23:20:32 +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 [gltf] Support either u16 or float for colors (#3322) 2024-01-21 11:03:26 -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 deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
ResLump.h custom levels: add support for symbol, type, and string lumps (#3337) 2024-01-25 23:20:32 +01: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