Ecosyste.ms: OpenCollective

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

github.com/jMonkeyEngine/jmonkeyengine

A complete 3-D game development suite written in Java.
https://github.com/jMonkeyEngine/jmonkeyengine

build: upgrade to gradle 3.2.1

f895d8815c315a3e976cfde55adcea88269e1cfe authored about 8 years ago
native-bullet: unset toolchains

0d2fdcf2ba500f5525f5d9037cf7bda99bcef166 authored about 8 years ago
travis: include required g++-multilib

bb8d40810a58adfb78471862a86d69ba3c3fc325 authored about 8 years ago
travis: try ia32-libs this time..

55db5c1f74d328c89374ed08e5ff75a08ee74a50 authored about 8 years ago
travis: install missing libstdc++ for 32-bit

0e8ce10293a33f3c359e4746a3478956dfb8be2c authored about 8 years ago
travis: install required multilib package

316f55859cd8ed54fc404bfeb9a0ab383aeaa0d9 authored about 8 years ago
build: enable native building by default

aa02ca7dab3575a182ebbc92db678822c2559a8e authored about 8 years ago
Write/read the width and height of the quad

3b829c7365dfe2e7ef6312751d0df0b02609fb92 authored about 8 years ago
Merge branch 'Java7+8-support' of https://github.com/shamanDevel/jmonkeyengine into cleanup_build_scripts_master

efb0113570a5a0159026cb364a74bcc0bbce4e22 authored about 8 years ago
misc: gitignore update for gradle 3.2.1

956c2ec6a2a40467d724655ade9c5f52d6d2d2f7 authored about 8 years ago
build: fix gradle 3.2.1 deprecations

356b3d67260737701c3e861fa64b0079c63260d9 authored about 8 years ago
travis: upload artifacts only on linux/jdk8

36e9a0d1c66de637bf1594f6ad00908f0b08ea7c authored about 8 years ago
travis: reorder structure a bit

0f7c12385a0ab47d88f2c21037fe57757d9afeef authored about 8 years ago
travis: fix unsupported jdk

91e7a8bce45e3d6784c572a2a7314ddfac35fc0d authored about 8 years ago
travis: test matrix build

28ee71fe3d8f4d4968a936a0e7f589bc0eac8c95 authored about 8 years ago
cleanup build cache according to travis docs

38b6eabdc7c3c85106586a1449e4887b04247c58 authored about 8 years ago
travis: remove uneeded install directive

2712d80009e5db588cdc7ac820be2b2b54a8d2d0 authored about 8 years ago
version: remove sdk related configuration

41a4a0279cfc11a23623debba8d4990c4627d4a6 authored about 8 years ago
build v3.1, master, and PRs only from now on

Developers should be using PRs instead of plain branches.

a7ef42ae89445c6046f0355a9be6bf794ae62c62 authored about 8 years ago
remove SSH based maven publishing

The updates.jmonkeyengine.org server is no longer used.

73cb4f85ad490211f77ac68fe6bac379e1fce3ec authored about 8 years ago
Fix #550

86f6f040e3c0c6f2ee5736e16d3894a639abad2a authored about 8 years ago
add 0/0.0 param case to material test

a84c0eb25c7d638fe0b202d6f73e6f6610803382 authored about 8 years ago
define 0/0.0 int/float values in shader

68b34037f890b13adfe0ffb214e7e94e15d9e284 authored about 8 years ago
Merge pull request #570 from TehLeo/master

Integer Texture Support

985655507410dbafba9a3a8a1077354e4b34c91e authored about 8 years ago
Fixed shadow fade and zfar computation as it was breaking shadow border filtering.

11562f88cf03a166bda6c5d0f2a1b3d0129f21be authored about 8 years ago
Fixed an issue where some occluders were wrongly culled out from the shadow map at very steep light angle, and when the view cam was almost align with light direction.

35de6d9fda1c87291a9b0bc93dd82abe740d86e4 authored about 8 years ago
Improved the "compare result changed" error message to include the most

likely cause of the error.

ed817507d421a1813ca022725661b1ed8db2df5a authored about 8 years ago
Added cleanup

