Skip to content

Commit 8882888

Browse files
committed
Improve site pages and update change log
1 parent 7005502 commit 8882888

File tree

3 files changed

+56
-8
lines changed

3 files changed

+56
-8
lines changed

CHANGELOG.md

+51-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,58 @@
1+
## axmol-2.3.3 ?? 2025
2+
3+
### Bug fixes
4+
5+
- Fix build wasm fail with `-O0` by @halx99
6+
- Fix #2370 module 'bitop' not found by @halx99
7+
- Fix #2371 Video freezes on the first frame when played on Apple TV by @halx99
8+
- Fix tile animation logic to use correct time per frame by @rh101 in https://github.com/axmolengine/axmol/pull/2345
9+
- Fix: when these extensions set to OFF, compiles by @blairwang in https://github.com/axmolengine/axmol/pull/2347
10+
11+
### Improvements
12+
13+
- Disable Spine references if Spine is not enabled by @rh101 in https://github.com/axmolengine/axmol/pull/2346
14+
- Increase MAX_AUDIOINSTANCES value to 128 in AudioEngine by @MartinLutherSu in https://github.com/axmolengine/axmol/pull/2348
15+
- Clipper2 ver. 1.5.0 by @aismann in https://github.com/axmolengine/axmol/pull/2350
16+
- Remove folder DrawNodeExTest by @aismann in https://github.com/axmolengine/axmol/pull/2352
17+
- Clipper2 1.5.2 by @aismann in https://github.com/axmolengine/axmol/pull/2360
18+
- [Android] Allow project to specify Axmol engine root path by @rh101 in https://github.com/axmolengine/axmol/pull/2361
19+
- Improve gradle by @halx99 in https://github.com/axmolengine/axmol/pull/2363
20+
- Add zip in memory support by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2368
21+
- Use axmol proguard file in template and clean by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2366
22+
- [Windows] Ensure vertical scrolling is enabled when EditBox is in multiline mode by @rh101 in https://github.com/axmolengine/axmol/pull/2374
23+
- Add Android event for Warm Start by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2367
24+
- [Windows] Ensure EditBox shows text correctly when it receives focus for the first time by @rh101 in https://github.com/axmolengine/axmol/pull/2376
25+
- Add Image flip Raw data vertically by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2369
26+
- Committing luabindings for commit 0656f87 by @axmol-bot in https://github.com/axmolengine/axmol/pull/2377
27+
- Improve site and add donate page with donate channels and sponsors list by @halx99
28+
- Improve build system by @halx99
29+
- Install android cmdline-tools into android sdk root
30+
- Improve setup.ps1 on macOS
31+
- Update live2d SDK download url
32+
- Improve gradle scripts
33+
- Remove unused 3rd lib: yaml-cpp by @halx99
34+
- Fix wasm compile warnings
35+
36+
### SDKs updates
37+
38+
- emsdk: 3.1.73 ==> 4.0.3
39+
40+
### 3rdparty updates
41+
42+
- clipper2: 1.4.0 ==> 1.5.2
43+
- libpng: 1.6.45 ==> 1.6.46
44+
- fmt: 11.1.2 ==> 11.1.3
45+
146
## axmol-2.3.2 Jan.21 2025
247

3-
## Bug fixes
48+
### Bug fixes
449

550
- Fix bit op error on lua < 5.4 by @halx99
651
- Fix luajit luaL_openlibs crash on android by @halx99
752
- Fix setup.ps1 Error in parsing PowerShell and OS versions by @halx99
853
- Fix cpp template scene listeners leaked by @halx99
954

10-
## Improvements
55+
### Improvements
1156

1257
- Fix clang19 compile warnings
1358
- Improve 7z cmdline compatibility
@@ -82,7 +127,7 @@
82127
- Remove TTF Font charCode 65535 limit by @halx99
83128
- Allow publish from specified commitish for ci
84129

85-
### sdks updates
130+
### SDKs updates
86131

87132
- emsdk: 3.1.67 ==> 3.1.73
88133
- AGP: 8.4.0 ==> 8.7.3
@@ -172,7 +217,7 @@
172217
- Update controller.cpp Add small hint that the DrawNode tests be "not finished": "Node: Draw (WIP)" by @aismann in https://github.com/axmolengine/axmol/pull/2189
173218
- DrawNode calls: replacing Color4F with Color4B (without the 'test' folder!) by @aismann in https://github.com/axmolengine/axmol/pull/2192
174219

175-
### sdks updates
220+
### SDKs updates
176221

177222
- emsdk: 3.1.63 ==> 3.1.67
178223

@@ -236,7 +281,7 @@
236281
- Add OpenType font (.otf) to the noCompress list by @danialias in https://github.com/axmolengine/axmol/pull/2077
237282
- Update DrawNodeEx aka DrawNodeV2 to 0.95.1 by @aismann in https://github.com/axmolengine/axmol/pull/2079
238283

239-
### sdks updates
284+
### SDKs updates
240285

241286
- cppwinrt: 2.0.240111.5 ==> 2.0.240405.15
242287

@@ -516,7 +561,7 @@
516561
- Don't use fmt header only by @halx99 in https://github.com/axmolengine/axmol/pull/1707
517562
- Don't use yasio header only by @halx99
518563

519-
### sdks updates
564+
### SDKs updates
520565

521566
- cppwinrt: 2.0.230706.1 ==> 2.0.240111.5
522567

docs/donate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Direct Sponsors</h3>
134134
<ul>
135135
</ul>
136136

137-
<h3>Paltform Sponsors</h3>
137+
<h3>Platform Sponsors</h3>
138138
<ul>
139139
<li><a href="https://github.com/sponsors/axmolengine">GitHub Sponsors</a></li>
140140
<li><a href="https://opencollective.com/axmol">Open Collective</a></li>

docs/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ <h2 class="project-tagline">A Multi-platform Engine for Mobile, Desktop and Xbox
5757
</a><a href="https://github.com/axmolengine/axmol/blob/dev/LICENSE">
5858
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="LICENSE" />
5959
</a>
60+
<a href="https://github.com/axmolengine/axmol">
61+
<img src="https://img.shields.io/github/stars/axmolengine/axmol?style=plastic" alt="Stars" />
62+
</a>
6063
<a href="https://axmol.dev/donate.html">
6164
<img src="https://img.shields.io/badge/❤️Donate-pink.svg" alt="LICENSE" />
6265
</a>
@@ -243,7 +246,7 @@ <h3>Titanium Sponsors</h3>
243246
<p>&nbsp;</p>
244247

245248
<h3>More Sponsors</h3>
246-
<p>please visit: <a href="https://axmol.dev/donate.html">https://axmol.dev/donate.html</a></p>
249+
<p>Please visit: <a href="https://axmol.dev/donate.html">https://axmol.dev/donate.html</a></p>
247250

248251
<h2><a id="how-to-know-more"></a>How to know more</h2>
249252

0 commit comments

Comments
 (0)