File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 32
32
- Fix typo: BLEND_CLOLOR ==> BLEND_COLOR
33
33
- Fix typo: RESERVE_SUBTRACT ==> REVERSE_SUBTRACT
34
34
- Fix video player crash on apple platforms, reported by @asnagni in https://github.com/axmolengine/axmol/issues/1815
35
+ - Fix an issue where ProgressTimer didn't properly set or cascade its opacity by @TyelorD in https://github.com/axmolengine/axmol/pull/1830
36
+ - Fix ClippingNode stencil needing global z set manually by @TyelorD in https://github.com/axmolengine/axmol/pull/1831
37
+ - Fix FileUtilsApple::getPathForDirectory() checking wrong path by smilediver in https://github.com/axmolengine/axmol/pull/1828
38
+ - Fix issue where UIWidget couldn't be reselected by @TyelorD in https://github.com/axmolengine/axmol/pull/1827
35
39
36
40
### Improvements
37
41
42
+ - Improve MediaPlayer: handle video rotation properly
38
43
- Disable c++20 char8_t
39
44
- Improve build system, set rpath properly for platforms: linux, apple
40
45
- HttpClient: add support for PATCH method by @smilediver in https://github.com/axmolengine/axmol/pull/1722
54
59
- Add ttf fallback render support
55
60
- Add cmake option: ` AX_EXT_HINT ` to set default extensions state
56
61
- Add axmol cmdline option ` -dm ` to dump compiler preprocessors before build
62
+ - Display cmake command used by build script in console by @rh101 in https://github.com/axmolengine/axmol/pull/1834
63
+ - Add Borderless Windowed Mode by @TyelorD in https://github.com/axmolengine/axmol/pull/1826
64
+ - Add CC_USE_CULLING Alias to cocos2d.h by @TyelorD in https://github.com/axmolengine/axmol/pull/1825
57
65
58
66
### Break Changes
59
67
64
72
65
73
- emsdk: 3.1.53 ==> 3.1.57
66
74
- AGP: 8.2.1 ==> 8.2.2
75
+ - androidx.media3: 1.0.2 ==> 1.2.1
67
76
68
77
### 3rdparty updates
69
78
You can’t perform that action at this time.
0 commit comments