Tyler Wilding

Results 97 comments of Tyler Wilding

This is something that can be changed but honestly I just see more support-burden pain from this. 1. Linux files are fragmented into two locations compared to Windows 2. Our...

The following seem to be done: - jak 2 type consistency https://github.com/open-goal/jak-project/blob/5148523917795a4b11c8bf5b74e6e1d3df421aaa/test/goalc/test_type_consistency.cpp#L28-L34 - jak 2 compiler tests - https://github.com/open-goal/jak-project/blob/master/test/goalc/test_jak2_compiler.cpp - https://github.com/open-goal/jak-project/blob/master/test/goalc/test_goal_kernel2.cpp - jak2 KERNEL.CGO decompilation - this seems done unless...

Sounds good, I'm working on ` jak 2 kernel decomp regression tests` because it seems like we only had ones for jak 1 / cleaning up the text fixtures for...

add to whitelist

imo the vast majority of the prints I replaced should be using a lg::debug/info/error/etc so they actually have some context / can be disabled in a somewhat decent way. But...

Potentially cropping up again here, possibly because of a recent regression? https://github.com/open-goal/jak-project/runs/7029794959?check_suite_focus=true#step:12:10808 Our run% has been very good in master for the last year so id be surprised if the...

> then instead of going to the vanilla function, go to the modified version of this function in foo.gc and then return. If not then skip this and just do...

I did some investigation on this a while ago, it's a pain in the ass to fix but possible https://discord.com/channels/756287461377703987/756287461830688810/968320141836296192

Kinda a bug, kinda not. There is an icon on the OpenGL window ![image](https://user-images.githubusercontent.com/13153231/177432164-93de4f96-de0e-42d4-bbb9-606896d86e52.png) On windows 11 for me, this works as expected ![image](https://user-images.githubusercontent.com/13153231/177432189-645854c6-64bc-47b9-91b4-c3465f20e8c7.png) I imagine for this to be...

Related - https://github.com/open-goal/jak-project/issues/1431