Michael Ball

Results 12 comments of Michael Ball

[I ended up working around this with help a long time ago.](https://github.com/scummvm/scummvm/pull/2021) @fincs were you still looking into this, or can I close this issue?

Thanks, that helps. In light of that, I think I may have found something wrong in ```Mtx_Rotate()```. I made two hackjob test files (one for TinyGL, one for Citro3D) by...

[```test: main.cpp:214: void check_matrix(generator_t&, distribution_t&): Assertion `m == glm::mat4()' failed.```](https://pastebin.com/9FvG6Di4) I probably did something wrong like install the wrong version of GLM, so I included the whole shebang in the...

On the off chance I didn't screw up on my end, I went through and figured out which of the asserts were failing. I did this by going through and...

Just tried the updated test file and yeah, everything passes on that one. Guess I just need to look at all this more to familiarize myself with it.

That's a good idea, I'll try that.

@mtheall I hope you don't mind me reusing this to avoid cluttering up the issues page. I noticed that the code in [mtx_persp.c](../blob/master/source/maths/mtx_persp.c) is different than that of the [WolframAlpha...

@wcx9281 Search pages are now broken. Can be fixed by adding the following to `removeUnwantedElements` at line 1929 (proper indentation included for easy copy-pasting): ```javascript TSL.removeNode(doc.querySelector(".popular-introduction-overlay")) TSL.removeNode(doc.querySelector("._premium-lead-popular-d-body")) ```

@TimidScript If it makes it any easier, [this script has got pagination on search working](https://greasyfork.org/scripts/3254).