JosiahWI

Results 30 comments of JosiahWI

I cannot repro on my 5.6.0 singleplayer world. Field of view is clearly very different at minimum and maximum settings.

``` ./fix_format.sh: line 3: ./util/ci/clang-format.sh: No such file or directory ``` Confirmed.

Minetest does version checking on IrrlichtMt when it calls find_package, but I reckon that isn't being updated on either end to make sure it actually checks for the right version...

At first glance, the video driver test is useless for CI and if it is agreeable to you I will axe it. I will investigate the failing line2d test, which...

There's a lot of unnecessary media that I accidentally committed. I'll be removing that.

Previous issue fixed by #103, thank you @paradust7.

I pulled all the tests from the last revision that had them, and got the whole suite running with CMake/CTest. At that point I wrote the documentation in `README.md` for...

I have an unadded test for the video driver that is still in my working directory to look at, because it segfaults on MacOSX. But as I don't have a...

I have about 30 unit tests, but I want to review each test before submitting it, and start by submitting a couple of the most useful tests. The matrix operations...

I want to proceed with this, but the PR is blocked by an error on MacOSX that I can't debug, and I'm more aware now that adding all these tests...