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

fix image raster for texture array #1021

d6950889f6db58b63cbdaae5e29cd2fb0a0d4452 authored over 2 years ago by riccardobl <[email protected]>
Add toggleable fb mipmaps generation

2119175a1f99b14692e9e675f35b608f79965f7a authored over 2 years ago by riccardobl <[email protected]>
Fix draw/read buffer selection for framebuffers

b57adc7cce0ce1ed96c3fc8ca2e5ce765f307d65 authored over 2 years ago by riccardobl <[email protected]>
TestContextRestart: add fs->windowed transition, log resize() callbacks

30774efdf61c8612f159b8a7c2b479a78af5d9f0 authored over 2 years ago by Stephen Gold <[email protected]>
jme3-plugins: update the "gson" library to v2.9.0

7491877b61059f6dc3b1e2755b1805986712f7ac authored over 2 years ago by Stephen Gold <[email protected]>
TestGltfLoading: update the paths to 11 assets from glTF-Sample-Models

2c7c74ea930c001f01186797ba02a064ce5d9b5f authored over 2 years ago by Stephen Gold <[email protected]>
upgrade the groovy-test library to v3.0.10

27d9fbfb67c8305e56da343708216a827d1f961f authored over 2 years ago by Stephen Gold <[email protected]>
NativeLibraryLoader: define asset path for bulletjme on Windows_ARM64

2d8da5d054f6fb64e439aeac08d978b0fff53386 authored over 2 years ago by Stephen Gold <[email protected]>
README.md: latest Engine is v3.5.1, link to the actual LICENSE

436c380aec680a5cadfaec2dc130de1077946c7a authored over 2 years ago by Stephen Gold <[email protected]>
solve issue #1780 (built-in matdefs/shaders lack core-profile support) (#1781)

* jme3-terrain: add GLSLCompat.glsllib to 4 jme3-terrain frag shaders

* jme3-terrain: add G...

c648aad19e66d86d15785de53002da91856b3bae authored over 2 years ago by Stephen Gold <[email protected]>
Platform: javadoc and a comment

e1c5e85355972a3fb1be03fc3ea3232684d2a41d authored over 2 years ago by Stephen Gold <[email protected]>
NativeLibraryLoader: define asset path for bulletjme on MacOSX_ARM64

b40a91d2d26bffd7de7842e2eb7dbdcd45314d98 authored over 2 years ago by Stephen Gold <[email protected]>
common.gradle: upgrade jme3-lwjgl3 and jme3-vr to LWJGL v3.3.1

ae750c0696c561774ea8271d521b9bc40a2be0ee authored over 2 years ago by Stephen Gold <[email protected]>
jme3-examples: comments

