Skip to content

Commit 6f4da00

Browse files
committed
Version 2.4.0
1 parent b11840a commit 6f4da00

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## axmol-2.3.3 ?? 2025
1+
## axmol-2.4.0 Feb.23 2025
22

33
### Bug fixes
44

@@ -7,9 +7,11 @@
77
- Fix #2371 Video freezes on the first frame when played on Apple TV by @halx99
88
- Fix tile animation logic to use correct time per frame by @rh101 in https://github.com/axmolengine/axmol/pull/2345
99
- 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
1011

1112
### Improvements
1213

14+
- Improve build system, support select msvc toolset version by @halx99
1315
- Improve Label: underline, strikethrough and color by @aismann in https://github.com/axmolengine/axmol/pull/2382
1416
- Disable Spine references if Spine is not enabled by @rh101 in https://github.com/axmolengine/axmol/pull/2346
1517
- Increase MAX_AUDIOINSTANCES value to 128 in AudioEngine by @MartinLutherSu in https://github.com/axmolengine/axmol/pull/2348
@@ -35,16 +37,25 @@
3537
- Fix wasm compile warnings
3638
- Added methods to modify audio pitch by @Janglee123 in https://github.com/axmolengine/axmol/pull/2381
3739
- 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+
3846

3947
### SDKs updates
4048

4149
- emsdk: 3.1.73 ==> 4.0.3
4250

4351
### 3rdparty updates
4452

53+
- astcenc: 5.1.0 ==> 5.2.0
4554
- 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
4757
- fmt: 11.1.2 ==> 11.1.3
58+
- openssl: 3.0.15 ==> 3.0.16
4859

4960
## axmol-2.3.2 Jan.21 2025
5061

@@ -74,6 +85,7 @@
7485

7586
- libpng: 1.6.44 ==> 1.6.45
7687
- fmt: 11.1.1 ==> 11.1.2
88+
- luajit: 2.1-f73e649 ==> 2.1-a4f56a4
7789

7890
## axmol-2.3.1 Jan.5 2025
7991

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ <h2 class="project-tagline">A Multi-platform Engine for Mobile, Desktop and Xbox
5454
<a href="https://github.com/axmolengine/axmol/releases">
5555
<img src="https://img.shields.io/github/v/release/axmolengine/axmol?include_prereleases&amp;label=release"
5656
alt="release" />
57-
</a><a href="https://github.com/axmolengine/axmol/blob/dev/LICENSE">
58-
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="LICENSE" />
59-
</a>
6057
<a href="https://github.com/axmolengine/axmol">
6158
<img src="https://img.shields.io/github/stars/axmolengine/axmol?style=plastic" alt="Stars" />
6259
</a>
60+
</a><a href="https://github.com/axmolengine/axmol/blob/dev/LICENSE">
61+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="LICENSE" />
62+
</a>
6363
<a href="https://axmol.dev/donate">
6464
<img src="https://img.shields.io/badge/❤️Donate-pink.svg" alt="LICENSE" />
6565
</a>

0 commit comments

Comments
 (0)