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

main.yml: build on pushes to the new v3.5 branch

7177a76021526555241c9685ce0807c2f1a4bc3c authored almost 3 years ago by Stephen Gold <[email protected]>
gradle.properties: next release from "master" branch should be v3.6.0

dd0b896d58d2d4997d3d7af3c252553a644dc0b4 authored almost 3 years ago by Stephen Gold <[email protected]>
New RectangleMesh shape class (#1701)

* New RectangleMesh shape class

This RectangleMesh class was created based on the idea propos...

789b1cf6879912a1af268f55bfd5e11b06f8fb30 authored almost 3 years ago by Francivan Bezerra <[email protected]>
jme3-vr: deprecate CenterQuad in favor of the new jme3-core version

3097f05ef1ab7d74b2c4085a211a66eff30628f9 authored almost 3 years ago by Stephen Gold <[email protected]>
solve 4 javadoc errors (missing @param tags)

6e96519a13037320710a0299a889df8a899e4865 authored almost 3 years ago by Stephen Gold <[email protected]>
JmeSurfaceView: delete an unused import

37e37b46a823579213db8cf7709efd14edb125ca authored almost 3 years ago by Stephen Gold <[email protected]>
Rework Test MultiRenderTarget to actually show how to use multiple (#1625)

* Rework Test MultiRenderTarget to actually show how to use multiple Color Targets to render a s...

87bf8d834ddfcc9248eff874209ae41653c045c4 authored almost 3 years ago by MeFisto94 <[email protected]>
solve issue #1158 (enabling Right-to-Left fonts) (#1685)

* Display Right to Left text correctly (Issue #1158).
Some parts need testing

* Just a sugge...

118b6c8a2936d49056669cb61f47dc4f44951bc6 authored almost 3 years ago by Aufricer <[email protected]>
new javadoc for Transform (#1706)

* Transform: javadoc frag not a complete sentence, but punctuated like one

* Transform: clar...

5ffc73842c654f61a3946d8edde0d2eab4fd4542 authored almost 3 years ago by Stephen Gold <[email protected]>
remove the local.properties file (#1708)

* delete the local.properties file from the repository

* list local.properties in the ".gitig...

287f4929556d2383091601390b02a554f6db7ab1 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-core: add a CenterQuad class based on the one in jme3-vr (#1704)

* jme3-core: add a CenterQuad class based on the one in jme3-vr

* CenterQuad: updateGeometr...

d16e0d9296e4400ac0e4359bbf46ab63f1d22660 authored almost 3 years ago by Stephen Gold <[email protected]>
deprecate Quaternion.negate() (#1702)

* add Quaternion.negateLocal() and deprecate Quaternion.negate()

* Quaternion: simplify nega...

76c5b3d7563c6c42bd2f746173bf1f4068b16393 authored almost 3 years ago by Stephen Gold <[email protected]>
simple corrections to comments/javadoc (A-L)

e79340adddefdf5ba1abfee8d9259edc8f16519b authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-vr: whitespace

8bd99bfcceead39b5829833563763b68eec0ddbe authored almost 3 years ago by Stephen Gold <[email protected]>
correct typos in Java comments and javadoc (#1698)

df9b204744fd1e3d36e73fa4421cd83dfcf76328 authored almost 3 years ago by Stephen Gold <[email protected]>
using deprecated FrameBuffer methods in jme3-core and jme3-desktop #1657 (#1696)

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

53d4704eae4aa3664bad5eeea16b2f8245ae6953 authored almost 3 years ago by bob0bob <[email protected]>
ContrastAdjustmentFilter: solve 4 javadoc errors (param name not found)

0d0dc2fb5298a1cf074f71ac7c10d58b58096c6f authored almost 3 years ago by Stephen Gold <[email protected]>
ColorAdjustmentFilter (#1665)

* ContrastAdjustmentFilter

* ContrastAdjustmentFilter test

* brightness code fix

* Fixe...

645b1bb3fb836247eef223ab870c758702171b37 authored almost 3 years ago by Scrappers Team <[email protected]>
new javadoc for Vector3f (#1689)

* Vector3f: correct important javadoc omissions and mistakes

* Vector3f: javadoc frag not a c...

fb7cdd045443073fb7d1453b2aee28ac18130212 authored almost 3 years ago by Stephen Gold <[email protected]>
CenterQuad: correct a javadoc error and delete an unnecessary import

136937d9fefb49c4eaec0a1afc6003f0406f4357 authored almost 3 years ago by Stephen Gold <[email protected]>
fix issues #1193 and #1558 for Linux/Windows (LWJGL v3 hangs) (#1690)

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

38752eaf68310d3dc869f06884c545d4373f72fa authored almost 3 years ago by bob0bob <[email protected]>
[ci skip] README.md: latest stable version of Engine -> 3.4.1

627b1643f660e2bd026f0ed558b343512996f5bb authored almost 3 years ago by Stephen Gold <[email protected]>
Spatial: use short-circuit OR in requiresUpdates() -- more efficient (#1688)

2b80f9e47fec8ab08c4f81681988d2fd28412121 authored almost 3 years ago by Stephen Gold <[email protected]>
Fix issue #1687 (NPE in TestIssue1120) (#1697)

* When run from the test chooser, TestIssue1120 in jme3-examples crashes:

Nov 28, 2021 1:10:1...

8b56ff922118bef06223d72854ecd252b5dc8d45 authored almost 3 years ago by bob0bob <[email protected]>
GltfLoader: tune whitespace and break long lines

3111535ec35aa3e9537842f4a1e47aff5fcd6d7a authored almost 3 years ago by Stephen Gold <[email protected]>
more precise return types for 13 clone() methods (#1683)

64e38a0c3499ab789a57e6d3390ab792629df219 authored almost 3 years ago by Stephen Gold <[email protected]>
Use static final logger (#1691)

dcdece232cb2ee88f3a0c18751a0f70597b847e3 authored almost 3 years ago by Toni Helenius <[email protected]>
CenterQuad: new class javadoc (#1684)

* CenterQuad: rewrote the class javadoc from scratch

* CenterQuad: improve the javadoc style

6efc7456e16087560b4d01793f22934852365235 authored almost 3 years ago by Stephen Gold <[email protected]>
Added Window Position for LJWGL3 libraries (#1670)

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

255d6fc1ff5715486f8b4fd437c7b350b9294a88 authored almost 3 years ago by bob0bob <[email protected]>
Fix issue 1680 (inefficient use of loggers) (#1682)

* #1680 jme3-core inefficient use of loggers

* #1680 All modules : Gate FINE loggers when req...

cec4131b12dd5ac271c615fd42f761228b055f65 authored almost 3 years ago by Cédric de Launois <[email protected]>
document the correct build procedure (#1675)

* CONTIBUTING.md: correct build command, document its prereqs

* CONTRIBUTING.md: expand the...

0cd971c3f413144bfb8b663a0ab306d6ceeb51f9 authored almost 3 years ago by Stephen Gold <[email protected]>
clarify and update the J3O format description (#1666)

* BinaryExporter: clarify and update the format description

* BinaryExporter: comments that...

99ccea25b77c37101350a4e2e81e7b06b62d603a authored almost 3 years ago by Stephen Gold <[email protected]>
java comments and javadoc (#1663)

* java comments

* resolve merge conflict with commit 07f78592

c3fa91c6d3d131f7b6fb3094dbfea89df9228aac authored almost 3 years ago by Stephen Gold <[email protected]>
convert tabs to spaces in 18 .java files

07f785928af968a0ac79860947fe8e1383d08656 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-examples: convert tabs to spaces

aa9e1214c7228aa886b8f6169fee627094f6cc90 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-core: convert tabs to spaces

d83d7a40d304563c752580b68484e4331233a20f authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-plugins: convert tabs to spaces

3d2d6b4e1854b1d77fc7da617d558fa06b1c92ff authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-terrain: convert tabs to spaces

8a8b08b4320e7ab88da1f0217512925ac78311cd authored almost 3 years ago by Stephen Gold <[email protected]>
CONTRIBUTING.md: add step-by-step instructions for submitting a PR (#1671)

* CONTIBUTING.md: add step-by-step instruction for submitting a PR

* CONTIBUTING.md: refine...

9f044022df82331b0c7d29a8fcb06d3b63092455 authored almost 3 years ago by Stephen Gold <[email protected]>
delete unused imports (3 files)

cb2f20fbb76b2b7f1f77a7722b154aa90a0b213d authored almost 3 years ago by Stephen Gold <[email protected]>
SurfaceView Maintenance (#1650)

* surfaceView Maintenance

* fixed docs about destruction policy notes

* Javadocs improveme...

54f8555262db5842cd961c5bbc8d5450917ca853 authored almost 3 years ago by Scrappers Team <[email protected]>
fix issue 1672 (inefficient logging in Node.java) (#1673)

* #1672 Logging statements should be guarded

* #1672 Fix performance penalty of logger withou...

a12cd0d4566b37b3a4c73d1336f2cd072e792270 authored almost 3 years ago by vxel <[email protected]>
jme3-examples: simplify 6 unnecessary uses of unary minus (#1664)

0983208b1aa3f0b37cbf3a139ba8866eda54a945 authored almost 3 years ago by Stephen Gold <[email protected]>
code formatting (#1667)

-TangentBinormalGenerator: no changes, just remove extra empty lines and
code formatting.

-T...

d35a068e7a0e24cd0696d7f379bd92b4bc3c5996 authored almost 3 years ago by Wyatt Gillette <[email protected]>
apply preferred style to com.jme3.renderer (#1653)

* coding style improvements
+ use curly braces where optional (4.1.1)
+ indent continuation ...

988cbd8970e01140f60bdeda18e55b5693070151 authored almost 3 years ago by Stephen Gold <[email protected]>
buildscripts: define the Java compatibility levels in a single place

ac9e98096d75ee7c9bcac0487467726d87d254bf authored almost 3 years ago by Stephen Gold <[email protected]>
solve issue #1098 (preferred coding style isn't documented) (#1655)

b98b32518ef3d4f862b7a272bc4194074a1b1cfd authored almost 3 years ago by Stephen Gold <[email protected]>
convert inner class Layer to a top-level class (#1656)

* replace AnimComposer's inner class with the new AnimLayer class

* AnimComposer: add the get...

853d558dee7929c112bc856a44c680a440724d95 authored almost 3 years ago by Stephen Gold <[email protected]>
TestRagDoll: no need to instantiate BulletAppState 2x

490602088aaf6c4c7ef8f81dfffce034c1c5ca93 authored almost 3 years ago by Stephen Gold <[email protected]>
Un-deprecate AndroidBufferImageLoader (#1660)

* Un-deprecate AndroidBufferImageLoader.

* Android.cfg: registered AndroidBufferImageLoader t...

62cc918aacf27b0c16851f07f031dfa687e81b54 authored almost 3 years ago by Ali-RS <[email protected]>
Upgrade LWJGL to 3.3.0 (#1659)

73ec5dbdcfcf7cd21e0a458c0b75db0298822780 authored almost 3 years ago by Trevor Flynn <[email protected]>
jme3-core/src/test: upgrade MockitoJUnitRunner from deprecated version (#1658)

b84c5c0469710fdfe870fc89b090a5bb90597cf6 authored almost 3 years ago by Stephen Gold <[email protected]>
common.gradle: simplify and clarify

3448bc223cc22be9111183fb61b25419a4f32c2a authored almost 3 years ago by Stephen Gold <[email protected]>
buildscripts: define the LWJGL version number in a single place

31775025a57b812e6f183d838812f7d657f63d81 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-jbullet: upgrade the jbullet library to v1.0.2 (more compact)

c4b34c8fd1e6f62238e528254cc1fff6e633ceae authored almost 3 years ago by Stephen Gold <[email protected]>
common.gradle: upgrade the mockito-core and groovy-test libraries

326a76b8a37d88085611c88dfddb076e269cf52e authored almost 3 years ago by Stephen Gold <[email protected]>
common.gradle: avoid groovy-all so as to have fewer test dependencies

b0be9400f27088a0f5b8276e82f9fb5210d6d1b6 authored almost 3 years ago by Stephen Gold <[email protected]>
main.yml: upgrade wrapper-validation-action to v1.0.4

58203937828dca4dacfb6560af97d54557eda56c authored almost 3 years ago by Stephen Gold <[email protected]>
improve the TransformTrack javadoc (#1642)

* TransformTrack: don't imply that the target must be a bone

* TransformTrack: don't imply ...

dc9166867fdcc73e4e37570abb7e4a966b09f80f authored almost 3 years ago by Stephen Gold <[email protected]>
solve issue 1555 (add API to determine max line width) (#1643)

* add glGetFloat() to the GL interface

* add getMaxLineWidth() to the Renderer interface

*...

3ccc5183cd353c7b2f84fe781b4b7bec05588b43 authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-ios: correct some javadoc that was copy-pasted from jme3-android (#1651)

fb333feea24bd76627ab54f3f8047b9409a31f17 authored almost 3 years ago by Stephen Gold <[email protected]>
fix incorrect input cursor position on MacOS with retina screen in use (#1607)

* [M]Fix code error when checking UTF-8 data

Let a 3 bytes UTF-8 data = [0xE4, 0x8A, 0xBC], w...

a3a77eb0f451f73c153732403926ce7a2c126677 authored almost 3 years ago by Yan <[email protected]>
GltfLoader: warn if missing skinned spatial, fall back to root node (#1639)

0433a63bbd55a271d43e69844cb720f6a739b5c1 authored almost 3 years ago by Stephen Gold <[email protected]>
GlfwKeyInput: handle GLFW_KEY_UNKNOWN return by fromJmeKeyCode() (#1638)

de4de00861f5d4d44dfc558a2cc059dbf60b5ce6 authored almost 3 years ago by Stephen Gold <[email protected]>
Caps: unused duplicate javadoc, likely a copy/paste mistake

ac8696eb723e19d8f41e206acbac4dc5b16564f2 authored almost 3 years ago by Stephen Gold <[email protected]>
solve issue 1640 (CartoonEdgeFilter failing to override read() and write()) (#1647)

* solve issue 1640 (CartoonEdgeFilter failing to override read() and
write())

- remove unuse...

f67a843c25d2a43f7436559b5da7293ae916a8a3 authored almost 3 years ago by Wyatt Gillette <[email protected]>
Test chooser (#1591)

* Use NIO, add generics, remove Vector usage, use Threadpool

* Use jFrame to be visible in th...

8acc5657554713f699e8d3acf4b488db747d5437 authored almost 3 years ago by Toni Helenius <[email protected]>
jme3-core: solve 10 javadoc diagnostics from JDK 11 (#1646)

* solve 3 JDK 11 javadoc warnings "@return has already been specified"

* solve 7 JDK 11 javad...

29d8134eaf263855e66aed485f444df2dcb648dd authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-examples: ignore return values from AnimMigrationUtils.migrate() (#1635)

a54b9782c3061670ee2b82947073cf54455e55c0 authored almost 3 years ago by Stephen Gold <[email protected]>
avoid an NPE in GltfLoader.findChildren() (#1471)

* Update GltfLoader.java

null pointer exception if the GLTF file references a node that doesn...

f0dd68b746ecd57ca315de2a564d082ac26fd8e4 authored almost 3 years ago by Xenokieser <[email protected]>
BufferedInputStream enhancement android (#1627)

* Wrapped InputStream to BufferedInputStream

* Copyright update

* revert back to an input ...

1ee04e13ac5482c84e22c2cfe961beee1b407c19 authored almost 3 years ago by Scrappers-glitch <[email protected]>
main.yml: build without Gradle's "-i" option because it is too verbose

2122d1bfcbe1b196bc389a9d91b57ba9ab1f5933 authored almost 3 years ago by Stephen Gold <[email protected]>
throw better exceptions in TransformTrack (#1641)

* TransformTrack: clarify 7 exception messages

* TransformTrack: check for null method argu...

47ebd5f46e5abc09d90e54aa29f80042cb3dcafd authored almost 3 years ago by Stephen Gold <[email protected]>
Support texture flipping for signed versions of RGTC 1 and 2 (#1629)

2542ceb565ce6e4cf561cf6c61b4d2028d8f52b8 authored almost 3 years ago by Toni Helenius <[email protected]>
reformat source code of the SkyFactory class (#1637)

* SkyFactory: add whitespace before left braces and around ?:

* SkyFactory: standardize the ...

0d94c0e6586eecd1e290ab43c3467e8aa3e21b4f authored almost 3 years ago by Stephen Gold <[email protected]>
suppress some warnings about unchecked conversions (#1636)

4d13cbc4473304f615a4e308b1ce144e0d42ed5f authored almost 3 years ago by Stephen Gold <[email protected]>
Caps: solve a javadoc error introduced by PR 1621

9766c0ef06fa6d58b7da63fc4c78b52c1c8dd506 authored almost 3 years ago by Stephen Gold <[email protected]>
solve issue 1619 (add texture-compression formats) (#1621)

* Added the DXGI format constants

* Support BPTC formats

* Add the BPTC format capabilitie...

5e2350cc5abd3e9d7551a0b417b4eeb6eedb25e2 authored almost 3 years ago by Toni Helenius <[email protected]>
Convert a few manual tests to unit tests (#1570)

* Towards #1290 automate some bullet examples into unit tests.

* Towards #1290 automate one c...

b32e1ae75bea8d3d15ee19ad1ce583a7d30dfd91 authored almost 3 years ago by MeFisto94 <[email protected]>
Merge branch 'MeFisto94-wip/issue1290'

4dfeeb14f2a76653b255cfd3ee90e3fe7012350f authored almost 3 years ago by Stephen Gold <[email protected]>
rebased the PR 1570 changes

23c3ac16903bd172e2fcf203655cc6b051a89857 authored almost 3 years ago by Stephen Gold <[email protected]>
TestBetterCharacter: set initial camera location (issue #1630) (#1631)

2610e8d42a2cec45eb93c1687225b5325db8debe authored almost 3 years ago by Stephen Gold <[email protected]>
jme3-core: delete the Weights class (issue #1520) (#1632)

d9d5ce852a905f07c862a09d6140af3d53055091 authored almost 3 years ago by Stephen Gold <[email protected]>
SettingsDialog: update the javadoc and comments (#1620)

8e415a56b3137b7934782bf851aaf09ba614ee2d authored almost 3 years ago by Stephen Gold <[email protected]>
NativeObjectManager: clear reference before deleting to avoid a race (#1617)

32265497d66ba8c56a1058985b01afa0294180a6 authored almost 3 years ago by Stephen Gold <[email protected]>
README.md: mention v3.4.0 availability, add link to Cubic Nightmare

5cf55ecb18518fac4a648b7356705fd2f0ba50f6 authored about 3 years ago by Stephen Gold <[email protected]>
jme3-examples: add TestBackgroundImage()

9d8bd889f6ae6e67e91397de3d11b2d350f2de8c authored about 3 years ago by Stephen Gold <[email protected]>
Wrap the input stream in BufferedInputStream (#1613)

* Wrap the input stream in BufferedInputStream

* Use BufferedInputStream on the AssetLoader l...

18421ee50826209252bdc057b8f90296ebc767c0 authored about 3 years ago by Toni Helenius <[email protected]>
TestGltfLoading: scale down Zophrac model (#1610)

in order to render the entire model without requiring the user to reposition the camera.

79aeb0054a01d9fbe3ad80d8431e0620d37dcded authored about 3 years ago by Ali-RS <[email protected]>
Improve MorphTrack API (#1608)

* Improve MorphTrack API

The MorphTrack's current API has some inconsistencies with Transform...

84d7d3bb2ddc434a65ef06ac789c245d21e1e359 authored about 3 years ago by Daniel Perano <[email protected]>
Quaternion: correct 2 old mistakes in the javadoc

7c5fe46cf92653b47184e442e9896c5587e116e4 authored about 3 years ago by Stephen Gold <[email protected]>
solve issue #1603 (incorrect VirtualIndexBuffer for a LineLoop mesh) (#1605)

bbfd34c136a315272b2c66264433f24fc943eb93 authored about 3 years ago by Stephen Gold <[email protected]>
rename some method arguments for clarity (#1602)

16e8a2a8bea0cd816d8eb3dade094282c3eadb28 authored about 3 years ago by Stephen Gold <[email protected]>
rename local variables (#1598)

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

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

b2862540fd2e94d8891a979af2235f355383f33f authored about 3 years ago by Stephen Gold <[email protected]>
Add note to javadoc for Quaternion lookAt method (#1599)

78ea4feb47562f676e5a830983b2d985fe70f64d authored about 3 years ago by Duncan Jauncey <[email protected]>
build.gradle: update the version of Gradle required by the wrapper

778c821fc3d03af71a252c6720ec6088ce87e853 authored about 3 years ago by Stephen Gold <[email protected]>
upgrade the Gradle wrapper to 6.9.1

fd41c657a3184e1c75f10902aa4a8e2ae2132699 authored about 3 years ago by Stephen Gold <[email protected]>
com.jme3.math: add/tweak some javadoc

f40f21a54933f39f2d996264051c39819b1fad64 authored about 3 years ago by Stephen Gold <[email protected]>
add javadoc to avoid Java15 "no comment" warnings

4db02fae9dd8ebb213b3a06316a53019ef9b620f authored about 3 years ago by Stephen Gold <[email protected]>
clarify comments (#1594)

c56d26cc1af5094c51ef98d09cfa63c33ae10db2 authored about 3 years ago by Stephen Gold <[email protected]>