axmol/core/renderer
halx99 b25b702d97 Release 2.1.5 (#2076)
* Fix  unexpected libpng used

* Fix string format incorrect for tests

* Fix #1751, use coroutine control AutoTest flow

* Update CHANGELOG.md

* Added OpenType font (.otf) to the noCompress list. (#2077)

* Update 1k & copyright notice in some sources

* Move doctest to axmol 3rdparty

* Fix ci

* Update 1kdist to v90

* Update 1kiss.ps1

* DrawNodeV2 0.95.1 (#2079)

* Rename remaining legacy engine related spells and improve code style

* Update 3rdparty README.md

* Fix checkReallySupportsASTC does not work on ios device

reported by @BIGCATDOG in https://github.com/axmolengine/axmol/issues/2078

* Fix ci

* FastRNG: add missing include for AXASSERT (#2081)

* Delete unused files

* Improve FileUtils

- Rename FileUtils::createDirectory to FileUtils::createDirectories
- Use splitpath_cb to optimize FileUtils::createDirectories
- Rename FileUtils::getFileShortName to FileUtils::getPathBaseName
- Rename FileUtils::getFileExtension to FileUtils::getPathExtension
- Add FileUtils::getPathDirName
- Add FileUtils::getPathBaseNameNoExtension
- Mark all renamed FileUtils stubs old name deprecated
- Mark all FileUtils offthread APIs deprecated

* Update box2d to v2.4.2

* Disable /sdl checks explicitly for winuwp

For axmol deprecated policy, we need disable /sdl checks explicitly to avoid compiler traits invoking deprecated functions as error

* Update cppwinrt to 2.0.240405.15

* Update simdjson to 3.10.0

* Fix box2d testbed compile error

* Improve file path to url

* Fix FileUtils::createDirectories unix logic

* axmol-cmdline: remove arch suffix for host build output directory

* Update CHANGELOG.md

* Update lua bindings

---------

Co-authored-by: Dani Alias <danielgutierrezalias@gmail.com>
Co-authored-by: aismann <icesoft@freenet.de>
Co-authored-by: smilediver <smilediver@outlook.com>
2024-08-11 23:51:35 +08:00
..
backend Release 2.1.5 (#2076) 2024-08-11 23:51:35 +08:00
shaders Add render I420 video support, fix #2049 (#2050) 2024-07-23 01:10:44 +08:00
CMakeLists.txt Merge backend Device, DeviceInfo to DriverBase (#1499) 2023-12-11 21:59:25 +08:00
CallbackCommand.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CallbackCommand.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CustomCommand.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CustomCommand.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
GroupCommand.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
GroupCommand.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Material.cpp Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
Material.h Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
MeshCommand.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
MeshCommand.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Pass.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Pass.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
PipelineDescriptor.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
QuadCommand.cpp Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated (#2017) 2024-07-05 07:51:36 +08:00
QuadCommand.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
RenderCommand.cpp Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
RenderCommand.h Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
RenderCommandPool.h Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated (#2017) 2024-07-05 07:51:36 +08:00
RenderConsts.h.in Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
RenderState.cpp Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
RenderState.h Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
Renderer.cpp Optimize `Renderer::fillVerticesAndIndices()` (#2065) 2024-08-02 08:26:58 +08:00
Renderer.h Renderer fixes (#1996) 2024-06-29 00:20:32 +08:00
Shaders.cpp Add render I420 video support, fix #2049 (#2050) 2024-07-23 01:10:44 +08:00
Shaders.h Add render I420 video support, fix #2049 (#2050) 2024-07-23 01:10:44 +08:00
Technique.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Technique.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Texture2D.cpp Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated (#2017) 2024-07-05 07:51:36 +08:00
Texture2D.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
TextureAtlas.cpp Mark StringUtils::format deprecated, use fmt::format instead (#2029) 2024-07-13 22:53:14 +08:00
TextureAtlas.h Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
TextureCache.cpp Release 2.1.5 (#2076) 2024-08-11 23:51:35 +08:00
TextureCache.h Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated (#2017) 2024-07-05 07:51:36 +08:00
TextureCube.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
TextureCube.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
TrianglesCommand.cpp Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
TrianglesCommand.h Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00