Commit Graph

60 Commits

Author SHA1 Message Date
halx99 d03c823573 Update ChangeLog 2024-04-19 00:28:57 +08:00
halx99 31acc99098 Update llhttp to v9.2.1 2024-04-15 22:31:26 +08:00
halx99 cec839a96f Improve build system 2024-04-13 22:11:22 +08:00
halx99 a0f2c4e489 Add cmake option: `AX_EXT_HINT` to set default extensions state 2024-04-11 22:23:02 +08:00
halx99 d37f23997a Improve axmol cmdline 2024-04-09 02:42:25 +08:00
Deal fbdcd33df5
Update CHANGELOG.md 2024-04-08 02:02:01 +08:00
halx99 3a5498bcdf Update ChangeLog 2024-04-07 23:50:38 +08:00
halx99 bc1bab5a98 Update AGP 8.2.2
- gradle: 8.5 ==> 8.7
- gradle-wapper.jar: NA ==> 8.7
- cmdlinetools: 10406996 ==> 11076708
2024-04-07 02:08:00 +08:00
halx99 b7eb4da5b7 Update changelog 2024-04-06 23:45:47 +08:00
halx99 195d0e7984 Make FileStream open file for write share flags same with cstd 2024-04-06 22:47:00 +08:00
halx99 1681c50bde Update changelog 2024-04-06 15:31:27 +08:00
halx99 a6867f3c28 Improve feature dependencies control 2024-04-05 11:07:47 +08:00
halx99 3bcb13f22a Fix #1787 2024-04-05 01:20:44 +08:00
halx99 5b16ce5ace Update changelog [skip ci] 2024-04-05 00:15:17 +08:00
halx99 1ea0ecfbf4 Fix #1784, update yasio to 4.2.2 2024-04-03 20:26:32 +08:00
halx99 372ebf1355 Update glad to v2.0.6 2024-04-03 03:58:21 +08:00
Deal 9e944935b0
Add apple xcframework support (#1786)
* Add apple xcframework support

* Fix ci
2024-04-03 01:48:30 +08:00
halx99 284f088074 Move rpath control to 1k/platforms.cmake 2024-03-30 01:27:13 +08:00
halx99 2ea963cb07 Update flatbuffers: 2.0.8 ==> 24.3.25 2024-03-30 01:11:22 +08:00
halx99 6e6227196c Prepare release 2.1.3 2024-03-26 00:08:53 +08:00
halx99 d1ec623bb5 Rename folder thirdparty ==> 3rdparty 2024-03-19 21:33:02 +08:00
halx99 397343b36f Release 2.1.2 [release 2.1.2] 2024-02-25 12:38:16 +08:00
halx99 93d2e6071a Updaet ImGui: 1.90.1 ==> 1.90.4 2024-02-25 09:57:27 +08:00
halx99 068d985cb4 Update simdjson: 3.6.3 ==> 3.7.0 2024-02-24 19:55:51 +08:00
halx99 8b33156e65 Update glfw to 3.4 2024-02-24 14:17:31 +08:00
halx99 4c458d3ef5 Update libpng: 1.6.42 ==> 1.6.43 2024-02-24 12:41:29 +08:00
halx99 654ce38b82 Update ChangeLog 2024-02-22 20:05:54 +08:00
halx99 659fdc4ec7 Build cpp-tests in engine by default 2024-02-21 22:35:57 +08:00
halx99 df165fec4b Prepare release v2.1.1 2024-02-02 00:00:06 +08:00
halx99 41e68fe5e5 Update 3rdparties
- libpng 1.6.42
- simdjson: 3.6.4
2024-02-01 00:28:10 +08:00
halx99 fb9977328d Fix #1635, can't generate lua bindings for set/get Node localZOrder
---------------------------

reporeted by @bintester
2024-01-29 22:33:23 +08:00
halx99 74189ffa24 Slient no shader discovered [skip ci][skip appveyor] 2024-01-25 22:20:04 +08:00
Deal da99006fb7
Update CHANGELOG.md 2024-01-24 22:20:29 +08:00
Deal 9ec7c54c57
release 2.1.0 finally (#1621) [release 2.1.0]
* Delete deprecated prop `buildconfig` from gradle.properties

* Delete unnecessary props since it's value same with defaults

* Don't need config debug keystore, will auto signed by default debug.keystore

* Update funding [skip ci]

* Fix axmol cmdline tool command 'new'

* Refix c99 for winsdk < 10.0.22000.0

* Fix powershell 3 condition statement: 'xxx = if(c) { v1 } else { v2 }' will lost switch parameter semantic

* Improve code style

* Improve code style

* Fixup
2024-01-20 16:16:53 +08:00
halx99 8ee68b58c9 Bump 2.1.0 2024-01-19 20:39:08 +08:00
halx99 fc6fff75bc Prepare release v2.1.0 2024-01-19 00:12:19 +08:00
halx99 3b4bf5c69b Improve console scripts
- setup.ps1: auto set windows `powershell.exe` execution policy to `Bypass`
- Improve axmol console command
- Improve ninja setup
2024-01-19 00:05:18 +08:00
halx99 066eb4b501 Improve ios.cmake 2024-01-18 00:02:50 +08:00
halx99 bef10d0dea Allow generated debug signed apk, and rename keystore props:
- RELEASE_STORE_FILE ==> KEY_STORE_FILE
- KEY_STORE_PASSWORD ==> KEY_STORE_PASSWORD
- RELEASE_KEY_ALIAS ==> KEY_ALIAS
- RELEASE_KEY_PASSWORD ==> KEY_PASSWORD
2024-01-17 03:50:13 +08:00
halx99 32ef79a9f5 Avoid define multi depends of gradle task copyContentToAssets
refer: dd7c9deaf9
2024-01-17 03:45:13 +08:00
halx99 d3e680bc52 Update Android devtools
- AGP 8.2.1
- Android Studio 2023.1.1+
- Android SDK Tools 34.0.0
- Android SDK Platform 34
- Gradle 8.5
2024-01-17 02:59:40 +08:00
halx99 2031c63399 Update ChangeLog and Authors 2024-01-17 00:44:03 +08:00
halx99 4600c961cd Update astcenc to 4.7.0 2024-01-15 23:44:36 +08:00
Deal ad935e62c8
Update CHANGELOG.md 2024-01-13 21:04:48 +08:00
aismann 4a4b2673f5
Update CHANGELOG.md (#1605)
* Update CHANGELOG.md

* Update CHANGELOG.md
2024-01-12 08:04:29 +08:00
halx99 7a14ef8c19 Bump 2.1.0 release 2024-01-12 02:49:07 +08:00
halx99 3090bfc886 Improve build script 2024-01-12 00:27:16 +08:00
aismann 781b4ce521
Mark some extensions and 32bit build deprecated (#1604)
* Update controller.cpp

* Update README.md

* Update CHANGELOG.md
2024-01-12 00:10:36 +08:00
halx99 36018ecca3 Update imgui 1.89.8 ==> 1.90 2024-01-09 00:14:29 +08:00
halx99 b7499a8cce Update manifest
- switch gitee mirror base org
- update 1kdist to v71
  - update cares to v1.25.0
2024-01-08 23:20:00 +08:00