Martin Gerhardy

Results 170 comments of Martin Gerhardy

The button width also doesn't work properly on windows for me. I first used "Upload crash log" - but the button wasn't wide enough (worked on linux)

would be another perfect match for the context discussion - adding the target version here.

would you mind me adding a few tests - and adding googletest and https://github.com/google/fuzztest?

for benchmarking this model might work well - as it's quite big: https://github.com/Phyronnaz/VoxelAssets/tree/master/Oasis - and CC0 licensed

just as a reference: https://github.com/scummvm/scummvm/commit/c39ea9499bdc600aba16f81898fc298d0eec72f6 This is the fix in scummvm

Yes. Sorry for not mentioning it. The model loads fine in magicavoxel

maybe another thing for the context object - hand in a warn or error function to log these things. But asserting would prevent loading these models - even if everything...

@jpaver there we go - a PR is made. But the locations of the ogt_warn usage are still open for discussion I think. I'm not sure if I hit all...

First of all - congrats to the PR Getting a segfault on quitting the game in the intro - right after the 1987 when the first sound was played for...

```lua local module = {} -- Define the Spiral class in Lua local Spiral = {} Spiral.__index = Spiral -- Constructor for Spiral function Spiral.new() local self = setmetatable({}, Spiral)...