halx99
a4a75644fb
Update 3rdparty ( #2252 )
2024-11-29 09:30:34 +08:00
RH
c37bcf8977
Prevent excessive calls to deleteBackward method which may cause crashes on Android ( #2248 )
...
* Pass the number of characters to delete from a TextField
* Include TextFieldEx.h reference in axmoil-ui.h
* Remove logging calls used for testing
* Update parameter name
2024-11-28 23:12:21 +08:00
RH
1e8fbb991d
Detect CTRL+A key combination to select all text in EditBox ( #2251 )
...
* Detect CTRL+A key combination to select all text in EditBox
* Ensure EditBox has focus before checking for CTRL+A combination
2024-11-27 00:41:03 +08:00
RH
57c3e6c1c2
Ensure that git ignores build folders created in test projects ( #2247 )
2024-11-26 13:32:20 +08:00
RH
449d921063
Add support for selecting all text in editbox via CTRL+A ( #2238 )
2024-11-23 02:10:14 +08:00
smilediver
502961dcc5
Metal: enable mipmap support ( #2235 )
2024-11-15 23:12:02 +08:00
RH
f03efb8cf7
Fix for Android build issue ( #2225 )
...
* Fix Android build issue
* Add copyright notice
* Add required empty line
2024-11-01 00:59:17 +08:00
halx99
1e633a015d
Remove TTF Font charCode 65535 limit
2024-10-29 06:53:23 +08:00
aismann
53ec946592
Improve DrawNode::drawPie() ( #2222 )
2024-10-28 21:43:09 +08:00
aismann
c993da1b30
Make win32 messageBox always TOPMOST ( #2221 )
...
Windows: messageBox should be "always" TOPMOST
2024-10-28 21:24:20 +08:00
aismann
044cc87543
Fix DrawNode::drawPie(DrawMode::Line, thickness =1) draw a closed line (like DrawMode::Semi) ( #2217 )
2024-10-22 21:56:00 +08:00
halx99
8a705f1dcb
[CI] Allow publish from specified commitish
2024-10-22 13:04:10 +08:00
CHP
425c34bbb5
Update AGP to 8.6.0 ( #2133 )
2024-10-20 09:42:12 +08:00
halx99
c55e80e999
Fix curl link error on macOS
2024-10-22 12:48:42 +08:00
halx99
dd3207b7b7
Fix ubuntu 24.04 pwsh setup [skip ci]
2024-10-21 23:23:55 +08:00
halx99
5d9b18de0d
Rollback fmt to 11.0.2 & emsdk to 3.1.67
...
- genbindings llvm-15.0.7 can't works on fmt latest: unknown template argument
- fmt 11.0.2 can't compile on emsdk 3.1.68+
2024-10-20 23:48:51 +08:00
halx99
7be00213a9
Release 2.2.0 ( #2207 )
2024-10-20 09:42:12 +08:00
halx99
8a9ad35d58
Fix #2199 ( #2200 )
2024-10-02 11:10:49 +08:00
halx99
8ab4a6d7dd
Update glad version
2024-10-02 10:21:48 +08:00
aismann
2e70bfc98a
DrawNode calls: replacing Color4F with Color4B (without the 'test' folder!) ( #2192 )
...
* drawNode calls: replace Color4F with Color4B
* replace Color4F
* removed unused includes
2024-10-01 19:10:07 +08:00
roman.semenov
4644b2b428
Scheduler: fix invalidated iterator access in `unscheduleAllWithMinPriority()`
2024-10-01 09:31:30 +08:00
aismann
5d6ab4eccb
Update controller.cpp
2024-09-29 23:01:29 +08:00
halx99
95629d9978
Update 3rd libs & emsdk
2024-09-28 15:41:34 +08:00
smilediver
62eebaa8af
`AxmolActivity` refactoring and fixes ( #2185 )
...
* AxmolActivity: add logging of activity lifecycle changes
* AxmolActivity: simplify and fix director not resumed after system dialog
* AxmolRenderer: fix lost state when app activity is relaunched
* AxmolGLSurfaceView: remove accidental exception throw
2024-09-28 12:41:54 +08:00
halx99
08b1657e14
Fix #2186
2024-09-27 21:40:24 +08:00
halx99
ca12633ca8
Improve cmdline
...
Use full path to resolve win32 exe image info
2024-09-25 23:19:17 +08:00
aismann
30a899ee07
Update README.md (thirdparty) ( #2183 )
...
* Update README.md (thirdparty)
* Update README.md
2024-09-25 12:35:58 +08:00
smilediver
5eab46f3cb
DownloaderCURL: fix too many open files and other fixes ( #2182 )
...
* DownloaderCURL: fix too many open file handles and other fixes
* Downloader: remove unused transferDataToBuffer
* DownloaderCURL: remove unused variables
* DownloadTaskCURL: add explicit for constructor
2024-09-25 00:57:35 +08:00
aismann
2bf320edda
move ZwoptexTest to SpriteTest (better add it to the SpriteTest section as removing) ( #2180 )
...
* move/delete stuff
* Update CMakeLists.txt
2024-09-25 00:47:52 +08:00
aismann
bf4ef2ff83
remove DrawPrimitivesTests (Cocos2Dx) (redundant mit DrawNodeTest) ( #2179 )
...
* remove DrawPrimitivesTests (Cocos2Dx)
* Update CMakeLists.txt
2024-09-24 22:02:17 +08:00
RH
dfab7a32d3
Fix issue with incorrect static value usage in JNI array methods ( #2178 )
2024-09-24 22:02:00 +08:00
halx99
2a3494b65b
Improve find visual studio ide
2024-09-23 23:59:11 +08:00
aismann
f320ba1f66
Remove all DrawNode setLineWidth() stuff ( #2172 )
...
* remove all setLineWitdth stuff
* Update axlua_base_auto.cpp
* Update DrawNode.cpp
2024-09-23 22:13:12 +08:00
halx99
cf34faa20c
Remove unused extension: DrawNodeEx
2024-09-22 09:47:33 +08:00
smilediver
5c31ecb3c2
Optimize DrawNode ( #2165 )
...
* DrawNode: refactor buffer update
* DrawNode: optimize transform application
* DrawNode: remove unused variables
* DrawNode: use reinterpret_cast
* DrawNode: fix crash on render context loss
2024-09-21 23:55:26 +08:00
halx99
f98b776dc0
Fix #2169 ( #2170 )
...
* Fix #2169
* Cleanup code
2024-09-21 01:24:44 +08:00
halx99
805390e9d7
Fix #2163 ( #2166 )
2024-09-20 07:30:12 +08:00
Thang Nguyen
1e178b8273
Update Sprite.cpp ( #2164 )
2024-09-19 21:53:45 +08:00
RH
ef5204385b
Fix fps issue when certain animation intervals are set, such as (1 / 30). ( #2162 )
2024-09-18 23:10:29 +08:00
halx99
1de06414cc
Fix #2161
2024-09-18 09:05:41 +08:00
aismann
c488380170
Add (missing) parameter 'drawLineToCenter' to 'drawSolidCircle(...)' ( #2160 )
...
* Add parameter drawLineToCenter to drawSolidCircle
* fix drawSolidTringle/drawTriangle
* Update axlua_base_auto.cpp
2024-09-17 22:09:05 +08:00
Purple
96be23ebd4
Fix LuaJit Compilations ( #2159 )
2024-09-16 22:53:41 +08:00
aismann
46332b544b
Fix #2140 DrawNode issue ( #2158 )
2024-09-16 22:51:15 +08:00
Tosik86
7098180e83
Fix comment in PauseTest. Add logs to check time in console. ( #2157 )
2024-09-16 09:20:11 +08:00
halx99
2d16634072
Fix compiling deprecated issues ( #2154 )
2024-09-15 23:37:42 +08:00
halx99
6ce78c0913
Add build on ubuntu 24.04 support ( #2152 )
2024-09-15 22:09:17 +08:00
halx99
cfcdddd89b
Enable cache render data for webgl by default ( #2151 )
...
* Remove unused static function
2024-09-15 06:00:48 +08:00
halx99
9258d8a47f
Fix #2147 full screen incorrect on macOS ( #2150 )
...
* Fix #2147 full screen incorrect on macOS
2024-09-15 02:38:34 +08:00
halx99
440e37475a
Fix RenderTargetGL FBO not recreate when recv EVENT_RENDERER_RECREATED ( #2148 )
...
Improve code style ensure tex storage for render target attachment
2024-09-15 02:03:43 +08:00
halx99
76b30a9a80
No longer add sprite as child of RenderTexture ( #2149 )
2024-09-15 02:02:21 +08:00