akrieger
akrieger
- Fixed the cross build linker error. - Tested the cross build by putting cdda in a folder with unicode in it, creating a world with unicode in the name,...
Well something is murdering the tests now, and I'm not sure why, but time to figure that out.
Can confirm, BC input/outputs missing with BC7 and latest jenkins build of Power Converters. Not the worst if you're using Forestry (which is what I needed this mod for, cause...
I get the same error logs.
I've been itching to tackle stats tracker's O(n) serialization size. Achievement tracker having the same issue is even more motivation.
@jbytheway I've tried to tackle this twice by updating `stats_tracker` to not need to keep around each individual unique event it reads off the event_bus, because that's a linear growth...
Are all the project file changes needed, or are those some intermediate steps? Everything should be expressable in Cataclysm-common.props.
How much memory does this end up using? maptile_soa is not small, iirc.
Uniform initialization is a nontrivial amount of time in memset as well during load. I will play with this and might ask to undraft this anyway. Edit: eh, can't seem...
So the vcpkg integration is kind of a headache. Both imgui and cdda depend on sdl but only cdda currently actually depends on it via vcpkg. Having a dependency on...