Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
Collective - Host: opensource - https://opencollective.com/axmol - Code: https://github.com/axmolengine/axmol

Update CHANGELOG

github.com/axmolengine/axmol - c36f9b520c4e2e061bd9fe0f4dc6673ecb37a16e authored almost 3 years ago by halx99 <[email protected]>
Update README_CN.md

github.com/axmolengine/axmol - 7e2672d30865ab97eee0bb4f869df6719a776607 authored almost 3 years ago by halx99 <[email protected]>
Update README.md

github.com/axmolengine/axmol - 3e30f3f613fa5ab88f78293117ce3558ac83088c authored almost 3 years ago by halx99 <[email protected]>
Update adxe.cpp

github.com/axmolengine/axmol - d2f6b795a65e1b73bee83785bd99a6204ec6e46b authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - 3b79b58138b69a52f86954ad36511bb0fb01a8c2 authored almost 3 years ago by halx99 <[email protected]>
Remove unnecessary AudioEngine::end() at AppDelegate::~AppDelegate of HellCpp & HelloLua

github.com/axmolengine/axmol - 066b0834f280da58d55136053d92b82d32716dd0 authored almost 3 years ago by halx99 <[email protected]>
Use std::string_view directly

github.com/axmolengine/axmol - b751d0e3fbc71c6a22ea599f7e56acd1e59231f8 authored almost 3 years ago by halx99 <[email protected]>
Add utils::computeDigest for support more hash algorithm

github.com/axmolengine/axmol - e0424493935182d5f9ba402b55794f37f86523f9 authored almost 3 years ago by halx99 <[email protected]>
Fix #550, #484

Invoke AudioEngine::end before Director destroyed, because it hold scheduler belong Director.

github.com/axmolengine/axmol - 4db339115e4afafa24adbe94a3261980ae973c76 authored almost 3 years ago by halx99 <[email protected]>
Improve any_buffer code quality

a. Fix warnings: try delete void*
b. Only allow used by trivially_destructible types

Reported by...

github.com/axmolengine/axmol - 9b45f839a11874b816cf5a58cba24b3ae4b84fb6 authored almost 3 years ago by halx99 <[email protected]>
Delete obj-c style callback

github.com/axmolengine/axmol - 2367e995022f629138ce03a3528b4d91a25948e2 authored almost 3 years ago by halx99 <[email protected]>
[HttpClient] Use `byte_buffer` instead `std::vector<char>`

github.com/axmolengine/axmol - 52de9ba4005996cda3e01e03f8bb94ab0567f605 authored almost 3 years ago by halx99 <[email protected]>
Add copyright notice

The any_buffer implementation is inspired by @denghe

github.com/axmolengine/axmol - 742ee30c40ecc7944a10fac8db53442db266423a authored almost 3 years ago by halx99 <[email protected]>
Delete unused binding generator

github.com/axmolengine/axmol - c9159c62fa1a9c65d96e05ca00efec6b07255786 authored almost 3 years ago by halx99 <[email protected]>
Remove all unnecessary nothrow

github.com/axmolengine/axmol - 1ee106007a31c6ce1947e221b8b9f8bf6b0206df authored almost 3 years ago by halx99 <[email protected]>
Don't allow Color3B to Color4B implicit

github.com/axmolengine/axmol - e04c478ce9971d2ec41d6eac6dcf356f232e9a51 authored almost 3 years ago by halx99 <[email protected]>
Change DrawNode api color from Color4F to Color4B

a. Color4B is low level type before upload to GPU
b. Enable implicit convert from Color4F to Colo...

github.com/axmolengine/axmol - eb061bd845d9aa410942b33b93370a14bed96291 authored almost 3 years ago by halx99 <[email protected]>
Improve code quality

github.com/axmolengine/axmol - 52e4d8571bf08ac154ab5786108723bcfc240804 authored almost 3 years ago by halx99 <[email protected]>
Improve code style

github.com/axmolengine/axmol - 7926f99655c08d515d790a0c5582d03e819aad65 authored almost 3 years ago by halx99 <[email protected]>
Always enable string pooling for msvc

github.com/axmolengine/axmol - 3600011b439671dbe19c8241617e9db7cd8e08bf authored almost 3 years ago by halx99 <[email protected]>
Improve performance on cpp-tests release version controlling COCOS2D_DEBUG

github.com/axmolengine/axmol - 67d473e2d1daa981a2066395ce9fd1a778484d25 authored almost 3 years ago by aismann <[email protected]>
Improve code style

