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

Committing genbindings changes

github.com/axmolengine/axmol - 7ef1ab7eb0fb90bb8a19b183f01b7536c50938c2 authored over 2 years ago by halx99 <[email protected]>
Update CCDirector.cpp

github.com/axmolengine/axmol - b0504b4dd3c092f17f69ab591fc685e2c23d8386 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Revert "Unify frame rate control logical to director mainLoop"

github.com/axmolengine/axmol - 6d2bc9bbf20309e48b61c42a1b30e0587cbf1e35 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 18f7def46202468d86f26fe2883e38494b5130ef authored over 2 years ago by halx99 <[email protected]>
Merge: 42fc96bdac 3d1690cc25

Merge pull request #681 from adxeproject/refactor-layer-new

Use sprite to implement layer color ...

github.com/axmolengine/axmol - 5ef42d4e39aff28a1a37d709ecf9068bd6659304 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Merge: b3a55bc05f 438dfbe2c6

Merge pull request #683 from aismann/dev

Update README.md (change the license part)

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

github.com/axmolengine/axmol - f3a1ab1942693d1122b122a9a2e21c757b7211a5 authored over 2 years ago by aismann <[email protected]>
Update README.md

github.com/axmolengine/axmol - f90a56df97c6fe4c7ebe63818ce0492cb3bbed2a authored over 2 years ago by aismann <[email protected]>
Update README.md

github.com/axmolengine/axmol - 942012908243df1693ae3618eac0661c3463dd95 authored over 2 years ago by aismann <[email protected]>
Merge: 752d3150eb f52bc9472d

Merge pull request #682 from aismann/poly2tri

poly2tri: Version: git 81612cb (until May 20, 2022)

github.com/axmolengine/axmol - 118c1af907bfbf3098fed0588a4d29138e8e16cf authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Add missing autorelease call

github.com/axmolengine/axmol - adb0a67ba878d40e1ce8cf9f22ec5a79f2f7243a authored over 2 years ago by halx99 <[email protected]>
Version: git 81612cb (until May 20, 2022)

github.com/axmolengine/axmol - 9f060fbd9928c79895a83cbf21bca2860d280d5d authored over 2 years ago by aismann <[email protected]>
Use sprite to implement layer color for auto batch draw

github.com/axmolengine/axmol - 502d80ede16f4cee8a17fd55e3cbf1416b03922a authored over 2 years ago by halx99 <[email protected]>
Improve code style

github.com/axmolengine/axmol - 8314777449734aac05681cb382b6be7a31cef746 authored over 2 years ago by halx99 <[email protected]>
Setup IOS_PLATFORM in ios.min.cmake

github.com/axmolengine/axmol - af215538fb2b8e021b6894dc57a0d18fc48c562d authored over 2 years ago by halx99 <[email protected]>
Improve frame rate control

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

github.com/axmolengine/axmol - f48be5bf4adc4f787e441251aaec7f3edcf66602 authored over 2 years ago by halx99 <[email protected]>
Merge: 040a64b920 884a4c3b1d

Merge pull request #675 from adxeproject/unify-fps-limit

Unify frame rate control logical to dir...

github.com/axmolengine/axmol - 6d1a2e70e7717cb4f393ed129edd93ee7765416c authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Delete unused comment [skip ci]

github.com/axmolengine/axmol - 8b42852d1f2ed65bc0bba05e85feb3c2afb5cb3c authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 0acbfdb35ab38a71e5addda1c3bce3ee462e655f authored over 2 years ago by halx99 <[email protected]>
Merge: 7f795d7a6c c6c07428bf

Merge pull request #677 from rh101/rendertarget-fix

Make the render target selectable for Render...

github.com/axmolengine/axmol - 614397d0f4b0acec94945090eaa965640ab4bfd2 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Improve frame rate control precision

github.com/axmolengine/axmol - f8c036e621e6df9e6dc45b813c369bb6295dcbce authored over 2 years ago by halx99 <[email protected]>
Ensure the render target is released if it is already set, since the initWithWidthAndHeight method may be called multiple times.

github.com/axmolengine/axmol - 75d1bf196a60eec56b88962b4fe062f8a8694b5d authored over 2 years ago by rh101 <[email protected]>
Allow the selection of a shared or new render target for each instance of RenderTexture

Add a method to check if the RenderTexture is using a shared render target

github.com/axmolengine/axmol - 62af2299a68434c2bee4d37762eb590989908971 authored over 2 years ago by rh101 <[email protected]>
Unify fps control logical to director mainLoop

github.com/axmolengine/axmol - 5db31e4125849a36b3166b351ae350aed4d2091c authored over 2 years ago by halx99 <[email protected]>
Update .gitignore [skip ci]

