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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@
2
2
3
3
## Bug fixes
4
4
5
+
- Fix #2669: Windows UWP not running on Windows 11 due to DriverGL initialization failure by @halx99
6
+
- Fix #2655: Multi-touch not work on android scene contains imgui layer by @halx99
5
7
- Fix incorrect FontAtlas when switching label rendering mode from normal to SDF by @halx99 in https://github.com/axmolengine/axmol/pull/2629
6
8
- Fix wasm Device::getTextureDataForText will report exception when process whitespace text by @halx99
7
9
- Fix linux label color incorrect when LabelType is STRING_TEXTURE by @halx99
8
10
- Fix incorrect fmt::format_to use case by @halx99 in https://github.com/axmolengine/axmol/pull/2612
9
11
- Fix llvm ver trim in genbindings.ps1 by @halx99
10
12
- Fix Label SDF rendering issues with font resizing and other bugs by @halx99 in https://github.com/axmolengine/axmol/pull/2625
13
+
- Fix compile error when project contains swift code by @halx99 in https://github.com/axmolengine/axmol/pull/2632
14
+
- Fix wasm Downloader open file with wrong permision (#2666) by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2666
15
+
- Fix failure in CMake 4.1 when targeting Windows: assembler not found by @halx99
11
16
12
17
## Improvements
13
18
@@ -24,12 +29,17 @@
24
29
- Use pragma once for more header files by @halx99 in https://github.com/axmolengine/axmol/pull/2616
25
30
- Add support set window size limits by @NgVThangBz in https://github.com/axmolengine/axmol/pull/2618
26
31
- Renamed cpp-tests "Node: Label - New API" to "Node: Label" by @aismann in https://github.com/axmolengine/axmol/pull/2627
32
+
- Update ImGui mult-viewports hint message by @halx99
33
+
- Improve tests (Naming of menu entries on cpp-/lua- tests) by @aismann in https://github.com/axmolengine/axmol/pull/2640
34
+
- Move SIMD availability detection into its own CMake file by @j-jorge in https://github.com/axmolengine/axmol/pull/2642
35
+
- Setting CMAKE_MSVC_DEBUG_INFORMATION_FORMAT to Embedded to resolve pdb too large problem by @halx99
36
+
- Improve NuGet package management by @halx99 in https://github.com/axmolengine/axmol/pull/2671
Copy file name to clipboardExpand all lines: CMakeOptions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
- win32: whether use ANGLE GLES backend
42
42
- osx: whether use OpenGL instead Metal backend
43
43
- ios/tvos: whether use GLES instead Metal backend
44
-
- AX_CORE_PROFILE: whether strip all deprecated features, default `FALSE`, it's useful to pre-upgrade your game project to adapte future axmol versions
44
+
- AX_CORE_PROFILE: whether strip all deprecated features, default `FALSE`, Setting this to `TRUE` before upgrading your game project helps ensure compatibility with future Axmol versions.
VS_GLOBAL_RootNameSpace"AxmolAppWinRT"# this is important for cppwinrt to fix Generated Files\XamlMetaDataProvider.idl(4): error MIDL2025: [msg]syntax error [context]: expecting NamespaceTag near "{"
0 commit comments