mirror of https://github.com/axmolengine/axmol.git
![]() * 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> |
||
---|---|---|
.. | ||
ConvertUTF | ||
android-specific/cpufeatures | ||
angle | ||
astcenc | ||
box2d | ||
bullet | ||
c-ares | ||
chipmunk | ||
clipper2 | ||
concurrentqueue | ||
curl | ||
doctest | ||
fastlz | ||
flatbuffers | ||
fmt | ||
freetype | ||
ghc | ||
glad | ||
glfw | ||
glslcc | ||
jni.hpp | ||
jpeg-turbo | ||
llhttp | ||
lua | ||
minimp3 | ||
mio | ||
ntcvt | ||
ogg | ||
openal | ||
openssl | ||
png | ||
poly2tri | ||
pugixml | ||
rapidjson | ||
recast | ||
robin-map | ||
simdjson | ||
stb | ||
unzip | ||
vlc | ||
webp | ||
websocket-parser | ||
xsxml | ||
xxhash | ||
yasio | ||
zlib | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
SharedLoader.java.in |
README.md
The axmol thirdparty libraries
angle
- Upstream: https://github.com/google/angle
- Version: 115.0.5790.173
- License: BSD WITH The ANGLE Project Authors
astcenc
Box2D
Bullet
c-ares
Chipmunk2D
Clipper2
ConcurrentQueue
ConvertUTF
- Upstream: https://github.com/llvm/llvm-project
- Version: git 2946cd7 without LLVM-specific wrappers of the functions
- License: Apache-2.0 WITH LLVM-exception
curl
doctest
FastLZ
- Upstream: https://github.com/ariya/FastLZ
- Version: git 344eb40 (121)
- License: MIT
flatbuffers
{fmt}
FreeType
Glad
glfw
GHC (iOS devices only)
jni.hpp
jpeg-turbo
kcp
llhttp
lua
-
plainlua
http://www.lua.org/
- Version: 5.4.7
- License: MIT (http://www.lua.org/license.html)
-
sol2
-
luajit
- Upstream: https://github.com/LuaJIT/LuaJIT
- Version: 2.1-04dca79
- License: MIT
-
tolua
- Upstream: https://github.com/LuaDist/toluapp
- Version: 1.0.93
- License: MIT
-
lua-cjson
- Upstream: https://github.com/simdsoft/lua-cjson
- Version: 2.1.1
- License: MIT
lz4
minimp3
- Upstream: https://github.com/lieff/minimp3
- Version: git afb604c(318) with modified for UWP apps support
- License: CC0-1.0
mio
- Upstream: https://github.com/mandreyel/mio
- Version: git 8b6b7d8 (136)
- License: MIT
ntcvt (Windows only)
oboe (Adnroid only)
ogg & vorbis
OpenAL Soft
OpenSSL
png
poly2tri
- Upstream: https://github.com/jhasse/poly2tri
- Version: git 81612cb (until May 20, 2022)
- License: BSD-3-Clause
pugixml
by halx99 for string_view support
- original repo:
- all tests passed: https://github.com/halx99/pugixml/actions/runs/4090401630
- original repo:
- Version: 1.13
- License: MIT
rapidjson
recast
robin-map
- Version: 1.2.1 with modified for more compatible with stl
- Modify
robin_map::iterator->second
to mutable same withstl map/unordered_map
- Forward
robin_map::operator[]
key bystd::forward
same withstl map/unordered_map
- Modify
- License: MIT
simdjson
stb (stb_image)
- Upstream: https://github.com/nothings/stb
- Version: 2.30
- License: MIT
unzip (minizip-1.2)
- Upstream: https://github.com/simdsoft/mz12
- Version: 1.2 with bugfixs & improvements
- License: zlib