Skip to content

Releases: defold/extension-iac

Fix crash when launching with options

19 Jul 06:53
ec201b1
Compare
Choose a tag to compare
Merge pull request #7 from defold/issue-6-launch-with-options-fix

Issue 6: Crash fix when launching with options

Fix `AndroidManifest.xml`

09 Apr 09:14
Compare
Choose a tag to compare

Fix AndroidManifest.xml for Defold 1.3.2

Inter-app communication 1.2.3

27 Jan 08:08
f1719d1
Compare
Choose a tag to compare

FIX: Crash on iOS during shutdown

Inter-app communication 1.2.2

03 Dec 13:12
Compare
Choose a tag to compare

Inter-app communication 1.2.1

25 Nov 08:04
Compare
Choose a tag to compare
Pre-release
Update iac_ios.mm

Inter-app communication 1.2.0

25 Nov 07:47
4fbf046
Compare
Choose a tag to compare
Pre-release

Updated the extension to use a new command structure on both Android and iOS for thread safety. This release requires Defold 1.2.164 or later.

Inter-app communication 1.1.0

27 Sep 14:10
Compare
Choose a tag to compare

Fixed issue with command shadowing.
Typo fixes.

Inter-app communication 1.0.5

26 Sep 08:33
Compare
Choose a tag to compare

Added LUA_MULTRET

Inter-app communication 1.0.4

25 Sep 11:09
Compare
Choose a tag to compare

The issue with the memory free up

Inter-app communication 1.0.3

25 Sep 10:45
Compare
Choose a tag to compare

We don't lock mutex if we don't have commands in the queue anymore.