Commit Graph

39003 Commits

Author SHA1 Message Date
halx99 96e83c9cf6
Merge pull request #490 from wzhengsen/dev
[fix]The problem of inaccurate maximum width limit when using system fonts.
2021-09-02 17:48:42 +08:00
榆柳松 1548c75a3d [fix]The problem of inaccurate maximum width limit when using system fonts. 2021-09-02 17:15:03 +08:00
halx99 d197e8b245 Fix part of #487 2021-09-02 11:43:27 +08:00
halx99 a4ac70ee5f Remove deprecated stubs 2021-09-02 11:16:36 +08:00
halx99 857243ac21 Make override function default parameter same with parent 2021-09-01 11:13:17 +08:00
halx99 9abe2c38cf Revert unexpected layer changes 2021-09-01 11:11:32 +08:00
halx99 e070ec111e Add win64 angle dlls 2021-09-01 10:28:37 +08:00
halx99 a2346d5e1f Merge branch 'dev' of https://github.com/adxeproject/adxe into dev 2021-09-01 10:10:46 +08:00
halx99 a762c94904 Update yasio 2021-08-31 21:13:10 +08:00
halx99 21f27285a0 Fix #486, re-enable custom shader batch draw 2021-08-31 16:25:45 +08:00
halx99 b7f391cbff HttpClient: clear channel ud when it been recycle 2021-08-31 15:53:46 +08:00
halx99 c354461982 Enum compatible [skip ci] 2021-08-31 15:50:18 +08:00
halx99 cb81a61530 Refactor layer
Reimplement LayerColor and LayerGradient based on sprite for auto batch draw
2021-08-30 19:47:53 +08:00
halx99 42d77402aa Merge commit 'refs/pull/483/head' of https://github.com/adxeproject/adxe into dev 2021-08-30 19:32:05 +08:00
halx99 858d46ae65
Merge pull request #485 from adxeproject/fix-spine-uniform-location-mismatch
Fix spine command pipeline state uniform location mismatch
2021-08-30 18:57:36 +08:00
halx99 95b9969365 Update changelog 2021-08-30 17:55:00 +08:00
halx99 80e0e3b941 Fix spine command pipeline state uniform location mismatch 2021-08-30 17:40:35 +08:00
halx99 ab85d86751
Update bug_report.md 2021-08-30 10:47:45 +08:00
halx99 0efa307d56
Update bug_report.md 2021-08-30 10:47:07 +08:00
halx99 8e1d7bd85d Reimplement LayerColor and LayerGradient for auto batch draw 2021-08-29 18:59:09 +08:00
halx99 89f0e21508
Revert last commit 2021-08-29 08:06:38 +08:00
halx99 f16748f735 Set Sprite rect properly when create with empty texture. 2021-08-28 22:11:25 +08:00
halx99 beb593a22a Fix comment typo and do clang-format [skip ci] 2021-08-28 20:22:01 +08:00
halx99 0e2ade1350
Merge pull request #481 from adxeproject/fix-480
Fix crash problem when load a non-truetype .ttf file
2021-08-28 19:22:57 +08:00
halx99 56067f5acc Fix crash problem when load a non-truetype .ttf file. 2021-08-28 18:24:17 +08:00
halx99 c0f7b7ba12
Merge pull request #479 from aismann/patch-8
Update README.md
2021-08-27 16:46:08 +08:00
aismann 7ee77475fe
Update README.md 2021-08-27 10:43:35 +02:00
halx99 7fe18587f8
Add Contributing guide 2021-08-27 15:47:40 +08:00
halx99 0a334fb406
Merge pull request #478 from aismann/dev
64bit debug error fix: CCASSERT(_skeletonData, (json->getError().isEmpty() ? json->getError().buffer() : "Error reading skeleton data file."));
2021-08-27 15:11:30 +08:00
aismann 9e37e44c0f
Merge branch 'adxeproject:dev' into dev 2021-08-27 08:33:22 +02:00
halx99 7dd7422abd Macro compatible 2021-08-27 13:54:05 +08:00
aismann 1c05947474
Merge branch 'adxeproject:dev' into dev 2021-08-27 07:49:17 +02:00
aismann cbeeb8d8ab Debug 64bit build error
Severity	Code	Description	Project	File	Line	Suppression State
Error (active)	E0075	operand of '*' must be a pointer but has type "bool"	cpp-tests	D:\______\GitHub\adxe\tests\cpp-tests\Classes\SpineTest\SpineTest.cpp	153
2021-08-27 07:47:22 +02:00
halx99 3990cc765d Update Windows build status badge 2021-08-27 13:27:04 +08:00
halx99 81fd4df36e
Delete x-studio.cmake 2021-08-27 13:23:51 +08:00
halx99 8790730518
Update README.md 2021-08-27 12:45:20 +08:00
halx99 d34a5f0940
Update README_CN.md 2021-08-27 12:45:03 +08:00
halx99 09d39e2fa0
Update windows-ci.yml 2021-08-27 12:39:49 +08:00
halx99 d06e8af7d6
Merge pull request #477 from aismann/patch-7
Update README.md
2021-08-27 12:34:49 +08:00
halx99 bdd69746ae
Merge pull request #476 from aismann/patch-6
Update README.md
2021-08-27 12:34:38 +08:00
halx99 87871ed557
Merge pull request #475 from adxeproject/win64
Win64 build support [DONE] 🚀🎉
2021-08-27 12:34:24 +08:00
aismann 26f2caad68
Update README.md 2021-08-27 06:27:45 +02:00
aismann 9c2889be38
Update README.md 2021-08-27 06:25:18 +02:00
halx99 f5af50debd
Update CHANGELOG 2021-08-27 12:03:05 +08:00
halx99 622c733287 Enable lua-tests build for ci 2021-08-27 11:42:43 +08:00
halx99 bd436ae078 Fix lua build for win64 and 1 warning 2021-08-27 11:41:11 +08:00
halx99 f9ac34c20f Fix byteorder detect error for win64 and some warnings 2021-08-27 11:27:33 +08:00
halx99 d7e590b513 Fix win64 build 2021-08-27 08:33:17 +08:00
halx99 c0f3a0a4dd
Update build.ps1 2021-08-27 08:02:03 +08:00
halx99 642daf8f1a
Update windows-ci.yml 2021-08-27 01:52:34 +08:00