c374a63e212af14842689b32cf2dc42cf2128781 authored over 2 years ago by Stephen Gold <[email protected]>
Remove print statements from FBX plugin (#1777)

* Change println to logger

Change a print statement in FbxAnimCurveNode.java to a logger call...

989dbfea16e1787f4233b8a077278a8389eb00bf authored over 2 years ago by Jacob Wysko <[email protected]>
avoid use of deprecated methods (mostly Class.newInstance()) (#1774)

* Remove deprecated code

* Remove deprecated

* Remove deprecated code

* Remove deprecat...

f0918a4caf4eb592add2221243afb4dfcf13ca28 authored over 2 years ago by Toni Helenius <[email protected]>
SimpleApplication: correct 2 typos in the javadoc (#1771)

0694627f28bfe5398d584dc9e983855cf5aef638 authored over 2 years ago by Stephen Gold <[email protected]>
AppSettings: solve 2 javadoc diagnostics (#1770)

85afd6c98c1af08d68f705704060605342eb6b35 authored over 2 years ago by Stephen Gold <[email protected]>
InstancedGeometry: added a field to keep track of all instance data b… (#1772)

* InstancedGeometry: added a field to keep track of all instance data buffers (transformInstance...

3ea77207f6d907d78371f4f7517b50aa7ab68b4a authored over 2 years ago by Ali-RS <[email protected]>
Refactoring of the initialization code of the 'particleMesh' variable. (#1769)

This piece of code is repeated 3 times in this class, violating the DRY
programming rule.

Fi...

e7086c28a871e89c063d9ea026179de5288e4794 authored over 2 years ago by Wyatt Gillette <[email protected]>
RenderDeviceJme: CachedTextKey.equals() lacks a type check (#1768)

2a661dc707744729a9d678937e53b3ad8bc91e86 authored over 2 years ago by Stephen Gold <[email protected]>
TestPostWater: avoid using the deprecated BitmapText constructor (#1766)

475abdf7077731cab01ee2b8783649e159dc1c59 authored over 2 years ago by Stephen Gold <[email protected]>
jme3-nifty should account for gamma correction (#1764)

* RenderDeviceJme: add a field to indicate Nifty's colorspace

* jme3-examples: update 4 Nif...

1a09effd64e2fca9d96407f3b73cfa618bc3b35b authored over 2 years ago by Stephen Gold <[email protected]>
whitespace changes in jme3-niftygui (#1767)

0086f7e775ef805cfd5f21cfb6ae84cc386e9992 authored over 2 years ago by Stephen Gold <[email protected]>
JoyButtonTrigger: clarify that the constructor arg is not an axis ID (#1765)

ae27350eb09d7db546bd356aa8a240158f632b13 authored over 2 years ago by Stephen Gold <[email protected]>
Add FOR macro to GLSL preprocessor and J3MD (#1758)

* Add FOR macro to GLSL preprocessor

* Code cleanup

* fix comment

befa930cf9075054ecff154e2e36a42947d2ced1 authored over 2 years ago by Riccardo Balbo <[email protected]>
PhysicsCharacter: add javadoc for the setGravity() method (#1763)

8f06fec83f43ccc98dfed75a5d46dbb07ad15e29 authored over 2 years ago by Stephen Gold <[email protected]>
Separate concept of window size from default framebuffer size (#1750)

* Separate concept of window size from default framebuffer size that are not always interchangea...

2b8661185f29abc36f99cb38619a8cba4e7f5aa4 authored over 2 years ago by Riccardo Balbo <[email protected]>
Add set methods and constructors to ColorRGBA that take in a Vector param (#1757)

* Add additional set methods to ColorRGBA

I've noticed that ColorRGBA has a very useful .toVe...

6f660777bb3b7c3382ea05cb2c8bad27f03f7f4c authored over 2 years ago by Ryan McDonough <[email protected]>
solve issue #1761 (AssertionError in ALAudioRenderer) (#1762)

* solve issue #1761 (AssertionError in ALAudioRenderer)

* add a test for issue #1761

0da5a7f2f616471d556b6a25853e17077fee91d7 authored over 2 years ago by Stephen Gold <[email protected]>
rename more method arguments for clarity (#1742)

* rename a couple method args

* KinematicRagdollControl: rename "reccount"

* rename 2 meth...

c183ff013b4452b0bcf6b28d7b3de2124276d6e4 authored over 2 years ago by Stephen Gold <[email protected]>
rename private variables (#1736)

* rename private fields for clarity

* TestShadowsPerf: rename "createballs()" for clarity

...

0b5e8693f1fcde2c4888de810d9a79ba7ab0a674 authored over 2 years ago by Stephen Gold <[email protected]>
com.jme3.math: remove trailing whitespace

2da55439585ba4887b5b164a31ffd6489f089b0a authored over 2 years ago by Stephen Gold <[email protected]>
[ci skip] README.md: latest stable version of Engine -> 3.5.0

c10e5d312e87219e19c6cf8cd25336c57b727b2a authored over 2 years ago by Stephen Gold <[email protected]>
whitespace changes in jme3-core (#1760)

* jme3-core: whitespace

* jme3-core: whitespace again

* jme3-core: whitespace some more...

ac8c1012d2ded0812d91a393f935c9f0f7d0c192 authored over 2 years ago by Stephen Gold <[email protected]>
Fix issue 1705 (serialize 6 mesh subclasses) (#1754)

* jme3-vr: implement serialization for CenterQuad

* ArmatureInterJointsWire: add a no-arg c...

e908655a767d2ded27ce97317241774ec1c39c5c authored over 2 years ago by Stephen Gold <[email protected]>
Add simple math methods to Vector2f (#1756)

0768b851cf83dd3f134084b5e00c9ce7129e4ced authored over 2 years ago by Ryan McDonough <[email protected]>
Add more simple math methods to Vector4f (#1755)

08d7ba9e4e18d2120a529abed4ca66fe7b533cb4 authored over 2 years ago by Ryan McDonough <[email protected]>
TerrainQuad: publicize fixNormals() (#1738)

* TerrainQuad: publicize fixNormals()

* TerrainQuad: publicize fixNormalEdges()

6e95d2b5fe95414160749e13127261c586de248e authored over 2 years ago by Stephen Gold <[email protected]>
Add more simple math methods to Vector classes (#1744)

I've added these convenience multiplication and division methods that were missing from the Vect...

2c05c105a8eae625a0d26cc8a08d137b3ec7668d authored over 2 years ago by Ryan McDonough <[email protected]>
clarify comments and javadoc (#1743)

* correct more comments and javadoc

* more typos in comments/javadoc

* more typos in javad...

78bfa81bb2aae342eff19256f6c990623c189dd4 authored over 2 years ago by Stephen Gold <[email protected]>
Add Mac OS arm64 (Apple M1) natives

de2e2d38c8622dac588d414ab6fb89efee7bfb6a authored over 2 years ago by Riccardo Balbo <[email protected]>
Always assume MacOS to be sRGB capable.

befe4faf198484966adbfda8e79d908c835c10a4 authored over 2 years ago by Riccardo Balbo <[email protected]>
Add way to get the generic Os name from Platform

407807d952f14326eb3b23dfc9be586b1038a560 authored over 2 years ago by Riccardo Balbo <[email protected]>
VSCODE: Format on paste and type

0ee430b90eed8f6d23b922fb502ba8e976c20669 authored over 2 years ago by Riccardo Balbo <[email protected]>
Fix Scaling issue #1745 (#1753)

71269bbf14651ba13804ddda2d5f4d508fd8c4b8 authored over 2 years ago by Riccardo Balbo <[email protected]>
Use OpenGL 3.2 as default (#1752)

647b94ba534dfbe287c251caeb06eb53c0a31c29 authored over 2 years ago by Riccardo Balbo <[email protected]>
correct typos in diagnostic messages (#1737)

* correct typos in diagnostic messages

* PhysicsRigidBody: "cannot" is one word

* GltfLoa...

a690f79b7b7deda94145e531a7c0a9f61dd306d3 authored over 2 years ago by Stephen Gold <[email protected]>
GlfwMouseInput: scale mouse coords only if Retina AppSetting is true (#1746)

* GlfwMouseInput: scale mouse coords only if Retina AppSetting is true

* GlfwMouseInput: so...

e80871cdb54d48e73233c2b5d0d411ee5ef5d5b5 authored almost 3 years ago by Stephen Gold <[email protected]>
Configure circular deps as warning on eclipse (#1747)

a9ce670aafe41fea8d04462148b7c51829cae230 authored almost 3 years ago by Riccardo Balbo <[email protected]>
Vector2f: save 2 trig calculations in rotateAroundOrigin() (#1731)

33e690bd332377a2165845b1cb2f05e597966b7e authored almost 3 years ago by Stephen Gold <[email protected]>
common.gradle: print full version when installing to mavenLocal

1e668bce575ac51c82567505d04ddbfee81f7203 authored almost 3 years ago by Stephen Gold <[email protected]>
AppSetting: "UseRetinaFrameBuffer" default -> false

a1ae3fd47a8a7911a69eb96810e4c06645826a55 authored almost 3 years ago by Stephen Gold <[email protected]>
account for world transform in TerrainQuad.setNormalRecalcNeeded() (#1741)

* Fix Normal Recalculation

Fixes issue in setNormalRecalcNeeded() method where the bounding ...

371849bd52ff75fd9c062b9ce0578024ea3b8378 authored almost 3 years ago by Ryan McDonough <[email protected]>
deal with unresolved references in javadoc (#1733)

6cf94ad9e9ab7223755790156594665322fff303 authored almost 3 years ago by Stephen Gold <[email protected]>
avoid self-closing HTML tags in javadoc (#1732)

6ad85a7dd4da874a40b3e38ab240fd3d4d61ae0f authored almost 3 years ago by Stephen Gold <[email protected]>
LWJGLOpenVRInput: solve a javadoc warning

b4bc6f1590d14eb0df5a6de38a38712895a6c168 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-vr: delete 2 unused imports

d26313ee92bc67033aae78ff7fe70db53fa8a739 authored almost 3 years ago by Stephen Gold <[email protected]>
Matrix3f: a few javadoc tweaks

92328cf064b7b4bba9a720a1bce7a8f5c40cab19 authored almost 3 years ago by Stephen Gold <[email protected]>
solve issue 1739 (NPE in reloadJoysticks() when joystick lacks buttons) #1740

72a21b1f9b33ad00654cb27e5128c9b51f268785 authored almost 3 years ago by Björn Hempel <[email protected]>
new javadoc for Vector2f (#1729)

* Vector2f: javadoc improvements

* Vector2f: javadoc tweaks

38a8afa4d8bf36f7b5d6355f559b54201ca4e079 authored almost 3 years ago by Stephen Gold <[email protected]>
ContrastAdjustment.j3md: correct a typo

398216eab5ec54f991f95f449adea21907b348e2 authored almost 3 years ago by Stephen Gold <[email protected]>
HDRLoader: delete unused variable "colorcorr"

75a41277107b7d167895d6a50e4c9ce36ca56b51 authored almost 3 years ago by Stephen Gold <[email protected]>
LwjglCanvas: initialize OpenCL for LWJGL2 (#1720)

* Fixing OpenCL context null issue with LwjglCanvas. It is important that for Swing applications...

107e77ca6bf57434e4a6bd276f192dc813759f8d authored almost 3 years ago by AmiroooTheWalnut <[email protected]>
AlAudioRenderer: update OpenAL state when dry filter is re-applied (#1728)

* ALAudioRenderer: update direct-filter ID even when filter is up-to-date

* ALAudioRenderer:...

01b43fe31963ce3ae6d5d9ae88f961c39a512ecd authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-android: update annotation and lifecycle libraries

dcedea49e6657fe2f1250589bd585ec48aa877bc authored almost 3 years ago by Stephen Gold <[email protected]>
#1734 actions based vr input (#1735)

* #1734 Bring the LWJGL OpenVR implementation up to the modern actions based input/vr/AnalogActi...

4af7aabf304d24ccaa01e00c0d32a2a1260f40f6 authored almost 3 years ago by richardTingle <[email protected]>
Matrix3f: javadoc style tweak

ede34bad3b3af9f5e764ff367594030a0f88f78f authored almost 3 years ago by Stephen Gold <[email protected]>
Fix NullPointerException in AnimLayer.update() (#1730)

* NullPointerException in AnimLayer.update()

java.lang.NullPointerException: Cannot invoke
"...

33d9cdcfddf7c401b6d218a816c050bb30121c25 authored almost 3 years ago by Wyatt Gillette <[email protected]>
J3MLoader: solve unexpected end tag in javadoc

25cbaac6f61818ce106ac0eaee527355b7afa0c0 authored almost 3 years ago by Stephen Gold <[email protected]>
RenderStateTest: inline comments shouldn't begin with /**

b57be21653e5a91b52366c2348a7cad4bb9a65f9 authored almost 3 years ago by Stephen Gold <[email protected]>
new javadoc for Matrix3f (#1727)

* Matrix3f: begin revising the javadoc

* Matrix3f: further revision of the javadoc

* Mat...

ae23c63066ce11d15a3dfc4aea926ec684bacde6 authored almost 3 years ago by Stephen Gold <[email protected]>
Vector3f: correct a few details in the javadoc

d6fa05229683608b5226fdad69f45338461d8e94 authored almost 3 years ago by Stephen Gold <[email protected]>
Quaternion: solve a javadoc error

6ac0d2e43beb8af7a7e0662af0329bea212c0def authored almost 3 years ago by Stephen Gold <[email protected]>
LICENSE: update copyright years

890d390b573705d4be792e823ad3a4a54c15621e authored almost 3 years ago by Stephen Gold <[email protected]>
Test post water 1699 (#1707)

* This is a very simple addition. It allows a person to set 3 variables in AppSettings. ‘CenterW...

43b30dd45a88c6a687d9f82072501a9ccca62b00 authored almost 3 years ago by bob0bob <[email protected]>
fix and test for issue 1723 (more serialization bugs in RenderState) (#1726)

* RenderStateTest: add automated tests for cloning/serialization issues

* RenderState: solv...

a8a7080770865d966f0d694f11523d5a003006c1 authored almost 3 years ago by Stephen Gold <[email protected]>
new javadoc for Quaternion (#1725)

* Quaternion: begin revising the javadoc

* Quaternion: further revision of the javadoc

*...

85cef6cc85b089146389b794c2ec5c39519000e8 authored almost 3 years ago by Stephen Gold <[email protected]>
downgrade or delete unnecessary library dependencies (#1714)

* delete unnecessary library dependencies

* GltfLoaderTest fails (with NPE) without jme3-desk...

0c9dbef2bd64f70a84aab5ba1ca17bd9d874164b authored almost 3 years ago by Stephen Gold <[email protected]>
rename method arguments for clarity (#1716)

* rename method arguments for clarity

* Transform: rename 2 args

* Quaternion: rename 3 ...

e2a570e5f7ed9a14545c63c12a1c271d8bb18a00 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-vr: upgrade the "jna" library to v5.10.0

b5434181fc02dcdc4f750659fe810ec9894584cc authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-android-examples: upgrade the "junit" library to v4.13.2

22d8634a450b9471e797050500efe14f02abeaeb authored almost 3 years ago by Stephen Gold <[email protected]>
Chase cam can rotate fix on re-enable (#1692)

* Upgrade LWJGL to 3.3.0

* Fix canRotate not being set correctly on re-enable

* Minor chan...

9b7d2c43b38984465740b222caacd6f70753c6af authored almost 3 years ago by Trevor Flynn <[email protected]>
LwjglWindow:assign new thread to `mainThread` field. (#1722)

5ddad23909af1aef4f963ef079289d14cce4dd1c authored almost 3 years ago by Ali-RS <[email protected]>
clarify javadoc (#1713)

* clarify javadoc

* more javadoc clarification

* ListSort: more javadpc

* more javadoc ...

045b40a1fea86729fe453a17a18ac0f6d5c3bbf1 authored almost 3 years ago by Stephen Gold <[email protected]>
clarify some non-javadoc comments (#1712)

* clarify comments

* OSVRViewManager: comment

* more comments

* ListSort: more comments

417509eb17722a39a941de66d03e078d542d6e8a authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-lwjgl3: add a WindowSizeListener (#1711)

* Added a WindowSizeListener for lwjgl3 which can be registered in LwjglWindow and refactored Gl...

b17a2ef26bae43dfbfeb4ae66538f70b4e346d4a authored almost 3 years ago by Ali-RS <[email protected]>
RenderState: fixed 'backStencilStencilFailOperation' field serialization issue. (#1719)

d748852cd057c40684537f182beca43c449e3a26 authored almost 3 years ago by Ali-RS <[email protected]>
rename local variables for clarity

1683d8f17b34664a8796b7371bcd87dce57da079 authored almost 3 years ago by Stephen Gold <[email protected]>
upgrade Gradle to v6.9.2

ed22230268e2fd5a5ccffddf7e3a6ba5ecca36f8 authored almost 3 years ago by Stephen Gold <[email protected]>
rename local variables for clarity (#1715)

* AndroidConfigChooser: rename "choosenConfig" -> "chosenConfig"

* rename "glfwkey" -> "glfwK...

ead47bb75a08dcdba4fc9f34b64d68f3c8a9e2d9 authored almost 3 years ago by Stephen Gold <[email protected]>
Transform: corrections to the javadoc for the toString() format

0b0d75bcd799256325df8d2115a288b673f947ba authored almost 3 years ago by Stephen Gold <[email protected]>
TestWalkingChar: convert dangling javadoc to comment

658cc66d7815143bfff70fa9f1d1a88ab44a5f21 authored almost 3 years ago by Stephen Gold <[email protected]>
LodGenerator: correct typo in toString()

1e1e3bc557a404cd782827eba27f593ddda96cca authored almost 3 years ago by Stephen Gold <[email protected]>
solve some javadoc errors/warnings

c27f6c579415e58acb316e03c90ea3cd6d7ac0c3 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-plugins: upgradel the "gson" library to v2.8.9

e298dbb6985893c59d25d00dcf0959baf52e73c2 authored almost 3 years ago by Stephen Gold <[email protected]>
avoid invoking the newly-deprecated BitmapText 2-arg constructor (#1709)

* avoid invoking the newly-deprecated BitmapText constructor

* TestMultipleApplications: avo...

5b55b34d367856e50ccaf1fc5ec826e146fe2a82 authored almost 3 years ago by Stephen Gold <[email protected]>
salvage or resolve dangling javadoc

ec752f73b4f7b720cee1929a89d57cc1b04cf752 authored almost 3 years ago by Stephen Gold <[email protected]>
simple corrections to comments/javadoc (M-Z)

c7d82696b8479891862b93a8edd3075e9bb87d5f authored almost 3 years ago by Stephen Gold <[email protected]>
common.gradle: Central staging now configured on s01.oss.sonatype.org

e274de3f5ebf62a8919f65e2b0e63b0ed5d8b072 authored almost 3 years ago by Stephen Gold <[email protected]>