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

[IMPROVEMENT] Remove camera unnecessary perspective option. (#993)

* Fix camera applyZoom when window size changes

* Revert "Fix camera applyZoom when window size ...

github.com/axmolengine/axmol - 4ceadb97406bccf33798a022a5fc524c8dc308d8 authored almost 2 years ago by Turky Mohammed <[email protected]>
[BUG] Fix camera `applyZoom()` when window size changes and remove unnecessary projection code (#992)

* Fix camera applyZoom when window size changes

* Revert "Fix camera applyZoom when window size ...

github.com/axmolengine/axmol - d7a6a64517f1ec25cd8d816a0c2be4f8e0c07fc1 authored almost 2 years ago by Turky Mohammed <[email protected]>
Fix for UIEditBox password on Mac/iOS (Montery+/15+). (#995)

Fix for UIEditBox password on Mac/iOS (Montery+/15+).

github.com/axmolengine/axmol - 2dcf76a88a026068239b931e1ff47dee36ac5745 authored almost 2 years ago by pietpukkel <[email protected]>
Use standard cmake CMAKE_CXX_STANDARD instead of CXX_STD (#987)

* Update AXConfigDefine.cmake

* Use standard cmake CMAKE_CXX_STANDARD instead of CXX_STD

* Fix ...

github.com/axmolengine/axmol - 10088a72d13b7fd6d6189c7a374bef493cba4433 authored almost 2 years ago by CHP <[email protected]>
Fix axmol command search paths (#989)

* Committing genbindings changes

* Fix incorrect environment variable name and console folder path

github.com/axmolengine/axmol - 5bcc560c9e0aa2742ce5331561c6dc5858ecefba authored almost 2 years ago by RH <[email protected]>
Fix charset process in glfwCharCallback

github.com/axmolengine/axmol - 0684ac0ef4f59371bf1337c266f2998047a06f9a authored almost 2 years ago by halx99 <[email protected]>
Improve Android cmake (#985)

* Update CMakeLists.txt

* Improve Andoid CMAKE

github.com/axmolengine/axmol - 8d36190c98cec1254c4b5889ed1cf639c8fe363d authored almost 2 years ago by CHP <[email protected]>
Improve lua cmake (#986)

github.com/axmolengine/axmol - fa89bb670610d199ca73c33a9d71e40f622afde7 authored almost 2 years ago by CHP <[email protected]>
Update logo [skip ci]

github.com/axmolengine/axmol - 50447f30031e22499d2c662da40d8c6762d77ef8 authored almost 2 years ago by halx99 <[email protected]>
Update docs

github.com/axmolengine/axmol - 40b8a4c0c25c7704d2c60c5eb27aa2fe317990f9 authored almost 2 years ago by halx99 <[email protected]>
Update docs for new logo

github.com/axmolengine/axmol - 9d59d1d1ec40630849dbf22df662221372d3da74 authored almost 2 years ago by halx99 <[email protected]>
Remove unnecessary cmake include

github.com/axmolengine/axmol - 176d4384b32b8e8092e5e528fd03e4498c63ead5 authored almost 2 years ago by halx99 <[email protected]>
Move SIMD detection to AXConfigDefine.cmake

github.com/axmolengine/axmol - ad83c5e95f32c96ba50bd928d8ad1fa06fd9da3a authored almost 2 years ago by halx99 <[email protected]>
Fix download task creation failure Program crash (#984)

* Support return type'ResourceData'

* Revert "Support return type'ResourceData'"

This reverts c...

github.com/axmolengine/axmol - 8cd1e6f114661c128b6463df10cb8c1523b93f36 authored almost 2 years ago by tkzcfc <[email protected]>
Fix #983

github.com/axmolengine/axmol - 6d1e65221344d77942845778747c1c1ca2229467 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
unix-ci use cmake --parallel for all platforms (#982)

* unix-ci use cmake --parallel for all platforms

+cleanup

* Update run-script.sh

github.com/axmolengine/axmol - 9b9566df0b00d09881eb22371399d198ae552499 authored almost 2 years ago by CHP <[email protected]>
Update before-install.sh (#981)

github.com/axmolengine/axmol - 65b8f00dc7a3cd700dfa952ff9ca9ff5b1978265 authored almost 2 years ago by CHP <[email protected]>
Update before-install.sh (#980)

github.com/axmolengine/axmol - 88a0ac47b696970e79240354edfc0aa8aea545d0 authored almost 2 years ago by CHP <[email protected]>
Update fairygui tests resources

github.com/axmolengine/axmol - 7885170b1d46ffb53dc0a0a3466f33f4df931368 authored almost 2 years ago by halx99 <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 2fade7328a778670009310ee6d9ec7aaf5e9eb6b authored almost 2 years ago by halx99 <[email protected]>
Move getWorldPosition() from Widget to Node class (#978)

* Committing genbindings changes

* Move getWorldPosition() method to Node class to allow world p...

github.com/axmolengine/axmol - 1a0612ca6ed3a09bcf911723ea0b79c5897b0370 authored almost 2 years ago by RH <[email protected]>
Update README.md (#976)

github.com/axmolengine/axmol - 23b19d4b403586dd276e32c9b3abf36d0583f6ed authored almost 2 years ago by aismann <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - bb333ed92facec5db09afb1c192977fc1be6c6d4 authored almost 2 years ago by halx99 <[email protected]>
Add a pool for GroupCommand rendering commands (#969)

* Committing genbindings changes

* Use a pool of GroupCommand entries to avoid multiple entries ...

github.com/axmolengine/axmol - 2e30b51ab7f389115b9a9903f26ab72924b9d344 authored almost 2 years ago by RH <[email protected]>
Clarify the order of steps required to create and build new projects (#970)

* Committing genbindings changes

* Clarify instructions on how to create new projects and build ...

github.com/axmolengine/axmol - ed4d2251df7f4906e2c04c571dbfe099f1567d8e authored almost 2 years ago by RH <[email protected]>
Fix warnings (implicit conversion loses and use of deprecated function)

github.com/axmolengine/axmol - 5f6e1cd42d47a228f9a9293adcd521471bc723ae authored almost 2 years ago by Vincent Lee <[email protected]>
fix linux prebuilt support

now lua-template can also use this feature

github.com/axmolengine/axmol - ff8e10f280497e07a9e01885488ed92d4f1f390c authored almost 2 years ago by AsakuraMizu <[email protected]>
experimental linux prebuilt support

github.com/axmolengine/axmol - 0f3289974728c1f1d7d1f99373b1028f22bb5810 authored almost 2 years ago by AsakuraMizu <[email protected]>
Update AXLinkHelpers.cmake

github.com/axmolengine/axmol - 999cb7a90487f5ee6d74f08cd9599279c0b567b9 authored almost 2 years ago by AsakuraMizu <[email protected]>
Improve cmake

github.com/axmolengine/axmol - 6e119c16c6647f8d3d6bebbfb1ccbfc83d1cd629 authored almost 2 years ago by halx99 <[email protected]>
fixing some warnings compilation in linux gcc 12.2.0

github.com/axmolengine/axmol - 5214ea1eb1f9195c1e7fe574b69d04e9b89f3923 authored almost 2 years ago by joilnen <[email protected]>
Replace use of deprecated sprintf with snprintf

github.com/axmolengine/axmol - 97f8a8d5448032f2db3f99fc1e5e00b9c05a35ca authored almost 2 years ago by Vincent Lee <[email protected]>
Improve MFMediaPlayer state control

github.com/axmolengine/axmol - 17f5cd55438051dc8f28eb69305cb16203082b50 authored almost 2 years ago by halx99 <[email protected]>
Update init.lua

github.com/axmolengine/axmol - b01d58a466a631c548051f162ed6611a2ecce97f authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update run-script.sh

github.com/axmolengine/axmol - 0d060467b7f63ffa74449b6c1fc4e6b98a0fb34d authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update axutils.gradle

github.com/axmolengine/axmol - c1a576558eab637bae8235da1f43ad9a745a9622 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Improve gradle scripts

Add cmake options from gradle command line properties support

github.com/axmolengine/axmol - d742dceb9f046c7fc02336e1315b917fb5bed460 authored almost 2 years ago by halx99 <[email protected]>
Improve ftruncate

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

github.com/axmolengine/axmol - a4057d9cecef46419e36869d7a6d8e5b68596358 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Fix #957

github.com/axmolengine/axmol - 5f3c1b4a4577e9c65770f2c7127bc5ea76d16f13 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Fix http post with uri params

github.com/axmolengine/axmol - 2084a1defb89709fde7593a8ce81ee04b8463a5a authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update DrawPrimitivesTest.cpp

fix #137 and try to "explain" the behavior of setLineWidth() om DrawNode object

github.com/axmolengine/axmol - 9af16745166f102a3586e9b2e1fbf2f5917f428b authored almost 2 years ago by aismann <[email protected]>
Update CHANGELOG

github.com/axmolengine/axmol - 1b3617dfe06ecf28dd568a27550da3f5c7795d45 authored almost 2 years ago by aismann <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - f11daa734771b613f568ef7b7471c3710d818a68 authored almost 2 years ago by halx99 <[email protected]>
Add missing source files

github.com/axmolengine/axmol - 44b5b1f4bd105c5314ee33fe938b4f3f13cd2c0b authored almost 2 years ago by halx99 <[email protected]>
Update CHANGELOG [skip ci]

github.com/axmolengine/axmol - 51896a364b17ddd1f36e4e66318ab0a1cee4894c authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update spine runtime to v4.1-c9af18e

github.com/axmolengine/axmol - e12b56fd3fe068a40c2f84a090c77745a739bfc6 authored almost 2 years ago by halx99 <[email protected]>
Improve memory use

github.com/axmolengine/axmol - bfd96ae10adcfade9e50157eeee62937425ec3cb authored almost 2 years ago by halx99 <[email protected]>
Fix spine RotateTimeline

github.com/axmolengine/axmol - a8f38636036296024bd02aa71fdd839d4662861b authored almost 2 years ago by halx99 <[email protected]>
Update setup.py

github.com/axmolengine/axmol - 617159fd72184430c745e38cd7b2f631f19d648e authored almost 2 years ago by halx99 <[email protected]>
Force recalculation of normalized position when assigning new parent to node (#952)

* Committing genbindings changes

* Ensure normalized position is re-calculated if parent node ch...

github.com/axmolengine/axmol - 0649ab40dfe3c92c858ce08c5b27064335303a0d authored almost 2 years ago by RH <[email protected]>
Fix copyright notice [skip ci]

github.com/axmolengine/axmol - f0fe1a01c9ff0c8c89dddf8768047525c067a92f authored almost 2 years ago by halx99 <[email protected]>
Add effekseer test

github.com/axmolengine/axmol - de61119a21e2e33aedb77209183507c37a4cfab7 authored almost 2 years ago by halx99 <[email protected]>
All gl APIs from glad

github.com/axmolengine/axmol - 928a44c69f2cd525d09f45d9772f68fb2ee6d2c7 authored almost 2 years ago by halx99 <[email protected]>
Add support for centered horizontal layout (#946)

* Committing genbindings changes

* Add support for CENTER_HORIZONTAL layout type.

github.com/axmolengine/axmol - 82bcb1ae5fe79bc70b7d32a3135b8bf03c14259a authored almost 2 years ago by RH <[email protected]>
Remove unnecessary platform macro define in cmake

github.com/axmolengine/axmol - 7d1a911b91c4da3139e11516842f292c6e4806c5 authored almost 2 years ago by halx99 <[email protected]>
Improve platform macro detection

github.com/axmolengine/axmol - a4d86870662dc66f18b5199ab07851acf31c3f64 authored almost 2 years ago by halx99 <[email protected]>
Fix tvos ci (effekseer require tvos-14.5)

github.com/axmolengine/axmol - e457821ce7775d556b11f8cca1cc2e5ea6abbdd9 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update run-script.sh

github.com/axmolengine/axmol - c818d155fab0b07abeb37fff503a6bc2d0044c71 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - f00174bfcce7fa75014c399ccb4e0812d619561b authored almost 2 years ago by halx99 <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 33599119aee8c490825fb1fd93b5411d4877f3ec authored almost 2 years ago by halx99 <[email protected]>
Update CCRenderer.h

github.com/axmolengine/axmol - 762e1b09c09596a6a9a9e51c8acd297c9c056981 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Fix ci [skip ci]

github.com/axmolengine/axmol - a880bfc6e1deb1bbee53cb591e477fdf07bc0a2a authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 0749378bc88acea8deda85131090669d6b6f0038 authored almost 2 years ago by halx99 <[email protected]>
Merge: f10e63c24d f1a2c04672

Merge pull request #942 from axmolengine/remove-search-resolutions-support

Remove FileUtils::se...

github.com/axmolengine/axmol - 29014d0ac84d733c5ae00d6b2f7b200df522511b authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update CMakeLists.txt

github.com/axmolengine/axmol - 6ddd6f0e05f46e4783ad405e197ab27f1f2567b1 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Eanble efeekseer ci checks for apple platforms

github.com/axmolengine/axmol - 3b3a709e4063f953bdf430a3529952f7e0e9044e authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Enable live2d and effekseer extension ci checks

github.com/axmolengine/axmol - 0715477d4c5ab5596ba09b8724819a4056fedf7d authored almost 2 years ago by halx99 <[email protected]>
Fix effekseer compiling [skip ci]

github.com/axmolengine/axmol - a87bf2ee4b179bbcaa77cd39e99ebcce14c2744d authored almost 2 years ago by halx99 <[email protected]>
Update CCFileUtils-apple.mm

github.com/axmolengine/axmol - 2a440a8c427908853351c64121031237af833cad authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Fix ci [skip ci]

github.com/axmolengine/axmol - 22f51204f713ef45ecfe5a3616f946d6bba32613 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Remove FileUtils::searchResolutionsOrderArray

github.com/axmolengine/axmol - 56d66aba673253bb13ad2dd5cf9c75e803a35445 authored almost 2 years ago by halx99 <[email protected]>
Update extensions/CMakeLists.txt

github.com/axmolengine/axmol - b1315f0c859d9de6d89128ed048c6f651c8525ff authored almost 2 years ago by halx99 <[email protected]>
Update CMakeOptions.md [skip ci]

github.com/axmolengine/axmol - 671e62310908274ce673324a946247e59df3fe49 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update readme for extensions

github.com/axmolengine/axmol - a259aefb778e6edda7ebeda94d320c4f972c4672 authored almost 2 years ago by halx99 <[email protected]>
Add particle effect extension 'Effekseer' support

- By default, OFF
- Use cmake option AX_ENABLE_EXT_EFFEKSEER=TRUE to enable it

github.com/axmolengine/axmol - 5d4b821f9e1a71c4f651dcce2bcd7523d64b53ec authored almost 2 years ago by halx99 <[email protected]>
Improve code style

github.com/axmolengine/axmol - d6254accc9bf33997cd28aed0cf9b8220ad832e6 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update README.md

Improve Extensions part

github.com/axmolengine/axmol - cf9c7267c01470b2b4e0f9196f14287f65208ceb authored almost 2 years ago by aismann <[email protected]>
Fix ci warnings

github.com/axmolengine/axmol - d5a91886dc5a2b375e008b7977698ac22114123b authored almost 2 years ago by halx99 <[email protected]>
Update libpng to v1.6.38 stable

github.com/axmolengine/axmol - 056e5f2e6f7fff107b43fd1c3f7405075793e23c authored almost 2 years ago by halx99 <[email protected]>
Update install-deps-linux.sh

github.com/axmolengine/axmol - c243348fba8bf423cdff1e212bfd9aea4b64f07d authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Improve ax::Vector compiler compatible, also fix #933

github.com/axmolengine/axmol - 9afa4a0255ef7887bb5f2c3b205b4aeff9a7b624 authored almost 2 years ago by halx99 <[email protected]>
Update glad to v2.0.0

github.com/axmolengine/axmol - 84fe8f734addd5a9c1aa55bc3463db50ea9d9d81 authored almost 2 years ago by halx99 <[email protected]>
Remove unnecessary code

github.com/axmolengine/axmol - 2c8347fcbcb140b7c60b7d212fedd89929d37408 authored almost 2 years ago by halx99 <[email protected]>
Add ETC2 support in pvr3ccz format

github.com/axmolengine/axmol - 87000c35fc42ab667b8b8942252b7a104acf8f40 authored almost 2 years ago by halx99 <[email protected]>
Update update-prebuilts.yml

github.com/axmolengine/axmol - c59badc33613d0c9aaef08cd2b8adbbfddc9135c authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update pr-ci.yml

github.com/axmolengine/axmol - 4baf6a981a6e142406730b136e73bd7d57080894 authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>
Update update-prebuilts.yml

github.com/axmolengine/axmol - 391984bcb9d8a82acabd9c2d624a4f4faa88e5ee authored almost 2 years ago by 涓€绾跨伒|Deal <[email protected]>