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

Use UTF-8 in gradle builds

7e11a6c0fe0f15c17c004087a598c121c0931cb7 authored over 5 years ago by lifeinwild <[email protected]>
Add support for fog in materials.

4f47e5602ba45c9933334e844615baad1ca03103 authored over 5 years ago by James Khan <[email protected]>
[ci skip] bullet: update windows natives

a43ad8ecfe51c8a8a2551207f7d9bae86cf9a1ce authored over 5 years ago by appveyor <appveyor>
post-release fixup

5451e3eaf0072249b853e85db5beb6a231845e9e authored over 5 years ago by Stephen Gold <[email protected]>
trivial commit with tag for v3.3.0-alpha2

3f1f2e83560be262e6e7deaef6592ef9fc875fd8 authored over 5 years ago by Stephen Gold <[email protected]>
Merge pull request #1087 from jayfella/master

Add support for listening to joystick connection/disconnection.

33ade6b87466904e9ffb2e4b4e227ae5f4abbee4 authored over 5 years ago by Paul Speed <[email protected]>
trivial commit with tag

6a71a1c2732043ea10ae40ddbaa6ce2ca19faf8f authored over 5 years ago by Stephen Gold <[email protected]>
gradle.properties: ready for 3.3.0-alpha2 build

ac01203c80ffda71247c2ccf4f32e62612c1992a authored over 5 years ago by Stephen Gold <[email protected]>
Reference the joystick that changed state instead of the ID.

Use separate connection methods (onConnected/onDisconnected).

b9b4a2d75b84a9519095a5bba341b316629b76d8 authored over 5 years ago by James Khan <[email protected]>
Remove JoystickState enum and replace with boolean value.

2f6185b5cf009080ad6781528e7111da4e8685a6 authored over 5 years ago by James Khan <[email protected]>
Use enum constants instead of integer ID's

d3be2f332f2f03d2cf3dd5b5e1776397f0f74f2e authored over 5 years ago by James Khan <[email protected]>
Remove magic number translations and remove uppercase names.

76fcc2c497e61829c416e55bc9738f4cd71265c0 authored over 5 years ago by James Khan <[email protected]>
Use RawInputListener for InputManager instead of creating another field.

Set methods to use JoystickState enum instead of event integers.

682d8c9fd8b94be6cc83e9421664bf342d0599fb authored over 5 years ago by James Khan <[email protected]>
Translate JoystickState directly from LWJGL context.

Set the logger to the correct class

80adca6dce69052eea87df1fe863ccca3df1b6a7 authored over 5 years ago by James Khan <[email protected]>
Add support for listening to joystick connection/disconnection.

Fixes bug causing NullPointerException when removing joysticks.
Allows adding joysticks after the...

