RH
3a46201c5a
Enhance Color4F and method naming change ( #2072 )
...
* Move set methods from Vec4 to base Vec4Base to allow usage with all subclasses of Vec4Base
Rename Vec4::set method to setDirection to reflect its actual purpose
Remove trivial copy constructor method since it does not need to be explicitly implemented
* Add copyright line
2024-08-04 19:50:14 +08:00
halx99
8fd2a551e8
Refactor math simd ( #2070 )
2024-08-04 09:46:36 +08:00
halx99
695ccc0357
ci: Upload windows build artifacts
2024-08-03 23:38:47 +08:00
smilediver
39b6560290
Fix Curl downloader not observing set task limits ( #2067 )
...
* Delete unused variable
* Remove invalid comment
* Fix Curl downloader not observing set task limits
2024-08-03 02:19:00 +08:00
smilediver
807a91b49b
Optimize `Renderer::fillVerticesAndIndices()` ( #2065 )
...
* Optimize `Renderer::fillVerticesAndIndices()`
* Fix clobbered registers not being marked in inline assembly
2024-08-02 08:26:58 +08:00
halx99
377f340d0b
Fix #2060 , make http request/respose reference counter thread-safe ( #2064 )
2024-08-01 04:41:27 +08:00
halx99
687874c11b
Fix prebuilt openssl dll path incorrect for winuwp
2024-08-01 01:11:11 +08:00
smilediver
fed5f8a374
Optimize ProgramState::setTexture() to avoid vector (de)allocations ( #2061 )
2024-07-31 00:19:56 +08:00
Purple
15531218a0
Pre-built CMake configuration fixes ( #2058 )
2024-07-29 06:37:45 +08:00
Turky Mohammed
4de7e284c9
Move FastRNG to ax ns and more improvements ( #2057 )
2024-07-28 09:16:47 +08:00
Turky Mohammed
4c80b80ff7
Improve FastRNG implementation ( #2056 )
...
* Update FastRNG and improve particle system and tests
* Update FastRNG.h
* remove unnecessary includes
* Adapt unit_tests
* unit test rotL too
2024-07-27 23:44:25 +08:00
halx99
49e19bb976
Update CHANGELOG.md
2024-07-27 00:38:36 +08:00
halx99
b15ed68228
Update 1k
2024-07-27 00:22:28 +08:00
halx99
0760541fea
Update fmt -> 11.0.2, lz4 -> 1.10.0
2024-07-27 00:13:24 +08:00
halx99
499c347bda
Fix android VolatileTexture memory leak when addImage(img,k,fmt)
2024-07-25 22:35:18 +08:00
halx99
63c0dcb001
Improve 1kiss version match rules
2024-07-25 22:32:16 +08:00
halx99
a7b345bedb
Fix #2053 ArchLinux setup dependencies always fail
2024-07-25 01:19:12 +08:00
halx99
77572d1336
Improve 1k/install-pwsh.sh
2024-07-25 01:16:01 +08:00
RH
b4f83f4107
Use correct starting index of index buffer. Fixes 2051 ( #2052 )
2024-07-24 21:02:19 +08:00
halx99
a39b2e87db
Fix some ci warnings
2024-07-24 00:09:10 +08:00
j-jorge
b4667ace78
Handle premultiplied alpha for grayscale PNGs. ( #2047 )
2024-07-23 21:26:54 +08:00
halx99
47942ddd80
Add render I420 video support, fix #2049 ( #2050 )
2024-07-23 01:10:44 +08:00
halx99
6e09fdb1fe
Bump 2.1.5
2024-07-22 23:33:56 +08:00
halx99
bdd9bf8275
@axmol-bot [release 2.1.4]
2024-07-20 16:23:48 +08:00
halx99
9e106da253
Prepare release v2.1.4 ( #2037 )
2024-07-20 02:52:07 +08:00
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