github.com/axmolengine/axmol - c35c6c720b5d6e910ef91ff4f7a709d1f9d53a36 authored almost 3 years ago by halx99 <[email protected]>
change all setString(const std::string & ...) to setString(std::string_view ...)

Change all methods inherited from virtual void setString(std::string_view label) = 0;

github.com/axmolengine/axmol - 493cb44394e990ff218b1adb952fef42f873f188 authored almost 3 years ago by aismann <[email protected]>
Update README.md

github.com/axmolengine/axmol - 23e71409497a35e8ef54a0fe614a8c0f6c4380ce authored almost 3 years ago by halx99 <[email protected]>
Better use string_view, refer #543

github.com/axmolengine/axmol - 947211366405edf29a7a4b3af31a3aea311df7ef authored almost 3 years ago by halx99 <[email protected]>
Use std::string_view instead const std::string&, refer #543

a. FontFreeType
b. ccUTF8

github.com/axmolengine/axmol - 72ac23b1807ef5dadebd7e237081f43eea158a38 authored almost 3 years ago by halx99 <[email protected]>
Merge: 9930eef75a 2ca99fce0f

Merge pull request #542 from adxeproject/codebase-cpp17

Improve codebase to c++17

github.com/axmolengine/axmol - ea925ac746d9e25c650bcc07e746c242147b6935 authored almost 3 years ago by halx99 <[email protected]>
Fix compile

github.com/axmolengine/axmol - 12f1f5929dca29b5be13e68043110244fbdec3cd authored almost 3 years ago by halx99 <[email protected]>
Improve codebase to c++17

github.com/axmolengine/axmol - ac937714e24bc38a7a837935fa219f1187e3a960 authored almost 3 years ago by halx99 <[email protected]>
More safe to store customGlyphs

github.com/axmolengine/axmol - 3440cf804fca926bc804f9a894591b88e098c29d authored almost 3 years ago by halx99 <[email protected]>
Move ntcvt directory

github.com/axmolengine/axmol - fd5ed930934b967c5828368002b09c3ee96dfb81 authored almost 3 years ago by halx99 <[email protected]>
Fix childrenIndexer not update when child detached

github.com/axmolengine/axmol - cf76785517d03fa35dd456e8dc69a9792fbd8553 authored almost 3 years ago by halx99 <[email protected]>
Add Visual Studio 2022

github.com/axmolengine/axmol - dd8193428ea98ad0ef73b88d457e4e70f5cc3607 authored almost 3 years ago by aismann <[email protected]>
Improve logic for DownloaderCURL startTask

github.com/axmolengine/axmol - 1f10987b281a3cfea06ca376a873482b8b3129c7 authored almost 3 years ago by halx99 <[email protected]>
Improve skipBOM

github.com/axmolengine/axmol - 41669f0a7f312a249ad6f67b01cfac0865b7e4b2 authored almost 3 years ago by halx99 <[email protected]>
Improve FileUtils::isAbsolutePath for windows

github.com/axmolengine/axmol - f4d2325e428b594c771c994ed9747805f4a34f21 authored almost 3 years ago by halx99 <[email protected]>
using type alias

github.com/axmolengine/axmol - ccedded548c461d4e46c24a1c5dc6d5dd7ef8c7a authored almost 3 years ago by halx99 <[email protected]>
Update UnitTest.cpp

github.com/axmolengine/axmol - aed7ee50f2c4bc289d3bb7370b395a5729f68921 authored almost 3 years ago by halx99 <[email protected]>
Always loop find child when indexer not found

github.com/axmolengine/axmol - eee191d78262ebdfd4d9556802d6b897a5785737 authored almost 3 years ago by halx99 <[email protected]>
Fix cocos2dx_lua_loader

github.com/axmolengine/axmol - 251c95ff2d9480bafb35ec855db0819eb6e6b346 authored almost 3 years ago by halx99 <[email protected]>
Refine code

github.com/axmolengine/axmol - fe67e1b19fbed97fb24d3a5dc48ff2c898832511 authored almost 3 years ago by halx99 <[email protected]>
Improve TTF load, enable stream parsing at for non-android devices

github.com/axmolengine/axmol - c96172837ebcc09d49cfd477c2dd09c5c7cffb3a authored almost 3 years ago by halx99 <[email protected]>
Update CCPlatformConfig.h

github.com/axmolengine/axmol - 8f047015ba7ec6e1f65d7e5e2171b2ba91c4a663 authored almost 3 years ago by halx99 <[email protected]>
Update android platform macro detection

github.com/axmolengine/axmol - 353920d8a28deed098389133b38e450a90c8d40f authored almost 3 years ago by halx99 <[email protected]>
Refine cocos2dx_lua_loader logic

