halx99
de286831de
Improve code style
2023-10-12 22:10:11 +08:00
Deal
c2847f892e
Use std containers instead uthash ( #1379 )
2023-10-12 22:00:46 +08:00
halx99
b9042aeb20
Add a dedicated class for easy load padded string for simdjson parser
2023-10-12 00:02:48 +08:00
halx99
fd9f613b50
Enable Mat4 SSE Istructions acceleration
2023-10-11 01:05:22 +08:00
halx99
13b4a5bc93
Make macro same with cmake in c++
...
- AX_ENABLE_EXT_SPINE
- AX_ENABLE_EXT_DRAGONBONES
- AX_ENABLE_MSEDGE_WEBVIEW2
2023-10-11 00:32:04 +08:00
halx99
e17721d5bc
Improve ObjLoader, avoid use temp buffer to token parse
2023-10-10 23:16:10 +08:00
halx99
65e253b54a
Fix wasm build
2023-10-10 22:01:09 +08:00
Deal
58221bbf2a
Fix osx ci
2023-10-08 08:03:47 +08:00
halx99
dbb0dbcb79
Use JsonWriter for SDFGen
2023-10-08 02:28:08 +08:00
aismann
525c53b0b5
Update FastTMXLayer.cpp (see issue #1283 ) ( #1285 )
...
* Update FastTMXLayer.cpp
fix #1283
* Using local variable rather than doing two calls
* Fix #1336
* Fix ci
---------
Co-authored-by: eismpesd <peter.eismann@siemens-healthineers.com>
2023-10-07 20:36:48 +08:00
halx99
2305bfeced
Update yasio to latest
2023-10-06 01:02:01 +08:00
RH
86ab2fe995
Fix undeclared identifier errors ( #1370 )
...
* Fix undeclared identifier errors
* Add IFileStream::Mode to the FileStream scope
2023-10-03 13:59:34 +08:00
halx99
539f37651b
Make Data::fastSet behavior compatible, refer #1369
2023-10-02 21:08:51 +08:00
halx99
6978028783
Fix wasm build
2023-10-02 11:26:50 +08:00
halx99
8dbdce55c3
Avoid unexpected behaivor when compile optimized
2023-10-01 22:39:46 +08:00
halx99
b19e5eb9f7
Fix ci
2023-10-01 22:30:18 +08:00
halx99
352f3ad420
Remark IFileStream::tell as `virtual`, refer #1366
2023-10-01 22:05:45 +08:00
halx99
57492b203c
Update yasio, improve pod_vector
...
a. now the pod_vector more reusable, byte_buffer, array_buffer aka dynamic_array
b. change pod_vector resize, assign allocate memory exactly/fit and +=, append, insert operations trigger msvc capacity growth strategy
2023-10-01 22:04:47 +08:00
halx99
79cd628235
Improve API utils::base64Encode with std::span
2023-09-29 17:13:10 +08:00
halx99
8ea11838a3
Minor improvements
2023-09-29 11:30:33 +08:00
halx99
4735e7acbe
Minor improvements
2023-09-29 11:27:01 +08:00
halx99
4065b90039
Preferred use byte_buffer as APIs
2023-09-29 01:57:41 +08:00
halx99
96e60b9e19
Fix #1306
2023-09-27 11:38:10 +08:00
halx99
2f1efe5a51
Add preload ttf SDF font atlas support
...
A extension SDFGen tool also available, see ImGuiTest
2023-09-26 01:33:06 +08:00
Deal
b892461a2b
UWP: Migrating from C++/CX to C++/WinRT ( #1355 )
2023-09-26 00:11:33 +08:00
Turky Mohammed
87313eb043
Update Label.cpp ( #1353 )
2023-09-25 20:23:28 +08:00
Deal
2df40b6e4c
Bump version
2023-09-22 19:40:40 +08:00
halx99
9d69966938
Fix non-SDF label outline incorrect for metal
2023-09-20 23:05:21 +08:00
Deal
83b4ff3fcd
Fix #1340 , #1339
2023-09-20 09:54:27 +08:00
halx99
079586d060
Fix #1336
2023-09-19 22:00:17 +08:00
halx99
5f2a7be391
Improve code style
2023-09-19 21:42:14 +08:00
halx99
bd95aead71
Improve SDF font scale
2023-09-19 01:40:09 +08:00
halx99
ac8a7ac14c
Improve SDF, limit baseFontSize max to fontSize
2023-09-18 19:39:46 +08:00
halx99
324ebeb628
Fix wasm RandomHelper always return 0
2023-09-18 19:07:15 +08:00
halx99
92b730085e
Update docs
2023-09-18 13:34:26 +08:00
halx99
ae9f5c4c99
Always apply content scale factor
2023-09-18 10:27:40 +08:00
Deal
4f4f07ddc4
Add enable global TTF SDF rendering support ( #1333 )
2023-09-18 07:18:57 +08:00
halx99
d03c31fb68
Fix #1332
2023-09-15 20:08:27 +08:00
halx99
58cfc7c65d
Make wasm devtools works
2023-09-15 19:33:25 +08:00
RH
6d6f3b1ae1
Fix issue where RichText URL touch listener does not activate on touch ( #1330 )
...
* Fix issue where URL touch listener would not receive touch inputs when certain conditions are met.
* Unused parameter [skip ci]
* Remove incorrect call to release() since RefPtr handles it automatically.
2023-09-14 16:43:22 +08:00
halx99
54db10874f
Fix #1326
2023-09-13 19:34:50 +08:00
halx99
983e383077
Improve build script
2023-09-13 16:00:33 +08:00
halx99
b8baf0d1a8
Android: Allow use external cmake outside of android sdk
2023-09-12 19:32:20 +08:00
Deal
1617380ddd
Bump version 2.0.1 [skip ci][skip appveyor]
2023-09-12 01:18:37 +08:00
halx99
f2470b99aa
Android: Update AGP to 8.1.1
...
- jdk-17.x+ required
- gradle-bin 8.3
- Build-Tools 33.0.1
- Delete package name from AndroidManifest.xml
- Add namespace "org.axmol.xxx" in 'app/build.gradle'
- Rename compileSdkVersion ==> compileSdk in 'app/build.gradle'
- Use rootProject.layout.buildDirectory instead rootProject.buildDir
- Android Studio 2022.3.1+
2023-09-12 01:13:06 +08:00
iAndyHD3
810c909e67
Add extension Inspector (Experimental) ( #1324 )
...
* node explorer
* fix some crash, add to tests
* change tabs to spaces
* remove node explorer from hello template
* change name to Inspector + add readme
* minor fix
* fix minor things
* fix minor thing...
* fix build on ios, android
* Apply suggestions from code review
* fix typename for gcc/clang, add font
* include cxxabi outside ax namespace
2023-09-12 01:06:28 +08:00
halx99
8b96ff7f1b
Tidy platform macros/consts value
2023-09-11 19:37:49 +08:00
halx99
0e23f9812f
GLView: Restore from maximized when setWindowed
2023-09-11 00:06:34 +08:00
halx99
f8b796a7f9
Add API Director::getNextScene
...
Gets the top(next) scene which will going to running state.
2023-09-07 21:57:41 +08:00
halx99
45cb0d82dc
Add cmake option 'AX_WASM_SHELL_FILE'
...
Specify the wasm shell file, by default use
`${_AX_ROOT}/core/platform/wasm/shell_minimal.html`
2023-09-07 21:09:36 +08:00