github.com/axmolengine/axmol - 37a2849226ea4d8985ccd2303f45586ad7434e15 authored over 2 years ago by halx99 <[email protected]>
Update readme files (#674)

* Update README_CN.md

* Update README.md

github.com/axmolengine/axmol - 6f1d7221d6a8aa99bef03e9b4d90919bf4cdaa83 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Improve GPUTextureFormat info enums

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

github.com/axmolengine/axmol - 7591ed14cd15f0edfa75fc8437112a7a077e945e authored over 2 years ago by halx99 <[email protected]>
[CMake] Remove dup link

github.com/axmolengine/axmol - 79a1399b7c61c489321427b164033c100007eee3 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Merge: e7f5f28931 a09a6ea800

Merge pull request #671 from aismann/dev

SimpleSnake: Add background, small finish effect, poli...

github.com/axmolengine/axmol - 224c499e197a5dff434b4fadb6a93900352b74e3 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Merge: 5ffae45e2d aa372510a4

Merge pull request #653 from DelinWorks/camera-2d-zoom-feature

[PROPOSAL] Add camera zoom, near,...

github.com/axmolengine/axmol - 9593275451bc3123ce9f62689737b5beaac85c5f authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Update README.md

github.com/axmolengine/axmol - 4a2c1963531d023383d18f0702c8a09d91a9ea9e authored over 2 years ago by aismann <[email protected]>
Revert "Small improvemnts"

This reverts commit 945b65716fea79d9948bb2e5ba1732396960dd04.

github.com/axmolengine/axmol - b4a7e3823f16e41adfab9ce4108d05c3822cd74d authored over 2 years ago by aismann <[email protected]>
Small improvemnts"

This reverts commit 945b65716fea79d9948bb2e5ba1732396960dd04.

github.com/axmolengine/axmol - cefc8fd39ff62120dacc083051528dc97a7e837f authored over 2 years ago by aismann <[email protected]>
Small improvemnts

github.com/axmolengine/axmol - b79fab0a979934a222e9d28d1ec290c2f435566e authored over 2 years ago by aismann <[email protected]>
Merge: 981cbea7b8 5ffae45e2d

Merge branch 'adxeproject:dev' into dev

github.com/axmolengine/axmol - bb0548cf24534f1a8d3d3dbaad14c978a6a16d40 authored over 2 years ago by aismann <[email protected]>
Update SimpleSnakeScene.cpp [skip ci]

github.com/axmolengine/axmol - a13c059ce4fce64b11d8899018154a993cec512e authored over 2 years ago by DelinWorks <[email protected]>
Add background and a small effect (finished sequence))

github.com/axmolengine/axmol - bd8433ce12dc0003378737d3d71373096f2a46ab authored over 2 years ago by aismann <[email protected]>
Update SimpleSnakeScene.cpp

github.com/axmolengine/axmol - 37f46a91707313cecc6442536d6d1a74abaa459b authored over 2 years ago by DelinWorks <[email protected]>
Improve code style

github.com/axmolengine/axmol - c25552c1b7cb390eb5211f3d1c391c181ccb97db authored over 2 years ago by halx99 <[email protected]>
update resources

github.com/axmolengine/axmol - b281deee257fa18967e2ca5b9927efae1579c252 authored over 2 years ago by aismann <[email protected]>
SimpleSnake improvments

github.com/axmolengine/axmol - 765f55e153be05c6df2ff77b2156e849d187f981 authored over 2 years ago by aismann <[email protected]>
Update CHANGELOG [skip ci]

github.com/axmolengine/axmol - b379243ab40eb9fcb8562bdeb1b8d0a31702dd11 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Merge: 61c159d3d0 932c3bcffa

Merge pull request #668 from adxeproject/adxe-ext-live2d

Add extension Live2D support

github.com/axmolengine/axmol - d8a66d489706b5287834e82659206b8ee6d7cb34 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Merge: 6431cd1256 e4b891e550

Merge pull request #667 from FireStorm2012/FireStorm2012-patch-1

Fix print log format

github.com/axmolengine/axmol - 0e94f96b8a16151e4e77b667ba9aeec13991e0bf authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Add extension Live2D support

Live2D sdk version: 4-r.4, reelase date: 2021/12/09

github.com/axmolengine/axmol - e6accc2f7e558e51de9d6c55a63f35cfc86f1215 authored over 2 years ago by halx99 <[email protected]>
Update lua_xml_http_request.cpp

print log bugfix

github.com/axmolengine/axmol - 9de425666b7c3b5e40143a6eae7c28d8fa3ce9ae authored over 2 years ago by FireStorm2012 <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 52f6bcb9897de9d78522e36712ba72b0648a9a04 authored over 2 years ago by halx99 <[email protected]>
Improve renderer

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

