|
1 |
| -## axmo-2.5.0 ?? 2025 |
| 1 | +## axmol-2.5.0 Apr.5 2025 |
2 | 2 |
|
3 | 3 | ### Bug fixes
|
4 | 4 |
|
5 | 5 | - Fix for invalid event listener ID lookup by @rh101 in https://github.com/axmolengine/axmol/pull/2445
|
6 | 6 | - Fix #2415 c++23 compile error by @halx99
|
| 7 | +- Fix #2470 wasm CommandBufferGL::readPixels not work by @halx99 |
7 | 8 |
|
8 | 9 | ### Improvements
|
9 | 10 |
|
| 11 | +- Ensure fseeko available on ndk > 23 by @halx99 in https://github.com/axmolengine/axmol/pull/2490 |
| 12 | +- Add play .opus audio files support by @halx99 in https://github.com/axmolengine/axmol/pull/2488 |
| 13 | +- Auto install missing msvc toolset with specified version by @halx99 |
| 14 | +- make some warn message can suppressed by @halx99 |
| 15 | +- Fix winuwp ci due to github action vm disk space insufficient by @halx99 |
| 16 | +- [Android] FileUtils::listFiles implementation that works with empty folders by @rh101 in https://github.com/axmolengine/axmol/pull/2463 |
| 17 | +- [WASM] set _APP_RES_FOLDER if not defined to be able to specify directories of Resources by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2483 |
| 18 | +- Fix setup and BUILD_SHARED_LIBS for Linux by @IamSanjid in https://github.com/axmolengine/axmol/pull/2481 |
| 19 | +- Add supporting 'closed' Splines for DrawNode by @aismann in https://github.com/axmolengine/axmol/pull/2476 |
| 20 | +- Add GLView::setInteractive by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2465 |
| 21 | +- Fix BUILD_SHARED_LIBS for Android by @IamSanjid in https://github.com/axmolengine/axmol/pull/2462 |
| 22 | +- Fix some deprecated methods not available in gradle 9.0 by @halx99 |
| 23 | +- Fix #2457 support overwrite build profiles by .axproj by @halx99 in https://github.com/axmolengine/axmol/pull/2460 |
| 24 | +- Prevent getCurrentTime() from returning 0 at the end of the audio track playback by @rh101 in https://github.com/axmolengine/axmol/pull/2452 |
10 | 25 | - Improve RichText XML parsing by @rh101 in https://github.com/axmolengine/axmol/pull/2420
|
11 | 26 | - Renamed forgotten ccConfig.h to Config.h by @aismann in https://github.com/axmolengine/axmol/pull/2422
|
12 | 27 | - Allow the use of em and % units for font size in RichText XML by @rh101 in https://github.com/axmolengine/axmol/pull/2421
|
| 28 | +- Minor FastTMXLayer performance optimization by @hasikill in https://github.com/axmolengine/axmol/pull/2437 |
13 | 29 | - Add production ready wasm page by @paulocoutinhox in https://github.com/axmolengine/axmol/pull/2428
|
14 | 30 | - [Template] Add missing override specifier to destructor by @rh101 in https://github.com/axmolengine/axmol/pull/2433
|
15 | 31 | - [Android] Ensure c++ object model consistency by @halx99 in https://github.com/axmolengine/axmol/pull/2434
|
|
29 | 45 | ### SDKs & Tools updates
|
30 | 46 |
|
31 | 47 | - gradle: 8.11.1 ==> 8.13
|
| 48 | +- cmake: 3.31.5 ==> 4.0.0 |
| 49 | +- emsdk: 4.0.3 ==> 4.0.6 |
32 | 50 |
|
33 | 51 | ### 3rdparty updates
|
34 | 52 |
|
35 | 53 | - yasio: 4.3.1 ==> 4.3.2
|
36 | 54 | - fmtlib: 11.1.3 ==> 11.1.4
|
37 | 55 | - flatbuffers: 24.3.25 ==> 25.2.10
|
| 56 | +- robin_map: 1.2.1 ==> 1.4.0 |
38 | 57 |
|
39 | 58 | ## axmol-2.4.0 Feb.23 2025
|
40 | 59 |
|
|
0 commit comments