github.com/axmolengine/axmol - eb5dcb6cfcbe1aee2ccfe0deba09fb0414737835 authored almost 3 years ago by halx99 <[email protected]>
Fix lua state usage

github.com/axmolengine/axmol - f7128789a07a855bbbcddcda4d9ddd2285e2b4a1 authored almost 3 years ago by halx99 <[email protected]>
Sets default render state when restart director

github.com/axmolengine/axmol - 3b69d0cb27fdddaa77cb58de21ba52e32a539764 authored almost 3 years ago by halx99 <[email protected]>
Compatible lua getXXXSize API for get width,height from vec2

github.com/axmolengine/axmol - 4b9ae12a7c5ca0c06fc00b2d054ceb51c78cca88 authored almost 3 years ago by halx99 <[email protected]>
Update astcenc to 3.3

github.com/axmolengine/axmol - 54f41f79ee47680dbca04fa583fcb22ca87be947 authored almost 3 years ago by halx99 <[email protected]>
Fix unit test

github.com/axmolengine/axmol - 3a855ac97f0bbf538b4013c16ce7d113d494ee5b authored almost 3 years ago by halx99 <[email protected]>
Fix fairygui compilation

github.com/axmolengine/axmol - 31ed6d97a921bbef3d954d503f6fef3a52d77453 authored almost 3 years ago by halx99 <[email protected]>
Better logic

github.com/axmolengine/axmol - 6c3d2d13f0678735d039f5ed750039fc211273c9 authored almost 3 years ago by halx99 <[email protected]>
Improve code style

github.com/axmolengine/axmol - 9cc04be8332b0b88f55b765110669a3b18aaab3a authored almost 3 years ago by halx99 <[email protected]>
Skip whitespace for sdf text render

github.com/axmolengine/axmol - cdf47d3bd6990cd1cfc5fc29522669361ea5a0bd authored almost 3 years ago by halx99 <[email protected]>
Match utf32 char code parameter type

github.com/axmolengine/axmol - 16c3e90c46fbb4fed74c2e32943036193b09589e authored almost 3 years ago by halx99 <[email protected]>
Improve speed for loading outline glyph

github.com/axmolengine/axmol - a0d289ee5b242ed4741131b491ddeb17f0472f1f authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - f5c3b7b87efa2e42845446f9d578c762cfca1e10 authored almost 3 years ago by halx99 <[email protected]>
Update README.md

github.com/axmolengine/axmol - c60f5774ff9c4ce07d98c6b36119405a0728870c authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - b028429112259327f168d99854e9abeeb59c9bd8 authored almost 3 years ago by halx99 <[email protected]>
Update README files

github.com/axmolengine/axmol - c463b0fac73e89c28b61dfc98c91a819f3d21e35 authored almost 3 years ago by halx99 <[email protected]>
Update comment

github.com/axmolengine/axmol - 6716b95e24aa12c6cee14075fdc0a860b114cfe2 authored almost 3 years ago by halx99 <[email protected]>
Use explicit type to compare integer

github.com/axmolengine/axmol - 503d8818f5a2752e1598a4dfcc2cfa8b33d95fe0 authored almost 3 years ago by halx99 <[email protected]>
Add `CCValue` int64_t/uint64_t support

github.com/axmolengine/axmol - c6945c44e5bf09088bde237ad7bea8609cd2bf4a authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - 785917af8b43e6e515eec35d6ef02bca5464a880 authored almost 3 years ago by halx99 <[email protected]>
Merge: 8f88705ffe 8e2c6f2ceb

Merge pull request #533 from adxeproject/children-indexer-map-support

Add children indexer map f...

github.com/axmolengine/axmol - 2a81f626e0a93a3fa526235176792226facede08 authored almost 3 years ago by halx99 <[email protected]>
Add comment for new API Director::setChildrenIndexerEnabled [skip ci]

github.com/axmolengine/axmol - f1425c1fd3625272c2ab77a38f8658c71d13a234 authored almost 3 years ago by halx99 <[email protected]>
Fix #534, Make unsigned char same with char.

a. char store as int
b. unsigned char store as unsigned int

github.com/axmolengine/axmol - 879c91e1ee61fbb20b8355becc53979b1efd920a authored almost 3 years ago by halx99 <[email protected]>
Update yasio

github.com/axmolengine/axmol - 5e0b99103ba5c2e376a3c3bdff8598107aada79b authored almost 3 years ago by halx99 <[email protected]>
Fix parent children indexer get logic

