Skip to content

Commit

Permalink
Merge branch 'develop' into 8.2.0-Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Apr 13, 2024
2 parents fc90d2c + bb3b31b commit 657ad24
Show file tree
Hide file tree
Showing 10 changed files with 312 additions and 379 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

8.1.2 (03/13/2024)
------------------

* Fixed error handling when failing to get joystick information in html5.
* Fixed error handling when creating `openfl` alias on Linux.
* Fixed error handling when getting information about Haxelibs.
* Fixed error when loading fonts in HL.
* Fixed error when loading grouped music/sound assets.
* Fixed errors when building on Apple Silicon without Rosetta.
* Fixed assets not being loaded when using nested asset tags (e.g., `<assets path="assets"> <image path="MyImage.png" /> </assets>`).
* Fixed VC runtime potentially not being bundled into HL apps built on Windows.
* Fixed error in `AssetsMacro` when building with Haxe 4.3.4 or newer.
* Fixed crash on iOS during network operations.
* Updated howler.js to 2.2.3.
* Removed ARMv7 architecture from Android default architectures.
* Removed deprecated ARMv7 architecture from iOS default architectures.

8.1.1 (11/08/2023)
------------------

Expand Down
2 changes: 1 addition & 1 deletion project/lib/mbedtls
Submodule mbedtls updated 1054 files
29 changes: 12 additions & 17 deletions project/lib/mbedtls-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/zlib/" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/aes.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/aesni.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/aria.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/arc4.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/asn1parse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/asn1write.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/base64.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/bignum.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/bignum_core.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/bignum_mod.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/bignum_mod_raw.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/blowfish.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/camellia.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ccm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/chacha20.c" />
Expand All @@ -36,12 +34,12 @@
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/entropy_poll.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/error.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/gcm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/hash_info.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/havege.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/hkdf.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/hmac_drbg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/lmots.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/lms.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md2.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md4.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md5.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/memory_buffer_alloc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/mps_reader.c" />
Expand All @@ -55,7 +53,6 @@
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pk_wrap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs12.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs5.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs7.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkparse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkwrite.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/platform.c" />
Expand All @@ -69,36 +66,34 @@
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_ecp.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_hash.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_mac.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_pake.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_rsa.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_se.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_slot_management.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_storage.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_its_file.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ripemd160.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/rsa.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/rsa_alt_helpers.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/rsa_internal.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/sha1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/sha256.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/sha512.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_cache.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_ciphersuites.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_client.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_cli.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_cookie.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_debug_helpers_generated.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_msg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_srv.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_ticket.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls12_client.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls12_server.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls13_client.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls13_generic.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls13_keys.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls13_server.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/threading.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/timing.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/version.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/version_features.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/xtea.c" />

<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/certs.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs11.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509_create.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509_crl.c" />
Expand Down
2 changes: 1 addition & 1 deletion src/haxe/io/Bytes.hx
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ class Bytes
}
#elseif hl
#if !macro
@:autoBuild(lime._internal.macros.AssetsMacro.embedBytesHL()) // Enable @:bytes embed metadata
@:autoBuild(lime._internal.macros.AssetsMacro.embedBytes()) // Enable @:bytes embed metadata
#end
@:coreApi
class Bytes
Expand Down

0 comments on commit 657ad24

Please sign in to comment.