Commit Graph

3971 Commits

Author SHA1 Message Date
smilediver 1c33176dd8
Some warning and other minor fixes (#2038)
* FastRNG: fix warnings, optimize bool01()

* UTF8: limit warnings on Android due to jni.hpp include

* Remove unused includes

* UTF8: add missing fmt/format.h include

* Tests: remove invalid test
2024-07-19 07:59:04 +08:00
halx99 602a2cab8f Update ios/tvos LaunchScreen.storyboard to 11.0+
Also fix xcode15.4 build error
2024-07-17 00:14:26 +08:00
halx99 d8343ea6ad Update emsdk to 3.1.63 2024-07-15 23:33:36 +08:00
halx99 28013e97d2
Replace all ax::print with AXLOGD,AXLOGI (#2032) 2024-07-14 00:34:27 +08:00
halx99 11b8d28fd7
Mark StringUtils::format deprecated, use fmt::format instead (#2029) 2024-07-13 22:53:14 +08:00
aismann 94069cb5cf
Update Clipper2 1.3.0 to 1.4.0 (#2030) 2024-07-13 22:12:06 +08:00
halx99 01d223a5c9 Update ChangeLog 2024-07-13 01:51:41 +08:00
halx99 7e4c20ad8a Update plainlua to 5.4.7 2024-07-12 23:58:07 +08:00
halx99 b3ec72753f Remove redundant log message 2024-07-12 23:57:14 +08:00
RH 5c6338aac0
Change AXLOGI to more appropriate AXLOGD for several log calls (#2028) 2024-07-12 13:05:26 +08:00
axmol-bot b54cb19eb1
Committing luabindings for commit fe0adcb (#2026)
Co-authored-by: halx99 <6977319+halx99@users.noreply.github.com>
2024-07-12 00:24:04 +08:00
aismann fe0b243a67
(Spelling) rename getSubtitleLable(), add setSubtitleLabel() (#2025)
* rename getSubtitleLable(), add setSubtitleLabel()

* Update PhysicsTest.cpp
2024-07-11 23:29:08 +08:00
aismann fe0adcbb1f
Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
RH 7a5c45a75b
Ensure the RenderTexture reference is valid on threaded task completion (#2024) 2024-07-11 09:07:53 +08:00
halx99 9e7a008644 Update fmt-11.0.1, simdjson-3.9.5 2024-07-09 23:04:59 +08:00
halx99 87dd5abce1 Fix #2023 2024-07-09 23:04:00 +08:00
halx99 0b2e9d07c9 Fix #1943, Make extension luabinding can be controlled by AX_EXT_HINT 2024-07-08 23:17:25 +08:00
iAndyHD3 6daa6c755e
fix prebuilt, add ax_link_ext macro (#2022) 2024-07-08 20:14:01 +08:00
halx99 15a5dd1f9a
Update CHANGELOG.md 2024-07-07 09:46:48 +08:00
RH e590b9d146
Set several log messages to verbose level (#2021) 2024-07-05 22:17:00 +08:00
halx99 a3a5203fb5
Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated (#2017)
* Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated

* Fix winuwp build
2024-07-05 07:51:36 +08:00
RH 78c7e0022a
Fix call to incorrect java method (#2015) 2024-07-04 21:17:09 +08:00
halx99 d11a846844 Fix luabinding due to cindex.py not support c++20 concepts 2024-07-03 00:39:13 +08:00
halx99 119e567a57 Update oboe to 1.9.0 2024-07-03 00:07:42 +08:00
halx99 066b7cab3b Update ChangeLog 2024-07-03 00:05:06 +08:00
halx99 952cca2dd4 Update stb_image to 2.30 2024-07-02 23:37:13 +08:00
halx99 c81e974170 Update fmtlib to 11.0.0 2024-07-02 23:35:05 +08:00
bwaiox aacebeef89
Fix error when compile on LINUX ubuntu2204 (#2012)
* fix LINUX compile error for CocosGUIScene.cpp

* fix LINUX compile error 'must be interger or enum' for array length
2024-07-01 21:41:44 +08:00
Paulo Coutinho 9886f7d1cc
Fix apple controller to support four players (#2009) 2024-06-30 22:55:47 +08:00
smilediver d79a202e6e
Renderer fixes (#1996)
* Backend: remove RenderTargetFlag and refactor depth/stencil state setup

* Fix Z-test and Z-write being enabled by default for main queue

* GL: fix framebuffer attachment not being cleared

* Use dirtyFlags for RenderTarget update

---------

Co-authored-by: halx99 <halx99@live.com>
2024-06-29 00:20:32 +08:00
aismann 8175eb2ade
DrawNodeV2 0.94 (currently DrawNodeEx) (#2008) 2024-06-29 00:15:02 +08:00
halx99 5ffd6ce09a Improve downloader
- print http respone code when error
- make checksum case-insensitive
2024-06-28 01:03:31 +08:00
RH 042c9b712e
Make debug and verbose level logging in release builds optional (#2006)
* Debug (AXLOGD) and verbose (AXLOGV) level logging should be disabled by default in release builds.

* Fix preprocessor check
2024-06-27 23:47:42 +08:00
halx99 d1ca753de4 Fix unit-test 2024-06-22 13:55:34 +08:00
halx99 b6b6a15284
Improve curl downloader (#1999) 2024-06-22 08:29:21 +08:00
halx99 2193b5047f
Fix #1984 2024-06-18 23:38:58 +08:00
halx99 a88be080b3 Use AXLOG for audio module 2024-06-17 22:43:00 +08:00
halx99 9e0a592e2b Update simdjson to 3.9.4 2024-06-16 23:55:21 +08:00
halx99 e02741d0c8
Use new logging system for audio (#1995) 2024-06-16 23:51:03 +08:00
halx99 74f27fa62c Don't output log when custom ILogOutput was set (#1992)
* Don't output log when custom ILogOutput was set

* Fix ci
2024-06-16 23:09:29 +08:00
halx99 e74c40ec95 Fix #1990, update yasio to v4.2.3 2024-06-16 23:09:29 +08:00
halx99 8939723108 1k: parse generater from cmake options 2024-06-14 09:00:20 +08:00
Purple 6cb7618ed0
Linux WebView implementation (#1985)
* linux webview start

* Linux UIWebView phase1

* update setup for linux uiwebview

* add depends for arch

* removed unnecessary XReparent call

* Fixed some XWayland issues

* finalizing linux webview implementation

* enabled webview tests on linux

* updated copyright link

* removed some unnecessary comments

* some formatting

* some more formatting

* fixed a test typo

* removed some unnecessary codes

* removed some unnecessary comments
2024-06-13 22:49:59 +08:00
smilediver 3bcc1cf7e8
Renderer recreated fixes (#1988)
* Fix Texture2D losing file path when renderer is recreated

* Fix textures with generated mipmaps not reloading correctly when renderer is recreated
2024-06-13 13:14:33 +08:00
halx99 210ad64668 Update emsdk to 3.1.61 and add cmake option AX_WASM_INITIAL_MEMORY 2024-06-12 23:13:49 +08:00
halx99 fe89c34b2b Improve code style 2024-06-12 00:43:02 +08:00
halx99 6304c88e14 Fix char8_t not disable on msvc 2024-06-10 23:16:49 +08:00
halx99 82744abd8b
Bump 2.1.4 2024-06-10 10:29:08 +08:00
halx99 ad051f353f
Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
halx99 8fef58d59c Update gradlew to 8.8 2024-06-10 00:57:51 +08:00