Björn Ritzl
Björn Ritzl
> Currently, the gui.cancel_animation function can be used to stop animations on a gui node. I don't know the reason, but it didn't get an "s" suffix compared to the...
Excellent! Thanks @JCash ! @coderm4ster are you still up for completing this PR and making the necessary changes?
Also: https://github.com/defold/defold/issues/3518
Well, I'm thinking that it follows the return values of tilemap.get_bounds() where you get the lower left corner of the tilemap (x, y) and the width and height (w, h)....
> Yes, Mbed-TLS is required to decrypt data archives, for SSL sockets, for the `crypt.*`/`dmCrypt` functions, right? Nope, it is Mbed-TLS is used for some of other functions in dmCrypt,...
> The resource encryption uses xtea encryption (see top of crypt.cpp) Note that we now have a plugin system which lets you override default encryption with something else. This could...
> However, the original version is still left in the code as the fallback. It isn't optimized away. True...
Related: https://github.com/defold/defold/issues/4900 HarfBuzz (see linked issue) supports Devanagari (the Hindi writing system): https://harfbuzz.github.io/what-does-harfbuzz-do.html
I have not found any indication that this is a problem on our end. Closing.
Is there an iOS API that gives you this information?