da3463405a4a5b5af3c7bcc06f600595dfcb3759 authored about 8 years ago
Merge pull request #561 from shamanDevel/FixFor#503

#503 fixed

7958ae2f46a469573e2966b759e8bb2fa31e8739 authored about 8 years ago
Two changes:

1. GL_DST_ALPHA and GL_ONE_MINUS_DST_ALPHA were moved from GL3 to GL.
2. I reverted to the previo...

67881b1e011a897f2eabe27839b88c7c4e679b0e authored about 8 years ago
Removed the switch/case statements in convertBlendFunc() by extending

the BlendFunc enumeration with a convenience integer value.

ca17bd592a6fdee1be8fbc413128ce43305d3cb1 authored about 8 years ago
Added the BlendFunc enums in RenderState and updated the GLRenderer

accordingly.

187e9944fde20cc48ff8e4a51febc0daae8d0347 authored about 8 years ago
Update Caps.java

7ed61854dfb6421effe7c72c09d4e284bdc208a3 authored about 8 years ago
Update GLRenderer.java

85f1e6ab46e1b4c63397eaf7bbac5824e97d52ea authored about 8 years ago
Update Image.java

7693e785c2f6d98a0f09aab133cb854b190b985e authored about 8 years ago
Update GLImageFormats.java

d90ee201da133d1f4a902621907d0b65da9b47b0 authored about 8 years ago
Update GL3.java

af11f870f1c40f00a3c4fa30c07951498dcd6ae9 authored about 8 years ago
Changed the minimum value of a float when converting it to half float. It was 5.96046E-8f and it's now 3.054738E-5f. This values seems to be the lowest one before 0 when converting back half to float.

This issue has been revealed in this post https://hub.jmonkeyengine.org/t/pbr-nan-to-half-convers...

78fa00bedf0d24b661df1d090cdeaa62972db4ec authored about 8 years ago
Added an option to display the generated maps on screen in the TestPBRLighting

3205b8be35724cda3f47f3015d7e4ecd5cca57b6 authored about 8 years ago
fixed some javadoc in AbstractShadowRenderer

bc86161831ab30cc87022b6f9ea3812e2360f506 authored about 8 years ago
Fixed post shadow filter for glsl1.5

17a853e3a8fcb179448b41356716a33c0fa9ffed authored about 8 years ago
Defaulted the render back faces shadows in the AbstractShadowRenderer to true to keep the same behavior as in 3.0

584b822eb718550b9acb54f57744fd20bb0652ce authored about 8 years ago
Fixes #566 - XML Serialization handles empty buffers properly now.

10a80b4352dd51e560ba46c168e3587345e97039 authored about 8 years ago
Fixed the link to the paper for convertHalfToFloat

ad6da79ad11f3f1c4171437d00d07ae214f09d07 authored about 8 years ago
ShaderNodes now move all the declared extensions at the top of the generated shader source

81830c414640085a1db3b4edcdaa9d683cfff8fa authored over 8 years ago
Fixed SpotLight constructor to properly compute the invSpotRange see https://github.com/jMonkeyEngine/jmonkeyengine/issues/563

9cf67b902e46dbc2e01f88cb3e8b28729730c5f4 authored over 8 years ago
Added a setLocalTranslation and setLocalScale to the Bone class. Similarly to setLocalRotation it only works when userControl is set to true and fails otherwise.

Also I changed how the value is set (with a set(...)) because it was assigning the passed paramet...

be6d2765e3ab4fa584996219bc928c5ffaaa044c authored over 8 years ago
Changed the order of import of the PBR.glsllib in the PBR material as it enables the texture lod extension and this fails on some GPU when it's not at the beginning of the shader.

cd70630502ef15e08607e78fb40204cddea945e4 authored over 8 years ago
MikktSpace tangent generator now properly generates the BindPoseTangent buffer when necessary

cf6951af349287e2c0c1cfa5030c194c4cba9202 authored over 8 years ago
#503 fixed

2e58f2774cb11b69cc952f781abea082482d55d0 authored over 8 years ago
added conditional include of lwjgl3 if java8 is supported; edited .travis.yml so that the project is compiled against multiple jdks

