Anonymous Maarten
Anonymous Maarten
> do you already use ASAN under Linux? Occasionally, to verify we are not doing any buffer overflow/use-after-free/... etc. This is an ongoing issue (dethrace still causes issues). I created...
I think the issue is missing/broken functionality around `BrPixelmapMatch` (in brender code, and the renderer). Uncommenting [the mirror code in `RenderAFrame`](https://github.com/dethrace-labs/dethrace/blob/8051ca2b6d3e060321407c69a65f92548bfe68e0/src/DETHRACE/common/graphics.c#L1693-L1717) does *not* fix the issue. When I implement `BrPixelmapMatch`,...
We did not reverse the BRender software renderer. jeff wrote a opengl based one. Its interface is not 100% correct, which might be causing an issue here.
`pmmem.c` is for in-memory pixelmaps. I think the memory pixelmaps are not very sofisticated for getting matching buffers. In BRender, every screen buffer is a `br_pixelmap`, including the screen. For...
Only SDL3 is in API/ABI lock. None of SDL's satellite libraries are considered stable at this moment.
In #38 I addressed `NOMINMAX` from cmake.
I cannot see a difference with OG. Can you please provide me with a save game, or state where there is a difference? e.g. ```yml credits: 999999 power_up_levels: - 1...
The dos version also does not max out APO levels. Try this save game: [save.zip](https://github.com/dethrace-labs/dethrace/files/10254829/save.zip) Even though it has 999999 credits, it will only buy 1xA, 2xP and 2xO.
Your CMake project is trying to configure plutosvg twice. You'll need to debug your CMake script to find out how that happens. Let us know :) Add the following snippet...
The ci failure mode(s) have also been changed since GitHub macos runners switched to arm64: Before, there were errors about [surface mismatches](https://github.com/libsdl-org/SDL_image/actions/runs/8760066723/job/24044378485#step:14:421). Now, `IMG_Init(IMG_INIT_JXL)` [fails](https://github.com/libsdl-org/SDL_image/actions/runs/8913440963/job/24478912443#step:13:351) because it cannot find `libjxl.0.10.dylib`....