Defold 1.2.182 BETA

Remind me again which issue it is you are referring to?

Aha! It seems like a sign to me :wink: I should back to my gui-only “color by number” prototype
And… any news about D8 on Android?

1 Like

D8 support is still on hold for a little while.
By increasing the build tool number for Android, internal addresses started to increase well above the 47 bit range supported by LuaJIT 2.0.3 beta. Which means we need to update to a much newer LuaJIT version, which is now a task we need to be done first.

5 Likes

Tell me please how’s it going the texture compression question (in particular, to bring back webp_lossy as an option) still working on 1.2.179 because of it… :hushed: (also I haven’t seen the issue on github about it in to-do section)

Well, other issues have been taking precedence, but we’ll look into it for sure.
Given that we’re adding a new api for our pipeline, I’m more keen to add the WebP functionality there to be honest, rather than putting it back into the core engine.

4 Likes

It’s not an issue. It a feature. :sob:


To be serious, maybe a project demo or something like that to help speed up that sprite alpha trimming feature? We really need that since we have 2 projects with a tons of “untrimmed” atlases. One of those projects was put on hold due to many reasons, but sprite trimming was not the least one.

1 Like

Many thanks!

3 Likes

It’s incredible how the game engine is growing! I think it has surpassed Godot in many aspects! Well, only the editor could see some improvements, besides that, everything looks fine :grinning:

It’s very good for many indies devs.

3 Likes

Thank you! :slight_smile:

We’re currently in the process of securing development time on the editor to handle the most urgent issues. It will take another few months before we see any major changes, but we really do want to be able to give the editor a bit of love!

4 Likes

thanks for all! how about add visual joints editor? :heart:

1 Like

Yes, that would be nice :slight_smile:

3 Likes

When I try to build old project with 1.2.182 beta I get the following errors:

1 Like

Saw something similar (not quite). Old project builds & run from editor without errors. But bundle has failed with message:
39

1 Like

Possibly related to this? :slight_smile:

1 Like

Nope, that’s c-ares DNS library being removed.

We will push a fix to the beta branch on Monday. It is related to the changes we are doing to the build pipeline. I actually thought we had fixed this on Friday when we fixed a classloader related problem in bob.

4 Likes

There is now a new beta “5a9c358704e7f599cf4b3f33527357ca958735f7” with a fix for the spine related error messages. (@AGulev, @aglitchman, @dmitriy)

3 Likes

We’ve decided to extend the beta period with one week due to some new fixes.

We needed to fix a regression so we moved up the removal of the cares dns lookup library from the engine. This however is a bigger change, so to be cautios we decided to extend the beta period.

We’ve also updated the “–use-vanilla-lua” option to bob.jar, which now allows you to store the Lua/.script files unencrypted in your archive.

5 Likes

Since this last update touches a lot of the network code, it would be good if some of you could try it out one extra time to make sure it still works as expected for you on e.g. iOS/Android.

1 Like

Calling on @Dragosha, @Pkeod, @Lex and others

1 Like