cbb9014028c5d52155e0973e8d77aa04dc50ade7 authored over 8 years ago
updated the window implementation

ddfa6e703a57df2b8830b46636e71febe23beae4 authored over 8 years ago
added supporting window icons for LWJGL3

190f30afe5f112bffb5e17a5dc9fe06a90d65ad3 authored over 8 years ago
Merge pull request #549 from shamanDevel/LWJGL3-update

Lwjgl3 update from 3.0.0b to 3.0.0

903522de91c4e64262aa847fc238bbac48cfe008 authored over 8 years ago
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine

# By Nehon (2) and others
# Via GitHub (7) and Nehon (1)
* 'master' of https://github.com/jMonke...

c50b4dbeaa064d51a05fb30f54ed4d2aabf8eef0 authored over 8 years ago
Fixed wiki links in the realm.md

907ee122a1e924261e90ba04167ac0a43555069f authored over 8 years ago
Clean up in the PBR j3md file to remove warnings

f642e5651713b18fe06f4d611c8741652b93f19d authored over 8 years ago
Merge pull request #557 from shamanDevel/FrameBuffer.addColorBuffer(Image.Format)

Fix for #502

445f7ed010199d30c484fe75bacef4b87f2eb38e authored over 8 years ago
Fix for #502

97cac351051f0dcb6d27060f7b781427c15750c8 authored over 8 years ago
Merge pull request #556 from Ali-RS/master

Minor fix in javadoc for Camera.java class

9e5d9613ec1e1ce5c0e739a01ac4565bfb5c45e6 authored over 8 years ago
Minor fix in javadoc for Camera.java class

8937e93cce4692bd398af270d60c0bc84d5b0ad2 authored over 8 years ago
minor cleanup in GLRenderer

86c2c7f3413dba4f4b9c20cee8f809aa2c6b1420 authored over 8 years ago
changed source compatibility only for lwjgl3

4e79ccfa687b6787081a8d8ec904850947fb0060 authored over 8 years ago
Merge pull request #555 from JavaSaBr/master-original

fixed missing Cloneable in the Triangle.

c872cb2fdb31f54a7d0e124b5ee73f3bacd340bf authored over 8 years ago
Merge pull request #554 from TehLeo/patch-2

Fix for MTR Framebuffers

eadec4c5ad5e4bb9e9bffc61beaf8039a0982edd authored over 8 years ago
fixed missing Cloneable in the Triangle.

651c3cc29ea4330249b34978bf442d6e4557de50 authored over 8 years ago
Fix for MTR Framebuffers

The problem: Happens with two MTR framebuffers with same number of color attachements.
If we se...

28281f796281dee9e30b6193c590a3fef2a6ed4d authored over 8 years ago
Merge pull request #551 from Ali-RS/master

fixed a typo

c947e12bfdf6b7f5bd43e4d888adf513c936ec1b authored over 8 years ago
fixed a typo

bdd15b7f3e2ef053db0766a183341af2d40873fd authored over 8 years ago
Maybe fixed 'warning: [options] bootstrap class path not set in conjunction with -source 1.7'

309f751c4de3a4585215b54fc52ae591dee544c7 authored over 8 years ago
Merge pull request #543 from tonihele/issue-537-master

Added a cursor cache to avoid cursor disappearing and app crashing wh…

aa839beb714e2b731ad53e3344f2a51e5a091658 authored over 8 years ago
Updated .travis.yml to build against Java8 instead of Java7

26be6d896c51c271b13e63a04dafeffbfbd238aa authored over 8 years ago
fixed formatting 2

ed68a7b7495052fdb2e3489cc6567d74f2cb3472 authored over 8 years ago
fixed formatting

dccec876c5c94eebbb62de8193a72c2b670bc730 authored over 8 years ago
implemented all changes regarding OpenCL (and some missing stuff)

e8f76d43fe2872aaadad917d5a98656907c4c628 authored over 8 years ago
updated GL and AL

e40ebdc5c6b9b7444affff230ca354d8051aaaff authored over 8 years ago
updated lwjgl version to the 3.0.0 release

