Commit Graph

40582 Commits

Author SHA1 Message Date
aismann c206a1456f
/* axmol thread id */ (#924) 2022-10-12 07:04:36 +08:00
CHP d5635a2687
Update UIImageViewTest.cpp (#923)
Fix UIImageViewIssue12249Test
2022-10-12 07:04:21 +08:00
CHP 825cfd05bb
Update CMakeLists.txt (#922)
* Update CMakeLists.txt

* Update CMakeLists.txt
2022-10-12 07:04:01 +08:00
aismann a5810457f1
rename cocos2d to axmol (#920)
* rename cocos2d to axmol

* rename cocos2d.h to axmol.h

* Update Physics3DTest.cpp

replace Sprite3D -> MeshRenderer
2022-10-12 00:15:09 +08:00
halx99 544c3919c3 Fix #908 2022-10-11 13:23:47 +08:00
aismann a20f22567e
Update README.md (#912)
cmake 3.22.1+
2022-10-11 10:40:39 +08:00
CHP 01e3b209fb
Fix noisy message "Unable to resolve full path of PCH-header" (#918)
* Update CMakeLists.txt

fix noisy message "Unable to resolve full path of PCH-header"

* Update CMakeLists.txt

* Update CMakeLists.txt
2022-10-11 08:54:02 +08:00
RH c131bda9c0
Fix to UI touch location and add keyboard support for ImGui on Android (#910)
* Committing genbindings changes

* Fix for X position calculation not factoring in X origin.
Reduce code duplication.

* Add keyboard input support
2022-10-10 10:16:19 +08:00
RH ffef1ea55b
Enable ImGui for Android (#909)
* Add support for ImGui usage on Android
2022-10-10 03:53:24 +08:00
CHP 58c311f63d
precompile_headers all platforms (#901) 2022-10-10 03:52:04 +08:00
一线灵|Deal 573933148c
Improve AutoPolygon::generateTriangles performance (#905) 2022-10-09 18:06:15 +08:00
一线灵|Deal a8ccd8cf05
Add reasonable comment for performance code 2022-10-08 12:26:38 +08:00
aismann f22148e80f
Improve MeshRenderer #879 thanks @solan-solan (#904)
* Update Physics3DTest.cpp

Improve #879  thanks @solan-solan

* Update CCMeshRenderer.cpp

#hope this is fixing #879
2022-10-08 06:15:03 +08:00
一线灵|Deal 7a3314160c
Merge pull request #903 from aismann/patch-2
Update AppDelegate.h
2022-10-07 23:44:37 +08:00
一线灵|Deal 90e8893e05
Merge pull request #902 from aismann/patch-1
Update AppDelegate.cpp
2022-10-07 23:05:34 +08:00
halx99 9eec6d817f Update llhttp to v8.0.0 2022-10-07 22:13:02 +08:00
halx99 27215d383c Improve code style 2022-10-07 21:48:07 +08:00
halx99 29d99c32fe Improve performance 2022-10-07 21:36:38 +08:00
halx99 29d4e3209e Migrate lua scripts, remove deprecated files 2022-10-07 21:24:11 +08:00
aismann dbedd025d7
Update AppDelegate.h
#883
2022-10-07 15:24:01 +02:00
aismann be406badfe
Update AppDelegate.cpp
#883
2022-10-07 15:21:07 +02:00
halx99 a4698809f2 Tracking sol2 to v3.3.0 for cpp20 2022-10-07 16:12:01 +08:00
halx99 a469a82707 Improve template compatible 2022-10-07 16:11:13 +08:00
halx99 4602a67c8a Improve code style
Also fix compile error on c++23
2022-10-06 21:32:20 +08:00
aismann f2a20bd7cc
Update pull_request_template.md (#900) 2022-10-06 12:15:27 +08:00
一线灵|Deal 6be292d901
Merge pull request #898 from crazyhappygame/patch-2
Delete setup_android.py
2022-10-06 08:56:49 +08:00
一线灵|Deal 27206fdc79
Merge pull request #896 from crazyhappygame/patch-1
Enable C++20 by default
2022-10-06 08:50:39 +08:00
CHP 92cd2ee005
Update run-script.sh 2022-10-05 21:20:53 +02:00
CHP 460a197220
Update before-install.sh 2022-10-05 21:19:47 +02:00
CHP 6d9acdc789
Delete setup_android.py
This file is not needed with latest android SDK
2022-10-05 21:18:06 +02:00
CHP 97fc3b7bcf
Update README.md 2022-10-05 21:16:33 +02:00
CHP 1af0d74430
Enable C++20 by default
Enable C++20 by default
2022-10-05 20:24:33 +02:00
一线灵|Deal 6220071b3b
Merge pull request #894 from aismann/patch-2
Update README.md
2022-10-05 16:49:49 +08:00
aismann 56a95d1024
Update README.md
looks better now
2022-10-05 10:24:16 +02:00
一线灵|Deal 97ba181603
Merge pull request #893 from aismann/patch-1
Update README.md
2022-10-05 15:02:59 +08:00
aismann f6ec9d2ed2
Update README.md 2022-10-05 08:32:06 +02:00
一线灵|Deal ec0782623a
Merge pull request #890 from axmolengine/check-cpp20-complings
Check cpp20 complings for all platforms
2022-10-05 13:20:24 +08:00
一线灵|Deal 8968a949da
Set default c++ standard to 17 [skip ci] 2022-10-05 13:20:04 +08:00
halx99 fe094f35c4 Fix ci 2022-10-05 11:01:46 +08:00
一线灵|Deal da0d490dec
Merge pull request #892 from aismann/dev
Clipper2 1.05  (only files with changes on source lines)
2022-10-05 10:03:23 +08:00
aismann 981258d6ae Clipper2 1.05 (only files with changes on source lines) 2022-10-04 18:54:12 +02:00
一线灵|Deal 186a50acff
Update AXConfigDefine.cmake 2022-10-04 11:39:32 +08:00
halx99 b9f79ac07a Committing genbindings changes 2022-10-04 03:15:52 +00:00
一线灵|Deal 92e5f465fa
Merge pull request #801 from theunwisewolf/dev-richtext-scale-support
RichElementImage - Add support for scaling
2022-10-04 11:08:49 +08:00
一线灵|Deal 6cd36ab02e
Merge pull request #889 from aismann/patch-7
Update README.md
2022-10-04 11:02:14 +08:00
halx99 59257bbbb3 Fix model render blend state, refer to: #879 2022-10-04 10:42:21 +08:00
aismann 7dbc5ee0d2
Update README.md 2022-10-04 04:40:31 +02:00
一线灵|Deal 4c4722b13a
Merge pull request #888 from aismann/patch-6
Update README.md
2022-10-04 08:46:11 +08:00
aismann 28803a015a
Update README.md 2022-10-03 17:55:54 +02:00
aismann db0c157f09
Update README.md 2022-10-03 16:57:36 +02:00