jak-project/common
Tyler Wilding 997c1ab60a
decomp: add explicit failures for common config mistakes related to allowed_objs (#2062)
A common thing that can be forgotten about / confusing to new people is
that:
1. if you add an object to the `allowed_objs` list but it's also in the
`banned_objs` list -- the ban still takes precedence with no failure
2. if you add an object to the `allowed_objs` list but have not allowed
the DGO in `inputs.jsonc` it will also silently log a failure and
continue.

This PR turns both situations into an explicit error with advice/a
reminder on what to do to fix it.
2022-12-30 14:01:55 -05:00
..
audio logs: replace every fmt::print with a lg call instead (#1368) 2022-10-01 11:58:36 -04:00
cross_os_debug support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
cross_sockets support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
custom_data [decomp] Decompile some time-of-day stuff, support new style Jak 2 time of day (#1943) 2022-10-08 13:33:03 -04:00
dma offline-test: Partition by DGO and colorize/condense output (#2045) 2022-12-22 13:41:33 -05:00
global_profiler support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
goos CI: Add a macOS Github runner (#2064) 2022-12-22 18:12:59 -05:00
log fix deadlock on shutdown (#1937) 2022-10-01 12:29:08 -04:00
math [decomp] make defpart and defpartgroup work in jak 2 (#1947) 2022-10-09 12:53:44 -04:00
nrepl CI: Add a macOS Github runner (#2064) 2022-12-22 18:12:59 -05:00
serialization/subtitles logs: replace every fmt::print with a lg call instead (#1368) 2022-10-01 11:58:36 -04:00
texture W/misc fixes (#1838) 2022-09-05 20:29:12 -04:00
type_system d/jak2: finish remaining *-h files that aren't in progress or spoken for (#2059) 2022-12-30 12:09:04 -05:00
util decomp: add explicit failures for common config mistakes related to allowed_objs (#2062) 2022-12-30 14:01:55 -05:00
CMakeLists.txt support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
common_types.h support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
goal_constants.h tools: Fix the memory dump analysis tool (#1690) 2022-07-22 11:55:18 -04:00
link_types.h [goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625) 2022-07-08 19:23:49 -04:00
listener_common.h improve performance on intel graphics (#1041) 2021-12-30 19:38:18 -05:00
symbols.h [goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625) 2022-07-08 19:23:49 -04:00
versions.cpp offline-test: Partition by DGO and colorize/condense output (#2045) 2022-12-22 13:41:33 -05:00
versions.h [decomp] Jak 2 mips2c, collide-func (#1805) 2022-08-26 18:03:48 -04:00