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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
# axmol-2.7.1 Jul.? 2025
2
+
3
+
## Bug fixes
4
+
5
+
- Fix .axproj not load on non windows platforms by @halx99
6
+
- Fix missing extensions spine,fairygui preprocessors for axlua by @halx99
7
+
8
+
## Improvements
9
+
10
+
- Improve plainlua CMakeLists.txt, make it compatibile with lua-5.1~5.5 by @halx99
11
+
- Remove unnecessary preprocessor: `AX_ENABLE_BULLET_INTEGRATION` by @halx99
12
+
- Ensure package name consistent for `axmol new -r` by @halx99
13
+
- Add parameter `-r` for `axmol new` command to regenerates the missing common and platform spec files by @halx99 in https://github.com/axmolengine/axmol/pull/2590
14
+
- Remove redundant `cc` prefix by @halx99 in https://github.com/axmolengine/axmol/pull/2587
15
+
- Improve android sdk root selection strategy by @halx99
16
+
- 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
+
- Improve lua bindings generator, make it can works with ndk versions: r23~latest by @halx99 in https://github.com/axmolengine/axmol/pull/2592
18
+
- Update imgui to 1.92.1 & tidy sources structure by @halx99 in https://github.com/axmolengine/axmol/pull/2593
0 commit comments