Defold 1.2.168 has been released

Defold 1.2.168

Engine

  • Issue-3739 - Added: Added option engine.run_while_iconified to control the engine state
  • Issue-4726 - Fixed: Crash when out of physics worlds
  • Issue-4745 - Fixed: Fixed issue when GetAdaptersAddresses got too small buffer
  • Issue-3185 - Fixed: Fixed game crash when running html5.run() (DEF-3869)
  • Issue-4644 - Fixed: Fixed sys.exit() freeze on iOS
  • Issue-4736 - Fixed: Fixed normals when flipping collision shapes
  • Issue-3532 - Change: Open sys.open_url() result in a new tab on HTML5 (DEF-2472)

Issue-3532 Open sys.open_url() result in a new tab on HTML5 (DEF-2472)

It is now possible to set url target:

sys.open_url("https://www.defold.com", { target = "_blank" })

Docs: https://defold.com/ref/beta/sys/#sys.open_url:url

Issue-3739 Added option to let the engine run while iconified

It is now possible to let the engine run while the window is iconified. Check the “Run while iconified” checkbox in the Engine section of game.project.

19 Likes

Great job! :heart:

What was that issue?

1 Like
1 Like

hello in engine does not show yet update is there? thanks

1 Like

same for me

If the client isn’t showing an update you can always download a clean update directly from https://d.defold.com/stable/

Looks like editor doesn’t think there is an update yet?

2020-04-27 13:23:11.372 13110 [Timer-0] INFO  editor.updater - {:line 283, :message "Checking for updates", :url "https://d.defold.com/editor2/channels/editor-alpha/update-v3.json"}
2020-04-27 13:23:12.444 14182 [Timer-0] INFO  editor.updater - {:line 290, :message "No update found"}

{"sha1": "81d796e4e7bd90732fd41165e7f3a78533091561"}

2020-04-27%2013_26_31-About

1 Like

I downloaded 168 from https://d.defold.com/stable. It shows me “update available” button. I agreed. Then editor was downgraded to 167. Fascinating.

Something must have gone wrong when releasing. We’ll investigate tomorrow.

We’ve now published the correct editor version.
Sorry for the delay.

6 Likes

If you press update inside from project in editor. Does not download at all. And writes again update available. And if you press before enter to project at recent projects page. Downloads normal and after installs. Thanks