Kristian Duske

Results 305 comments of Kristian Duske
trafficstars

Loading MDL files also fails because assimp is searching for the palette in the wrong path.

> The expression failed for me because I was testing if the entity property isn't set. @RobertBeckebans can you point me to the expression you mean? Where is this test?

Is there a specific reason that you are testing against `null` here? It should work if you just write `proxymodel -> {...}` because empty strings evaluate to `false` and non-empty...

Actually, I think we should keep overloading them, but require the user to pass two epsilon values.

But it seems like this is a good idea nonetheless. I don't even see why we should make it an option - the exporter should always do this, right?

An article explaining how to do signing on github actions: https://localazy.com/blog/how-to-automatically-sign-macos-apps-using-github-actions

A couple of comments and questions. First of, I think this should be optional, so the packageformat would be extended to ``` "packageformat": { "extensions": [...], "format": "zip", "packagedir": "${packagefile}dir"...

This looks like a good idea except if a package dir completly replaces its corresponding package, that is, if you find pak0.pk3 and pak0.pkdir, pak0.pk3 is not even loaded at...

@illwieckz thank you very much!