JosiahWI

Results 33 issues of JosiahWI

My proposed change is to remove the Legacy OpenGL preference in the CMake build, and set policy CMP0072. The simplest way to do it would be to increase the version...

bug

I'm ready to work on getting these tests I've restored merged in. Closes #75 Ready for Review

I've started adding unit tests back to IrrlichtMt, leaving out all the stuff that tests code we removed. The tests are integrated with CMake and ctest. There was a request...

The pat_con function was difficult to read clearly. This uses the pathlib module to make it clear and easy to read, and in addition better at handling exceptions.

## Description The following quiz question is missing "substitution" as a valid answer: `A ____________ reaction is the one wherein an atom or a set of atoms is/are replaced by...

type: bug
status: approved
area: backend
category: fun
category: content

Greetings again. I'm working on implementing a custom line segment intersection in Minetest, and I'm hoping to do it without modifying THST code, because that is a messy workaround and...

I'm opening this PR to document my progress. What are the style guidelines for contributing? I'd like to get code formatting out of the way early, so that I don't...

The number unhelpful issues from @Gowixx is getting far out of hand. These should be cleaned up with a script.

In addition to invoking Catch2's test runner after Minetest's homemade runner, this refactors the tests to have expressive names and removes some redundant or useless checks. The Catch2 runner is...

Roadmap
One approval
Action / change needed
Feature
Code quality

Part of https://github.com/minetest/minetest/issues/9673 We use tinygltf for the parsing and Catch2 for the unit tests. The loader currently supports static meshes in glTF text format, but tinygltf will make it...

enhancement
WIP