halx99
|
1d980f4f52
|
Fix unit test
|
2021-11-11 18:41:59 +08:00 |
halx99
|
442d0f7c4c
|
Sync fix
|
2021-11-11 18:33:46 +08:00 |
halx99
|
24ad9f7bec
|
Fix fairygui compilation
|
2021-11-11 18:04:38 +08:00 |
halx99
|
14b70ce566
|
Better logic
|
2021-11-11 17:30:47 +08:00 |
halx99
|
e38d4052a8
|
Improve code style
|
2021-11-11 17:20:21 +08:00 |
halx99
|
4dd593ae4b
|
Skip whitespace for sdf text render
|
2021-11-11 16:24:18 +08:00 |
halx99
|
92ee08e0b4
|
Match utf32 char code parameter type
|
2021-11-11 16:15:23 +08:00 |
halx99
|
e378284825
|
Improve speed for loading outline glyph
|
2021-11-11 15:56:07 +08:00 |
halx99
|
53bfe2af66
|
Update CHANGELOG
|
2021-11-10 14:04:10 +08:00 |
halx99
|
df7bf33ed4
|
Update README.md
|
2021-11-09 16:34:32 +08:00 |
halx99
|
2a7d65284b
|
Update CHANGELOG
|
2021-11-09 16:09:28 +08:00 |
halx99
|
ad2c5e32fb
|
Update README files
|
2021-11-09 15:59:17 +08:00 |
halx99
|
fe72c166b6
|
Update comment
|
2021-11-09 15:24:41 +08:00 |
halx99
|
382f33a704
|
Merge pull request #535 from adxeproject/ccvalue-int64-support
Add `CCValue` int64_t/uint64_t support
|
2021-11-09 15:03:10 +08:00 |
halx99
|
0f0b3b95eb
|
Use explicit type to compare integer
|
2021-11-09 14:40:00 +08:00 |
halx99
|
95a1734cd7
|
Add `CCValue` int64_t/uint64_t support
|
2021-11-09 14:29:15 +08:00 |
halx99
|
9d8b4ab6c8
|
Update CHANGELOG
|
2021-11-09 12:19:44 +08:00 |
halx99
|
00f197f50d
|
Merge pull request #533 from adxeproject/children-indexer-map-support
Add children indexer map for fast getChildByTag & getChildByName support
|
2021-11-09 12:16:27 +08:00 |
halx99
|
8e2c6f2ceb
|
Add comment for new API Director::setChildrenIndexerEnabled [skip ci]
|
2021-11-09 12:15:28 +08:00 |
halx99
|
8f88705ffe
|
Fix #534, Make unsigned char same with char.
a. char store as int
b. unsigned char store as unsigned int
|
2021-11-09 12:08:37 +08:00 |
halx99
|
6ed23d37d2
|
Update README.md
|
2021-11-08 17:55:45 +08:00 |
halx99
|
10f2220b47
|
Update yasio
|
2021-11-08 14:43:24 +08:00 |
halx99
|
402f106d7f
|
Fix parent children indexer get logic
|
2021-11-07 17:08:54 +08:00 |
halx99
|
e30cfe0de3
|
Match Node::_hashOfName type
|
2021-11-07 16:48:34 +08:00 |
halx99
|
b4549fd38c
|
Add children indexer map for fast getChildByTag & getChildByName support
|
2021-11-07 16:14:31 +08:00 |
halx99
|
ac6636641b
|
Don't needs do_resolve for server
|
2021-11-07 12:20:38 +08:00 |
halx99
|
7f1c764a98
|
Update yasio
|
2021-11-07 11:40:07 +08:00 |
halx99
|
072aaf4117
|
Improve some platform features implementation
|
2021-11-05 15:42:16 +08:00 |
halx99
|
bf68e35b08
|
Update c-ares version on README.md
|
2021-11-04 23:10:33 +08:00 |
halx99
|
9b607c899d
|
Fix udp disconnect ipv6 for windows
|
2021-11-04 23:10:12 +08:00 |
halx99
|
7a7aa81ae2
|
Improve BSD-like system detection
|
2021-11-04 17:09:51 +08:00 |
榆柳松
|
e001ae7194
|
ScrollView sometimes shows incorrect position in vertical direction. (#532)
|
2021-11-04 17:08:33 +08:00 |
halx99
|
91820ed458
|
Sync yasio to latest
|
2021-11-04 16:06:18 +08:00 |
halx99
|
f578dacae9
|
Add missing include
|
2021-11-03 17:43:25 +08:00 |
halx99
|
81166f14fd
|
Update yasio to 3.37.6 final release
|
2021-11-03 16:53:39 +08:00 |
halx99
|
f80c54c1ce
|
Update yasio to latest
|
2021-10-29 17:54:49 +08:00 |
halx99
|
ba343f7a86
|
Merge pull request #531 from rh101/fix-530
Ensure font atlas is correctly released even if it does not exist in the atlas cache.
|
2021-10-28 21:41:03 +08:00 |
rh101
|
49fb6f7205
|
Fix code formatting
|
2021-10-29 00:09:03 +11:00 |
rh101
|
9b2b3de565
|
The releaseFontAtlas method will remove the font atlas from the cache if it has a reference count of 1, and will always call release on that atlas as expected by the calling code.
|
2021-10-29 00:07:46 +11:00 |
rh101
|
b60478ac90
|
Revert "Ensure font atlas is correctly released even if it does not exist in the atlas cache."
This reverts commit 8b27fdb832 .
|
2021-10-29 00:05:52 +11:00 |
rh101
|
8b27fdb832
|
Ensure font atlas is correctly released even if it does not exist in the atlas cache.
|
2021-10-28 17:41:25 +11:00 |
halx99
|
af19d52d0e
|
Update CCConsole.cpp
|
2021-10-27 23:02:38 +08:00 |
halx99
|
2eef213852
|
Update yasio, c-ares
|
2021-10-27 22:24:58 +08:00 |
halx99
|
a52dbe0d0b
|
Fix #528
|
2021-10-27 10:27:46 +08:00 |
halx99
|
b84f83fc76
|
Update c-ares to 1.18.0
|
2021-10-26 16:21:14 +08:00 |
halx99
|
b8d8294bda
|
Update llhttp to v6.0.6
|
2021-10-26 15:01:31 +08:00 |
halx99
|
ff7f56b28d
|
Update yasio & llhttp
|
2021-10-26 14:57:23 +08:00 |
halx99
|
d628a07919
|
Update yasio
|
2021-10-26 13:26:36 +08:00 |
halx99
|
d8ed219bc4
|
Update copyright notice [skip ci]
|
2021-10-25 23:30:03 +08:00 |
halx99
|
a7055b0f50
|
Update CHANGELOG
|
2021-10-25 20:53:19 +08:00 |