github.com/axmolengine/axmol - b44dd22de5bc8a1f17fe90d7753e2c2a3c033461 authored almost 3 years ago by halx99 <[email protected]>
Match Node::_hashOfName type

github.com/axmolengine/axmol - 1b33909d14435d1705326082d2d3664b340e2537 authored almost 3 years ago by halx99 <[email protected]>
Add children indexer map for fast getChildByTag & getChildByName support

github.com/axmolengine/axmol - ccf25f745894c45c01cb5265d13f499b6d279520 authored almost 3 years ago by halx99 <[email protected]>
ScrollView sometimes shows incorrect position in vertical direction. (#532)

github.com/axmolengine/axmol - aeb5d496ec185ee919aba6fc6dd24ebc364dfac1 authored almost 3 years ago by 姒嗘煶鏉? <[email protected]>
Fix code formatting

github.com/axmolengine/axmol - 457baed8d33d1c84718900f4e208f9c36e397947 authored almost 3 years ago by rh101 <[email protected]>
The releaseFontAtlas method will remove the font atlas from the cache if it has a reference count of 1, and will always call release on that atlas as expected by the calling code.

github.com/axmolengine/axmol - 95cb93e0a05593bde7e976072103fc34d389a93e authored almost 3 years ago by rh101 <[email protected]>
Revert "Ensure font atlas is correctly released even if it does not exist in the atlas cache."

This reverts commit 8b27fdb83245438512e53821b458273e5303497c.

github.com/axmolengine/axmol - 52b6cefcda86c41a3f9a0758b039b70af34c0fac authored almost 3 years ago by rh101 <[email protected]>
Ensure font atlas is correctly released even if it does not exist in the atlas cache.

github.com/axmolengine/axmol - 1485c76d6b379294e432ae8c1f57ca1310abd5ee authored almost 3 years ago by rh101 <[email protected]>
Update CCConsole.cpp

github.com/axmolengine/axmol - 0547a4b7c2fada874797c71967cb0158b191e25f authored almost 3 years ago by halx99 <[email protected]>
Update copyright notice [skip ci]

github.com/axmolengine/axmol - 9c30e7abd701a6652b860c601a2943d119331217 authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - d101472b63c87d10056469a7b0264e0e128f777b authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - 55e7170ba019138f75002d39ee0eb433b1ffd70c authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - 8937d0fea1625ada12d8de5b24b0bb7776e7a95a authored almost 3 years ago by halx99 <[email protected]>
Rename cocos2d.cpp to adxe.cpp

github.com/axmolengine/axmol - de355e52683828a2913fdae359540742de44bf19 authored almost 3 years ago by halx99 <[email protected]>
Update version indicator [skip ci]

github.com/axmolengine/axmol - f59af620a0ff09ee7aeea5304002622b010ed2ff authored almost 3 years ago by halx99 <[email protected]>
Add copyright notice [skip ci]

github.com/axmolengine/axmol - ef4eb62229e7a0e49264697ff6384fd1cab6e86e authored almost 3 years ago by halx99 <[email protected]>
Unify Tex2F to Vec2

github.com/axmolengine/axmol - 6a2e09f3c880dabf944a6e4878f457b204c7fae1 authored almost 3 years ago by halx99 <[email protected]>
Fix reviews [skip ci]

github.com/axmolengine/axmol - 9cbc3434187547812c8167d778e8777f5ee58b0b authored almost 3 years ago by halx99 <[email protected]>
Fix reviews

github.com/axmolengine/axmol - 8e08ef87995fe5c8e9446aa54ea18e6d86ae2bdc authored almost 3 years ago by halx99 <[email protected]>
Resolve reviews

github.com/axmolengine/axmol - c7851ae4becea69faee93f2a3d726619f1d00a83 authored almost 3 years ago by halx99 <[email protected]>
Remove unnecessary function

github.com/axmolengine/axmol - 0f25bc842c40747fed7dbc95f395cd8702df5e98 authored almost 3 years ago by halx99 <[email protected]>
Use struct `Vec2` instead `Size`

github.com/axmolengine/axmol - 554412f4fd349320d8b437d7b0ab0682b87586cd authored almost 3 years ago by halx99 <[email protected]>
Add HttpClient::setNameServers

a. support set custom dns server list when c-ares enabled.

github.com/axmolengine/axmol - 6bce6b49c497448b22185129134366c784425c90 authored almost 3 years ago by halx99 <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - 96802a86ebe1a326ef9eeb1455fc165b786d557e authored about 3 years ago by halx99 <[email protected]>