RH
|
0f3c7d3ce7
|
Disable unused extensions in the FairyGUI and Live2D tests to speed up builds (#1665)
* Disable unused extensions in the FairyGUI and Live2D tests to speed up builds.
* Only disable extensions
* Move option settings to correct location
|
2024-02-11 22:28:42 +08:00 |
halx99
|
c06bed508b
|
Rename cocos_android_app_init to axmol_android_app_init and othre code cleanup
|
2024-01-29 08:51:35 +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
|
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
|
0e650a149b
|
Improve cmake scripts
|
2024-01-16 01:20:41 +08:00 |
halx99
|
dd7c9deaf9
|
Improve android build gradle script
- Merge tasks copyDebugContentToAssets, copyReleaseContentToAssets to copyContentAssets
- Simplify tasks dependent definations
- Fix tests content not pack into apk
|
2024-01-16 00:47:19 +08:00 |
Deal
|
159f49d832
|
Fix #1498 (#1500)
|
2023-12-12 00:44:59 +08:00 |
Deal
|
213f788f75
|
Merge backend Device, DeviceInfo to DriverBase (#1499)
* backend::Device ==> backend::DriverBase
* backend::DeviceInfo ==> backend::DriverBase
* code style: remove unnecessary virtual function marks
|
2023-12-11 21:59:25 +08:00 |
halx99
|
affcf05b69
|
Prepare 2.1.0 release
* Update copyright notice
* Remove prebuilt libs from SCM
* Remove optional thirdparty sources/repo from SCM
* Remove tests resources folder 'Content' from SCM
|
2023-12-08 01:04:43 +08:00 |
Paulo Coutinho
|
0aab228acc
|
Rename glview to correct representative name (#1467)
|
2023-12-01 09:04:51 +08:00 |
CHP
|
13ec866867
|
Update android API to 34 (#1469)
* Update gradle.properties
* Update android api to from 33 to 34
|
2023-12-01 08:08:37 +08:00 |
halx99
|
8d1f801b54
|
Fix typo [skip ci][skip appveyor]
refer #1453
|
2023-11-26 23:56:38 +08:00 |
RH
|
1f5f8c182a
|
Update Live2D to work with Axmol 2.x (#1405)
* Ensure Live2D extension is enabled for Live2D test
* Update Live2D to work with Axmol 2.x
* [skip ci] Remove commented out shader code
|
2023-10-25 19:25:42 +08:00 |
RH
|
a503004418
|
[Android] Restrict temporary and generated files to build folder (#1368)
* [Android] Restrict temporary and generated files to build folder
* Fix temporary axslc folder path
|
2023-10-02 09:47:11 +08:00 |
Deal
|
b892461a2b
|
UWP: Migrating from C++/CX to C++/WinRT (#1355)
|
2023-09-26 00:11:33 +08:00 |
halx99
|
f2470b99aa
|
Android: Update AGP to 8.1.1
- jdk-17.x+ required
- gradle-bin 8.3
- Build-Tools 33.0.1
- Delete package name from AndroidManifest.xml
- Add namespace "org.axmol.xxx" in 'app/build.gradle'
- Rename compileSdkVersion ==> compileSdk in 'app/build.gradle'
- Use rootProject.layout.buildDirectory instead rootProject.buildDir
- Android Studio 2022.3.1+
|
2023-09-12 01:13:06 +08:00 |
halx99
|
766d79a73f
|
Revert cmake module folder to `cmake/Modules`
|
2023-09-09 00:36:49 +08:00 |
halx99
|
45cb0d82dc
|
Add cmake option 'AX_WASM_SHELL_FILE'
Specify the wasm shell file, by default use
`${_AX_ROOT}/core/platform/wasm/shell_minimal.html`
|
2023-09-07 21:09:36 +08:00 |
halx99
|
d7a72ea587
|
WASM: Fix .html file not generated
|
2023-09-05 22:40:25 +08:00 |
halx99
|
5a528b46e5
|
WASM: use shorten target platform name 'wasm' instead 'emscripten'
For examples:
- win32 app build by msvc/clang and runs on windows
- wasm app build by emscripten/emcc and runs on web browsers
|
2023-09-05 22:17:18 +08:00 |
halx99
|
80f1e0952f
|
Update wasm persist path
|
2023-09-03 18:25:39 +08:00 |
halx99
|
c66ac9dedc
|
Merge: 41714a04fd 2631c8405b
Merge branch '1.x' into dev
|
2023-09-02 19:56:50 +08:00 |
halx99
|
b21fcb0272
|
Fix gendocs.ps1
|
2023-09-02 19:56:33 +08:00 |
halx99
|
8f8418c15d
|
Merge: c8bfa8cdf1 062b510c38
Merge 1.x WASM support into 'dev'
|
2023-09-02 19:47:18 +08:00 |
nowasm
|
03f007fdbe
|
Add webgl aka wasm build support (#1315)
|
2023-09-01 16:31:14 +08:00 |
halx99
|
4c0c328b80
|
Merge: 6d82d3a76c 5e3cba78a6
Merge branch '1.x' into dev
|
2023-09-01 16:29:02 +08:00 |
halx99
|
396313de47
|
consle-next: Looking both powershell 7.x and 5.x
|
2023-09-01 16:28:34 +08:00 |
iAndyHD3
|
ed39cf3996
|
Update AXBuildHelpers.cmake (#1316)
fix find_program call
|
2023-09-01 16:09:58 +08:00 |
halx99
|
b1ddb2fcce
|
Sync #1316
|
2023-09-01 16:09:27 +08:00 |
halx99
|
a000ccbab5
|
Update site build
|
2023-09-01 14:49:03 +08:00 |
halx99
|
ada7deb002
|
Sync docs [skip ci]
|
2023-09-01 14:48:42 +08:00 |
halx99
|
310c5868ec
|
Merge: 8f8814532d bdbbc55909
Merge branch '1.x' into dev
|
2023-09-01 13:36:38 +08:00 |
halx99
|
e5d984a4f8
|
Auto deploy wasm demo to gh pages
|
2023-09-01 13:36:23 +08:00 |
halx99
|
5fe4e6d61f
|
Merge: 89955d901a 279ea746cc
Merge branch '1.x' into dev
|
2023-09-01 10:37:57 +08:00 |
halx99
|
e565645443
|
Auto get release list for doc build
|
2023-09-01 10:31:34 +08:00 |
halx99
|
f3f91147a3
|
Merge: 2a6e84aa15 2969a5b4ff
Merge branch '1.x' into dev
|
2023-09-01 03:35:30 +08:00 |
halx99
|
fe60bf0a1b
|
Fix cmake setup for linux
|
2023-09-01 01:17:49 +08:00 |
halx99
|
ec9b7f6e42
|
Merge: 1d4deae63a 7399ac41a6
Merge branch '1.x' into dev
|
2023-09-01 01:07:15 +08:00 |
halx99
|
0094c6bbb2
|
keep files for site build [skip ci]
|
2023-08-31 22:08:50 +08:00 |
halx99
|
2566feff5a
|
Merge: 6e1be139bd 1d26aa28a5
Merge branch '1.x' into dev
|
2023-08-31 21:20:23 +08:00 |
halx99
|
12bb1eb62a
|
Improve axmol site build
|
2023-08-31 21:20:01 +08:00 |
halx99
|
b50c629307
|
Merge: bdf976681e 82679fca74
Merge branch '1.x' into dev
|
2023-08-31 19:56:21 +08:00 |
Deal
|
c8d0fb85ea
|
Fix linux build
|
2023-08-31 18:59:12 +08:00 |
halx99
|
0952acea6a
|
Merge: 4fe5dd55e7 cc826cb6ae
Merge branch '1.x' into dev
|
2023-08-31 18:14:46 +08:00 |
halx99
|
b97b1a5630
|
Fix ci
|
2023-08-31 18:14:26 +08:00 |
halx99
|
06d51ac961
|
Merge: d3f55e0472 8e723b0cc9
Merge branch '1.x' into dev
|
2023-08-31 18:09:23 +08:00 |
halx99
|
4a52c781a2
|
Fix ci
|
2023-08-31 18:07:23 +08:00 |
halx99
|
09db3594f2
|
Merge: 3d97d1bcc1 0a63a8e364
Merge branch '1.x' into dev
|
2023-08-31 17:57:36 +08:00 |