Ecosyste.ms: OpenCollective

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

github.com/u3d-community/U3D

Open-source, cross-platform 2D and 3D game engine built in C++
https://github.com/u3d-community/U3D

Explanatory comment regarding enum

f122187e1e179793418c3de26dcb2c7bb815febe authored about 5 years ago
Editor addon : Duplicator Editor (#2193)

* add mulyiply editor

* update multiply editor

* remove unused pretransform and create new...

b6325ac1727697ef187fb15490926313e02f6a1a authored about 5 years ago
Android - set the currently tested working NDK version.

ceb48b7648cf9060a5b4ced7cb92a383bacfb241 authored about 5 years ago
Minor space formatting.

92aaf195118c893676db29f6937d163eff167ca3 authored about 5 years ago
Fix coding style.

68f4d9094e0a244960ad82e6b5316d642fee9c2d authored about 5 years ago
Bump dependencies for Android build.

Adjust build script for WebP library to include search path for cpu-features.

3a9e8f54a131ff97fdf5bba4f3064262b3a90129 authored about 5 years ago
Update contributor list.

[ci skip]

c1bb0917bcecdb1c55cd120d64ffcad241213ff5 authored about 5 years ago
Fix Android-build using DBE with Podman.

Do not explicitly name the container so that a same DBE image can be spawned multiple times at th...

646c0596201d0ae2b7fd2b6057af99f1309359f3 authored about 5 years ago
Fix Terrain Editor brush #2471 (#2558)

* Fix Terrain Editor brush #2471

Now is possible to leave from painting mode on Terrain Edito...

488eb1303c67a01c4c3afa84f2cea8915b5c4633 authored about 5 years ago
contributors list updated

7dc4ab49f231795c875f742d76fd4b71464b3b22 authored about 5 years ago
Travis CI: API documentation update at 2020-02-04 06:57:46 UTC.

[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/6947c1b01c23776d6837d5c7afcd90223c5...

b8f9311fadc7982dfbc23ebfba6851b8444ff6be authored about 5 years ago
Send Mouse Clicks on Event (#2566)

6947c1b01c23776d6837d5c7afcd90223c5c2f5e authored about 5 years ago
console style fix (#2577)

5b99c3ba936e1ae5d75527813689115b64246a25 authored about 5 years ago
E2K: added initial support for MCST Elbrus 2000

- added initial support in CMake configuration
- added initial support to AngelScript (ver. 2.33.0)

2229894107ec420af94f08a9c4496a4102a5e5fa authored about 5 years ago
E2K: strip UTF-8 BOM for MCST lcc compiler < 1.24

strip UTF-8 BOM for compability with MCST lcc compiler < 1.24

552078cb6638baaedec719b8eebade251fd366c5 authored about 5 years ago
Fixed warning: enumeral and non-enumeral type in conditional expression [-Wextra]

int GetHatPosition(unsigned index) const { return index < hats_.Size() ? hats_[index] : HAT_...

692714156e472a3798296bf34449ee1423a8fcb7 authored about 5 years ago
Fix the EMSCRIPTEN_ROOT_PATH auto-detection.

af3c98b324f6cc66d8ed20563f822a1638587666 authored about 5 years ago
Reduced minimum required cmake version to 3.10.2

2650e38855f317596a6d9206c9c98dda834f9dd5 authored about 5 years ago
Minor clean up.

f6ecfe9c2f6714c7758803c12911ec4d51ca2471 authored about 5 years ago
Travis CI: source tree update at 2020-01-12 15:22:58 UTC.

a7039194978dfd3d4dbc9606412f7b994bbc2054 authored about 5 years ago
Fix runtime error when using EMCC 1.39.5.

5efdc768f113f3ce8e35a48d9f41c532748aec11 authored about 5 years ago
Remove unsupported build options for Web platform.

dabfdbd2138552063848ebc7b5da521060d417c1 authored about 5 years ago
Suppress linker warning for Web build.

6a79dbbb409b460eff38b97960efe35be3bc4825 authored about 5 years ago
Support running DBE image using podman.

b1c996e0094a1c10880855a380bac081bc3a5c0f authored about 5 years ago
Minor doc update on DBE.

b5f1256b80c3719ff4d83f21d6a5facd3826b48f authored about 5 years ago
Take advantage of new linker from LLVM backend.

2ea4821c6a59975d891da7fc7f89fabe0f8ebc9d authored about 5 years ago
For CI - Only build using WASM from now on.

4998368c83b5d5d2be6f6594b979f8b2795aa6ef authored about 5 years ago
Bump CMake minimum required version to 3.14.5.

46c6894d78f78f3ac60a28feeb5932d74a93c499 authored about 5 years ago
For CI - fix copyright bumping logic.

6296d22e9c4c605b37d7c3e466dcc655b126c494 authored about 5 years ago
Travis CI: bump copyright to 2020.

1151b8a2d6b4042eea6bfaa90931ee1068625fa3 authored about 5 years ago
Add a check for Push()ing *this to the size of the other vector after resize.

3c26ff619628b97d9f59a17354c2228667ec9931 authored about 5 years ago
Update Vector.h PODVector::Push

Went with cleaner implementation storing the other vector's size before resize rather than check...

ea25be8990475060d1f3c93327405955401e5318 authored about 5 years ago
Fix #2491

https://github.com/urho3d/Urho3D/issues/2491
https://github.com/bulletphysics/bullet3/issues/2382

bfaef57a29d66168dc6ded7bd7d690b49ee8e8be authored about 5 years ago
Fix warnings and Sample2D #2508

Fixed some simple warnings and now Sample2D is passing structs by reference instead of value.

f440e0128ed9e62cdfc30a983e44b14279c9b7c0 authored about 5 years ago
Fix CharacterMap::Load always returning false #2349

CharacterMap::Load was always returning false, causing a problem on Entity::Load mainly.

8ae2a6c9c98f671ec9bbf087a5b3e7b2dee57ee0 authored about 5 years ago
Fix opacity animation on AnimatedSprite2D #2145

Animation with alpha (scml) was not being applied by AnimatedSprite2D::UpdateSourceBatchesSpriter

28f475180dfc8170ea18a81f3c587659a576c65e authored about 5 years ago
Fix code formatting

dec79fa32f87d8809229a0daf7b281a92c6959a9 authored about 5 years ago
Sample2D Header for #2508 commit

06b76e38d8b21f2078853eeee93c5a7b0e091c95 authored about 5 years ago
Travis CI: API documentation update at 2019-12-10 04:48:49 UTC.

[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/3ceb14ad9dfc71efca6afb259bc8175beb3...

90dba0e49e69f082550c6f8ad3854a0388ddbbb0 authored about 5 years ago
Increase range of message ID's available

Now it's possible to send Urho messages with ID as unsigned int, this means you can use 0~429496...

006416686e14893aacd3015ded4768c2446af13a authored about 5 years ago
Set max connections of Start Server

It is now possible to set as many maximum connections as you want on your urho server.

9871e71d903936bc0506e541176345dda2761dcb authored about 5 years ago
Fix StartServer scripting

3ceb14ad9dfc71efca6afb259bc8175beb31eb95 authored about 5 years ago
Fix Progress Bar direction #2050

Progress bar in vertical mode was scaling from top to bottom, the correct way on this mode is fr...

9a8f54f0264c393901ecebee0e80a09dee2cca04 authored about 5 years ago
Added highDPI to logging during window creation.

f2af8c7bb9b69d043fbecf0604da53dd3cb09284 authored about 5 years ago
Fix ETC1/ETC2 decompression error. (#2553)

Fix ETC1/ETC2 decompression error by using 4x4 local buffer.
Initializing ETCPACK in Decompress...

1ab1f0714487f5f01ce97049a7c2bfe11fded7a2 authored about 5 years ago
Fixed DebugHud exports for AngelScript

b8f0604ea931170d466f475a82f8e30e2defba50 authored over 5 years ago
Travis CI: API documentation update at 2019-11-17 05:02:04 UTC.

[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/97103bfae6835f957c4139d65c142f0f01e...

171c1f413fbe4601b17807b54346cfbc6b63f2cf authored over 5 years ago
Export BorderImag material for Lua

97103bfae6835f957c4139d65c142f0f01e8cd08 authored over 5 years ago
Travis CI: API documentation update at 2019-11-04 13:02:48 UTC.

[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/42a9cb4e6f6a68a1b72a6445acb2011006e...

1ade7dafef07a79d5f61336b6184d1286b91b251 authored over 5 years ago
Fix Lua API binding issue for UIComponent.

Close #2539

42a9cb4e6f6a68a1b72a6445acb2011006e0b935 authored over 5 years ago
Use user specified refresh rate in OpenGL fullscreen

ccb24aa768edc072bba7bde8fe37bc9162fb9024 authored over 5 years ago
Re-create D3D9 device when switching monitors

8ab052ea8b626d8fb349d160cc7ff381da2928f7 authored over 5 years ago
Fix naming convention to camelCase

a77360182042abb0c51fce0449b8f80cda1a5866 authored over 5 years ago
Fix D3D11 window not switching to correct monitor

501f3a5c9ac8e442bde705352fa4cb95fc5f9906 authored over 5 years ago
Stricter conditional judgment

49e79d1c17737de689f902888e8baa2a572a798d authored over 5 years ago
Fixing IsTypeOf() result error.

5b901f4b0c2b1f997ee2c5d25eedc6ccde34f3e4 authored over 5 years ago
Remove String compare.

4c952f4f7a96e73d125cf4e0345b3a03dd532320 authored over 5 years ago
Fix indentation.

5804996deb44024f1853a6205fbcdb79360b60e3 authored over 5 years ago
Add ETCPACK license.

9c6e6b12e19b0a2546b1f026a48049b6f4627d3c authored over 5 years ago
Use ETCPACK as 3rd-party to decompress ETC1/ETC2 texture, and remove old ETC1 decompression code.

bb174b0a73dbc97b9d414da4523ec6ed36e5fe80 authored over 5 years ago
Add ETC2 texture support.

7831480e8d68a795f45509ffa61a7437e825549a authored over 5 years ago
Add ETCPACK as 3rd-party lib.

d4d2cbf9a5bad654969be67d40ae59d504de8a6a authored over 5 years ago
Fix ETCPACK cmake file for consistency.

9d960b05cc67da961201391d0fcb851b12b58f8e authored over 5 years ago
Fix build errors

fbe9f3f078a6c28582308897ff76ac7640e88cc4 authored over 5 years ago
Fix code style

f969750e100ac44d0f610e3dd7d9158592f60d04 authored over 5 years ago
Fix error in AngelScript API bool Sphere::opEquals.

Fix error in AngelScript's autowrapper for generic calling convention for ARM64 in functions with...

1c8bff057dd1b2ca1947ea46aa3f2e8646e9fd3c authored over 5 years ago
Simplify the version parsing logic.

current HEAD -> 1.8-ALPHA.11
tag 1.8-ALPHA -> 1.8-ALPHA.0
one commi...

3ad625a459156bafd9b16b43df9aa6cc02cb0233 authored over 5 years ago
Revise the Urho3D version parsing logic to cater for pre-release id.

3e771a2849deb408ae0db07c34646be4b6a7a7f6 authored over 5 years ago
Fix wrong pvrtc data size.

This caused pvr textures can't display on iOS devices.

2fdbc1abf64e1d6967171ef9a44cc61a938ebbfd authored over 5 years ago
For CI - fix dockerized.sh from pulling latest tag unnecessarily.

Also ensure the same DBE_TAG is being used accross the CI mirror branches when a git tag is being...

68635536db18277495f0bc27fdfcd19b24fb7261 authored over 5 years ago
For CI - keep IDE happy.

248ac8fc0905343d58562409ce6f16cee1b2d71e authored over 5 years ago
For CI - exclude deprecated repos for the copyright licence year update logic.

e9e3c2276de80be7752e33541cca398a1308b0ad authored over 5 years ago
For CI - clean up the staged installation dir.

262c85b007da217d4fb09c5b822a28451a9000d5 authored over 5 years ago
For CI - fix site update.

9d727c04f1e464154665fb86b3a893c485dcda34 authored over 5 years ago
Fix semver increment logic to cater for -ALPHA/BETA/RC etc."

76af60006057e62ac8a561ff0b4c44f4920807e3 authored over 5 years ago
For CI - fix web sample update and site update.

e27aaf441e68a78a6bc78db5296cb001ec87a2d2 authored over 5 years ago
Added a Matrix3x4 overload for Node::SetWorldTransform()

c7e6a10a4b3be00c3d65cf49fcdce2739f28b211 authored over 5 years ago
Change dockerized.sh to just expect DBE_TAG without ':' prefix.

[ci package]

d34dda158ecd7694fcfd55684caade7e131b8a45 authored over 5 years ago
Travis CI: API documentation update at 2019-09-28 14:23:41 UTC.

[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/5af041765b0bd0d799e315062977d23606d...

37aff57600d3b892aee604da6137dd6336d02621 authored over 5 years ago
Fix script API binding.

5af041765b0bd0d799e315062977d23606d6ca96 authored over 5 years ago
Suppress compiler warning. Change the default value for consistency.

Return nullptr as default value is also bad as it may cause null pointer dereference in JsonFile....

e4b8d7d1746194afff1251703299b2b0277d608f authored over 5 years ago
For CI - use the ':master' DBE tag.

8939d25e7123c3a06c755e926ed7dcd9fa71209e authored over 5 years ago
Fix HiresTimer overflow bug.

When the application is running for a long time in a browser environment, emscripten_get_now()*...

b755e4449815bdceb4f98e9304183149d223ebe0 authored over 5 years ago
Add contributor.

fda628912d3ba7b0059e26135521f6a285d2dcae authored over 5 years ago
Close PR #2506.

fe0782a0659c175b67d89826b3478a22629b7fc7 authored over 5 years ago
Minor clean up on spacing.

1f4ff5754229fae26b9a2b09a68192a0531ef0c7 authored over 5 years ago
Close PR #2507.

97bdf4f0e621d0131a25b65a6a41ca897fa52a67 authored over 5 years ago
Add support of int64 as angelscript parameter

77fbe8ed7c8a7b2a8c91f151676fbd6785f21fa0 authored over 5 years ago
Update SpritePacker.cpp

to guarantee best results, either: "stbrp_init_target", the forth parameter need either:
1...

fb866a87fd50aeb41f1dc4b08bf8cef724a84c77 authored over 5 years ago
Merge pull request #2505 from Modanung/same-cursor-check

a3270ab30826eacd1375d73ae533b9a70eaa45e9 authored over 5 years ago
Added check for setting cursor to current

5bec664badc304bd6515324ac402e321b1cd7ab8 authored over 5 years ago
Use C++11 std::isfinite() for portability.

61258e208f0fef7d11677ee8f62de3bd8d5b2f14 authored over 5 years ago
Update Box2D

79573004ae6323cb9a9bcddb6586c4370dc94bb2 authored over 5 years ago
Travis CI: source tree update at 2019-09-14 14:15:23 UTC.

e14c95bdbb307fd87673a83d4464bddcb2152f79 authored over 5 years ago
For CI - temp workaround targetting 10.14 to avoid below linker error.

ld: weak import of symbol '____chkstk_darwin' not supported because of option: -no_weak_imports ...

8f7d2454f7bea66c56032f27f66d057c4d867212 authored over 5 years ago
Remove the self-executable HTML shell-file hack.

Related to commit 9fd287bde6e4f6f6a5c39393603afc56c6b030cc.
Revert db908c2be5a3e7551b17a5aa7ace8c...

2bcb0f1b2fd2a74bd36a80d876513f476f790935 authored over 5 years ago
Fix build using AppleClang 11.0.0.

Related to commit 026f01fa10f61bb46c142c79d656041faed61e84.

7af427f31c61d17b89b9969dedb461c926d61c23 authored over 5 years ago
For CI - switch to build using Xcode 11.

4a59b24863aabca69ed9f81fee0bd8a5b63dcb1f authored over 5 years ago
Upgrade to SDL 2.0.10.

2e435159e9ebbfe304b9e6f6390a0a1db550df60 authored over 5 years ago
Add framework library to support HIDAPI.

bcd8715e222723498e1e9d44ba12f239655d194c authored over 5 years ago