Commit Graph

40881 Commits

Author SHA1 Message Date
halx99 244c1c432e Improve docs, move dev setup instructions to docs/DevSetup.md 2023-05-31 12:58:15 +08:00
aismann fc9cbfdc07
On "57: Node:RotateWorld" replace cocos2d with axmol logo (#1220) 2023-05-30 19:49:50 +08:00
Deal(一线灵) dbc323d3f2
Update VERSION.txt 2023-05-30 10:19:09 +08:00
Deal(一线灵) aee070c80a
[REFINE] Reopen alsoft device when default device changed (#1219) 2023-05-29 20:19:17 +08:00
halx99 80d8084309 Fix compile warnings 2023-05-27 23:21:25 +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(一线灵) c0ceeb70a1
[REFINE] Use ipv4 address preferred for console command server (#1216) 2023-05-26 22:13:47 +08:00
Deal(一线灵) 118d7fba0a
[REFINE] Win32: Avoid video frames buffer accumulation (#1215) 2023-05-26 19:41:01 +08:00
Deal(一线灵) 0b394a0c2f
[audio][android] Switch default audio backend from oboe to opensl (#1214) 2023-05-25 16:54:30 +08:00
Deal(一线灵) 1f02b92cdc
[Refine] Improve exit flow (#1213) 2023-05-25 15:45:00 +08:00
halx99 d1accbf082 Committing genbindings changes 2023-05-23 11:54:13 +00:00
Deal(一线灵) 6572d0e7a8
Add 1 overload AudioEngine::play2d for time offset support (#1210)
Usage:

`AudioEngine::play2d("xxx/xxx.mp3", AudioPlayerSettings{false/*looping*/, 1.0f/*volume*/, 2.0f /*time offset in seconds*/});`
2023-05-23 19:44:20 +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
aismann 21cb32fd04
Update README.md (#1207)
Fix typo
2023-05-15 13:51:30 +08:00
halx99 22b121c0ae Fix ci 2023-05-14 23:08:02 +08:00
halx99 cdd5405d94 Fix ci 2023-05-14 22:52:40 +08:00
halx99 14373a8483 Update yasio to latest 2023-05-14 22:39:05 +08:00
halx99 ac3d871e00 Fix ci 2023-05-14 19:13:49 +08:00
halx99 6927e13fad Fix ci 2023-05-14 18:49:48 +08:00
halx99 4492cb52bb Fix ci 2023-05-14 18:37:32 +08:00
halx99 81b39607ad Fix ci 2023-05-14 18:24:41 +08:00
halx99 6ebac0d692 Fix ci 2023-05-14 18:16:24 +08:00
halx99 0259bc479f Update yasio to 4.0.0-00c06d4 2023-05-14 17:06:43 +08:00
Deal(一线灵) df15ad7fdb
Fix #1204 2023-05-10 13:45:40 +08:00
Deal(一线灵) d59924c1bf
Update HttpClient.cpp (#1202) 2023-05-08 09:38:46 +08:00
aismann 95da588e88
Update CCAutoPolygon.cpp (#1201)
Removed "nonsens" code
2023-05-08 06:17:38 +08:00
Tan Shjie 74c3e22743
Update UnitTest.cpp (#1198)
For getPathEth() of u4, u5, u6, adding "/" is needed to pass the test
2023-05-07 21:16:28 +08:00
halx99 c5c73ec165 Update spine to 4.1-fc05ecf 2023-05-07 21:15:56 +08:00
axmol-bot 902ee8cec0
Update thirdparty prebuilts to v51 (#1197) 2023-05-04 21:00:21 +08:00
halx99 e06d293a00 Fix ci 2023-05-03 20:34:45 +08:00
halx99 52a7e9cbb9 Fix RichElementImage scale not initialized 2023-05-03 20:31:07 +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 0e4665e92e Fix fairygui bmfont scale problem 2023-05-03 17:33:42 +08:00
RH cb9f8d9695
Update LUA constants for target platform (#1192) 2023-04-28 14:55:27 +08:00
RH 70b13461e0
Fix RenderTexture memory leak and increased memory usage when initWithWidthAndHeight is called (#1191) 2023-04-28 14:54:57 +08:00
aismann 6d63c66d09
Update README.md (#1189)
Add the UWP step
2023-04-28 07:02:33 +08:00
aismann f498375a18
Update README.md (#1188)
Removed.
Seems more a dopple entry as some new informationa
2023-04-27 16:01:33 +08:00
halx99 6aa6c05c3a Fix fairygui FUILabel stack overflow 2023-04-26 19:19:20 +08:00
Turky Mohammed 2114a7ae9b
Refactor HSV/HSL (#1187)
* Refactor HSV/HSL

some code in `CCParticleSystemQuad.cpp` depends on changes made in `HSV/HSL` classes.

* remove incorrect const&
2023-04-26 17:44:32 +08:00
Turky Mohammed 2333b1593d
Update ccTypes.cpp (#1184) 2023-04-25 10:39:52 +08:00
halx99 79495374aa Fix ci 2023-04-22 20:52:23 +08:00
halx99 d82f6a977d Update yasio to latest 2023-04-22 20:27:21 +08:00
halx99 ffeccb789c Update AGP to 7.4.2, gradle to 8.1 2023-04-20 08:54:24 +08:00
halx99 1d29be8613 Fix win-ci/build.ps1 for x86 build 2023-04-20 08:11:14 +08:00
Deal(一线灵) 5ca094aebe
Fix ci (#1172) 2023-04-17 07:35:47 +08:00