Commit Graph

39279 Commits

Author SHA1 Message Date
halx99 c782865420
Merge pull request #555 from aismann/patch-13
Update Chipmunk2D to 7.0.3-0cb05e7
2021-12-20 14:13:08 +08:00
aismann bdc596154a
Update Chipmunk2D to 7.0.3-0cb05e7 2021-12-20 06:32:01 +01:00
halx99 547b257fe9
Merge pull request #554 from aismann/Chipmunk-fixes
Chipmunk fixes until Dec 16, 2021 (0cb05e7)
2021-12-20 09:29:32 +08:00
aismann cf2227dda5 Chipmunk fixes 2021-12-19 22:59:07 +01:00
halx99 b4bedd24d0 Improve starter lua template HellLua
a. Use lua search path for scripts instead FileUtils
b. Put new lua search path to front of LuaStack
2021-12-19 14:59:00 +08:00
halx99 dd58f7cb98 Add max_size for fix compile error when use luajit 2021-12-18 15:17:46 +08:00
halx99 f981903ab4
Update README.md 2021-12-17 11:55:57 +08:00
halx99 7b4e6453f2
Update CHANGELOG 2021-12-17 11:54:45 +08:00
halx99 6b4acea787
Update CHANGELOG 2021-12-17 00:25:54 +08:00
halx99 69603d85cc
Update README_CN.md 2021-12-16 19:04:17 +08:00
halx99 5ba59e2dc4
Update README.md 2021-12-16 19:03:57 +08:00
halx99 089865fc9f
Update adxe.cpp 2021-12-16 19:03:17 +08:00
halx99 39e9f4ae90
Update CHANGELOG 2021-12-16 19:02:43 +08:00
halx99 086f6b1715 Remove unnecessary AudioEngine::end() at AppDelegate::~AppDelegate of HellCpp & HelloLua 2021-12-16 19:00:19 +08:00
halx99 2d15d9d447 Use std::string_view directly 2021-12-16 18:54:16 +08:00
halx99 5c28896003 Add utils::computeDigest for support more hash algorithm 2021-12-16 11:14:39 +08:00
halx99 bfc698db0e Update OpenSSL to 3.0.1 2021-12-16 10:39:46 +08:00
halx99 8ab6ad0139 Fix #550, #484
Invoke AudioEngine::end before Director destroyed, because it hold scheduler belong Director.
2021-12-15 16:56:08 +08:00
halx99 c4f1f974a3 Code style 2021-12-14 15:36:03 +08:00
halx99 bc0fabe245 Update yasio 2021-12-14 14:05:22 +08:00
halx99 7a0c89b7fd Update yasio 2021-12-13 23:05:00 +08:00
halx99 5f7392a8e6 Improve any_buffer code quality
a. Fix warnings: try delete void*
b. Only allow used by trivially_destructible types

Reported by @wzhengsen
2021-12-13 20:33:50 +08:00
halx99 6cf1a6fccf
Update README.md 2021-12-12 10:49:53 +08:00
halx99 989d1e20f0 Update yasio 2021-12-12 10:20:34 +08:00
halx99 5dcbf4e8a2 Sync byte_buffer of yasio 2021-12-11 20:15:29 +08:00
halx99 09b122ee3f Update yasio 2021-12-11 13:02:56 +08:00
halx99 e2f13576ae Delete obj-c style callback 2021-12-10 19:20:33 +08:00
halx99 2e0cc940ee [HttpClient] Use `byte_buffer` instead `std::vector<char>` 2021-12-10 19:15:48 +08:00
halx99 eeeb5496fa
Add copyright notice
The any_buffer implementation is inspired by @denghe
2021-12-08 15:22:30 +08:00
halx99 dffe96ce1f Fix #549 2021-12-08 15:16:19 +08:00
halx99 65edf12f41
Merge pull request #548 from adxeproject/remove-all-nothrow
Remove all nothrow
2021-12-08 09:02:44 +08:00
halx99 c71c24f9f0 Remove nothrow stubs 2021-12-08 00:27:52 +08:00
halx99 fe39799ffc Delete unused binding generator 2021-12-08 00:15:08 +08:00
halx99 b459acbcf7 Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
halx99 b2e80923e3 Update yasio 2021-12-07 15:00:43 +08:00
halx99 c3e94eddfa
Don't allow Color3B to Color4B implicit 2021-12-06 21:19:45 +08:00
halx99 70334a02be Change DrawNode api color from Color4F to Color4B
a. Color4B is low level type before upload to GPU
b. Enable implicit convert from Color4F to Color4B

Inspired by @Denghe.NET
2021-12-06 21:09:15 +08:00
halx99 73a6dbbe9f Update thirdparties, mvsc toolsets 19.29.30137.0
a. curl-7.78.0
b. jpegturbo-2.1.2
c. luajit-2.1.0-f3c8569 (2512)
2021-12-06 20:01:37 +08:00
halx99 232387ac11 Improve code quality 2021-12-06 15:02:53 +08:00
halx99 a95a00e96b Improve code style 2021-12-06 13:00:44 +08:00
halx99 0f4b92c1e4 Always enable string pooling for msvc 2021-12-04 13:45:25 +08:00
halx99 fef04c4830 Track freetype to release 2.11.1 2021-12-03 15:14:06 +08:00
halx99 ec60597a6d
Merge pull request #545 from aismann/COCOS2D_DEBUG
Improve performance on cpp-tests release version controlling COCOS2D_…
2021-12-01 22:38:49 +08:00
aismann 8f01f2782f Improve performance on cpp-tests release version controlling COCOS2D_DEBUG 2021-12-01 15:03:57 +01:00
halx99 91854beaa2
Merge pull request #544 from aismann/string_view
Change all setString(const std::string & ...) ...
2021-12-01 13:07:04 +08:00
halx99 00d8a4ef5d
Fix ci 2021-12-01 12:02:42 +08:00
halx99 629b882230
Improve code style 2021-12-01 11:49:42 +08:00
aismann 6a41776f20 change all setString(const std::string & ...) to setString(std::string_view ...)
Change all methods inherited from virtual void setString(std::string_view label) = 0;
2021-11-30 20:35:34 +01:00
halx99 0e39332c8b
Update README.md 2021-11-29 22:04:31 +08:00
halx99 82b7b95ff8 Better use string_view, refer #543 2021-11-27 13:51:21 +08:00