halx99
67ecbab347
Improve some code for #543
2022-02-08 21:54:21 +08:00
halx99
388e90459b
Done #579 , update ImGui to 1.87
2022-02-08 12:43:16 +08:00
halx99
64e678c84a
Remove unnecessary parameter
2022-02-06 13:06:49 +08:00
deal
e8f0bf9787
Fix #576
2022-02-03 15:45:58 +08:00
deal
0777da8863
Delete unused
2022-01-23 11:01:42 +08:00
halx99
bca3a82eea
Fix lua_xml_http_request dataSize incorrect
2022-01-18 18:39:58 +08:00
deal
b0e7c79428
hard to link fmt-header-only[skip ci]
...
target_link_libraries(fairygui fmt-header-only)
2022-01-08 15:25:50 +08:00
deal
01f97ca042
Update CMakeLists.txt
2022-01-08 14:01:43 +08:00
halx99
4b12f12a55
[spine] Improve RTTI compare performance when compiler string pooling enabled
...
Refer to: https://github.com/EsotericSoftware/spine-runtimes/pull/2012
Signed-off-by: halx99 <halx99@live.com>
2022-01-05 14:10:05 +08:00
halx99
aaef0c3048
Fix ClippingAttachment doesn't work
...
Refer to: https://github.com/EsotericSoftware/spine-runtimes/pull/2011
Reported by: @kangleblue
Signed-off-by: halx99 <halx99@live.com>
2022-01-04 22:38:02 +08:00
halx99
3d7218a0eb
Fix #570
...
a. fix lua build error
b. still use separated link jni libs
2022-01-04 09:40:27 +08:00
halx99
3282e1abaf
Improve vec2, vec3, vec4 lua storage
...
a. store as fixed size array
b. use metatable access via: x, y, z, w
c. For vec2
- vec2[0] could be access via x or w(idth) or u
- vec2[1] could be access via y or h(eight) or v
2022-01-03 22:06:49 +08:00
halx99
a651879ee6
Tidy audio folder
2022-01-03 11:34:58 +08:00
halx99
6b70fc5ff3
Fix ci
2021-12-31 16:29:11 +08:00
halx99
deddc5542e
Fix ci [skip ci]
2021-12-31 15:49:45 +08:00
deal
3825fb1b02
Update CMakeLists.txt
2021-12-31 14:47:57 +08:00
halx99
e534dd66c0
Rename core folder name
2021-12-31 14:39:08 +08:00
halx99
f95ed06187
Improve string_view for some file
2021-12-30 09:48:39 +08:00
halx99
b5b4b1e5d8
Committing clang-format changes
2021-12-29 11:31:28 +00:00
halx99
6639f55c0f
Fix linux build
2021-12-28 19:16:15 +08:00
halx99
a7e153c9b0
Fix ci
2021-12-28 19:10:50 +08:00
halx99
ce5adf35f7
Committing clang-format changes
2021-12-28 08:06:23 +00:00
halx99
8e8affab5e
string_view for lua bindings
2021-12-28 15:46:32 +08:00
halx99
1c3ec2d68c
string_view for apple
2021-12-28 11:48:48 +08:00
halx99
f785632497
Merge commit
2021-12-28 11:07:12 +08:00
halx99
d397854ead
Commit chnages
2021-12-28 11:05:34 +08:00
halx99
9eeeb151a1
Committing clang-format changes
2021-12-28 03:00:34 +00:00
halx99
a0761b0a5d
string_view for android
2021-12-27 19:24:35 +08:00
halx99
8e644ef0b4
Modify fairygui for string_view
2021-12-27 15:10:29 +08:00
halx99
01310bf1b1
Modify some extensions for string_view
2021-12-27 13:52:08 +08:00
halx99
0076283252
Huge changes for all string_view
2021-12-26 23:26:34 +08:00
halx99
2ba77a42fb
Committing clang-format changes
2021-12-25 02:04:45 +00:00
halx99
ea1c0733ce
Fix compile
2021-12-24 22:58:29 +08:00
halx99
e9f6e9e22c
Fix encoding
2021-12-24 21:16:08 +08:00
halx99
c0f5912ebe
Fix encodings
2021-12-24 21:11:44 +08:00
halx99
4ff0221a9e
Fix encodings
2021-12-24 20:50:31 +08:00
halx99
b4bedd24d0
Improve starter lua template HellLua
...
a. Use lua search path for scripts instead FileUtils
b. Put new lua search path to front of LuaStack
2021-12-19 14:59:00 +08:00
halx99
2e0cc940ee
[HttpClient] Use `byte_buffer` instead `std::vector<char>`
2021-12-10 19:15:48 +08:00
halx99
b459acbcf7
Remove all unnecessary nothrow
2021-12-08 00:11:53 +08:00
aismann
6a41776f20
change all setString(const std::string & ...) to setString(std::string_view ...)
...
Change all methods inherited from virtual void setString(std::string_view label) = 0;
2021-11-30 20:35:34 +01:00
halx99
9930eef75a
Fix compile
2021-11-26 18:13:33 +08:00
halx99
bc14e09079
Move ntcvt directory
2021-11-26 17:19:50 +08:00
halx99
778dc7e2b9
Improve skipBOM
2021-11-22 13:58:41 +08:00
halx99
9e35b0a1e2
Fix cocos2dx_lua_loader
2021-11-17 20:59:12 +08:00
halx99
8e1087a987
Refine cocos2dx_lua_loader logic
2021-11-16 14:12:32 +08:00
halx99
3c5224220f
Fix lua state usage
2021-11-15 19:05:08 +08:00
halx99
bc4dccff9b
Compatible lua getXXXSize API for get width,height from vec2
2021-11-12 19:12:29 +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
95a1734cd7
Add `CCValue` int64_t/uint64_t support
2021-11-09 14:29:15 +08:00