Terrence Cole

Results 7 comments of Terrence Cole

@jeremymcjunkin I just ran into this and tracked down the cause with `cargo tree`. Dynomite's master branch is pretty far ahead of 0.10, so you're going to want to crib...

Great feedback! I think the new diff is much cleaner and clearer than the previous. Since I was touching decomp_big_file anyway, I took the liberty of replacing read_all_file with the...

Okay, so let's say for the sake of argument that a friend of mine (maybe actually me) -- who has been doing multithreaded systems programming on linux for >20 years...

Thanks for pointing me at the deadlock_detection feature! I swear I read the entire readme at some point, but apparently not with enough attention. I added the deadlock_detection feature to...

Thanks for the guidance on the deadlock detector! Does that mean that it doesn't have any performance overhead if I'm not running the background thread? Seems like it would be...

Note: I'm keeping this open because I want to steal the "life" demo from this.

Good question! So far I've mostly focused on reverse engineering the assets rather than the game mechanics. I was rather hoping these sorts of questions were already answered and well...