aismann
|
41af249063
|
Update pull_request_template.md (#1012)
|
2023-01-05 20:40:25 +08:00 |
涓€绾跨伒|Deal
|
644fa8d01a
|
Update HttpCookie.cpp
|
2023-01-04 21:21:16 -08:00 |
涓€绾跨伒|Deal
|
4108bdd048
|
Fix ci
|
2023-01-05 02:47:23 +08:00 |
halx99
|
e86f2e3f73
|
Fix ci
|
2023-01-05 00:35:55 +08:00 |
halx99
|
bc9e4483e9
|
Fix ci
|
2023-01-05 00:31:08 +08:00 |
halx99
|
2410e7a782
|
Change HttpRequest::getTag return type from const char* to std::string_view
|
2023-01-04 23:37:57 +08:00 |
halx99
|
66be2a592e
|
Fix ci
|
2023-01-04 23:21:24 +08:00 |
halx99
|
90e964ca6f
|
Fix ci
|
2023-01-04 23:20:31 +08:00 |
halx99
|
98efcfe193
|
Update yasio to latest
|
2023-01-04 23:20:07 +08:00 |
halx99
|
be9675ff1f
|
Improve code style
|
2023-01-04 23:06:52 +08:00 |
halx99
|
bb01a66859
|
Merge: b164698459 6f08abab88
Merge branch 'dev' of https://github.com/axmolengine/axmol into dev
|
2023-01-04 23:06:18 +08:00 |
halx99
|
aeedf0daee
|
Improve posix macro definations
|
2023-01-04 23:05:52 +08:00 |
halx99
|
46e33bb548
|
Committing genbindings changes
|
2023-01-04 14:59:56 +00:00 |
halx99
|
a8916dfd50
|
Preferred use ax::print for engine log output
|
2023-01-04 22:52:40 +08:00 |
halx99
|
429e62ff95
|
Merge: 427ae694bd b5cde53994
Merge branch 'dev' of https://github.com/axmolengine/axmol into dev
|
2023-01-04 21:26:23 +08:00 |
halx99
|
8c9cda5b16
|
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
|
a6b09af092
|
ANDROID_SDK_ROOT -> ANDROID_HOME (#1009)
* Update setup.py
* ANDROID_SDK_ROOT -> ANDROID_HOME
|
2023-01-04 08:03:48 +08:00 |
halx99
|
cb35a48885
|
Take care lambda implicit capture std::string_view
refer to: #1002
|
2023-01-03 23:02:17 +08:00 |
halx99
|
2522b1ef45
|
Fix feature check for MSVC
|
2023-01-03 18:01:40 +08:00 |
aismann
|
2ad35decc3
|
Update HelloWorldScene.cpp (#1008)
replace _director->end(); with menuCloseCallback(this);
|
2023-01-03 17:40:05 +08:00 |
halx99
|
5cb2f1d57f
|
Fix ci
|
2023-01-03 15:20:11 +08:00 |
halx99
|
f7b8c6528a
|
Fix #991
|
2023-01-03 15:09:45 +08:00 |
halx99
|
d238f72820
|
Fix ci
|
2023-01-03 14:34:10 +08:00 |
涓€绾跨伒|Deal
|
d5c7a2761a
|
Update bug_report.md
|
2023-01-03 14:24:35 +08:00 |
涓€绾跨伒|Deal
|
1ae07227eb
|
Add vs2019 test ci
|
2023-01-03 12:33:24 +08:00 |
CHP
|
ac337df402
|
Update AXBuildHelpers.cmake (#1004)
|
2023-01-03 09:20:30 +08:00 |
aismann
|
d842f6fdfb
|
Improve cpp-template
Add:
- scheduleUpdate()
- HelloWorld::update(float delta) with some "gamestate switch/cases"
|
2023-01-02 22:26:23 +01:00 |
halx99
|
2cc1e540ac
|
Fix ci
|
2023-01-01 23:31:24 +08:00 |
halx99
|
82214b4183
|
Avoid packet GC
yasio-3.39.7 introduce YOPT_S_FORWARD_EVENT.
|
2023-01-01 23:11:32 +08:00 |
halx99
|
b644220459
|
Fix ci
|
2023-01-01 18:41:48 +08:00 |
halx99
|
3f9cbc3c16
|
Committing genbindings changes
|
2023-01-01 10:21:43 +00:00 |
halx99
|
319aaf3a49
|
Renaming performFunctionInCocosThread to runOnAxmolThread
|
2023-01-01 18:08:25 +08:00 |
halx99
|
0f97e3fa3a
|
Improve base64 API
Move base64Encode/base64Decode to namespace `ax::utils`
|
2023-01-01 18:07:18 +08:00 |
涓€绾跨伒|Deal
|
bc491ca743
|
Remove unused
|
2023-01-01 18:01:01 +08:00 |
halx99
|
060a24d641
|
Add win32 console for cpp template [skip ci]
|
2022-12-29 19:00:40 +08:00 |
halx99
|
ff419dfc47
|
Committing genbindings changes
|
2022-12-29 09:01:26 +00:00 |
Turky Mohammed
|
4ceadb9740
|
[IMPROVEMENT] Remove camera unnecessary perspective option. (#993)
* Fix camera applyZoom when window size changes
* Revert "Fix camera applyZoom when window size changes"
This reverts commit 26154b5ff7 .
* Fix pr
* remove camera perspective option
* fix merge conflict
* Update CCCamera.cpp
* Update CCCamera.h
|
2022-12-29 16:54:26 +08:00 |
Turky Mohammed
|
d7a6a64517
|
[BUG] Fix camera `applyZoom()` when window size changes and remove unnecessary projection code (#992)
* Fix camera applyZoom when window size changes
* Revert "Fix camera applyZoom when window size changes"
This reverts commit 26154b5ff7 .
* Fix pr
|
2022-12-29 16:54:01 +08:00 |
pietpukkel
|
2dcf76a88a
|
Fix for UIEditBox password on Mac/iOS (Montery+/15+). (#995)
Fix for UIEditBox password on Mac/iOS (Montery+/15+).
|
2022-12-27 14:26:09 +08:00 |
CHP
|
10088a72d1
|
Use standard cmake CMAKE_CXX_STANDARD instead of CXX_STD (#987)
* Update AXConfigDefine.cmake
* Use standard cmake CMAKE_CXX_STANDARD instead of CXX_STD
* Fix formatting
* remov empty line
* Update AXConfigDefine.cmake
Fix typo
|
2022-12-20 11:31:52 +08:00 |
RH
|
5bcc560c9e
|
Fix axmol command search paths (#989)
* Committing genbindings changes
* Fix incorrect environment variable name and console folder path
|
2022-12-20 11:31:25 +08:00 |
halx99
|
0684ac0ef4
|
Fix charset process in glfwCharCallback
|
2022-12-18 11:52:57 +08:00 |
CHP
|
8d36190c98
|
Improve Android cmake (#985)
* Update CMakeLists.txt
* Improve Andoid CMAKE
|
2022-12-17 16:35:34 +08:00 |
CHP
|
fa89bb6706
|
Improve lua cmake (#986)
|
2022-12-17 16:35:20 +08:00 |
halx99
|
50447f3003
|
Update logo [skip ci]
|
2022-12-17 16:32:20 +08:00 |
halx99
|
40b8a4c0c2
|
Update docs
|
2022-12-17 15:01:06 +08:00 |
halx99
|
9d59d1d1ec
|
Update docs for new logo
|
2022-12-17 14:44:02 +08:00 |
halx99
|
176d4384b3
|
Remove unnecessary cmake include
|
2022-12-17 14:32:20 +08:00 |
halx99
|
1ca8c3fa0e
|
Fix ci
|
2022-12-17 14:31:23 +08:00 |
halx99
|
658f5bbc0f
|
Fix ci
|
2022-12-17 13:19:26 +08:00 |