涓€绾跨伒
|
c8d7429711
|
Fix ci
|
2022-05-13 22:44:56 +08:00 |
halx99
|
c3f40d2b36
|
Improvements and bug fixes
Improve ResizableBufferAdapter style
Improve extesnion adxelua
Improve code quality
Fix lua-tests BillBoardTest
Sync texture pixel format enum values for adxelua
Fix luaval_to_vec2 parameter location
Improve windows workflow
Improve cmake scripts
Take care Texture2D::setDefaultAlphaPixelFormat use
|
2022-05-13 21:06:29 +08:00 |
halx99
|
f8000c7557
|
Improve UIVideoPlayer tests
|
2022-04-28 12:48:29 +08:00 |
halx99
|
3df97fc1bf
|
Improve VS Ninja build again
a. Auto copy webview2 dll for targets
b. Fix cpp-tests compile error
|
2022-04-27 19:39:12 +08:00 |
halx99
|
cc5509f23a
|
Update copyright notices
|
2022-04-25 19:15:46 +08:00 |
halx99
|
40fb113b31
|
Update copyright url [skip ci]
|
2022-04-25 12:06:43 +08:00 |
halx99
|
a576a42002
|
Remove CC_CONSTRUCTOR_ACCESS, refer to #603
|
2022-03-18 21:46:07 +08:00 |
halx99
|
6bca724513
|
Fix ci
|
2022-02-25 19:38:31 +08:00 |
halx99
|
323ed9431b
|
Renaming extension ImGuiEXT to ImGui
The singleton class ImGuiEXT also was renamed to ImGuiPresenter
|
2022-02-25 19:03:09 +08:00 |
halx99
|
a6179a2635
|
Fix ci
|
2022-02-24 19:29:50 +08:00 |
halx99
|
58281f4145
|
Fix linux ci
|
2022-02-24 19:00:49 +08:00 |
halx99
|
5e893f3b4d
|
Update project urls
|
2022-02-24 18:45:25 +08:00 |
halx99
|
13d90b76ee
|
Enable video player test case for windows
|
2022-02-24 18:30:58 +08:00 |
halx99
|
74271f207b
|
Tidy audio folder
|
2022-01-03 11:34:58 +08:00 |
halx99
|
def5f9e2bc
|
Rename core folder name
|
2021-12-31 14:39:08 +08:00 |
deal
|
f32280ff42
|
Merge: 687d15f16e 369de31853
Merge pull request #560 from adxeproject/ahead
Merge ahead to dev
|
2021-12-31 12:12:40 +08:00 |
halx99
|
64d7b55366
|
Update ci branch name
|
2021-12-31 11:00:35 +08:00 |
halx99
|
80f650981f
|
Committing clang-format changes
|
2021-12-29 11:31:28 +00:00 |
deal
|
76c1823ac4
|
Update JNITest.cpp
|
2021-12-29 16:22:07 +08:00 |
deal
|
a813aac10e
|
Merge: 6639f55c0f bec2e07a00
Merge pull request #561 from adxeproject/dev
Merge Crash Fix #559 from dev
|
2021-12-28 21:27:32 +08:00 |
halx99
|
13927aa1bc
|
Fix #559, match number type for get CURLINFO_RESPONSE_CODE
a. On linux x64, will crash with stack protector
Reported by @rh101
Signed-off-by: halx99 <halx99@live.com>
|
2021-12-28 21:00:45 +08:00 |
halx99
|
75e810108b
|
string_view for cpp-tests
|
2021-12-28 17:20:17 +08:00 |
halx99
|
b0aee13b7f
|
Committing clang-format changes
|
2021-12-28 08:06:23 +00:00 |
halx99
|
b4af01b592
|
string_view for tests
|
2021-12-28 15:58:56 +08:00 |
halx99
|
52de9ba400
|
[HttpClient] Use `byte_buffer` instead `std::vector<char>`
|
2021-12-10 19:15:48 +08:00 |
halx99
|
1ee106007a
|
Remove all unnecessary nothrow
|
2021-12-08 00:11:53 +08:00 |
aismann
|
67d473e2d1
|
Improve performance on cpp-tests release version controlling COCOS2D_DEBUG
|
2021-12-01 15:03:57 +01:00 |
halx99
|
aed7ee50f2
|
Update UnitTest.cpp
|
2021-11-19 09:21:17 +08:00 |
halx99
|
3a855ac97f
|
Fix unit test
|
2021-11-11 18:41:59 +08:00 |
halx99
|
1deeb87a70
|
Update copyright notice [skip ci]
|
2021-10-06 18:47:07 +08:00 |
halx99
|
782dc062d3
|
Fix #516
|
2021-10-06 11:24:39 +08:00 |
rh101
|
c9c003a03f
|
[setup.py] Add download support. Add NuGet CLI download to tools folder.
Download NuGet Microsoft.Web.WebView2 package version 1.0.992.28
Add support for WebView for Windows builds.
|
2021-10-04 18:55:01 +11:00 |
aismann
|
85edbe2d28
|
Update PhysicsTest.cpp
|
2021-09-08 10:16:14 +02:00 |
姒嗘煶鏉?
|
35b658c90e
|
Merge: f5663f279c d73d937894
Merge remote-tracking branch 'upstream/dev' into dev
|
2021-09-05 20:45:32 +08:00 |
姒嗘煶鏉?
|
0aff165959
|
[fix]ScrollView and ListView goes back to the front incorrectly after calling doLayout.
|
2021-09-05 20:44:14 +08:00 |
halx99
|
4a1bdeda0d
|
Fix #493, sync uri parse unit test
|
2021-09-04 00:22:47 +08:00 |
rh101
|
73ad51b4e0
|
Windows callback requires `long` return type
|
2021-09-02 21:21:28 +10:00 |
rh101
|
4e7db23d38
|
Remove getLong() method
Change %du to %u, and %lx to %x
Use "stdint.h" instead of <cstdint> for TGAlib.h
|
2021-09-02 20:30:20 +10:00 |
姒嗘煶鏉?
|
64e2cdd8d9
|
[fix]The problem of inaccurate maximum width limit when using system fonts.
|
2021-09-02 17:15:03 +08:00 |
rh101
|
615fbd5088
|
More %ld to %d changes
|
2021-09-02 17:54:13 +10:00 |
rh101
|
eba8696d65
|
Change %ld to %d for 32bit data types
Regenerate LUA bindings
|
2021-09-02 17:46:22 +10:00 |
rh101
|
1f668eb783
|
Fix typo
|
2021-09-02 17:05:33 +10:00 |
rh101
|
60c0a58cfd
|
Use explicit cast to uintptr_t prior to casting to int type.
|
2021-09-02 16:52:40 +10:00 |
rh101
|
546d7d6c61
|
Fix for compilation issue due to pointer to int32 conversion.
Fix warning.
|
2021-09-02 16:38:23 +10:00 |
rh101
|
89ba502d20
|
Test code updated with long to int32_t changes
|
2021-09-02 15:48:05 +10:00 |
halx99
|
0a4d3ee73d
|
Merge: cb81a61530 a762c94904
Merge branch 'dev' of https://github.com/adxeproject/adxe into dev
|
2021-09-01 10:10:46 +08:00 |
halx99
|
b7bcdd7164
|
Fix #486, re-enable custom shader batch draw
|
2021-08-31 16:25:45 +08:00 |
halx99
|
756ff065c8
|
Enum compatible [skip ci]
|
2021-08-31 15:50:18 +08:00 |
halx99
|
be5eff1d5a
|
Refactor layer
Reimplement LayerColor and LayerGradient based on sprite for auto batch draw
|
2021-08-30 19:47:53 +08:00 |
aismann
|
74dfe14b16
|
Merge: 1c05947474 7dd7422abd
Merge branch 'adxeproject:dev' into dev
|
2021-08-27 08:33:22 +02:00 |