Skip to content

Commit 5d9e085

Browse files
committed
Version 2.7.1
1 parent 16a4191 commit 5d9e085

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# axmol-2.7.1 Jul.? 2025
1+
# axmol-2.7.1 Jul.15 2025
22

33
## Bug fixes
44

55
- Fix .axproj not load on non windows platforms by @halx99
66
- Fix missing extensions spine,fairygui preprocessors for axlua by @halx99
7+
- Fix #2594 link error when build win32 exe with cmake generator Ninja by @halx99 in https://github.com/axmolengine/axmol/pull/2595
78

89
## Improvements
910

11+
- Make msvc delay load mfmedia dlls also works with clang-cl or clang++ by @halx99 in https://github.com/axmolengine/axmol/pull/2595
1012
- Improve plainlua CMakeLists.txt, make it compatibile with lua-5.1~5.5 by @halx99
1113
- Remove unnecessary preprocessor: `AX_ENABLE_BULLET_INTEGRATION` by @halx99
1214
- Ensure package name consistent for `axmol new -r` by @halx99
@@ -16,9 +18,15 @@
1618
- Improve android sdk setup by @halx99 in https://github.com/axmolengine/axmol/pull/2588, load `sdk.dir` from `proj.android/local.properties` as preferred android sdk root if it's present
1719
- Improve lua bindings generator, make it can works with ndk versions: r23~latest by @halx99 in https://github.com/axmolengine/axmol/pull/2592
1820
- Update imgui to 1.92.1 & tidy sources structure by @halx99 in https://github.com/axmolengine/axmol/pull/2593
21+
- Re-indent all axmol spec cmake scripts with 2 spaces by @halx99 in https://github.com/axmolengine/axmol/pull/2599
22+
23+
## SDK & Tools updates
24+
25+
- cppwinrt: 2.0.240405.15 => 2.0.250303.1
1926

2027
## 3rdparty updates
2128

29+
- imgui: 1.92.0 => 1.92.1
2230
- webp: 1.5.0 => 1.6.0
2331

2432
# axmol-2.7.0 Jul.6 2025

0 commit comments

Comments
 (0)