Commit Graph

40835 Commits

Author SHA1 Message Date
halx99 c725768193 Fix build options parsing 2023-07-04 09:23:07 +08:00
halx99 6b6fc25078 Add build1k:assembleDebug support for android 2023-07-04 09:20:56 +08:00
Deal(一线灵) e3f33fe9c2
Fix CMakeLists.txt 2023-07-03 21:16:33 +08:00
Deal(一线灵) 8ffc6660c4
Update build.ps1
Don't enable AX_ENABLE_EXT_EFFEKSEER in ci script
2023-07-03 21:06:58 +08:00
halx99 5cbcb7fc0d Rename option `AX_USE_COMPAT_GL` to `AX_USE_ANGLE` 2023-07-03 20:35:55 +08:00
halx99 fc8b835447 Fix copy angle dll error 2023-07-03 20:28:55 +08:00
halx99 b25ffffbfe Improve ci scripts 2023-07-03 20:01:56 +08:00
halx99 5cb2f4f133 Improve build.ps1 2023-07-03 13:39:50 +08:00
Deal(一线灵) 1947208166
Update build1k.ps1 2023-07-02 21:23:56 +08:00
Deal(一线灵) 36dbe1a3f0
Passing winsdk to build1k.ps1 2023-07-02 18:00:58 +08:00
Deal(一线灵) cea4f087c3
Update build.ps1 2023-07-02 14:35:13 +08:00
Deal(一线灵) 639b76638a
Update build.ps1 2023-07-02 13:42:11 +08:00
halx99 27dc3b6cbb Remove test code 2023-07-02 10:51:07 +08:00
halx99 23c4e690d5 Fix version match 2023-07-02 10:48:59 +08:00
halx99 7a07a7118a Add clang setup 2023-07-02 10:23:12 +08:00
halx99 9a70700be3 Add missing -winsdk option 2023-07-02 10:04:00 +08:00
halx99 8c09b48f2d Fix prebuilt link [skip ci] 2023-07-02 01:08:04 +08:00
halx99 c377e718e0 Fix nuget setup & improve source migrate 2023-07-02 01:01:46 +08:00
Deal(一线灵) 785ec2ff82
Improve build1k.ps1 (#1251) 2023-07-02 00:53:41 +08:00
halx99 e6e0ae5a5b Reduce ci checks 2023-07-01 21:54:12 +08:00
halx99 86015cea6d Forcing c99 when winsdk < 10.0.22000.0, refer #1246 2023-07-01 21:11:01 +08:00
j-jorge a4a8c0b17e
Add missing include guard in NinePatchImageParser.h (#1248) 2023-07-01 08:53:09 +08:00
Deal(一线灵) fab646c0d6
Improve ci files (#1247)
* Improve ci files

* Fixup

* Fix ci

* Update DevSetup.md

* Remove duplicated code

* Fix setup_jdk

* Fix typo

* Check jdk setup

* Update build1k.ps1

* Update build.ps1

* Update build1k.ps1
2023-07-01 08:52:14 +08:00
j-jorge ccc7071b47
UserDefault: check the result of posix_ftruncate. (#1249) 2023-07-01 08:51:29 +08:00
j-jorge 1a43a2d8f6
Fix missing return value in EditBoxImplLinux::getNativeDefaultFontName(). (#1250) 2023-07-01 08:49:17 +08:00
halx99 41137c6a67 Fix typo 2023-06-30 17:26:24 +08:00
halx99 a68a3140b1 Fix ci 2023-06-30 17:20:00 +08:00
halx99 b74e809001 Improve ci pwsh script
- Rename tools/ci/build.ps1 to tools/ci/build1k.ps1
- build1k.ps1 now also setup jdk for build android
- Rename `-cm` to `-xc`
- Rename `-cb` to `-xb`
- Add option `-prefix` to specific install location for missing tools,
  default localtion is $HOME/build1k/
2023-06-30 17:06:33 +08:00
Deal(一线灵) 71eb4ed8cf
Update DevSetup.md [skip ci] 2023-06-29 21:01:45 +08:00
Deal(一线灵) 5d4ba705f0
Almost pwsh for ci (#1244) 2023-06-29 19:46:52 +08:00
halx99 902166ed16 Update openal-soft to solve UWP crash issue 2023-06-28 16:40:40 +08:00
halx99 408608a579 Fix warning [skip ci] 2023-06-28 16:17:55 +08:00
halx99 a6a4e3f8a8 Remove downloaded c-ares sources [skip ci] 2023-06-28 00:47:29 +08:00
halx99 5d2c8b631d Download optional c-ares 2023-06-28 00:44:29 +08:00
halx99 21871ab244 Fix #1243 2023-06-26 09:12:29 +08:00
halx99 7f89bb23a7 Move queueOperation from GLView to Director 2023-06-25 01:17:29 +08:00
halx99 ef41a52939 Sync yasio to latest 2023-06-24 21:18:27 +08:00
halx99 d1ae46edbb Fix pr ci 2023-06-24 11:54:33 +08:00
halx99 a0491ae517 Update concurrentqueue 2023-06-24 11:47:16 +08:00
Deal(一线灵) 87601a734b
Update 3rd sources (#1240)
- llhttp: 8.1.1
- yasio: latest
- recast 1.6.0
- openal-soft: latest for official UWP support
- glad 2.0.4
- libpng 1.6.40
- astcenc 4.5.0
- Add fastlz: latest
- Disable lz4 by default
2023-06-24 09:17:14 +08:00
CHP 0585fe563a
Increment PROP_MIN_SDK_VERSION to 21 (#1236) 2023-06-20 20:49:48 +08:00
halx99 30fa754221 Fix #1238 2023-06-20 20:48:52 +08:00
Deal(一线灵) 66a3581f66
Update UIVideoPlayerTest.cpp
Use mp4 url because Apple only support video container format .mp4, not support .mkv
2023-06-19 20:20:03 +08:00
halx99 df98143f6f Migrate sync [skip ci] 2023-06-19 20:09:58 +08:00
halx99 91f0bdb8e0 Update readme files [skip ci] 2023-06-19 16:06:37 +08:00
Deal(一线灵) 9a4d1aa09b
Apple Media, print error reason when load media failed 2023-06-19 09:27:28 +08:00
axmol-bot df9ce1d7f9
Update thirdparty prebuilts to v55 (#1233)
Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-06-18 22:55:52 +08:00
halx99 4e664e6681 Auto download vlc prebuilts if not found system
- For windows, can easy enable vlc media via `-DAX_ENABLE_VLC_MEDIA=ON`
2023-06-17 00:26:46 +08:00
halx99 db761b79f2 Improve code style 2023-06-15 12:16:39 +08:00
halx99 3331a557f6 Improve CMakeLists.txt 2023-06-13 20:44:20 +08:00