Hugo Locurcio

Results 2849 comments of Hugo Locurcio

I've searched the codebase for `canceled =` and `p_canceled` and can't find anything that would actually set it within platform code. There are a few references to it in Android...

We should also define difficulty standards for each medal, so that maps try to be consistent. We should probably do something like Trackmania: - Bronze medal is basically always attainable,...

We can probably add something on `index.rst` below the Get involved section, or add it to an expandable section in the footer below the license notice (using ``). For example:...

cc @goatchurchprime (just checking in to make sure this is the right fix)

> GPU: Intel HD Graphics 4600 Haswell IGPs don't have full Vulkan support (the implementation on Linux is partial and non-conformatn). Material Maker 1.4 requires Forward+ support to work as...

The website itself should be tweaked to work without `www` (it's considered obsolete these days, I'd change it to redirect to non-`www` too).

> can we enable SSE4+ on MSVC? This should be doable, but we decided to put this PR on hold for now to explore dynamic branching at run-time instead. This...

Magnum developers published an article on dynamic dispatch which is worth a read: https://blog.magnum.graphics/backstage/cpu-feature-detection-dispatch/

> What are the considerations for enabling SSE 4.2 in Embree in Godot, are you guys still working on it? It has the same concerns as mentioned above – even...

Rebased and tested again, it works as expected.