6ad6f658b025c1072000927b552dd2c8a9c3aa46 authored over 8 years ago
Merge pull request #546 from MeFisto94/ios-legacyapplication-master

Using LegacyApplication in the iOS Harness

977610bbd7d9f000e4f79804465eec6a743b3789 authored over 8 years ago
Using LegacyApplication in the iOS Harness just like it has been done for Android in 3c56afe

0262b72258d1b9b1b2e490ce8b6ee07aeaa66f82 authored over 8 years ago
Fixed wrong alpha handling in the pbr shader

9665b985e4c8565b6131dff2d360c04cff0ec458 authored over 8 years ago
null check on the lightList in SinglePassAndImageBasedLightingLogic.makeCurrent. as it may be null when you preload

2c388e489aaee7b7ced2bb0cc493397d319b5400 authored over 8 years ago
added GLSL compat to the pbr shader

beb5033747245f30ee7439162b1a6ba0d8ac605c authored over 8 years ago
fixed Lod functions overload in GLSLCompat lib

5aa8af28cdc77dd7c5476d623750f7b11a3092e1 authored over 8 years ago
Changed the way IBL is switched on and off in the PBR shader and in the technique def logic because the old way was causing some issues on mac... for some unknown reason.

Now it's toggled on and off with a define, but there might still be some issues on mac when there...

85c119c13249139ae561c3aaeeaa38882bfb76f8 authored over 8 years ago
used enable instead of require for the textureCubeLod extension

8f701460aaa75bf9d597733f3d129d33818d410e authored over 8 years ago
Fixed some issue with textureCubeLod in the PBR shader with early versions of glsl

aeb4daf04f20d32aeb3400cd43addfd15c5a7455 authored over 8 years ago
fixed glsl 1.0 version of the postShadowFilter shader

662a0151e208ddb632e9aef2cb69cfa135f006d5 authored over 8 years ago
fixed transparent shadows on mac.

68c082c13ded1ceaed63a8e1047e8a4d59366b44 authored over 8 years ago
Changed the int value of EdgeFilteringMode.Nearest from 0 to 10 as it seems a define with a 0 value is now ignored.

7efbccfe4d4eb2044558b6f829cd9ee6fbc32a47 authored over 8 years ago
Added a cursor cache to avoid cursor disappearing and app crashing when too many cursors are created

f2384c80637270df2be64284cecde2766caf1560 authored over 8 years ago
Merge pull request #540 from oOMoeOo/master

Removed Sysout-Calls in AwtPanel (Issue #539)

671be243b0d1f7ecb81c54d77f4561a05ac6f8df authored over 8 years ago
Fixes a spelling mistake in the reflection allocator

d0f0cfe5e739be8088d9a048315d98e732abb95c authored over 8 years ago
Fixes the reflection allocator with Java 9, tested with Java 9 Early Access build 129 and OpenJDK 1.8.0 update 101

f820bbfd94c16021f8a360796ff499f0d1ce2d28 authored over 8 years ago
Added a way to approximate the normals for the SSAO filter instead of rendering an additional geometry pass.

e89e0e7c12fee154181d710cecb18fcb6b62d60b authored over 8 years ago
- Replaced console outputs by the standard java logging concept and removed obsolete Sysout-Calls.

- No functional changes.
- added missing override tags.

eaa9858b18c4dbd84b667ea21f8601a8c2796a53 authored over 8 years ago
Merge pull request #510 from bertleft/master

Bugfix: Native Point2PointJoint.createJoint() incorrectly allocates btHingeConstraint

46891b32c69e8696947a12b4069d8c7383f87d3f authored over 8 years ago
Merge pull request #533 from empirephoenix/master

BufferAllocator Round 2

651753c4d3cffc1c0f51355e3f5e06ea0ee8a4b5 authored over 8 years ago
Merge pull request #528 from riccardobl/bullet2.83.7

Update to Bullet 2.83.7

94c368aa42043282d811a586a1755fc10ff40199 authored over 8 years ago
Remove commented/unused code.

e602ed651a77203cd1e304181d2b36f2ed6baa1a authored over 8 years ago
Corrected parenthesis bug.

6728ac111573fdedd3ca4c388daba780a9129a9c authored over 8 years ago