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

Change duplicated docstring in FlyByCamera.unregisterInput

1bb3ee089a2102dfcf799137de69bb2b7a6b6d57 authored over 9 years ago
light : fixed pointLight v. bounding sphere unit test

071ad5c6183f588bc8d1eeedd7ae97901c94938b authored over 9 years ago
light : replaced duplicated code by methods from Intersection

4be09e3505b3fd07e93d747ac872a44e7155b775 authored over 9 years ago
Removed native library jemalloc.dll for LWJGL3 as this will not be needed until 3.0.0b and after.

d48a1bb99838792285087fa71298801a9fc33c59 authored over 9 years ago
light : added unit tests for the new support of bounding spheres intersections (for lightFilter)

505aa23048cdc8eeb83eadb454d224f484aac69d authored over 9 years ago
Merge pull request #366 from MeFisto94/Issue46

Fixed Issue #46 : The MaterialViewer will now simply ignore not available textures instead of cr...

9f130a9cb3cf7565bfc3635c96ddeea2db7efb26 authored over 9 years ago
Fixed Issue #46 : The MaterialViewer will now simply ignore not available textures instead of crashing

7d07cedc4ceaec2b3761c9670d5d3fde11701356 authored over 9 years ago
Lights (see #362) : added light v. sphere intersection, and implementations of intersectsSphere(), second attempt

cfdb9a87596cb5acd63570afffc0a824e0ba039b authored over 9 years ago
Merge pull request #361 from Dokthar/bullet_RigidBody

GImpactCollisionShape : fix for #188, added updateBound()

3412c0cf2b8b9c0e671bb1cae9dcaa4375a7c266 authored over 9 years ago
GImpactCollisionShape : fix for #188, added a call to updateBound() in native jni binding, just after creating the shape, (native createShape() method)

06d6f0861668ae77d2d802e97deb48f481d1fe84 authored over 9 years ago
Bugfix: fixed a bug that caused importer to crash when the author of the

blend file assigned non existing UV coordinates group name to a mesh.

953a301d5e27a730449031e13174a30d21dfa74d authored over 9 years ago
Bugfix: fixed a bug that caused subdivision surface modifier to crash if

at least one not connected vertex was in the mesh.

f1a0125dc232473481d7ab8a3ef5dfe9f8cd8fcc authored over 9 years ago
The LWJGL 3 renderer was missing a call to GLContext.createFromCurrent(), sorted now.

14349695a963940b9d25418af5b36224b26b89c3 authored over 9 years ago
Changed the default app title in AppSettings to use the full name string from JmeVersion. This way no more manual changing of this will be needed for future versions. This also closes #320 which highlighted this issue. Thanks @8Keep.

5da9fa6bc204e306beec7c10264c6abb675df004 authored over 9 years ago
Fixed #316 where some post processing effects were not working when using OPENGL_3 renderer due to an error in the fragment shader.

109c5e80cf0645a5fef16f4aee89831cf5b9b302 authored over 9 years ago
Fixed a build issue regarding lwjgl 3.x by now using 3.0.0a for longer stability as 3.0.0b-SNAPSHOT is a moving target and APIs are changing constantly.

f4706373618215e3868f9779b68f8da4918ebd37 authored over 9 years ago
Merge pull request #340 from Kendanware/issue314

Added LWJGL 3.x module and implementation in regards to issue #314

ed2c998f39c724a1c5711e811913b3b4a54abef5 authored over 9 years ago
Delete close() of ByteArrayOutputStream type objecs

According to the Oracle's docummentation: "Closing a ByteArrayOutputStream has no effect. The me...

2eb2cdac604abcbd94a44ceb366cb2fec5f9314c authored over 9 years ago
ListMap: create unit test

e4f3c06b1df56999c582b5c770c593852108bcc9 authored over 9 years ago
Lighting: fix colorramp feature

01227d31b022302c986acbeb0cb4a3af359c30eb authored over 9 years ago
FXAA: quality regression fix

FXAA wants input texture to use bilinear filtering
so it can be smoothed further, so allow filte...

4a37a8f8514c67613c0874ef1ff15825a939e3f1 authored over 9 years ago
GLRenderer: fix incorrect gl3 check

Should check against caps; since gl3 is always
set on desktop regardless if GL3 is available or ...

4fef16ee9fef4539aff0067842cefdc97920aeb9 authored over 9 years ago
GLRenderer: make the class final

cba39fa0ffa49092fe20c43a609b109bdae86bed authored over 9 years ago
GLDebugOutputHandler: dump stack on debug messages

62186362a8ba68846b6cfb77fc62ca9d1810ef7e authored over 9 years ago
GLRenderer: cleanup to shadow compare mode

Store compare mode in LastTextureState instead of on Texture object

aa54947ff36ac2591abef4c8e10c09c97cdddf72 authored over 9 years ago
GLRenderer: put max anisotropy into limits map

efe600c38d0a862a4034a7b8ca8aeb42f247cbea authored over 9 years ago
FastMath: faster nearestPowerOfTwo and unit test

d269839efb1470b3f44c5d201baf49e117783118 authored over 9 years ago
Merge pull request #345 from Georgeto/patch_negscalebb

Fixed wrong BoundingBox transformation, when using negative scaling values

4e6b4d885c8e1ca68ca9a2b07d51f9651d8a4f73 authored over 9 years ago
Fixes the NullPointerException in the demos when using JoglNewtDisplay

5f77ff021bb3eb17af4ac400ad0661f96bd3ba6d authored over 9 years ago
Adds some options into AppSettings for JogAmp's JOGL and JOAL

9f56a45d56c024d0161b6343fe6e97766b5953ce authored over 9 years ago
Removes the old JOGL renderer and uses the new unified renderer as it works correctly now

daa18429d1403a6b9f930a9b9678caddb7347d68 authored over 9 years ago
The JOGL backend doesn't need null-terminated strings for the attributes and the uniforms

e3a45755c64a8624c04963c57271d915deb2c6e8 authored over 9 years ago
Fixed wrong BoundingBox transformation, when using negative scaling values

495e0cf6d5603a871aa5b604b068845c9f370b70 authored over 9 years ago
Fixed a compiler error where glfw input classes wanted to use the old LwjglTimer class.

c375974a9a88d9484122e358c89b7ea2db5fd98b authored over 9 years ago
Native library loading is back to the way it used to be with the addition of LWJGL 3.x libraries added with a different key.

Moved LWJGL 3.x repository definition to build.grade in that module.
Fixed an issue where frame r...

30cdca7ad727bc79fe1946fb80ee8375d3938350 authored over 9 years ago
AssetManager: set locator path only once per thread

500f57a64fb3ad75820120f5115bc7f14c3548a6 authored over 9 years ago
TestCustomAnim: fix crash when enabling HW skinning

7659a7b986c1779158cb70082bf10a9a2ed1822d authored over 9 years ago
GLSLCompat.glsllib: fix incorrect preprocessor define

aee7d1f1956fe8638221966d29a4dad3e89c9719 authored over 9 years ago
shapes: set static usage on all VBs

6970c8db8ad25012cf165e225de1aacbb1230a31 authored over 9 years ago
test: fix crash due to deprecated material

1aaf806c65a3c4e87b38e74c4d88111102ad32a1 authored over 9 years ago
GLRenderer: fix invalid enum error when using framebuffers

78d2d6e944116fa61b24b4aee89cdf13459d2795 authored over 9 years ago
bounding: add bound vs. spatial, also improve unit test

f32d92ef301fbfa6456695fe89f2bbbd5522eb92 authored over 9 years ago
unit test: add unit tests for bounds and light filter / sort

81b5c48fb014eb127eef356e5eb40b242898a34d authored over 9 years ago
spot light: fix broken filter for infinite range

c41058a5a04e17e509cab24282597ed3f2490722 authored over 9 years ago
point light: more accurate sphere vs box filter

22dde7f718ed9da787f94d6cfc46557bb6d1615b authored over 9 years ago
light: minor non-functional changes

6238088688be5913fd40518f2d01dbdfcaa65720 authored over 9 years ago
light: ensure directional lights are sorted to be always first

31383778d9d578c74d12e6cf2aaaddb582f8c082 authored over 9 years ago
bounding: move intersection algorithms to shared class

These algorithms are to be shared with the light filter.

1fa6c4ac11619aeeeaf9d617749865e5d93c8120 authored over 9 years ago
bounding: properly implement collideWith against other bounds

45f8893f13ea19c16287da95734baabb10e3ff5d authored over 9 years ago
Added copyright headers to some files.

d8e964b2f0f7b1c7e729fcd748cbc9c6ea062596 authored over 9 years ago
Reverted some more light code which should not be in this branch.

dd6356eff1d9ea747c9f6c4d1628950d7c39e710 authored over 9 years ago
Removed a TODO note and added key count implementation (rough for now).

b68035570d4f04cc9b070ef45376310a5ee29ddc authored over 9 years ago
Reverted some changes to light classes which was not meant to be committed as part of #314.

88bf9d458014427cb15ceb80cbd75850845ab11b authored over 9 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
jme3-bullet-native-android/build.gradle

9ba90251d6d2a44c0367d77e64d9b3bbe44dd4bc authored over 9 years ago
Merge pull request #301 from Kendanware/issue295

Support for setting minification and magnification filters on a texture in the j3m material file

9f9daa13dc2a1621e1a0eacb8670c5fcb84a8cc2 authored over 9 years ago
niftygui build: add niftygui repository reference to pom

62eede87b3e69e90851ab8c28a1ae6d6177514e6 authored over 9 years ago
native bullet: fix JNI crash in ray / sweep test

Method return type does not match call function return type

86439c2c2b307c2ae54c0ebe1898f3b096989ec2 authored over 9 years ago
GLTracer: generate syntax highlighting and easier to read output

e9245a753b8336f6ff3a9deac76b048e2362ed7f authored over 9 years ago
GLRenderer: disable unused vertex attributes before rendering instead of after

9da4b78830f168c93862e65c117667b96b5e43b9 authored over 9 years ago
GLRenderer: avoid useless glActiveTexture calls

8fdc0f9c904c28717a7bfe4529f82bc40df79489 authored over 9 years ago
GLRenderer: don't set depth function twice

f80364a8c2979f810e9d03e65ba0ae942a69e52e authored over 9 years ago
GLRenderer: enable seamless cubemap globally

584567140982b8b70a09ed1d35dfc439b84fb9c2 authored over 9 years ago
Merge pull request #336 from Dokthar/sdk_scenecomposer

Sdk TerrainEditor : changed paintTool toolTip

0bfa7bfacdd6545d466e94a3ca84008dc28f99b4 authored over 9 years ago
GLRenderer: fix texture update regression introduced in 9f3a145dd7bd083c21b302e0faaf46eddfd82237

edd183a2be86af90f5bea680fc2b953d8bf0177f authored over 9 years ago
Merge remote-tracking branch 'doktharFork/sdk_scenecomposer' into sdk_scenecomposer

c9230d370a5c7da3ac4422d0c7982b8b5f7b4274 authored over 9 years ago
SDK Terrain Editor : changed the paintTool tooltip text to match the tool actions

71e2a7efef679ef6cb01baca45422b24f405dcad authored over 9 years ago
Merge remote-tracking branch 'upstream/master' into issue295

Conflicts:
common.gradle

b84bd0d120c547f61f53324355071b67b92133b8 authored over 9 years ago
travis-ci: don't try to decrypt updates key for PRs

e552fb11012946963d77f44b4326dcdb1c41ee8e authored over 9 years ago
Merge pull request #333 from Dokthar/sdk_scenecomposer

SDK scenecomposer : fix issue #332 and added line width to the cursor

3ad3623084afd29cfc6ae13e3a22eab48d8eb8fd authored over 9 years ago
Merge pull request #7 from jMonkeyEngine/master

Merge branch "jmonkeyengine/master" into "sdk_scenecomposer"

a111817457dd714c8a71b5bf43f077d34c9db795 authored over 9 years ago
SDK scenecomposer : fix issue #332 cursor doesn't move

the position of the cursor wasn't updated, now it's work fine

7e0bd4a385f9c9c975096167271c7b6d10daf3a4 authored over 9 years ago
SDK scenecomposer :reduce the arrows line width from 3 to 2.

4f1477735db1c274bb0a1a87ebcba14f8f43851f authored over 9 years ago
sdk build: enable nbm signing (if key exists)

e93fb65bca47a10c2e5b702465feb1c8b4ccbea3 authored over 9 years ago
GL: make lwjgl implementation classes final

148c78a9433aead07303d0aefe09155db907dd5d authored over 9 years ago
GLSLCompat: support GLES compatibility

cb7d13948812d51ac0fdab95cebb086ca01e87bc authored over 9 years ago
travis-ci: try to fix incorrect .travis.yml file

139ba573bc3bd8e1bd428e8c1baf3067850bab8c authored over 9 years ago
Deprecate ColoredTextured.j3md

616dadc4981d739c121285df8426fc3863f622cc authored over 9 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
jme3-core/src/main/java/com/jme3/light/AmbientLight.java
jme3-core/src/main/java/co...

c32ac172fb759dd8a37e3afc0a8da75a0b450039 authored over 9 years ago
Improved audio renderer information log message to include more information and to print out in a format consistent with the GL renderer information.

e9e4b4a1224e18aefee8793070d9872e8e2145fe authored over 9 years ago
Fixed an issue where GLFW would not accept window focus again due to event polling not running.

66e0e7053c9ddd947ab63e2bd9c4ae572aedc4db authored over 9 years ago
Fixed an issue with the GLFW mouse input coordinates not being mapped correctly.

Renamed input classes to GlfwXXX.

971b9524bd436966f35ee8f284115dd975622c50 authored over 9 years ago
Adds the JogAmp backend into the Gradle dependencies

2677ff31b9307dd0268a1f68841f10685e9af6d5 authored over 9 years ago
Temporarily disables the unified renderer in the JogAmp backend

da01826e438e30e2591204168ae0ac90e61624fc authored over 9 years ago
Removes some useless code from the JogAmp backend

fcae2e64deff492fdee52487295c21e7aff497e8 authored over 9 years ago
Drives the display renderable earlier in order to fix the unified renderer of the JOGL backend

7bd414665b4837564001232413cd19d149117150 authored over 9 years ago
Fixes a compile error in the unified renderer of the JOGL backend, doesn't rely on the auto-boxing

fae50fd36e9f6bc06c4f437119fbc354748b53c4 authored over 9 years ago
sdk build: don't upload empty jars to maven from sdk project

2631684b3db6b0bc969aa1dbab719069fb6b72d6 authored over 9 years ago
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine

8ace69d0c3e735959afaf860165302b8f9c1d74e authored over 9 years ago
First implementation of the unified renderer for the JOGL backend, untested

814fb2b3ff90a8c72909e6d180487994faf9054a authored over 9 years ago
travis-ci: fix build failures on PRs / branches

2f6388c13b13e95baca3f330e1195074bac6c0a6 authored over 9 years ago
Merge branch 'master' into PBRisComing

2db5f773e073dfcc4ec7a4046ac22eb2e8280acc authored over 9 years ago
Added some more constructors to SpotLight and PointLight, also added javadoc to all lights constructors.

168e1755ffb442291b122d83815709bae4043d3b authored over 9 years ago
Merge pull request #306 from mbenson/light-ctors

More convenient light constructors

609d9a1832e2e504834f0792a498fa4bdcda48be authored over 9 years ago
Adds the support of DebugGL for OpenGL ES 3 into the JOGL backend

bbb15062affc572b1deaefcf539082845f1427f2 authored over 9 years ago
Fixes a GLException caused by a regression on the management of the gamma correction in the JOGL backend

2e977f653578ca151018b4ced3a732b380b573cd authored over 9 years ago
Merge remote-tracking branch 'origin/issue314' into issue314

Conflicts:
common.gradle

352a532730c1b59f54d3e64bb207cebe0c7e4fcb authored over 9 years ago
Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW.

8f77dca9314e4b2090acc4d30e80df50547cff1a authored over 9 years ago
Merge remote-tracking branch 'upstream/master'

bf7643f06a69f209e33207f70bd91d262ab6eab3 authored over 9 years ago
Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW.

89f10eca58afd4c9645b60f8781e5578fa92b2c8 authored over 9 years ago
travis-ci: re-enable maven snapshot releases

c8c0904bdab2430e02808126f46e07f6d33f2739 authored over 9 years ago