Commit Graph

39649 Commits

Author SHA1 Message Date
halx99 384fa1056f Remove unused [skip ci] 2022-06-10 17:34:46 +08:00
halx99 d8aa943ed9 Fix ci 2022-06-09 17:56:54 +08:00
halx99 f79530837b Committing genbindings changes 2022-06-09 09:21:12 +00:00
一线灵 87ea4bf307
Update genbindings-ci.yml 2022-06-09 17:14:10 +08:00
一线灵 50238e69a6
Update genbindings-ci [skip ci] 2022-06-09 17:05:46 +08:00
一线灵 625c61009f
Update genbindings-ci.yml
perform pull before push
2022-06-09 17:02:41 +08:00
halx99 c81b38c52d Committing genbindings changes [skip ci] 2022-06-09 08:51:15 +00:00
halx99 6f4fe63208 Remove feature filename lookup dictionary 2022-06-09 16:48:59 +08:00
halx99 879c8bd5b7 Remove ugly feature, fix ci 2022-06-09 16:40:14 +08:00
halx99 faf4d5b42e Improve performance with string_view 2022-06-09 16:30:51 +08:00
halx99 de9a56cdaf Improve performance with string_view 2022-06-09 16:19:33 +08:00
halx99 4413728f6d Fix Value large integer storage 2022-06-08 16:38:42 +08:00
一线灵 5959b9e822
Cancel downloader with closesocket when shutdown failed 2022-06-08 12:51:46 +08:00
一线灵 0117dd5c7d
Merge pull request #637 from rh101/fix-screen-blank
Fix Android screen blank issue after unlocking device
2022-06-07 20:05:29 +08:00
Turky Mohammed 6943fb9dce
Fix typo in HSV/HSL classes. (#647)
Co-authored-by: 一线灵 <halx99@live.com>
2022-05-26 19:25:30 +08:00
一线灵 547b358778
Merge pull request #646 from DelinWorks/hsv-hsl-cpp-tests
Add `cpp_tests` to HSV/HSL
2022-05-26 04:13:01 +08:00
DelinWorks ced908a1bb Add cpp_tests to HSV/HSL 2022-05-25 20:14:11 +03:00
Turky Mohammed c6bca8ef86
Add HSV/HSL color spaces to the engine. (#642)
* Add HSV support.

* Do not use a reference on hsv()

* Add alpha specifier to hsv()

* Rename function hsv() to rgb()

* Update ccTypes.cpp

* Fix angle wrapping

* Fix typo.

* Added HSV & HSL Support with a much better API

* Remove parameter prefixes.

* Fix self assignment.

* Fix self assignment.

* Update core/base/ccTypes.h [skip ci]

* Update core/base/ccTypes.h [skip ci]

Co-authored-by: 一线灵 <halx99@live.com>
2022-05-25 20:10:52 +08:00
一线灵 de24395336
Merge pull request #645 from aismann/patch-1 [skip ci]
Update readme.md
2022-05-25 18:17:43 +08:00
aismann d2e96534d2
Update readme
maybe the folder 'cpp-test' should be also renamed to 'cpp_test'?
2022-05-25 07:07:00 +02:00
一线灵 1cdbf8c273
Update revision 2022-05-25 12:35:30 +08:00
halx99 97f198e61e Committing genbindings changes [skip ci] 2022-05-25 02:36:38 +00:00
一线灵 9eeb9742c6
Merge pull request #644 from rh101/richtext-force-format
Allow the forced reformatting of RichText contents
2022-05-25 10:29:17 +08:00
rh101 65b70dce36 Allow the forced reformatting of RichText contents 2022-05-25 11:42:12 +10:00
一线灵 18f58a1925
Update CMakeLists.txt (#641) 2022-05-23 23:40:37 +08:00
halx99 843d127a95 Fix ci 2022-05-23 22:06:28 +08:00
halx99 193ed82788 Fix github ci scripts 2022-05-23 17:11:10 +08:00
halx99 a03e5c6cf6 Fix ios device install problems
- lua template missing `CFBundleExecute`
- Use `_` instead tests project to avoid unknown error
2022-05-23 17:03:07 +08:00
halx99 036dc19614 Improve code style 2022-05-21 21:55:48 +08:00
halx99 73627ac0c0 Fix uri toString 2022-05-21 20:55:25 +08:00
halx99 8f0190f7ce Remove unnecessary alGetError call 2022-05-20 17:26:33 +08:00
halx99 1d23e78c5d Fix parameter order 2022-05-20 17:03:26 +08:00
一线灵 626c9abbe6
Update docs-ci.yml 2022-05-19 13:54:02 +08:00
halx99 c0977642bb Improve cmake scripts 2022-05-19 10:54:42 +08:00
halx99 4a05253be1 Fix cmake link 2022-05-18 22:27:43 +08:00
halx99 c8add4c398 Committing genbindings changes [skip ci] 2022-05-18 05:00:01 +00:00
halx99 c584ee1e78 Enable video & webview lua-tests on windows 2022-05-18 12:52:05 +08:00
halx99 4ca80aee68 Fix app link with prebuilt msedge webview2 2022-05-18 12:49:12 +08:00
halx99 f9ad35af3b Delete unused code 2022-05-18 10:29:29 +08:00
rh101 3a3b899636 Fix Android screen blank issue after unlocking device with application running. 2022-05-17 14:02:02 +10:00
一线灵 5f7a3a0085
Delete unused code 2022-05-17 11:32:43 +08:00
一线灵 291f85d105
Update README.md 2022-05-16 15:47:10 +08:00
一线灵 3e96abe899
Fix include 2022-05-16 08:06:51 +08:00
halx99 21fe8df12b Fix lua template duplicate res error on mac
Fix typo

Fix cmdline fail on new macos
2022-05-15 16:36:06 +08:00
halx99 8ef23c7fe9 Tidy audio module code 2022-05-15 09:55:57 +08:00
一线灵 30fedb5f47
Fix high-end device always 120fps 2022-05-15 04:42:39 +08:00
一线灵 ab5844b4a5
Fix ci 2022-05-14 21:44:08 +08:00
halx99 39d2661eb6 Update thirdparty prebuilt libs 2022-05-14 21:19:43 +08:00
halx99 0cdcf27a02 Update freetype to v2.12.1 2022-05-14 19:54:47 +08:00
一线灵 421874a7e8
Fix linux ci 2022-05-14 19:53:51 +08:00