[collision] implement most of background collision, spawn target! (#1076)

* fill collide cache with bounding box working

* yprobe fully working for background at least

* target

* final cleanup, add a bit more foreground mesh stuff that is untested

* warnings, merge issues

* tests

* revert debug changes, format'

* rendering perf
This commit is contained in:
water111
2022-01-15 16:52:47 -05:00
committed by GitHub
parent 79ac3a0c3a
commit e84b5a2346
91 changed files with 14778 additions and 9250 deletions
+1
View File
@@ -889,6 +889,7 @@ void ultimate_memcpy(void* dst, void* src, uint32_t size) {
auto sym = find_symbol_from_c("ultimate-memcpy");
if (sym->value == 0) {
memmove(dst, src, size);
return;
}
gfunc_774.offset = sym->value;
}