github.com/axmolengine/axmol - 1122db3ec8af396bb9ca690c14ed2cf9028f79f8 authored over 2 years ago by halx99 <[email protected]>
Improve project template [skip ci]

github.com/axmolengine/axmol - 0e300d7d3e5cc5976d75cf919df58387534edf32 authored over 2 years ago by halx99 <[email protected]>
glGetTexImage only supported by Natvie GL

github.com/axmolengine/axmol - 767126e854644acc81c5cd2d85478434c0212d75 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 6068b0389e28ed29ac568ad240f6012779e5a169 authored over 2 years ago by halx99 <[email protected]>
Use the simple version of create orthographic.

github.com/axmolengine/axmol - e37d8f9cfd0b1533a6c6b6c9f3cb03a5e8aa6858 authored over 2 years ago by DelinWorks <[email protected]>
Modify orthographic projection rather than scale.

Modify the orthographic projection of the camera rather than the scale of the Node when in 2D pro...

github.com/axmolengine/axmol - 4b2285353e199dbe8adf3406f8ee5abc92625cbd authored over 2 years ago by DelinWorks <[email protected]>
flag camera as Initialized in custom create functions.

github.com/axmolengine/axmol - 2de02067d375b96588c2c51188a73acd130eefad authored over 2 years ago by DelinWorks <[email protected]>
Rename is64BitIOSDevice to is64BitMobileDevice

github.com/axmolengine/axmol - 19e96d53c875b286cdc82171f458c4efb6b68e06 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Fix ci

github.com/axmolengine/axmol - 0c431fddf167a03d726580acd2755d4ad15e42c9 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Refine enum `Platform` defination to avoid conflict with system macro

refer to: #661

github.com/axmolengine/axmol - 61956d8dd65c8dc5ddc3ca1bdd78eb71752cb93b authored over 2 years ago by halx99 <[email protected]>
Merge: 101f09d912 820ad21a46

Merge branch 'adxeproject:dev' into camera-2d-zoom-feature

github.com/axmolengine/axmol - 5a0f0f90730e1fee51b7d04b29a6bc5db4ff9e08 authored over 2 years ago by Turky Mohammed <[email protected]>
Add comment. [skip ci]

github.com/axmolengine/axmol - fed10a01971a552f9125fdf69f315d1647bd093e authored over 2 years ago by DelinWorks <[email protected]>
GitHub being frustrating as always :/

github.com/axmolengine/axmol - 6f34e1d96f74ad602b46577260679b17a6c3fd77 authored over 2 years ago by DelinWorks <[email protected]>
Merge: 610711a164 990531ecdc

Merge branch 'adxeproject:dev' into partical-system-animation

github.com/axmolengine/axmol - 7c1c0a0f56d59e6e2b3b5b00b792c8195ff8bc8b authored over 2 years ago by Turky Mohammed <[email protected]>
Revert "Fix things..."

This reverts commit 038fca48e114176b31cc4d02a298d2820a97a678.

github.com/axmolengine/axmol - b1b67564f11b16c2f59fab114246c90f0e5acabf authored over 2 years ago by DelinWorks <[email protected]>
Fix things...

github.com/axmolengine/axmol - 1be0a1c99bbd80ad49eaa7b58dd86329a7a803ff authored over 2 years ago by DelinWorks <[email protected]>
Revert "Revert! dumb idea."

This reverts commit 7969deb02a5a87ed2e4674baf58046883e5ec6ee.

github.com/axmolengine/axmol - 44feb1d3980d702e644fb7b2d488a23dc643de89 authored over 2 years ago by DelinWorks <[email protected]>
Revert! dumb idea.

github.com/axmolengine/axmol - 5816529d9a01f74fefed8c8cb6911e194b4f2032 authored over 2 years ago by DelinWorks <[email protected]>
Fix enum class confliction & clean up types.

github.com/axmolengine/axmol - ae5d45a9c36df18c0102bd9cf0582e7308063aa6 authored over 2 years ago by DelinWorks <[email protected]>
Apply orthographic zoom values non-destructively.

github.com/axmolengine/axmol - fd4bfb0fd5a7aae5be36f1cbbc91dd2fd7ae0ea0 authored over 2 years ago by DelinWorks <[email protected]>
Committing genbindings changes

github.com/axmolengine/axmol - 482df4befc3e69b0a0b214b60b0f2aac31d87f48 authored over 2 years ago by halx99 <[email protected]>
Merge: 7fd2fd6dac 2e3c84252d

Merge pull request #639 from DelinWorks/partical-system-animation

[PROPOSAL] Add Particle System...

github.com/axmolengine/axmol - c49442229ed943511ce669f3e8d042e35c4daa95 authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Set default encoding to UTF-8 [skip ci]

