姒嗘煶鏉?
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
halx99
8937d0fea1
Update CHANGELOG
2021-10-25 20:48:27 +08:00
halx99
2bd82c11bd
Fix ci
2021-10-25 20:29:40 +08:00
halx99
de355e5268
Rename cocos2d.cpp to adxe.cpp
2021-10-25 18:06:45 +08:00
halx99
f59af620a0
Update version indicator [skip ci]
2021-10-25 17:55:05 +08:00
halx99
ef4eb62229
Add copyright notice [skip ci]
2021-10-24 23:27:17 +08:00
halx99
6a2e09f3c8
Unify Tex2F to Vec2
2021-10-24 22:44:44 +08:00
halx99
9cbc343418
Fix reviews [skip ci]
2021-10-24 22:06:13 +08:00
halx99
8e08ef8799
Fix reviews
2021-10-24 21:55:48 +08:00
halx99
c7851ae4be
Resolve reviews
2021-10-24 14:09:59 +08:00
halx99
f3f2693dd2
Fixup
2021-10-24 11:07:54 +08:00
halx99
0f25bc842c
Remove unnecessary function
2021-10-23 23:36:48 +08:00
halx99
554412f4fd
Use struct `Vec2` instead `Size`
2021-10-23 23:27:14 +08:00
halx99
6bce6b49c4
Add HttpClient::setNameServers
...
a. support set custom dns server list when c-ares enabled.
2021-10-23 21:57:36 +08:00
halx99
96802a86eb
Update CHANGELOG
2021-10-12 16:33:06 +08:00
halx99
60779fd065
Update CHANGELOG
2021-10-12 15:40:36 +08:00
halx99
6e1f8f5953
Optimize cmake scripts
2021-10-12 15:39:37 +08:00
halx99
a49bba32ef
Merge: 846231e2f1
cc1d09d04d
...
Merge pull request #521 from adxeproject/refine-lua-loader
Refactor lua loader, reload lua with file name as-is
2021-10-12 14:18:02 +08:00
halx99
8d2dd47cc6
Fix #522
2021-10-12 13:16:27 +08:00
halx99
8d0725c6b1
Remove unused
2021-10-12 13:12:44 +08:00
halx99
20a399c28c
lua load, better code style
2021-10-12 13:07:05 +08:00
halx99
e7364964c4
lua loader, more better pefromance
2021-10-12 12:35:03 +08:00
halx99
ec275dce76
Remove unused
2021-10-12 12:18:38 +08:00
halx99
d8fdcc3be9
More standard
2021-10-12 12:11:48 +08:00
halx99
8dbd1ea335
Remvoe lua 64bit bytecode spec
...
a. since we know how to compile compatible bytecode for both plainlua and LuaJIT
2021-10-11 23:26:25 +08:00
halx99
0b12c01019
Don't try different file ext, load as-is for lua load
2021-10-11 23:23:30 +08:00
halx99
dde1956e02
Reduce file exist check
2021-10-11 22:57:21 +08:00
halx99
ca7cc4f697
Refine lua loader
2021-10-11 22:34:41 +08:00
halx99
3474de5263
Fix ci
2021-10-11 13:44:28 +08:00
halx99
77404fd02a
Code style
2021-10-11 12:15:41 +08:00
halx99
c8362b93fd
HelloCpp use safe origin to position corner stubs
2021-10-09 14:48:18 +08:00
halx99
56293e9713
Put fps labels to safe origin
2021-10-09 14:45:49 +08:00
halx99
13341f6e6f
Fix codacy issues
2021-10-09 14:05:32 +08:00
halx99
c15442eaad
Fix some warnings
2021-10-09 13:48:56 +08:00
halx99
efac239a75
Update README.md
2021-10-09 11:29:09 +08:00
halx99
efce326cd9
Use lua-5.4.3 as default plainlua version
...
see also: #332
2021-10-08 16:15:33 +08:00
halx99
73add5df3f
Update lua debug project file template
2021-10-08 11:07:06 +08:00
halx99
2f11c39f0f
Rename templates/cpp-template-default/HelloLua.xsxproj to templates/lua-template-default/HelloLua.xsxproj
2021-10-08 00:00:06 +08:00
halx99
7fb6b9f8c9
Add lua debug project file [skip ci]
2021-10-07 23:18:09 +08:00
halx99
8d83891f30
Improve lua workflow on windows
...
a. Use working directory as default resource root on windows
b. Don't copy res and scripts to build binary dir on windows
c. Always build plainlua as dll on windows for fast debug
d. Remove 64bit spec search path for lua script
2021-10-07 18:44:34 +08:00
rh101
35bed97180
Use rapidjson for parsing webview json data
...
Rename methods
2021-10-07 00:37:37 +11:00