halx99
3251c7f621
glslcc workflow: metal init commit
2023-07-14 23:07:47 +08:00
halx99
d7ec3f6e48
Fi link unexpecte dbus-1 on host
2023-07-10 00:36:17 +08:00
halx99
f148047af3
Update yasio to 4.0.0
2023-07-05 20:22:11 +08:00
halx99
902166ed16
Update openal-soft to solve UWP crash issue
2023-06-28 16:40:40 +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
ef41a52939
Sync yasio to latest
2023-06-24 21:18:27 +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
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
8da6990fff
Improve cmake
...
If no system libvlc, try use prebuilt.
2023-06-13 00:10:53 +08:00
halx99
093c095b83
Update ChangeLog [Commits on Jun 11, 2023]
2023-06-11 21:28:47 +08:00
halx99
7113820616
Update yasio to latest
2023-06-11 19:16:32 +08:00
Deal(一线灵)
d57706b8ae
Improve media-engine for android, linux ( #1228 )
...
* Improve media-engine
- Implement andorid,linux
- Improve local file uri scheme
* Fix ci
* Improve code style
* Improve
* Update VlcMediaEngine.cpp
* Update AvfMediaEngine.h
* Fix ci
* Improve code style
* Enable androidx gradle.properties [skip ci]
* Improve code style
* Remove unnecessary callbacks
* Rename VideoPlayer to MediaPlayer
2023-06-10 22:05:49 +08:00
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