halx99
|
1ed106b341
|
Fix cpp-tests material texture path
|
2022-10-20 20:19:11 +08:00 |
halx99
|
4228b658af
|
Fix memory leak
|
2022-10-20 20:18:32 +08:00 |
halx99
|
154009da5f
|
Migrate namespace for templates [skip ci]
|
2022-10-19 13:17:18 +08:00 |
halx99
|
06079a5369
|
Migrate
|
2022-10-18 19:17:36 +08:00 |
halx99
|
9c7c80aafa
|
Migrate [skip ci]
|
2022-10-18 19:13:40 +08:00 |
tkzcfc
|
5345d9eb38
|
Fix downloader crash in the lua coroutine (#927)
|
2022-10-18 17:42:19 +08:00 |
一线灵|Deal
|
4946cf84e8
|
Merge pull request #926 from aismann/patch-1
Update README.md
|
2022-10-18 08:49:58 +08:00 |
一线灵|Deal
|
0b0f0fcc99
|
Create README.md
|
2022-10-17 22:15:27 +08:00 |
aismann
|
9d4dfea74a
|
Update README.md
|
2022-10-17 16:05:47 +02:00 |
halx99
|
760aa0d42b
|
Update Dear ImGui to v1.88, refer to #895
|
2022-10-17 21:46:16 +08:00 |
一线灵|Deal
|
2d454e6da1
|
Update README_CN.md
|
2022-10-13 23:57:50 +08:00 |
一线灵|Deal
|
11d38f7205
|
Update windows-ci.yml
|
2022-10-13 23:16:25 +08:00 |
halx99
|
8ea5342cca
|
Committing genbindings changes
|
2022-10-13 14:08:14 +00:00 |
halx99
|
68964f02fe
|
Update yasio to latest
|
2022-10-13 22:00:06 +08:00 |
一线灵|Deal
|
39b57ae939
|
Improve code quality (stage1.Oct) (#916)
* Improve code quality
* Add env PULL_REQUEST [skip ci]
* Update build.ps1
* Fix ci [skip ci]
* Update ZipUtils.cpp
* Update build.ps1
* Resolve reviews
* Improve
* Improve code style
* Resolve reviews
* Use pod_vector
* Improve resize growth
* Update CCAnimation3D.cpp
* Update axstd.h [skip ci]
|
2022-10-13 21:44:42 +08:00 |
一线灵|Deal
|
f1d31a15b6
|
Update Device.h
|
2022-10-12 20:37:56 +08:00 |
halx99
|
1d01e163e9
|
🔨Fix #887
|
2022-10-12 19:44:31 +08:00 |
halx99
|
8e5a378f1c
|
Luabinding: Add std:🧵:id support
|
2022-10-12 14:22:45 +08:00 |
halx99
|
046eef5cf0
|
Fix #873
|
2022-10-12 12:39:27 +08:00 |
halx99
|
16c592367d
|
Committing genbindings changes
|
2022-10-11 23:33:16 +00:00 |
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 |