You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
# axmol-2.7.1 Jul.? 2025
1
+
# axmol-2.7.1 Jul.15 2025
2
2
3
3
## Bug fixes
4
4
5
5
- Fix .axproj not load on non windows platforms by @halx99
6
6
- 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
7
8
8
9
## Improvements
9
10
11
+
- Make msvc delay load mfmedia dlls also works with clang-cl or clang++ by @halx99 in https://github.com/axmolengine/axmol/pull/2595
10
12
- Improve plainlua CMakeLists.txt, make it compatibile with lua-5.1~5.5 by @halx99
11
13
- Remove unnecessary preprocessor: `AX_ENABLE_BULLET_INTEGRATION` by @halx99
12
14
- Ensure package name consistent for `axmol new -r` by @halx99
@@ -16,9 +18,15 @@
16
18
- 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
17
19
- Improve lua bindings generator, make it can works with ndk versions: r23~latest by @halx99 in https://github.com/axmolengine/axmol/pull/2592
18
20
- 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
0 commit comments