|
| 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 | + |
1 | 46 | ## axmol-2.3.2 Jan.21 2025
|
2 | 47 |
|
3 |
| -## Bug fixes |
| 48 | +### Bug fixes |
4 | 49 |
|
5 | 50 | - Fix bit op error on lua < 5.4 by @halx99
|
6 | 51 | - Fix luajit luaL_openlibs crash on android by @halx99
|
7 | 52 | - Fix setup.ps1 Error in parsing PowerShell and OS versions by @halx99
|
8 | 53 | - Fix cpp template scene listeners leaked by @halx99
|
9 | 54 |
|
10 |
| -## Improvements |
| 55 | +### Improvements |
11 | 56 |
|
12 | 57 | - Fix clang19 compile warnings
|
13 | 58 | - Improve 7z cmdline compatibility
|
|
82 | 127 | - Remove TTF Font charCode 65535 limit by @halx99
|
83 | 128 | - Allow publish from specified commitish for ci
|
84 | 129 |
|
85 |
| -### sdks updates |
| 130 | +### SDKs updates |
86 | 131 |
|
87 | 132 | - emsdk: 3.1.67 ==> 3.1.73
|
88 | 133 | - AGP: 8.4.0 ==> 8.7.3
|
|
172 | 217 | - 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
|
173 | 218 | - DrawNode calls: replacing Color4F with Color4B (without the 'test' folder!) by @aismann in https://github.com/axmolengine/axmol/pull/2192
|
174 | 219 |
|
175 |
| -### sdks updates |
| 220 | +### SDKs updates |
176 | 221 |
|
177 | 222 | - emsdk: 3.1.63 ==> 3.1.67
|
178 | 223 |
|
|
236 | 281 | - Add OpenType font (.otf) to the noCompress list by @danialias in https://github.com/axmolengine/axmol/pull/2077
|
237 | 282 | - Update DrawNodeEx aka DrawNodeV2 to 0.95.1 by @aismann in https://github.com/axmolengine/axmol/pull/2079
|
238 | 283 |
|
239 |
| -### sdks updates |
| 284 | +### SDKs updates |
240 | 285 |
|
241 | 286 | - cppwinrt: 2.0.240111.5 ==> 2.0.240405.15
|
242 | 287 |
|
|
516 | 561 | - Don't use fmt header only by @halx99 in https://github.com/axmolengine/axmol/pull/1707
|
517 | 562 | - Don't use yasio header only by @halx99
|
518 | 563 |
|
519 |
| -### sdks updates |
| 564 | +### SDKs updates |
520 | 565 |
|
521 | 566 | - cppwinrt: 2.0.230706.1 ==> 2.0.240111.5
|
522 | 567 |
|
|
0 commit comments