github.com/axmolengine/axmol - 4301448ba43eb05c088d11dd8635e8a8d2c424a4 authored over 2 years ago by halx99 <[email protected]>
Remove useless functions.

github.com/axmolengine/axmol - 5491ca8e6ed1b07968b6440bea6007d7469a632d authored over 2 years ago by DelinWorks <[email protected]>
Add fourccId support.

github.com/axmolengine/axmol - ee6d7d374ec2be338f6b4f1288184d3d450280b6 authored over 2 years ago by DelinWorks <[email protected]>
Update CCParticleSystem.h

github.com/axmolengine/axmol - fc2ff5003f09cb21c7725669643fea45e7886659 authored over 2 years ago by Turky Mohammed <[email protected]>
Update version [skip ci]

github.com/axmolengine/axmol - 3f09748e03e67c0d6a2634e07d39c60243bbc68e authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Fix ci, astc only support sse2 for x86 target

github.com/axmolengine/axmol - 51b6e5391fd68b26eaf2af235563a0be91401f07 authored over 2 years ago by halx99 <[email protected]>
Update RngSeed.hpp [skip ci]

github.com/axmolengine/axmol - 233b1372de61c6175601f2578e59b9f0a5ec3167 authored over 2 years ago by Turky Mohammed <[email protected]>
Update RngSeed.hpp [skip ci]

github.com/axmolengine/axmol - 269cc85453bdf7e88530f0a7845d35b10f9ea452 authored over 2 years ago by Turky Mohammed <[email protected]>
extract RngSeed struct to it's separate class. [skip ci]

github.com/axmolengine/axmol - d85aa026e05e620adf42e1fcc0098d4bf4a195ea authored over 2 years ago by DelinWorks <[email protected]>
Fix fixed fps move stuttering.

github.com/axmolengine/axmol - c5eb8db573b1e77fc4aa2129c155b118d821f62f authored over 2 years ago by DelinWorks <[email protected]>
Add function versioning. [skip ci]

github.com/axmolengine/axmol - ebbafbd93876d546ff5e670819e3d6aa47b5a5cd authored over 2 years ago by DelinWorks <[email protected]>
Add cpp_tests and improve system.

github.com/axmolengine/axmol - 73b29e235e619ed8232a3f47f14b16e57e15b22c authored over 2 years ago by DelinWorks <[email protected]>
Merge: bb145b2042 589e0af3fd

Merge pull request #660 from aismann/dev

Small updates (source and readme), add license.

github.com/axmolengine/axmol - 941f69380eb6d0c2d97ec3b9b12c668ee9517c2e authored over 2 years ago by 涓€绾跨伒 <[email protected]>
Fix astc cmake simd check for windows x64

github.com/axmolengine/axmol - 5c9ab14d3ea0a8ef863e71373907036f6bb554c0 authored over 2 years ago by halx99 <[email protected]>
Fix rotation override and node base class calls.

Make sure Node class calls it's base functions and NOT the ones overridden when changing position...

github.com/axmolengine/axmol - 82722eefc2ee089f8045ff991b3a3308754327eb authored over 2 years ago by DelinWorks <[email protected]>
Update README.md

github.com/axmolengine/axmol - aa022faf86995f40899e6ee21265be0194fdfe63 authored over 2 years ago by aismann <[email protected]>
SimpleSnake small updates

- CodeCleanup
- MIT License file
- readme update

github.com/axmolengine/axmol - a0dfe6e2ab8b010d1abf724e1ec8518b03fb8b75 authored over 2 years ago by aismann <[email protected]>
Remove useless code and comments. [skip ci]

github.com/axmolengine/axmol - db6ea424ea7502d08d0ad946fd4eb32752c6cc7d authored over 2 years ago by Turky Mohammed <[email protected]>
Fix rotation update & reference deduction.

github.com/axmolengine/axmol - a15572d08ac0b8cde4ef0184bf005d83450b23b0 authored over 2 years ago by DelinWorks <[email protected]>
Fix orthogonal apply custom positioning. [skip ci]

github.com/axmolengine/axmol - 2886ada2b61315ed5d6d7e1ea57f999b48c46fb6 authored over 2 years ago by DelinWorks <[email protected]>
Add position rotation setters & getters override for custom behaviors.

github.com/axmolengine/axmol - 14666d9c1fd744eb16dd310b97f36006c1762193 authored over 2 years ago by DelinWorks <[email protected]>
Create README.md

github.com/axmolengine/axmol - b630c4ad347ca78e5458cbceab601e381d5553db authored over 2 years ago by aismann <[email protected]>
@aismann Codacy Static Code Analysis fixes

github.com/axmolengine/axmol - 4b86a32eed10c614e56e724f5fbefeaf94782bc7 authored over 2 years ago by aismann <[email protected]>