Commit Graph

40750 Commits

Author SHA1 Message Date
aismann 7bfa63050b
Update README.md (#1103)
better readable of some links
2023-03-08 08:10:49 +08:00
halx99 00c1a2379a Committing genbindings changes 2023-03-07 15:34:03 +00:00
Turky Mohammed b68ecc7cd2
[BUG] TileMap flipped/rotated animated tiles incorrect rendering. (#1098)
* Add test cases

* Delete default_hrtf.txt

* Fix rotated/flipped animated tile maps

* Optimize bitwise operations

* improve bitwise operations
2023-03-07 23:26:37 +08:00
RH f29115d011
Add missing renderer source file references to CMakeLists.txt (#1100)
* Add missing file references to CMakeLists.txt
2023-03-07 18:51:58 +08:00
Turky Mohammed 4c2856998a
[BUG] TileMap OpenGL pixel-tolerance fix (#1085)
* Update CCFastTMXLayer.cpp

* [skip ci]

* Implement equation into engine

* Update CCFastTMXLayer.cpp [skip ci]

* [correction] fix sub-pixel equation
2023-03-06 22:41:16 +08:00
halx99 bc0b7da754 Fix dead lock when post new http request on failure callback 2023-03-06 12:13:12 +08:00
RH 65add9922c
Fix incorrect content variable in cpp template (#1095)
* Fix cpp-template-default CMakeLists.txt content folder reference
Update test project content folder variable name to match cpp template
2023-03-04 21:25:05 +08:00
halx99 61eedc593f Add more compatible macros 2023-03-04 16:13:21 +08:00
halx99 bd4f11d7ed Add more compatible macro [skip ci] 2023-03-04 15:48:33 +08:00
halx99 5e1dbf8561 Fix #1088 2023-03-04 15:38:39 +08:00
RH 37a805072d
[Apple] Fix for missing resources (#1092)
* [Apple] Ensure resources are mapped to the expected directory by iOS and MacOS targets
2023-03-03 21:53:18 +08:00
tkzcfc 89981bc080
fix: type judgment error (#1084)
* fix: type judgment error

---------

Co-authored-by: tkzcfc <tkzcfc@users.noreply.github.com>
Co-authored-by: 一线灵|Deal <halx99@live.com>
Co-authored-by: HYGK-PC\Administrator <tkzc@foxmail.com>
2023-02-27 19:12:21 +08:00
aismann 9211db5232
Clipper2 1.2.0 (#1083)
* Clipper2 1.2.0

* Update thirdparty/README.md [skip ci]
2023-02-27 17:43:35 +08:00
halx99 d72d21de81 Fix #1082 2023-02-27 15:43:35 +08:00
aismann ee703dc421
removed unused variable: const Vec2 pt (#1079)
const Vec2 pt(so.x / PRECISION, so.y / PRECISION);
2023-02-26 04:29:57 +08:00
halx99 b9c4023586 Update ntcvt 2023-02-25 23:50:26 +08:00
Deal(一线灵) 372433760e Update workflow files 2023-02-25 03:06:54 +00:00
axmol-bot 0bb8c89ef3
Update thirdparty prebuilts to v44 (#1076)
* Update thirdparty prebuilts to v44

* Update thirdparty version info [skip ci]

---------

Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
2023-02-25 09:26:27 +08:00
halx99 b05f1efb15 Fix #1075 2023-02-25 06:21:23 +08:00
halx99 7f33df2640 Improve clipper2 cmake 2023-02-25 06:21:08 +08:00
halx99 dcdbc83725 [CMake] Improve link prebuilts 2023-02-24 19:33:26 +08:00
Deal(一线灵) 490483b15e
Update lua debug project files 2023-02-24 04:31:05 +08:00
Deal(一线灵) 56d4140628
Revert design size. 2023-02-24 04:20:14 +08:00
halx99 859a4eea57 Tidy lua-template-default 2023-02-24 00:17:36 +08:00
halx99 de05d9af44 Fix android assets 2023-02-23 23:48:06 +08:00
RH d08383dee1
[Android] Update icons to Axmol logo (#1073)
* Update Android icons in test projects.
2023-02-23 23:43:51 +08:00
halx99 ba61e83191 Improve UserDefault code style 2023-02-23 21:59:27 +08:00
halx99 a00d594ba0 Fix live2d sdk crash issue 2023-02-23 21:59:00 +08:00
Deal(一线灵) 1ae9cd33ae
Tidy project tree and full symlink support (#1072)
* Tidy project file tree and all symlink support
2023-02-23 21:57:30 +08:00
RH c628e0f428
Better richtext word wrapping (#1071)
* [RichText] Do not word-wrap on punctuation characters for better readability
2023-02-23 13:55:42 +08:00
RH 4b4294c6d2
Update app icon to Axmol logo (#1070)
* [iOS] Axmol logo

* [Windows] Add Axmol logo as icon
Replace old logos in test resources with Axmol logo

* [tvos] Update to Axmol logo

* Update iOS and tvOS app logo

* Update cpp template app logos

* Fix resources for iOS and tvos. Update to new Axmol logo.
2023-02-23 13:07:12 +08:00
halx99 b29817b672 Fix ci 2023-02-23 10:14:14 +08:00
halx99 95964d5476 Improve cpp-tests design resolution setup 2023-02-23 09:50:36 +08:00
halx99 21c92c5434 [CMake] Add symlink support, refer to #1005
- Rename ax_<xxx>_copy_xxx to ax_<xxx>_sync_xxx
- Add optional arg `SYM_LINK`
2023-02-22 23:37:32 +08:00
aismann 1b4c7b9976
Visible artifacts on DrawNode::drawCircle() with a corresponding lineWidth > 5 (window resizing issue) (#1050)
* Fix DrawNode::drawCircle() behavior itf the window is resizing.

* Update CCDrawNode.cpp

Tested also with
resourceSize(960, 640) or (1280, 720)
designSize(480, 320) or (400, 320);


Making a deal with the "boss"

* Update drawCircle and Tests

_lineWidth/4  is needed => the circle grow to fast without

---------

Co-authored-by: Deal(一线灵) <halx99@live.com>
2023-02-22 20:02:20 +08:00
RH f3930a15f4
Scrollbar visibility fix for when auto hide is disabled (#1067)
* Fix for scrollbar visibility when auto-hide is disabled

* Set the default opacity to 255 when the scrollbar auto hide is disabled since _opacity is unknown
2023-02-22 11:13:56 +08:00
RH 76b8747874
Trim leading space from wrapped lines of text in RichText (#1066)
* Fix issue with a whitespace appearing at the start of left-aligned text in RichText when using wrapping at word boundaries.
Update RichText test.
2023-02-21 13:15:28 +08:00
halx99 b94890cf00 Update thirdparty README.md 2023-02-18 18:19:39 +08:00
Deal(一线灵) ef518b1a6c
Fix ci 2023-02-18 16:27:03 +08:00
Deal(一线灵) d3689167e9
Fix ci 2023-02-18 16:08:49 +08:00
Deal(一线灵) 2164c0a77d
Add oboe missing CMakeLists.txt 2023-02-18 14:35:48 +08:00
Deal(一线灵) 76630577b2
Update CHANGELOG (Commits on Dec 18, 2022) 2023-02-18 13:45:29 +08:00
Deal(一线灵) 68ba12fb13
Update README.md 2023-02-18 12:06:08 +08:00
halx99 65a8050683 ALSOFT: Use oboe instead OpenSL backend for more compatible 2023-02-18 11:49:46 +08:00
halx99 a7ae735893 Check astc image header wildcard for some extesion formats [skip ci] 2023-02-18 11:43:44 +08:00
halx99 49284f4cc2 Working on c++23
There are many more efficient features on future c++23 standard
2023-02-18 11:39:31 +08:00
halx99 ff75289a07 Remove unused sources 2023-02-18 11:27:54 +08:00
halx99 c8f5293f2e Android CI: signed release apks 2023-02-18 11:26:37 +08:00
Deal(一线灵) 1e1f0568ac
Update .clang-format [skip ci] 2023-02-16 13:20:29 +08:00
Deal(一线灵) f3090a800e
Update .clang-format 2023-02-16 13:13:22 +08:00