318d6d0e89f2f632dcd7adfbb2ac2efb8cf9834a authored over 5 years ago by James Khan <[email protected]>
AnimComposer: updated to save globalSpeed on export and fixed issue with Layer cloning (#1080)

* AnimComposer: save globalSpeed on export

* Updated TestModelExportingCloning to test AnimCo...

c4d2de1656680cf92a1ea1d16af4c57ee1275783 authored over 5 years ago by Ali-RS <[email protected]>
Travis: use "xenial" Linux dist to solve TLS issue (#1081)

Fixing the broken build. Thanks to @Ali-RS for providing the hint: https://travis-ci.community/...

50aed6f59e7b4072c756f9f8a787cee68e78f307 authored over 5 years ago by Stephen Gold <[email protected]>
TestIssue99: specify panel widths, clarify interpretation of results

fff16c232849a34a13b72fd7c6bef4a1718786e1 authored over 5 years ago by Stephen Gold <[email protected]>
Added ambient light support in PBR shader (#1077)

* Added ambient light support in PBR shader

* Updated to auto inject the define value if ambi...

36ddb5b0ce00c2c9ee038568a39faf3f7e06c623 authored over 5 years ago by Ali-RS <[email protected]>
DynamicAnimControl: remove all mention of attachments incl. isReleased()

40be1b42b88b094bdc2ea4753ec278c1f0c9827b authored over 5 years ago by Stephen Gold <[email protected]>
TestBoneRagdoll: reduce jumpiness during "toggle" actions

432085c191da01dee11cc8e9a22cf26383ac5213 authored over 5 years ago by Stephen Gold <[email protected]>
implement contact-response for jme3-jbullet's PhysicsRigidBody

234bd476f3af6ada000eb1ede76c7f48995df304 authored over 5 years ago by Stephen Gold <[email protected]>
Refactor collection to set in anim composer (#1076)

* returns an unmodifiable set when retrieving the available animation names and available animat...

8d3980bbe9de91093b26e9f67fe68cbf41621953 authored over 5 years ago by Remy <[email protected]>
revert integration of PR #1071 which wasn't ready

0bf931bf7945fd28e1c91516340199aaec89e484 authored over 5 years ago by Stephen Gold <[email protected]>
Added an easy way to add sub steps to the profiler (#1067)

* Added an easy way to add sub steps to the profiler and enhanced the App State Manager to profi...

0bc060d474473bb8b418ac882c6fed4c6a9a29f3 authored over 5 years ago by Greg Hoffman <[email protected]>
returns unmodifiable sets (#1071)

* returns an unmodifiable set when retrieving the available animation names and available animat...

ffa1df2aff75fa77f81e077ec5714fb2caa7e9a8 authored over 5 years ago by Remy <[email protected]>
Fixed classes location while building natives (JDK11 Support) (#1073)

* Fixed classes location while building natives
* Fix minor formating issue

9c1452b63b718af55a13ce5c97ad62ebf2007a6a authored over 5 years ago by Trevor Flynn <[email protected]>
[ci skip] bullet: update windows natives

41f88cd5eb29c1a48243cf2b659058fbbac7efa6 authored over 5 years ago by appveyor <appveyor>
Jdk 11 Build Support

ad2ba95e993d3ad16f95c189e25c1b2c54763826 authored over 5 years ago by Trevor Flynn <[email protected]>
adapt the caption of the string

74588d96f3c54cf7d5fc871b04d713d094b22f0f authored over 5 years ago by remy <[email protected]>
calculate the total line height before aligning the letters, calculate the total line height from the font line height and total line count. Include a test case with alignment examples. fixes: #363

988537987a2e603ec93a2dd38c86f2ce115b4e58 authored over 5 years ago by Remy Van Doosselaer <[email protected]>
[ci skip] bullet: update linux natives

35b9d9df4edc2da1a0525bb2123322debdf21078 authored over 5 years ago by travis-ci <travis-ci>
[ci skip] bullet: update osx natives

4bd8cfb218b1c6e0d5bc926c2cb5d857c001567a authored over 5 years ago by travis-ci <travis-ci>
[ci skip] bullet: update windows natives

28cba18cbff97b6016abfb8d7db8e02a3ee67a41 authored over 5 years ago by appveyor <appveyor>
fix for issue #1037 (TestHoveringTank hull-shape performance issue)

9e532009da0d2c1e1591bfe07209dc7625a0e158 authored over 5 years ago by Stephen Gold <[email protected]>
add a test case for issue #99 (blendMode="multiply" in NiftyGUI)

ba340cf13aab080d6087dba653977a244247a305 authored over 5 years ago by Stephen Gold <[email protected]>
[ci skip] bullet: update linux natives

3696074c9a3ef9717663f86834e71d19bf0c6ff2 authored over 5 years ago by travis-ci <travis-ci>
[ci skip] bullet: update osx natives

18cc15254b7ef8a46e65820194008b2a1d59ad33 authored over 5 years ago by travis-ci <travis-ci>
[ci skip] bullet: update windows natives

73c055c37eb8df417a2cdece0560fb98ae6b85e5 authored over 5 years ago by appveyor <appveyor>
fix issue #1060: bt32BitAxisSweep3 not implemented

8a4e5e1177ce74ee877527d7e1b0a7f39a8d1f0c authored over 5 years ago by Stephen Gold <[email protected]>
Merge pull request #1066 from rvandoosselaer/fix-classcastexception-#1065

fixed wrong reference check #1065

657c5841aa9c2ea8d34ee9315daafda4ea7bf7e4 authored almost 6 years ago by Paul Speed <[email protected]>
fixed wrong reference check

9a80f013fcf530a189d5b2009fcbd7006f6ebe30 authored almost 6 years ago by Remy Van Doosselaer <[email protected]>
Merge pull request #1064 from FennelFetish/jme3-vr_mouse-fix

Adds option to disable VR mouse cursor

1a1348983ba9848e63122ec5cda90d203f03a817 authored almost 6 years ago by Rickard Edén <[email protected]>
Adds option to disable VR mouse cursor and thus enable the cursor on the desktop.

Fixes repeated attachment of mouseImage as scene to gui viewport (because its parent was always n...

88a9069662f44294258e9843c11370a1b9519151 authored almost 6 years ago by FennelFetish <[email protected]>
Add RGTC format

3b24067a3c6a644dbc05a80bf4a908cd377de1b8 authored almost 6 years ago by Riccardo Balbo <[email protected]>
Merge pull request #1062 from jMonkeyEngine/revert-1054-export-transparent-png

Revert "Modified JmeDesktopSystem.writeImageFile() to export transparency for…"
...at least unt...

7c6e12ed700b4783b28fb456f95f209a9058d2a5 authored almost 6 years ago by Paul Speed <[email protected]>
Revert "Modified JmeDesktopSystem.writeImageFile() to export transparency for…"

cd90be13ec08dfc5468fed8c5bd4296b425e2965 authored almost 6 years ago by Ali-RS <[email protected]>
publicize Joint.applyBindPose(), add DynamicAnimControl & related stuff

235b9db2cad9b3c9a1647504e7c48c49aa2b8742 authored almost 6 years ago by Stephen Gold <[email protected]>
revise TestBoneRagdoll & TestRagdollCharacter to use DynamicAnimControl

d55776d081770e81df1d2ad65aca3ab7b902c2c1 authored almost 6 years ago by Stephen Gold <[email protected]>
Updated the joystick test to indicate when the new LEFT_TRIGGER/RIGHT_TRIGGER

axes are used.
Also changed the console output to include the logical ID of triggered axes instea...

59af265398839ec82115597ded8f296e4e320735 authored almost 6 years ago by Paul Speed <[email protected]>
Standardized the XBox controller mappings to one XBOX set of entries

and remapped all .*xbox.* names to it. All of the specific XBOX remappings
have been commented o...

54b812ca7182afd2a1369baf42eabc44afe9d51b authored almost 6 years ago by Paul Speed <[email protected]>
Added new JoystickAxis.LEFT_TRIGGER/RIGHT_TRIGGER.

Updated JoystickCompatibilityMappings to support normalizing joystick names
based on a regex. Fo...

5901a95363b5e0675023fd5b61878cf829753c50 authored almost 6 years ago by Paul Speed <[email protected]>
Fix printing if stencil is enable or disable

5bc64800e0cef2af1d9e43e35f670c427cfb2619 authored almost 6 years ago by quazi-irfan <[email protected]>
Updated the axis event processing to pay attention to dead zones.

A little more complicated than just ignoring values in the dead zone since
we have to bring them ...

ac60a134d289503e9fbe0d9d87ecfc932ec6e4c2 authored almost 6 years ago by Paul Speed <[email protected]>
Armature.java: correct a typo in the javadoc

27bd16979c171adb41a6ded7527307237bc76c63 authored almost 6 years ago by Stephen Gold <[email protected]>
changed Mythruna link to use http instead of https

f0d28a95012d468137e1c372495e7983fc926867 authored almost 6 years ago by Stephen Gold <[email protected]>
add Spoxel to the list of games in the README.md

a2df09b2fdadc033cbb1a97dbea73c3ab2e98ab6 authored almost 6 years ago by Stephen Gold <[email protected]>
Merge pull request #1050 from Diffblue-benchmarks/virtual-buffer-tests

Add tests for com.jme3.scene.mesh.VirtualIndexBuffer

51cadb260ce8716a172800c93b177e50afbc79c7 authored almost 6 years ago by Riccardo Balbo <[email protected]>
j3md Fix for default textures (#1052)

cf7b15bc235b164f5ad25622ab7c8264d7ed46d0 authored almost 6 years ago by Riccardo Balbo <[email protected]>
fix issue #901 (collision margins initialized to 0) (#1053)

* fix issue #901 (collision margins initialized to 0)

* add a getter for the default collisio...

1ad324aa57f134078abaa8d2764bd940b6d2a337 authored almost 6 years ago by Stephen Gold <[email protected]>
Add tests for com.jme3/scene.mesh.VirtualIndexBuffer

7c2a401c28ad375d35cc6bc7f3323f700c3a5f70 authored almost 6 years ago by James Adam <[email protected]>
Add bullet extraction directory, bin and vscode config to gitignore

f60ff58ef04aeb36f3addda7958d3d7f8942551e authored almost 6 years ago by Riccardo Balbo <[email protected]>
Merge pull request #1054 from Ali-RS/export-transparent-png

Modified JmeDesktopSystem.writeImageFile() to export transparency for…

9a6032a087e12738c393a3075611394fe6a54d7f authored almost 6 years ago by Paul Speed <[email protected]>
Modified JmeDesktopSystem.writeImageFile() to export transparency for PNG format.

c43eafc319ee0c1c9d3f61dd5224acb7bfda0ff6 authored almost 6 years ago by Ali-RS <[email protected]>
[ci skip] bullet: update windows natives

9f9b443deed59781ddf1ab373d756434ffcbb6b7 authored almost 6 years ago by appveyor <appveyor>
post-release fixup

dc99bc0731545035532e3775df3fd66648926f58 authored almost 6 years ago by Stephen Gold <[email protected]>
trivial commit with tag

a6622d4613a22da7373716afa95e2fb1cfb001c7 authored almost 6 years ago by Stephen Gold <[email protected]>
.travis.yml: work around Travis's tag blindness using a regexp

9d9132d5b638922f4d5d2e8934e849bc6fe37459 authored almost 6 years ago by Stephen Gold <[email protected]>
[ci skip] bullet: update windows natives

31574f1c65fe29e03dfa434d1d8616e93a3a88b0 authored almost 6 years ago by appveyor <appveyor>
gradle.properties: ready for 3.3.0-alpha1 build

a03f1fe49c63d29673d4cd7679b0d5303d488356 authored almost 6 years ago by Stephen Gold <[email protected]>
Add getSpatial to GhostControl, RigidBodyControl, AbstractPhysicsCont… (#1041)

* Add getSpatial to GhostControl, RigidBodyControl, AbstractPhysicsControl and CharacterControl....

76049c76f309bceb5eaae43ef78d60e43988ec5a authored almost 6 years ago by Quazi Irfan <[email protected]>
TestGltfLoading: comment

2124e3e86bf898d6c7a7bc90a191cf639e39bacb authored almost 6 years ago by Stephen Gold <[email protected]>
JavaDoc correction to AnimComposer (comments only)

b9c13a209acd0ec808ea85307d3cfb0fd00d07bb authored almost 6 years ago by Stephen Gold <[email protected]>
FbxLoader: comment out some debug spam to System.out - see issue #1025

7e929aacab4150d566010a559411f8f2419c22c7 authored almost 6 years ago by Stephen Gold <[email protected]>
Add tests for com.jme3.math.Vector3f

fe03a9b6a3917fc59bfa6066565ec809cb191c24 authored almost 6 years ago by James Adam <[email protected]>
Add tests for com.jme3.math.FastMath

eba9ef6d580a3aca11c8d1756e2df5ee51d923db authored almost 6 years ago by James Adam <[email protected]>
Added AnimComposer.getAction() and AnimComposer.addAction() and improved

JavaDoc.

6dd737d3784bd4e78cdc8d9681c8e2d805364d5d authored almost 6 years ago by Ali-RS <unknown>
remove more unused imports

ffa58be3d7f2c9076e4deb86d1ef25ba518a5af9 authored almost 6 years ago by Stephen Gold <[email protected]>
more corrections in diagnostic messages

75112201db3267b43a4a446b935e61dd3954fb5c authored almost 6 years ago by Stephen Gold <[email protected]>
more comment-only correction

2356320d3011955e3d73491111393f48261696cc authored almost 6 years ago by Stephen Gold <[email protected]>
Add blend mode that sums alphas and does alpha blending for colors

3851c35f089ce5cfa3bc5c2e0b66a8e1363a251b authored almost 6 years ago by Riccardo Balbo <[email protected]>
Revert "fix for issue #989 (RollingTheMonkey works with JBullet but not native)"

This reverts commit 1bb388d793e6acdf082cb948ad46951ece9ee20a.

784106e0c66217792ccbe9ace68784c10f9879fc authored almost 6 years ago by Stephen Gold <[email protected]>
[ci skip] bullet: update linux natives

ff5124bc938f1179d7c6ba272ebf8630e0cc140e authored almost 6 years ago by travis-ci <travis-ci>
[ci skip] bullet: update osx natives

d60aec411b89e8a6922a8d6dce107c3ae65623e7 authored almost 6 years ago by travis-ci <travis-ci>
[ci skip] bullet: update windows natives

f1d9eb37c49e4bddf0acf45e3a277d8adc982299 authored almost 6 years ago by appveyor <appveyor>
fix issue #1029, integrate PR #1031

* Use gContactStartedCallback instead of gContactProcessedCallback to detect collision events. (...

2bbf784c9691f969cf67e98da590620567de06c3 authored almost 6 years ago by Riccardo Balbo <[email protected]>
added a test for issue #1029

7e6fa030094fdec33c3e5a5d5813f9e9fc0f1792 authored almost 6 years ago by Stephen Gold <[email protected]>
spelling corrections in diagnostic messages

f33252f4d05f70adff70681f3236d8116e85a239 authored almost 6 years ago by Stephen Gold <[email protected]>
complete the fix for issue #1027

72bed74fa17416d58cc05a2857e78bf1ba4c6d9c authored almost 6 years ago by Stephen Gold <[email protected]>
fix for issue #1027 - result of rayTest()

15f9f69611fb429ef9fc6e1261e0071e0cccddd7 authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-examples/jme3-lwjgl3 JavaDoc corrections (comments only)

4581b6cb36da4fde3c3f26d4aa12410932e530c9 authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-networking/jme3-plugins JavaDoc corrections (comments only)

c7c203853c5b271fa2e71078a2dd3ce558bb17dc authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-jbullet JavaDoc corrections (comments only)

8d6900a32a9e746e54bf4e10eeeb8e739d2c38fd authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-terrain JavaDoc corrections (comments only)

5bf619cca38051a9699fd42744ca49ec7b784261 authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-vr JavaDoc corrections (comments only)

b2381e8aed3c968a6904a7fadd6d16557635ce90 authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-desktop/jme3-effects JavaDoc corrections (comments only)

7ad91651f13c6b98af9834ee4c474a3b3a9eefcd authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-core JavaDoc corrections (comments only)

c11fbe4dd8644249ae0e27fd40538bfcfc2fd42c authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-blender JavaDoc corrections (comments only)

8ecddf4fa2f7443466bff640038c208cd3f3c486 authored almost 6 years ago by Stephen Gold <[email protected]>
jme3-android JavaDoc corrections (comments only)

ce730e56565965789c0dd8df6af2c5956e6fdac6 authored almost 6 years ago by Stephen Gold <[email protected]>
avoid extraneous newlines to stderr during glTF import

2c25d77e64b2b9093db273c7daa0c87f7c727b05 authored almost 6 years ago by Stephen Gold <[email protected]>