halx99
|
320124487e
|
Update gradlew scripts
|
2024-04-08 23:29:45 +08:00 |
halx99
|
f4addb3447
|
Fix bullet warnings
|
2024-04-08 22:37:55 +08:00 |
halx99
|
b2d2f98525
|
Remove unnecessary include statments
|
2024-04-08 22:01:02 +08:00 |
halx99
|
60c4f6c340
|
Fix win32 link error
attention linux: the libaxmol.a must first link library, otherwise will cause
link error.
|
2024-04-08 21:52:50 +08:00 |
halx99
|
1fdacfd45a
|
Fix android lua build
|
2024-04-08 02:15:33 +08:00 |
halx99
|
56fb742c32
|
Fix linux lua link error
|
2024-04-08 02:10:31 +08:00 |
Deal
|
fbdcd33df5
|
Update CHANGELOG.md
|
2024-04-08 02:02:01 +08:00 |
halx99
|
5ff87acdfe
|
Add fallback ttf render support
|
2024-04-08 01:55:41 +08:00 |
halx99
|
3a5498bcdf
|
Update ChangeLog
|
2024-04-07 23:50:38 +08:00 |
halx99
|
544664033e
|
Don't generate changelog for prerelease
|
2024-04-07 23:45:14 +08:00 |
halx99
|
88eb698ba2
|
Make command `axmol build` alias `axmol`
|
2024-04-07 23:34:30 +08:00 |
halx99
|
0ef8d484ce
|
Fix xcode15 warning: ignore link duplicated lib
|
2024-04-07 22:51:50 +08:00 |
halx99
|
ded0bfeed0
|
Fix template gradlew permission [skip ci]
|
2024-04-07 09:10:41 +08:00 |
halx99
|
bc1bab5a98
|
Update AGP 8.2.2
- gradle: 8.5 ==> 8.7
- gradle-wapper.jar: NA ==> 8.7
- cmdlinetools: 10406996 ==> 11076708
|
2024-04-07 02:08:00 +08:00 |
halx99
|
95fe4d35bf
|
Fix ax::print missing '\n'
|
2024-04-06 23:46:04 +08:00 |
halx99
|
b7eb4da5b7
|
Update changelog
|
2024-04-06 23:45:47 +08:00 |
halx99
|
6d8eda761a
|
Fix compile warnings
|
2024-04-06 23:42:51 +08:00 |
halx99
|
5261235697
|
Update simdjson to 3.9.1
|
2024-04-06 23:42:25 +08:00 |
halx99
|
c1a24d4ab5
|
Update stb_image to 2.29
|
2024-04-06 23:40:16 +08:00 |
halx99
|
195d0e7984
|
Make FileStream open file for write share flags same with cstd
|
2024-04-06 22:47:00 +08:00 |
halx99
|
8c1119da50
|
Fix setup.ps1 not update AX_ROOT in unix profile [skip ci]
|
2024-04-06 21:33:58 +08:00 |
halx99
|
ba734bc3e5
|
Fix some compiling warnings
|
2024-04-06 18:05:42 +08:00 |
halx99
|
e62a0aa6b7
|
Improve 1k/install-pwsh.sh [skip ci]
Add 1k/install-cmake.sh
|
2024-04-06 15:48:16 +08:00 |
halx99
|
1681c50bde
|
Update changelog
|
2024-04-06 15:31:27 +08:00 |
Deal
|
8c5243fd20
|
Fix #1790
|
2024-04-06 08:35:14 +08:00 |
axmol-bot
|
544bd14d96
|
Committing luabindings for commit bf7635f (#1789)
Co-authored-by: halx99 <6977319+halx99@users.noreply.github.com>
|
2024-04-05 16:06:34 +08:00 |
Deal
|
bf7635fe63
|
Add CMake option to remove Console from builds (#1788)
* Add CMake option to remove Console from builds
- option: AX_ENABLE_CONSOLE
* Fix ci
|
2024-04-05 14:25:22 +08:00 |
halx99
|
a6867f3c28
|
Improve feature dependencies control
|
2024-04-05 11:07:47 +08:00 |
halx99
|
c80fc1a8be
|
Avoid dead loop when enable enableRetina
|
2024-04-05 01:55:19 +08:00 |
halx99
|
9b25809898
|
Improve code style
|
2024-04-05 01:44:41 +08:00 |
halx99
|
3bcb13f22a
|
Fix #1787
|
2024-04-05 01:20:44 +08:00 |
halx99
|
5b16ce5ace
|
Update changelog [skip ci]
|
2024-04-05 00:15:17 +08:00 |
Deal
|
f5644fe566
|
Update manifest.json [skip-ci]
|
2024-04-03 21:33:11 +08:00 |
halx99
|
4d89b04850
|
Move Logging APIs from Console.h/Console.cpp to Logging.h/Logging.cpp
|
2024-04-03 21:03:40 +08:00 |
halx99
|
0a93419e4b
|
Improve code style
|
2024-04-03 20:28:20 +08:00 |
halx99
|
1ea0ecfbf4
|
Fix #1784, update yasio to 4.2.2
|
2024-04-03 20:26:32 +08:00 |
halx99
|
620c5027fd
|
Update build system
|
2024-04-03 20:25:25 +08:00 |
halx99
|
372ebf1355
|
Update glad to v2.0.6
|
2024-04-03 03:58:21 +08:00 |
halx99
|
e8b070c84c
|
Remove unnecessary cmake option AX_VS_DEPLOYMENT_TARGET since we require cmake >= 3.28
|
2024-04-03 03:57:59 +08:00 |
Deal
|
9e944935b0
|
Add apple xcframework support (#1786)
* Add apple xcframework support
* Fix ci
|
2024-04-03 01:48:30 +08:00 |
halx99
|
0c7181c77c
|
Improve build system
|
2024-04-02 22:31:34 +08:00 |
halx99
|
d645aee0d5
|
Improve 1k/build.ps1
|
2024-04-01 22:37:05 +08:00 |
halx99
|
645439b253
|
Fix publish ci[skip ci]
|
2024-03-31 00:01:03 +08:00 |
halx99
|
55e32e1e66
|
Update badges
|
2024-03-30 23:49:31 +08:00 |
halx99
|
ddf4e8e38a
|
Fix lua_downloader memory leak
|
2024-03-30 23:46:33 +08:00 |
RH
|
5f9da6e4ae
|
Add required define to generate correct bindings (#1778)
|
2024-03-30 14:43:28 +08:00 |
RH
|
690e16df30
|
Use single macro to control each feature (#1776)
* Use single macro to control each feature
* Allow Physics module to be enabled or disabled via cmake option
|
2024-03-30 08:56:32 +08:00 |
Deal
|
0957069957
|
Fix ci
|
2024-03-30 08:54:21 +08:00 |
halx99
|
3ca370525b
|
Explicit link pthread on non-win platforms
|
2024-03-30 01:42:17 +08:00 |
halx99
|
284f088074
|
Move rpath control to 1k/platforms.cmake
|
2024-03-30 01:27:13 +08:00 |