Skip to content

Commit c713888

Browse files
committed
Version 2.5.0
1 parent 5f0a025 commit c713888

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

3rdparty/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
## robin-map
219219
- [![Upstream](https://img.shields.io/github/v/tag/Tessil/robin-map?label=Upstream)](https://github.com/Tessil/robin-map)
220-
- Version: 1.3.0-054ec5a (until Mar 17, 2025) with modified for stl compatibility
220+
- Version: 1.4.0 with modified for stl compatibility
221221
- Modify `robin_map::iterator->second` to mutable same with `stl map/unordered_map`
222222
- Forward `robin_map::operator[]` key by `std::forward` same with `stl map/unordered_map`
223223
- Improve code compiler compatibility, i.g. `std::max` ==> `(std::max)`

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
1-
## axmo-2.5.0 ?? 2025
1+
## axmol-2.5.0 Apr.5 2025
22

33
### Bug fixes
44

55
- Fix for invalid event listener ID lookup by @rh101 in https://github.com/axmolengine/axmol/pull/2445
66
- Fix #2415 c++23 compile error by @halx99
7+
- Fix #2470 wasm CommandBufferGL::readPixels not work by @halx99
78

89
### Improvements
910

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
1025
- Improve RichText XML parsing by @rh101 in https://github.com/axmolengine/axmol/pull/2420
1126
- Renamed forgotten ccConfig.h to Config.h by @aismann in https://github.com/axmolengine/axmol/pull/2422
1227
- 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
1329
- Add production ready wasm page by @paulocoutinhox in https://github.com/axmolengine/axmol/pull/2428
1430
- [Template] Add missing override specifier to destructor by @rh101 in https://github.com/axmolengine/axmol/pull/2433
1531
- [Android] Ensure c++ object model consistency by @halx99 in https://github.com/axmolengine/axmol/pull/2434
@@ -29,12 +45,15 @@
2945
### SDKs & Tools updates
3046

3147
- gradle: 8.11.1 ==> 8.13
48+
- cmake: 3.31.5 ==> 4.0.0
49+
- emsdk: 4.0.3 ==> 4.0.6
3250

3351
### 3rdparty updates
3452

3553
- yasio: 4.3.1 ==> 4.3.2
3654
- fmtlib: 11.1.3 ==> 11.1.4
3755
- flatbuffers: 24.3.25 ==> 25.2.10
56+
- robin_map: 1.2.1 ==> 1.4.0
3857

3958
## axmol-2.4.0 Feb.23 2025
4059

core/axmolver.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// 0x00 HI ME LO
55
// 00 03 08 00
66
#define AX_VERSION_MAJOR 2
7-
#define AX_VERSION_MINOR 4
7+
#define AX_VERSION_MINOR 5
88
#define AX_VERSION_PATCH 0
99

1010
/* Define axmol version helper macros */

0 commit comments

Comments
 (0)