Oren Bengigi
2698663f90
Update CMakeLists.txt ( #1031 )
2023-01-14 16:34:50 +08:00
halx99
4c2df9e581
Fix vs-ninja build
2023-01-14 16:33:35 +08:00
CHP
e0eba5ee4b
Update android-ci.yml ( #1029 )
2023-01-14 08:24:55 +08:00
Deal(一线灵)
209c077daa
Update README.md
2023-01-13 19:51:28 +08:00
CHP
0ad4fbbe37
Update android-ci.yml - upload apk ( #1027 )
2023-01-12 13:04:38 +08:00
Deal(一线灵)
2b0484a40b
Update CocosGUI.h
2023-01-12 11:55:16 +08:00
Deal(一线灵)
5daca7027f
Update pr-ci.yml
2023-01-12 11:38:08 +08:00
halx99
047574d8e6
Update comment [skip ci]
2023-01-12 09:54:47 +08:00
halx99
9eb65309b9
Don't use deprecated function
2023-01-11 23:28:22 +08:00
halx99
d1e9308ede
Improve windows optional modules
2023-01-11 22:28:14 +08:00
pietpukkel
6c7d2a26c3
Resize on Windows ( #1026 )
...
* Resize on Windows
Fixed resize on Windows
* Better code quality
Co-authored-by: <halx99@live.com>
2023-01-11 22:24:43 +08:00
halx99
d56efd5a57
Make linux defautSearchRoot same with win32
2023-01-10 23:06:04 +08:00
一线灵|Deal
6c68626e43
Update xxsocket.cpp
2023-01-10 22:22:55 +08:00
halx99
1464009e63
Update yasio to latest
2023-01-10 22:19:30 +08:00
halx99
b032ba2f56
Update robin_map to v1.2.1
2023-01-10 22:16:38 +08:00
一线灵|Deal
100a688ce5
Add windows dll build checks for GH actions ( #1023 )
...
* Update windows-ci.yml
* Update pr-ci.yml
* Update build.ps1
* Update windows-ci.yml
* Update build.ps1
2023-01-08 22:04:14 +08:00
Turky Mohammed
5f9db1203f
[BUG] fix _AX_HAVE_WEBVIEW2 compilation error when not defined. ( #1020 )
...
* make _AX_HAVE_WEBVIEW2 actually work
* Exclude other platforms
* Update UIWebView-inl.h
2023-01-08 09:36:43 +08:00
Turky Mohammed
54eb339f5f
Update positionColorLengthTexture.vert ( #1021 )
2023-01-08 09:36:14 +08:00
一线灵|Deal
8ab4be0123
fix typo
2023-01-07 20:24:49 +08:00
一线灵|Deal
25934b84f2
Fix typo
2023-01-07 19:46:20 +08:00
halx99
9b81b06e06
Committing genbindings changes
2023-01-06 15:48:02 +00:00
aismann
b1c5f106ca
Improve drawCircle rendering for big rings ( #1013 )
...
* Update HelloWorldScene.cpp
replace _director->end(); with menuCloseCallback(this);
* Rendering drawCircle
2023-01-06 23:25:31 +08:00
halx99
855b493dad
Fix dll link
2023-01-06 23:21:09 +08:00
halx99
e9c1726c31
Use 1 line cmake command copy target runtime dlls
2023-01-06 19:11:10 +08:00
halx99
640dda61ec
Fix dll linkage
2023-01-06 18:38:16 +08:00
RH
f59d786b7a
Fix cpp-template ( #1016 )
...
* Committing genbindings changes
* Fix compilation error related to redefinition of 'pause'
Fix update override warning
Improve code
* Revert "Fix compilation error related to redefinition of 'pause'"
This reverts commit 1744a48fec
.
* Fix compilation error related to redefinition of 'pause'
Fix update override warning
Improve code
2023-01-06 13:02:55 +08:00
halx99
857f669970
Fix http test print
2023-01-05 23:31:39 +08:00
aismann
da7987214f
Update pull_request_template.md ( #1012 )
2023-01-05 20:40:25 +08:00
一线灵|Deal
6a19a9bc88
Update HttpCookie.cpp
2023-01-04 21:21:16 -08:00
一线灵|Deal
a224966f6b
Fix ci
2023-01-05 02:47:23 +08:00
halx99
23693d9a5f
Fix ci
2023-01-05 00:35:55 +08:00
halx99
4c07b00348
Fix ci
2023-01-05 00:31:08 +08:00
halx99
0825311308
Change HttpRequest::getTag return type from const char* to std::string_view
2023-01-04 23:37:57 +08:00
halx99
51ec09efd2
Add c++23 checking
2023-01-04 23:23:33 +08:00
halx99
68b42398a1
Fix ci
2023-01-04 23:21:24 +08:00
halx99
4915b3f2c5
Fix ci
2023-01-04 23:20:31 +08:00
halx99
5bd36bfa7c
Update yasio to latest
2023-01-04 23:20:07 +08:00
halx99
2547e8d3f8
Improve code style
2023-01-04 23:06:52 +08:00
halx99
2944431e82
Merge branch 'dev' of https://github.com/axmolengine/axmol into dev
2023-01-04 23:06:18 +08:00
halx99
b164698459
Improve posix macro definations
2023-01-04 23:05:52 +08:00
halx99
6f08abab88
Committing genbindings changes
2023-01-04 14:59:56 +00:00
halx99
2c8f7aa84e
Preferred use ax::print for engine log output
2023-01-04 22:52:40 +08:00
halx99
8ed52980b4
Merge branch 'dev' of https://github.com/axmolengine/axmol into dev
2023-01-04 21:26:23 +08:00
halx99
427ae694bd
Fix http request issue when path empty from url
...
Ensure path can be use for http request directly
2023-01-04 21:26:01 +08:00
CHP
b5cde53994
ANDROID_SDK_ROOT -> ANDROID_HOME ( #1009 )
...
* Update setup.py
* ANDROID_SDK_ROOT -> ANDROID_HOME
2023-01-04 08:03:48 +08:00
halx99
28eb9e1886
Take care lambda implicit capture std::string_view
...
refer to: #1002
2023-01-03 23:02:17 +08:00
halx99
2b07737a91
Fix feature check for MSVC
2023-01-03 18:01:40 +08:00
aismann
8d4c763769
Update HelloWorldScene.cpp ( #1008 )
...
replace _director->end(); with menuCloseCallback(this);
2023-01-03 17:40:05 +08:00
halx99
9dec342a17
Fix ci
2023-01-03 15:20:11 +08:00
halx99
9a10ffbf5e
Fix #991
2023-01-03 15:09:45 +08:00