Commit Graph

343 Commits

Author SHA1 Message Date
Deal(一线灵) c994e762d4
Fix UWP build 2023-06-01 10:14:40 +08:00
Deal(一线灵) 8297a12b8c
Revert "Update openal-soft to latest for UWP support" (#1223)
* Revert "Update openal-soft to latest for UWP support"
2023-05-31 23:57:33 +08:00
halx99 bb2e0e372a [FEATURE] Add new API GLView::queueOperation
- Queue a priority operation in render thread, even through app in background
- Please do logic in callback, don't update ui or any other render state

usage

```
Director::getInstance()->getOpenGLView()->queueOperation([](void* param){
    // do somethings for logic only(Don't update render state or UI)
});
```
2023-05-31 20:42:39 +08:00
halx99 f3c94827d1 Update openal-soft to latest for UWP support
- Audio backend switch from Xaudio2 to WASAPI
- The openal-soft UWP(backend WASAPI) support contributed by @halx99
2023-05-31 20:18:50 +08:00
axmol-bot 28ad374f8a
[REFINE] Update thirdparty prebuilts to v53 (#1218)
Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-05-27 15:08:46 +08:00
Deal(一线灵) 0b394a0c2f
[audio][android] Switch default audio backend from oboe to opensl (#1214) 2023-05-25 16:54:30 +08:00
halx99 6f10465b1b Update c-ares to v1.19.1 2023-05-23 18:43:54 +08:00
halx99 795522a078 Update fmt to 10.0.0, lua to 5.4.6 2023-05-16 15:47:55 +08:00
halx99 ef2cdd5bb1 Update yasio 2023-05-15 19:50:23 +08:00
halx99 8d80160447 Update yasio to latest 2023-05-15 16:57:02 +08:00
halx99 22b121c0ae Fix ci 2023-05-14 23:08:02 +08:00
halx99 14373a8483 Update yasio to latest 2023-05-14 22:39:05 +08:00
halx99 6927e13fad Fix ci 2023-05-14 18:49:48 +08:00
halx99 0259bc479f Update yasio to 4.0.0-00c06d4 2023-05-14 17:06:43 +08:00
axmol-bot 902ee8cec0
Update thirdparty prebuilts to v51 (#1197) 2023-05-04 21:00:21 +08:00
halx99 6645e17dc8 Update astcenc to v4.4.0 2023-05-03 20:30:41 +08:00
halx99 77dbc3a70e Add openal missing file 2023-05-03 19:17:51 +08:00
halx99 dfa87703ca Update openal-soft to 1.23.1 2023-05-03 18:59:33 +08:00
halx99 d82f6a977d Update yasio to latest 2023-04-22 20:27:21 +08:00
Deal(一线灵) 5ca094aebe
Fix ci (#1172) 2023-04-17 07:35:47 +08:00
halx99 960ddd2481 Update yasio to latest 2023-04-17 00:28:05 +08:00
halx99 b7d9644b28 Improve HttpClient event dispatch 2023-04-05 13:32:13 +08:00
Deal(一线灵) 73b56fab91
Forward packet for HttpClient only (#1164) 2023-04-03 22:32:33 +08:00
Deal(一线灵) 7a24a89ca8
Building with ninja + official llvm-clang-cl support (#1159)
* Building with ninja + official llvm-clang-cl support

* Update gh ci for clang

* Fix ci

* Fix ci

* Fix ci

* FIx dll copy [skip ci]

* Fix ci warnings

* Update ci files and readme

* Update badges
2023-04-02 16:04:19 +08:00
halx99 efa1a8d286 Fix UWP build 2023-04-02 12:29:39 +08:00
halx99 0ec39ff62f Update freetype to v2.13.0 2023-04-02 11:57:20 +08:00
Deal(一线灵) b48eb3d29f
Support clang-cl + ninja, refer to #1152 (#1153) 2023-04-01 23:11:58 +08:00
bwaiox 8026e9fd70
Fix lua warnning (#1151)
* Update CMakeLists.txt

fix tmpnam warnning in loslib.c

* Update utils.py

fix error "File "/axmol/tools/console/bin/axmol.py", line 1091, in <module>" when command "axmol new " was used
2023-04-01 17:31:13 +08:00
halx99 872693b5e0 Improve cmake script 2023-03-30 00:19:24 +08:00
aismann 65875a977e
Clipper2 1.2.2 (#1138) 2023-03-27 21:46:14 +08:00
axmol-bot fa148791c7
Update thirdparty prebuilts to v49 (#1130)
* Update thirdparty prebuilts to v49

* Fix version [skip ci]

---------

Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-03-22 19:04:28 +08:00
axmol-bot aeaf787722
Update thirdparty prebuilts to v47 (#1124)
Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-03-18 08:34:23 +08:00
halx99 5d23fea656 Improve thirdparty updating robot 2023-03-18 00:25:35 +08:00
halx99 51660009ba Update ghc filesystem to v1.5.14 2023-03-11 23:22:57 +08:00
halx99 2a86953e67 Update readme files 2023-03-11 23:08:08 +08:00
Deal(一线灵) b46417809d
Windows Store UWP apps support (#1108)
* [BIG FEATURE] Windows Store UWP apps support

* Fix ci, add uwp for pr-ci

* Fix ci

* Improve ci script

* Fix ci

* Fix ci

* Fix ci

* Fix ci

* Upload uwp appx package artifacts [skip ci]

* Use d2d draw system font text

* Fix ci

* Improve code style
2023-03-11 22:10:18 +08:00
halx99 2d8d754cd9 Remove range-v3 which is not compatible UWP c++17 2023-03-10 13:20:45 +08:00
halx99 2466835e4d Update yasio to latest 2023-03-10 13:15:32 +08:00
axmol-bot fe4b762266
Update thirdparty prebuilts to v45 (#1105)
Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-03-09 18:52:57 +08:00
axmol-bot 30aa715271
Update thirdparty prebuilts to v45 (#1104)
* Update thirdparty prebuilts to v45

* Update AXConfigThirdparty.cmake

---------

Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-03-09 16:15:47 +08:00
aismann 9211db5232
Clipper2 1.2.0 (#1083)
* Clipper2 1.2.0

* Update thirdparty/README.md [skip ci]
2023-02-27 17:43:35 +08:00
halx99 b9c4023586 Update ntcvt 2023-02-25 23:50:26 +08:00
axmol-bot 0bb8c89ef3
Update thirdparty prebuilts to v44 (#1076)
* Update thirdparty prebuilts to v44

* Update thirdparty version info [skip ci]

---------

Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-02-25 09:26:27 +08:00
halx99 7f33df2640 Improve clipper2 cmake 2023-02-25 06:21:08 +08:00
halx99 b94890cf00 Update thirdparty README.md 2023-02-18 18:19:39 +08:00
Deal(一线灵) ef518b1a6c
Fix ci 2023-02-18 16:27:03 +08:00
Deal(一线灵) d3689167e9
Fix ci 2023-02-18 16:08:49 +08:00
Deal(一线灵) 2164c0a77d
Add oboe missing CMakeLists.txt 2023-02-18 14:35:48 +08:00
Deal(一线灵) 68ba12fb13
Update README.md 2023-02-18 12:06:08 +08:00
halx99 65a8050683 ALSOFT: Use oboe instead OpenSL backend for more compatible 2023-02-18 11:49:46 +08:00