halx99
|
e3c8c7f8ca
|
Fix #540
|
2021-11-23 12:53:13 +08:00 |
halx99
|
41669f0a7f
|
Improve skipBOM
|
2021-11-22 13:58:41 +08:00 |
halx99
|
f4d2325e42
|
Improve FileUtils::isAbsolutePath for windows
|
2021-11-21 22:11:48 +08:00 |
halx99
|
ccedded548
|
using type alias
|
2021-11-20 18:03:48 +08:00 |
halx99
|
aed7ee50f2
|
Update UnitTest.cpp
|
2021-11-19 09:21:17 +08:00 |
halx99
|
eee191d782
|
Always loop find child when indexer not found
|
2021-11-18 19:47:15 +08:00 |
halx99
|
b5d7ab47ed
|
Fix #536
|
2021-11-18 19:02:33 +08:00 |
halx99
|
251c95ff2d
|
Fix cocos2dx_lua_loader
|
2021-11-17 20:59:12 +08:00 |
halx99
|
fe67e1b19f
|
Refine code
|
2021-11-17 14:07:47 +08:00 |
halx99
|
c96172837e
|
Improve TTF load, enable stream parsing at for non-android devices
|
2021-11-16 18:41:18 +08:00 |
halx99
|
8f047015ba
|
Update CCPlatformConfig.h
|
2021-11-16 16:28:31 +08:00 |
halx99
|
353920d8a2
|
Update android platform macro detection
|
2021-11-16 16:27:56 +08:00 |
halx99
|
eb5dcb6cfc
|
Refine cocos2dx_lua_loader logic
|
2021-11-16 14:12:32 +08:00 |
halx99
|
f7128789a0
|
Fix lua state usage
|
2021-11-15 19:05:08 +08:00 |
halx99
|
3b69d0cb27
|
Sets default render state when restart director
|
2021-11-15 17:49:46 +08:00 |
halx99
|
4b9ae12a7c
|
Compatible lua getXXXSize API for get width,height from vec2
|
2021-11-12 19:12:29 +08:00 |
halx99
|
54f41f79ee
|
Update astcenc to 3.3
|
2021-11-11 18:43:05 +08:00 |
halx99
|
3a855ac97f
|
Fix unit test
|
2021-11-11 18:41:59 +08:00 |
halx99
|
0016ea2b62
|
Sync fix
|
2021-11-11 18:33:46 +08:00 |
halx99
|
31ed6d97a9
|
Fix fairygui compilation
|
2021-11-11 18:04:38 +08:00 |
halx99
|
6c3d2d13f0
|
Better logic
|
2021-11-11 17:30:47 +08:00 |
halx99
|
9cc04be833
|
Improve code style
|
2021-11-11 17:20:21 +08:00 |
halx99
|
cdf47d3bd6
|
Skip whitespace for sdf text render
|
2021-11-11 16:24:18 +08:00 |
halx99
|
16c3e90c46
|
Match utf32 char code parameter type
|
2021-11-11 16:15:23 +08:00 |
halx99
|
a0d289ee5b
|
Improve speed for loading outline glyph
|
2021-11-11 15:56:07 +08:00 |
halx99
|
f5c3b7b87e
|
Update CHANGELOG
|
2021-11-10 14:04:10 +08:00 |
halx99
|
c60f5774ff
|
Update README.md
|
2021-11-09 16:34:32 +08:00 |
halx99
|
b028429112
|
Update CHANGELOG
|
2021-11-09 16:09:28 +08:00 |
halx99
|
c463b0fac7
|
Update README files
|
2021-11-09 15:59:17 +08:00 |
halx99
|
6716b95e24
|
Update comment
|
2021-11-09 15:24:41 +08:00 |
halx99
|
503d8818f5
|
Use explicit type to compare integer
|
2021-11-09 14:40:00 +08:00 |
halx99
|
c6945c44e5
|
Add `CCValue` int64_t/uint64_t support
|
2021-11-09 14:29:15 +08:00 |
halx99
|
785917af8b
|
Update CHANGELOG
|
2021-11-09 12:19:44 +08:00 |
halx99
|
2a81f626e0
|
Merge: 8f88705ffe 8e2c6f2ceb
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
|
f1425c1fd3
|
Add comment for new API Director::setChildrenIndexerEnabled [skip ci]
|
2021-11-09 12:15:28 +08:00 |
halx99
|
879c91e1ee
|
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
|
5e0b99103b
|
Update yasio
|
2021-11-08 14:43:24 +08:00 |
halx99
|
b44dd22de5
|
Fix parent children indexer get logic
|
2021-11-07 17:08:54 +08:00 |
halx99
|
1b33909d14
|
Match Node::_hashOfName type
|
2021-11-07 16:48:34 +08:00 |
halx99
|
ccf25f7458
|
Add children indexer map for fast getChildByTag & getChildByName support
|
2021-11-07 16:14:31 +08:00 |
姒嗘煶鏉?
|
aeb5d496ec
|
ScrollView sometimes shows incorrect position in vertical direction. (#532)
|
2021-11-04 17:08:33 +08:00 |
rh101
|
457baed8d3
|
Fix code formatting
|
2021-10-29 00:09:03 +11:00 |
rh101
|
95cb93e0a0
|
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
|
52b6cefcda
|
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
|
1485c76d6b
|
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
|
0547a4b7c2
|
Update CCConsole.cpp
|
2021-10-27 23:02:38 +08:00 |
halx99
|
a95f3bc32a
|
Fix #528
|
2021-10-27 10:27:46 +08:00 |
halx99
|
9c30e7abd7
|
Update copyright notice [skip ci]
|
2021-10-25 23:30:03 +08:00 |
halx99
|
d101472b63
|
Update CHANGELOG
|
2021-10-25 20:53:19 +08:00 |
halx99
|
55e7170ba0
|
Update CHANGELOG
|
2021-10-25 20:49:58 +08:00 |