Commit Graph

40477 Commits

Author SHA1 Message Date
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
halx99 7b921a2d75 Fix ci 2023-01-03 14:34:10 +08:00
一线灵|Deal a95947b7a0
Update bug_report.md 2023-01-03 14:24:35 +08:00
一线灵|Deal 28e9612900
Add vs2019 test ci 2023-01-03 12:33:24 +08:00
CHP 6d5b0d9ee5
Update AXBuildHelpers.cmake (#1004) 2023-01-03 09:20:30 +08:00
一线灵|Deal 94ec87a19c
Merge pull request #1006 from aismann/dev
Improve cpp-template
2023-01-03 06:21:20 +08:00
aismann 1b35d57b0b Improve cpp-template
Add:
- scheduleUpdate()
- HelloWorld::update(float delta) with some "gamestate switch/cases"
2023-01-02 22:26:23 +01:00
halx99 7d2166fb31 Fix ci 2023-01-01 23:31:24 +08:00
halx99 7b0866edac Avoid packet GC
yasio-3.39.7 introduce YOPT_S_FORWARD_EVENT.
2023-01-01 23:11:32 +08:00
halx99 401c0d96aa Update yasio to latest (v3.39.7) 2023-01-01 23:09:17 +08:00
halx99 e30d3c159c Fix ci 2023-01-01 18:41:48 +08:00
halx99 25a9a4fb7a Committing genbindings changes 2023-01-01 10:21:43 +00:00
halx99 38cfc6aaa2 Renaming performFunctionInCocosThread to runOnAxmolThread 2023-01-01 18:08:25 +08:00
halx99 59bc12dddf Improve base64 API
Move base64Encode/base64Decode to namespace `ax::utils`
2023-01-01 18:07:18 +08:00
一线灵|Deal 32367c8026
Remove unused 2023-01-01 18:01:01 +08:00
halx99 c96bd308c7 Update yasio to v3.39.6 2023-01-01 17:36:38 +08:00
halx99 22244469d4 Add win32 console for cpp template [skip ci] 2022-12-29 19:00:40 +08:00
halx99 c149cb6c79 Committing genbindings changes 2022-12-29 09:01:26 +00:00
Turky Mohammed eb5ec6047c
[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 d2a3b9a375
[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
halx99 73e4fa9ee3 Update yasio to v3.39.5 2022-12-29 15:45:34 +08:00
pietpukkel 24c3afa524
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 e25f4d4f77
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 ae9e79f62d
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 2e4324c363 Fix charset process in glfwCharCallback 2022-12-18 11:52:57 +08:00
CHP d79156d728
Improve Android cmake (#985)
* Update CMakeLists.txt

* Improve Andoid CMAKE
2022-12-17 16:35:34 +08:00
CHP 2f54ecaf6d
Improve lua cmake (#986) 2022-12-17 16:35:20 +08:00
halx99 3f0df4a348 Update logo [skip ci] 2022-12-17 16:32:20 +08:00
halx99 d525658277 Update docs 2022-12-17 15:01:06 +08:00
halx99 f180e71353 Fix ci 2022-12-17 14:49:06 +08:00
halx99 df75decfe4 Update docs for new logo 2022-12-17 14:44:02 +08:00
halx99 691cdd0ed9 Remove unnecessary cmake include 2022-12-17 14:32:20 +08:00
halx99 5424844c8b Fix ci 2022-12-17 14:31:23 +08:00
halx99 1868f3b7e3 Fix ci 2022-12-17 13:19:26 +08:00
halx99 a4240d2403 Update png to 1.6.39 2022-12-17 12:00:15 +08:00