jak-project/goalc
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 custom levels: enum lump support (#3305) 2024-01-15 12:46:42 +01:00
compiler Fix cases of string formatting with non string literals (#3304) 2024-01-14 12:02:08 +00:00
data_compiler various subtitle editor fixes (#2941) 2023-08-28 17:51:09 +01:00
debugger Fix cases of string formatting with non string literals (#3304) 2024-01-14 12:02:08 +00:00
emitter Get the project compiling on Apple Silicon macOS natively (arm64) (#2827) 2023-07-16 11:13:48 -04:00
listener game: Remove temporary CLI arg shim in gk (#2532) 2023-04-22 14:13:57 -04:00
make custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
regalloc [goalc] reduce compiler memory usage (#2247) 2023-02-24 18:32:30 -05:00
CMakeLists.txt custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
main.cpp log: rotate log files with timestamps and add flag to disable ANSI colors (#2886) 2023-08-08 17:59:37 +01:00
simple_main.cpp game: Remove temporary CLI arg shim in gk (#2532) 2023-04-22 14:13:57 -04:00