Commit Graph

39587 Commits

Author SHA1 Message Date
halx99 e86fdf8a67 Improve linkage 2022-01-04 11:00:07 +08:00
halx99 21e4684703 Fix lua-tests linkage for windows 2022-01-04 10:33:23 +08:00
deal 9b3233bdbf
Remove dup sources 2022-01-04 09:42:10 +08:00
halx99 3d7218a0eb Fix #570
a. fix lua build error
b. still use separated link jni libs
2022-01-04 09:40:27 +08:00
halx99 3282e1abaf Improve vec2, vec3, vec4 lua storage
a. store as fixed size array
b. use metatable access via: x, y, z, w
c. For vec2
  - vec2[0] could be access via x or w(idth) or u
  - vec2[1] could be access via y or h(eight) or v
2022-01-03 22:06:49 +08:00
halx99 30ae8b503c Sync console scripts 2022-01-03 19:06:51 +08:00
deal 135ec94cb8
Merge pull request #568 from DelinWorks/label-issue-566
Fix Label issue #565
2022-01-03 14:38:45 +08:00
Delin 4d56ed2948
Update CCLabelTextFormatter.cpp 2022-01-03 08:57:40 +03:00
Delin dde46fd5ee
Update CCLabel.cpp 2022-01-03 08:56:25 +03:00
Delin 2da2cad6ad
Update CCLabel.h 2022-01-03 08:55:52 +03:00
Delin a99a842bac
Update CCLabel.cpp 2022-01-03 08:39:18 +03:00
Delin e4bc205e0f
Update CCLabel.cpp 2022-01-03 08:33:00 +03:00
Delin c443b5e466
Update CCLabel.cpp 2022-01-03 08:20:34 +03:00
halx99 17ad9829dd Add missing sources 2022-01-03 13:04:23 +08:00
halx99 f0592f55d0 Update glfw 2022-01-03 13:00:07 +08:00
halx99 00e01f17c9 Add missing files 2022-01-03 11:42:07 +08:00
halx99 a651879ee6 Tidy audio folder 2022-01-03 11:34:58 +08:00
deal 86f4211f78
Update genbindings-ci.yml 2022-01-01 22:01:29 +08:00
deal 586d47bafa
Update genbindings.ps1 2022-01-01 21:56:55 +08:00
deal 882d498e0a
Auto commiting genbinding chnages 2022-01-01 21:27:39 +08:00
halx99 7110de393a Fix TTFconfig construct with nullable customGlyphCollection 2022-01-01 21:21:34 +08:00
halx99 6b70fc5ff3 Fix ci 2021-12-31 16:29:11 +08:00
halx99 85f1f0b424 Fix isAbsolutePathInternal for string_view 2021-12-31 15:50:34 +08:00
halx99 deddc5542e Fix ci [skip ci] 2021-12-31 15:49:45 +08:00
deal 3825fb1b02
Update CMakeLists.txt 2021-12-31 14:47:57 +08:00
halx99 e534dd66c0 Rename core folder name 2021-12-31 14:39:08 +08:00
deal f5096dd35b
Merge pull request #560 from adxeproject/ahead
Merge ahead to dev
2021-12-31 12:12:40 +08:00
halx99 687d15f16e Update ci branch name 2021-12-31 11:00:35 +08:00
halx99 369de31853 Tidy tools 2021-12-30 21:24:22 +08:00
halx99 f9d2c3cb7d Tidy ci scripts 2021-12-30 20:15:42 +08:00
deal afe3865921
Update before-install.sh 2021-12-30 20:09:25 +08:00
deal a2ff94facd
Update linux-ci.yml 2021-12-30 19:56:07 +08:00
deal 369d84cc3f
Update pr-ci.yml 2021-12-30 19:53:30 +08:00
halx99 cc534cddd2 Fix chmod for ci scripts 2021-12-30 19:43:55 +08:00
halx99 d43e9458ae Tidy ci scripts 2021-12-30 19:40:30 +08:00
deal cc43b60bea
Fix ADXE_HAV_STDFS check 2021-12-30 18:33:14 +08:00
halx99 eff58bb762 Fix ci 2021-12-30 17:56:35 +08:00
halx99 5d5670e83e Fix ci 2021-12-30 17:47:48 +08:00
halx99 490199370b Optimize ci scripts [skip ci] 2021-12-30 17:47:01 +08:00
halx99 a02cfaf5a8 Fix ios & android build 2021-12-30 17:34:37 +08:00
halx99 22d24b816b [FileUtils] performOperationOffthread needs deep copy std::string_view as std::string 2021-12-30 15:08:45 +08:00
halx99 107dde3422 Use c++17 stdfs implement listFiles instead tinydir 2021-12-30 14:59:57 +08:00
halx99 23d207aace Update lua bindings config files 2021-12-30 12:53:37 +08:00
halx99 683aeaf57b Optional windows webview2 with `ADXE_ENABLE_WEBVIEW2` 2021-12-30 10:02:32 +08:00
halx99 f95ed06187 Improve string_view for some file 2021-12-30 09:48:39 +08:00
halx99 b5b4b1e5d8 Committing clang-format changes 2021-12-29 11:31:28 +00:00
halx99 c81bb1b4c4 jni.hpp for android only 2021-12-29 19:27:27 +08:00
deal 1941a43dc9
Update javaactivity-android.cpp 2021-12-29 16:40:30 +08:00
deal 96d6cd7965
Update JNITest.cpp 2021-12-29 16:22:07 +08:00
halx99 1af24d1452 Improve jni call by jni.hpp
Generate literal signature avoid GC allocs
2021-12-29 16:08:20 +08:00