j-jorge
|
b436da431f
|
Remove the USING_NS_AX and NS_AX macros. (#2103)
|
2024-08-27 19:46:15 +08:00 |
aismann
|
8341ce67b9
|
DrawNodeV2 0.97 (ready for "replacing" DrawNode) (#2095)
|
2024-08-19 18:52:52 +08:00 |
aismann
|
b1f88b4e9d
|
DrawNodeV2 0.96.0 (#2086)
|
2024-08-14 22:09:00 +08:00 |
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 |
aismann
|
fe0adcbb1f
|
Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020)
|
2024-07-11 23:28:31 +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 |
aismann
|
8175eb2ade
|
DrawNodeV2 0.94 (currently DrawNodeEx) (#2008)
|
2024-06-29 00:15:02 +08:00 |
halx99
|
ad051f353f
|
Update TLD to axmol.dev in sources (#1977)
|
2024-06-10 02:25:43 +08:00 |
aismann
|
5b8a07413b
|
DrawNodeEx/DrawNodeExTest update (#1914)
* Fix issue #1546 of UILayout(#1549) and small performance boost
* add test
* Update DrawPrimitivesTest.cpp (Smaller tester code)
* Update DrawNodeEx.h
AX_EX_DLL
* Update AXLinkHelpers.cmake
* Update Console.cpp (removed the '\n' which creates an second (empty) line)
* segment stuff
* .
* add some more tests
* Issue 1888
* .
* add all DrawNode cocos2dx
* .
* .
* .
* add feature for drawing in correct order
* .
* Update DrawNodeEx.cpp
* .
* Update DrawNodeEx.cpp
* DRAWNODE_TRIANGLE_ONLY
* DRAWNODE_DRAW_LINE_POINT
* .
* Update DrawNodeExTest.cpp
* Update DrawNodeExTest.cpp
* .
* .
* Add round brackets
* commendet this both lines (check it in next version)
* .
|
2024-05-22 18:48:36 +08:00 |
Deal
|
004065a054
|
Rename ax::Ref ==> ax::Object (#1877)
* Rename ax::Ref ==> ax::Object
* Update Object.h [skip ci]
|
2024-05-03 22:15:08 +08:00 |
Deal
|
76db9007b0
|
Move color types to math/Color.h (#1741)
* Move color types to math/Color.h
* Use V3F_C4F
* Fix ci
|
2024-03-14 23:38:45 +08:00 |
aismann
|
70fa8872de
|
Add extension 'DrawNodeEx' aka 'DrawNode v2' (#1568)
|
2024-01-05 02:07:13 +08:00 |