Commit Graph

38883 Commits

Author SHA1 Message Date
halx99 082589dcf0
Merge pull request #445 from aismann/Box2D-Basic-Clean-code-and-speed-optimized
Box2D - Basic ready for use (clean code and speed optimized)
2021-08-06 19:40:32 +08:00
halx99 0a682f0dc1
Merge pull request #446 from aismann/patch-1
Update README.md
2021-08-06 19:24:25 +08:00
aismann 34552a779e
Update README.md 2021-08-06 12:19:45 +02:00
aismann c2b44cc7e1 some beauties 2021-08-06 10:19:54 +02:00
aismann 56b99eff6a Box2D - Basic ready for use 2021-08-06 09:35:29 +02:00
aismann f5077bfb0f
Add DebugDraw to Box2DTest, Improve Box2D-Testbed add some new classes to physics-nodes (#444)
* Update AppDelegate.cpp

Add '*Debug*' on the title

* Update CCPhysicsDebugNodeBox2D.h

* Improve Box2D-TestBed

* improvements

* Update CCPhysicsDebugNodeBox2D.cpp

* Improve the 2d physics stuff

* dirty fix for build android:

* Fix fatal error: 'GLFW/glfw3.h' file not found

* Add DebugDraw to  Box2DTest, Improve Box2DTestBed, Add some new physicnodes

* fix settings, unknow  labelDebugDraw;
2021-08-05 17:23:55 +08:00
halx99 5e88382a93 Fix #443
a. HttpClient: improve request header processing
2021-08-05 14:56:40 +08:00
halx99 cfffd35aec HttpClient: push front available channel to fix dns cache missing 2021-08-03 14:41:30 +08:00
halx99 71c17cfc9b Add HttpClient::handleNetworkStatusChanged to clear DNS cache 2021-07-31 14:39:42 +08:00
halx99 ab6b36d5f9 Update yasio 2021-07-26 23:08:35 +08:00
halx99 e08c9b136a
Avoid crash when http cookie enabled on android 2021-07-23 16:09:13 +08:00
halx99 cc03fc970a
Code style 2021-07-21 21:06:55 +08:00
halx99 85a1954adc Improve logic 2021-07-20 15:08:31 +08:00
halx99 ee3b08c182
Remove test code 2021-07-20 15:06:17 +08:00
halx99 8bb93fcaa0 Fix cookie match 2021-07-20 15:03:19 +08:00
halx99 d3ec308126 Update yasio/cxx17/string_view.hpp [skip ci] 2021-07-20 14:52:29 +08:00
aismann 36a6ba2a33
Merge pull request from improve Box2D-TestBed (#437)
* Update AppDelegate.cpp

Add '*Debug*' on the title

* Update CCPhysicsDebugNodeBox2D.h

* Improve Box2D-TestBed

* improvements

* Update CCPhysicsDebugNodeBox2D.cpp
2021-07-19 18:33:03 +08:00
halx99 e6c6c54044 Improve cookie file parse 2021-07-19 17:58:13 +08:00
halx99 21b1d65efb
Merge pull request #436 from adxeproject/http-cookie
HttpClient cookie support
2021-07-19 15:48:39 +08:00
halx99 8fdb279a28 Fix ci 2021-07-19 14:49:38 +08:00
halx99 04aa501cde Improve code quality 2021-07-19 14:17:51 +08:00
halx99 fc768cbd3b Improve code quality 2021-07-19 13:43:59 +08:00
halx99 e90c4cdc3d
Update HttpCookie.h 2021-07-19 12:40:22 +08:00
halx99 abd98f50aa HttpClient cookie support 2021-07-19 12:26:25 +08:00
halx99 484549b801 Fix ci 2021-07-19 08:10:37 +08:00
halx99 b167ffc311 Use lowercase as preferred to storage HttpResponse headers [skip ci] 2021-07-19 08:04:12 +08:00
halx99 d90dfd89e0
Update lua_xml_http_request.cpp 2021-07-19 01:29:08 +08:00
halx99 648a5b5554 HttpClient: Improve url redirect process 2021-07-19 00:17:50 +08:00
halx99 617d2b97e0 Fix http response header processing 2021-07-18 23:20:22 +08:00
halx99 9a3070c5e1 Update llhttp to 6.0.5 [skip ci] 2021-07-18 23:16:44 +08:00
halx99 1d58fa5aa4
Update README.md [skip ci] 2021-07-18 16:17:48 +08:00
halx99 862626f24e
Merge pull request #435 from rh101/fmt-lib-cmake
Change how fmt is linked with adxe thirdparty library
2021-07-18 15:43:22 +08:00
rh101 64acb571ef Add configure_target_outdir(fmt) 2021-07-18 16:16:39 +10:00
rh101 92194c3181 Change how fmt is linked with adxe thirdparty library. 2021-07-18 14:54:05 +10:00
halx99 86c98c8c33
Update README.md 2021-07-18 09:38:34 +08:00
halx99 81f646783b clang-format: Set PointerAlignment to Left 2021-07-17 23:36:13 +08:00
halx99 ad035e2729 Improve code quality 2021-07-17 23:32:31 +08:00
halx99 6e6ea05587 Add fmtlib [skip ci] 2021-07-17 23:14:27 +08:00
halx99 26c3de632a Update fairygui 2021-07-17 19:51:27 +08:00
halx99 41a17e3898
Update README_CN.md 2021-07-17 16:14:16 +08:00
halx99 5b3663f30c
Merge pull request #433 from rh101/fix-win32-cmake-openssl
Set OPENSSL_ROOT to ensure the correct OpenSSL version is located
2021-07-16 14:44:28 +08:00
rh101 9cd96ee5c7 Set OPENSSL_ROOT to ensure the correct OpenSSL version is located 2021-07-16 15:42:06 +10:00
halx99 0e215e77bb Tidy thirdparty lua-cjson 2021-07-16 11:17:34 +08:00
halx99 092b24e591 Improve code quality 2021-07-16 11:04:38 +08:00
halx99 65148417b2
Fix ci 2021-07-15 23:31:49 +08:00
halx99 a3f8cf28ed Improve code style 2021-07-15 23:10:36 +08:00
halx99 bc6ebd920a Improve code quality 2021-07-15 23:03:43 +08:00
halx99 91488c55c5
Merge pull request #431 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
2021-07-15 21:29:30 +08:00
The Codacy Badger 0139c8e136 Add Codacy badge 2021-07-15 13:21:38 +00:00
halx99 2efeef0217 Update comment 2021-07-15 17:32:50 +08:00