|
1 |
| -## axmol-2.3.3 ?? 2025 |
| 1 | +## axmol-2.4.0 Feb.23 2025 |
2 | 2 |
|
3 | 3 | ### Bug fixes
|
4 | 4 |
|
|
7 | 7 | - Fix #2371 Video freezes on the first frame when played on Apple TV by @halx99
|
8 | 8 | - Fix tile animation logic to use correct time per frame by @rh101 in https://github.com/axmolengine/axmol/pull/2345
|
9 | 9 | - Fix: when these extensions set to OFF, compiles by @blairwang in https://github.com/axmolengine/axmol/pull/2347
|
| 10 | +- Fix tilemap culling by @DelinWorks in https://github.com/axmolengine/axmol/pull/2403 |
10 | 11 |
|
11 | 12 | ### Improvements
|
12 | 13 |
|
| 14 | +- Improve build system, support select msvc toolset version by @halx99 |
13 | 15 | - Improve Label: underline, strikethrough and color by @aismann in https://github.com/axmolengine/axmol/pull/2382
|
14 | 16 | - Disable Spine references if Spine is not enabled by @rh101 in https://github.com/axmolengine/axmol/pull/2346
|
15 | 17 | - Increase MAX_AUDIOINSTANCES value to 128 in AudioEngine by @MartinLutherSu in https://github.com/axmolengine/axmol/pull/2348
|
|
35 | 37 | - Fix wasm compile warnings
|
36 | 38 | - Added methods to modify audio pitch by @Janglee123 in https://github.com/axmolengine/axmol/pull/2381
|
37 | 39 | - Improve webgl render fps by @halx99 in https://github.com/axmolengine/axmol/pull/2379
|
| 40 | +- Add missing const qualifiers for DrawNode by @crazyhappygame in https://github.com/axmolengine/axmol/pull/2394 |
| 41 | +- Ensure opacity is applied to DrawNode used in Label by @rh101 in https://github.com/axmolengine/axmol/pull/2396 |
| 42 | +- Update button size if title renderer is changed and ignore size is true by @rh101 in https://github.com/axmolengine/axmol/pull/2401 |
| 43 | +- Calculate correct positions for underline and strikethrough by @rh101 in https://github.com/axmolengine/axmol/pull/2398 |
| 44 | +- [Android] Add a way to disable interactions on the SurfaceView by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2410 |
| 45 | + |
38 | 46 |
|
39 | 47 | ### SDKs updates
|
40 | 48 |
|
41 | 49 | - emsdk: 3.1.73 ==> 4.0.3
|
42 | 50 |
|
43 | 51 | ### 3rdparty updates
|
44 | 52 |
|
| 53 | +- astcenc: 5.1.0 ==> 5.2.0 |
45 | 54 | - clipper2: 1.4.0 ==> 1.5.2
|
46 |
| -- libpng: 1.6.45 ==> 1.6.46 |
| 55 | +- curl: 8.11.1 ==> 8.12.1 |
| 56 | +- libpng: 1.6.45 ==> 1.6.47 |
47 | 57 | - fmt: 11.1.2 ==> 11.1.3
|
| 58 | +- openssl: 3.0.15 ==> 3.0.16 |
48 | 59 |
|
49 | 60 | ## axmol-2.3.2 Jan.21 2025
|
50 | 61 |
|
|
74 | 85 |
|
75 | 86 | - libpng: 1.6.44 ==> 1.6.45
|
76 | 87 | - fmt: 11.1.1 ==> 11.1.2
|
| 88 | +- luajit: 2.1-f73e649 ==> 2.1-a4f56a4 |
77 | 89 |
|
78 | 90 | ## axmol-2.3.1 Jan.5 2025
|
79 | 91 |
|
|
0 commit comments