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

Corrected the bug in RenderState.toString()

1bbe34160c403b294f7f721e76005452a01ac442 authored over 8 years ago
Added RenderState.BlendMode.Custom

BlendMode.Custom allows glBlendFuncSeparate() calls.

d39b780fa5062299a6e1f52f1a5000a67d59c2c0 authored over 8 years ago
Merge pull request #527 from shamanDevel/OpenCL2

OpenCL for jME3 - some missing features

4f41a28a8c581483c454d53fd7e833bfb2d47eff authored over 8 years ago
Compile with Ofast and disable _FORTIFY_SOURCE

6b1656f33703ef4ba8c5d90004657c5bc094faae authored over 8 years ago
whitespace tab to 4spaces formating only change

Signed-off-by: Kai Boernert <[email protected]>

b4c6febe4c7da780e5ee782b44da6f1fcfa0b612 authored over 8 years ago
whitespace tab to 4spaces formating only change

Signed-off-by: Kai Boernert <[email protected]>

846232063c976db256dfb20edbd26770fb852544 authored over 8 years ago
fix for wrongly marking as used, thanks to AlrikG for finding this

Signed-off-by: Kai Boernert <[email protected]>

810a4c3350f99703b27b07cb198f0c753e7d01f0 authored over 8 years ago
Merge pull request #2 from empirephoenix/revert-1-BufferAllocator

Revert "jemalloc allocator and reflection allocator fix"

5e04039390ddab6fc56e394ba2d270eae1348890 authored over 8 years ago
Revert "jemalloc allocator and reflection allocator fix"

85d62d44aab541bb723416a853cdac2f577ef2d9 authored over 8 years ago
Merge pull request #531 from riccardobl/pr190716

Use texture() instead of texture2D() in bloomExtract15 and bloomFinal15

0299e401cc99d02e83ecc73039457dee367f2789 authored over 8 years ago
Use texture() instead of texture2D() in bloomExtract15 and bloomFinal15

62d92d75ca6c4c15a4d4965192283444c61f78e2 authored over 8 years ago
Merge pull request #1 from AlrikG/BufferAllocator

jemalloc allocator and reflection allocator fix

54c04ce23eae0166be8f381447f3313aeb07a04d authored over 8 years ago
- fix ReflectionAllocator use wrong buffer allocator to initialize

- add jemalloc allocator

dea6f6ab1c10ed32603dec49582e598e44128a4b authored over 8 years ago
Merge pull request #529 from tiatin/FilterPostProcessorImageFormat

Added ability to set framebuffer image format used in FilterPostProce…

a1b785a84c71727d8382d8ef7ba9af15355db6ac authored over 8 years ago
Added ability to set framebuffer image format used in FilterPostProcessor.

https://hub.jmonkeyengine.org/t/ability-to-change-image-format-for-filterpostprocessor/36379

c9b5f9eb593d8e1872fa24fe1dfc31061883f527 authored over 8 years ago
Disable buildNativeProjects

2958fc53d7c4732c45e08c60a26132eed78a1dbc authored over 8 years ago
Bullet: Remove multithread support that is not available anymore. And was never used by the engine in the first place.

7f87a92c72e3c5730dc3cacdceb5ee5cc7a07270 authored over 8 years ago
Update bullet to 2.83.7

e5747c2faaa53cc606795830ed89200ba7da144a authored over 8 years ago
Fix for travis

4b5c945d80d5a4c24a9892117ff342c3c8d00824 authored over 8 years ago
Extracted an Allocator interface for DirectByteBuffers

Signed-off-by: Kai Boernert <[email protected]>

c71d87ed71eea0774da27bdd7c3b984519736703 authored over 8 years ago
Extracted an Allocator interface for DirectByteBuffers

Signed-off-by: Kai Boernert <[email protected]>

bc701c174bff7536268b78af3848d4d1698b8841 authored over 8 years ago
Extracted an Allocator interface for DirectByteBuffers

Signed-off-by: Kai Boernert <[email protected]>

848a9217d04184ebda03544cdaed2190d1d4f2c7 authored over 8 years ago
fixed a merge issue in the previous bomb merge

201010b6f0bf8d65bdf04fdbcd2d178db9cf95e6 authored over 8 years ago
PBR has come

Merge branch 'PBRisComing'

# Conflicts:
# jme3-core/src/main/java/com/jme3/material/Material.jav...

16023fa4811994accfad5abacdf90eb1391d72ee authored over 8 years ago
Fixed an issue in SinglePAssAndLightBasedLogic where texture units were not properly assigned

67fb8fc81241720b831094ac1533c3c2bd647d89 authored over 8 years ago
Merge pull request #501 from MeFisto94/HwSkinningFixV02

Fixes #499: Fix Hardware Skinning in 3.1

84b2f67393a919ba7181b931dd79c7bae27996a1 authored over 8 years ago
Merge pull request #519 from saloisio/master

NewtMouseInput no longer auto-centers mouse cursor

c591bd368c019e8cc34e2ea11fdf154c004ed8cf authored over 8 years ago
Merge branch 'master' of https://github.com/saloisio/jmonkeyengine

e187cb7e9b83d7ec5ac00ee49ad6eaeeddaf0359 authored over 8 years ago
Removed auto-centering of mouse cursor

76cbd4578423d2fafab931f2b1bd4b09a4207964 authored over 8 years ago
Merge pull request #515 from tiatin/iterator-garbage-collection-improvement

Garbage collection and list iteration improvements

3f7f9b125da249b32a7506e198de43c89f204658 authored over 8 years ago
Merge pull request #514 from NemesisMate/patch-9

userdata to null again once all data is removed.

c288d7427ae86013bb37e6e20e7160b0d0028415 authored over 8 years ago
Changed overrides from ArrayList to SafeArrayList for GC and iteration performance reasons. Fixed bug in SafeArrayList.equals().

8e8186de0acffa372e5ba67afda456a2ce7fca99 authored over 8 years ago
Added iteration using iterator, if List is not ArrayList.

Reason for this is that if List is LinkedList, complexity for get(int i) is O(n/4).

b524dcd66d950292bf0074c8333c278b17a24359 authored over 8 years ago
Changed iteration over List from for-each to manual iteration.

For-Each loop creates Iterator object and uses hasNext and next methods, which are slower, than ...

9c669547ab875885e95197604e1e8b1c161a0c20 authored over 8 years ago
improved the setUserData method.

ce82a8a7b90179cf19881550e400db9b04533053 authored over 8 years ago
Merge pull request #513 from riccardobl/PBRisComing

Fix npe

664ea53cc6ca9e490a6aa6b68db4a3613209b594 authored over 8 years ago
Fix npe

f3319d3fd650346adc2c5526909f27d9759a793f authored over 8 years ago
userdata to null again once all data is removed.

cdc708dcda0b648f646e3fffa1658acf33a10721 authored over 8 years ago
Merge pull request #511 from empirephoenix/master

Finally fixing this

e2b6c517301753914f945ebe4c6aec2b4cc58210 authored over 8 years ago
Merge pull request #512 from riccardobl/pr200616

Removed warning if scale=1,1,1 in CylinderCollisionShape

e4840e2e9fa5f9f887588d10af421fff2a5ace90 authored over 8 years ago
CylinderCollisionShape: don't print warning if scale = 1,1,1

56558841e76600e0b3a3bba548c45750d8c5c645 authored over 8 years ago
OpenCLObject.register() now returns this.

This allows to chain the register method like kernel=program.createKernel("ScaleKernel").registe...

a8d77a7cd18d5a390efc0315e971b231306d020f authored over 8 years ago
Added getter method for the device associated with a command queue

46db6d95f86e1b2068f872ccb75b81b5d76334a8 authored over 8 years ago
missing toString() methods added

eb07d69cd89fdb4a58df9655c84a8fa9dee35112 authored over 8 years ago
Finally fixing this

https://hub.jmonkeyengine.org/t/jmonkey-3-1-native-bullet-bug/33595/3
http://www.bulletphysics.or...

22db3212e18ff7ae8d498c33753456de49eb2649 authored over 8 years ago
Fixed Point2PointJoint.createJoint() incorrectly creating btHingeConstraint

Replaced it with btPoint2PointConstraint.

03318a6766af6b02458d0e92c23046b2f03f4092 authored over 8 years ago
Merge pull request #507 from jjYBdx4IL/master

fixes issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/506…

65164e2075ce80887f3911d474e5ebe331c7ea3c authored over 8 years ago
fixes issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/506 : Material->toString() does not prevent/check for possible NPEs

a20a84cf42c578b26e442bc66e942d99028893cd authored over 8 years ago
Merge pull request #500 from shamanDevel/PreOrderTraversal

added a pre-order traversal of the scene graph

6e8ba0f8772297bbb0a516f5ae01580738bf962d authored over 8 years ago
Fixed an issue when resizing the viewport, with a FPP and antialiasing would stop rendering

619a323b9df2814461282d4e1c734374a6202157 authored over 8 years ago
Merge pull request #494 from shamanDevel/OpenCL

OpenCL for jME3

fbf2dd4497e43888a8668aa9103c42984706d8d3 authored over 8 years ago
added test for multiple parallel applications: multiple OpenCL contexts do not work

a834a4dad6061ebeb5b93e21ec502326c12dc94d authored over 8 years ago
added test for context switching.

Changing the OpenCL platform and device by restarting the application works.

dcdcbc3a97b44c7803cbf5dcaa68108053cfe4e9 authored over 8 years ago
Fix Hardware Skinning in 3.1 by implementing proper Array Serialization for MatParams and making the Shared Materials Check only a warning (it would pop up once each time you load the j3o and if you really use Shared Materials you have weird animations and some log spamming)

9e187647d01b2994d8ba4eb0c925c3e4522d562a authored over 8 years ago
Added pre-order traversal as an alternative to the default post-order depth first search traversal

66b8447caa98699fd909052bdc86c72bbfbac66b authored over 8 years ago
Fixed Program.getBinary() for LWJGL3

e5e5128a652efaf6c5d9f143045dcf4555bd4801 authored over 8 years ago
Implemented Program.getBinary() with Jocl.

The program cache now also works with Jocl.
Thanks to @gouessej for his help.

dd22ebefddc2d153bce2ae8b28798852eeeb9b9a authored over 8 years ago
Merge pull request #497 from NemesisMate/patch-7

Ordering + raw methods instead of reversing.

65fd7425fa9e836385da3deca57e2e87a56dd69d authored over 8 years ago
Add/remove all PhysicsControls even when a RigidBodyControl is present

c85fd3fe264527604a63ce5bd10f3df471aef73a authored over 8 years ago
Changed LinkedList for ArrayList in rayTests

8a058c61f14a92e2e426f295afbf6e28aa4c5637 authored over 8 years ago
Fixed an issue in the fog filter's shader that was preventing it to run on android

60a031dc029a311e03106885d9a15c7caffdc280 authored over 8 years ago
Oops!

3b0e0766c553ad868e79dafcc395d1e47253cf27 authored over 8 years ago
Ordering physics rayTest returned list instead of reversing it.

Added raw results ray tests too.

4cd424ad03f3a07b23b479d54114ef5ee141c786 authored over 8 years ago
First attempt of fix for the issue #490

5a5ffdc2ae6f80993dabff1431e84e74e42dc6df authored over 8 years ago
Merge pull request #477 from riccardobl/fix_topic35663_issue

Ogre importer: Fix for material sharing

2c1fd47a671f20bc3e3f358026fad6343d0718ae authored over 8 years ago
Bugfix: fixed a bug that caused some models to be half-transparent when

it was not needed.

93080f506af3570fee72b239851fdce7473b5a77 authored over 8 years ago
proper equal and hashcode for ShaderNodesVariables.

334cad465701d71374b41938abf61d90a0b17f9a authored over 8 years ago
Merge pull request #495 from Dokthar/typo_fix

That's not those typos you're looking for....

ba924625210d8e82f1e20a043ea281e40ec72012 authored over 8 years ago
more typo ... ytpo ytop opyt ;)

63fb53f6e4db07b84bfd9be84e495c6e7c30744a authored over 8 years ago
typo fix in materials & shaders, also fix some javadoc

a52a51cb271008cbb5266d8079932686290a68c3 authored over 8 years ago
removed fixmes

bd491dc416552771d293843743f8211fd54e929c authored over 8 years ago
fixed context creation for LWJGL3

e32ebe11bba3cf3ff54c188e1abe37e5d677c6b7 authored over 8 years ago
fixed unmapping of buffer objects and an error in setArg in Lwjgl3's Kernel

732e75fba6269e715f4018f8b98bdba17999c2d5 authored over 8 years ago
Added a library for Matrix4f

250c871cab0d691bdd339ed65354735070672276 authored over 8 years ago
Android-Examples: update doc

898079eded3d05395ee09c9b67a4d59b54bd30d3 authored over 8 years ago
Android-Examples: Fix doc for test case

5117d108e6cc71f60f0e981d7a5a7b7a0cd16331 authored over 8 years ago
Better j3md export test

5de286e291740b533a9c9b328b4493a0dfaf6e35 authored over 8 years ago
added library for Matrix3f, fixed some bugs

4e55e0e5a0f459a78a83905d269f527b57294775 authored over 8 years ago
MatDef is not Savable anymore. Kind of reverted previous commit and implemented and very straight forward exporter for J3mds that doesn't use the Savable process of jme3 since it's designed to save the whole graph and not only subparts of it like materials and material defs. The API stays the same though

8d01c5a26fcb1e0d19a62976074ee2e3893ea7bc authored over 8 years ago
added matrix support for kernel arguments (mapped to float16)

c162d474c772f30a768b927741c60e73d2798ff8 authored over 8 years ago
added dependency resolving and a random number library

44899098e26534f8b8154f61d9b0469533148082 authored over 8 years ago
MaterialDef is now savable

0e064e2d6a5a00285858bfff7c1a70190c005f1b authored over 8 years ago
initial and partial implementation of a j3md exporter with test

81053352ac3630d750e667c10fb78b471fdaf185 authored over 8 years ago
OpenGL/CL sharing is not working with lwjgl3. It seems that the context is set up the wrong way.

For now, disable the sharing methods.
Also retrieving the program binaries is disabled, the curr...

9a3dce2fb3a81b01b7b3aee6d2f23b34a2c85bcc authored over 8 years ago
Android-Examples: Add new test case for testing Mouse, Touch, and Key Events.

d1fc89e155fd3ffcb1495c201733468352128196 authored over 8 years ago
Android-Examples: Add KeepScreenOn property to layout of test activity.

7b133bb452f6b2ba685d0d36872da60a050d1acd authored over 8 years ago
worked on LWJGL3 support

5e098b049300c52d8e00a8f090d674319c07d736 authored over 8 years ago
added a constructor that disables the program cache: used during development

e35bb7dcbc618b82c8ea3cdda816622cea91955b authored over 8 years ago
android-examples: reduce logging level for test chooser

1e4c378a06d071df57d0734a134f3ad8ec50ed45 authored over 8 years ago
Merge pull request #491 from riccardobl/AddGimpactCollisionAlgo

Fix GImpact passing through other shapes.

3078f2ad227afd2d53911e6b33c8a3a1c20c1009 authored over 8 years ago
bullet native: fix mingw target platform

0c32c24e5e5c48ba538d72e58767b21bc4989d70 authored over 8 years ago
Merge pull request #488 from GreenCubes/master

Reworked original FBX importer

8804edf396e3fe8c2a985c0831d7b2ae95d555fb authored over 8 years ago
niftygui: add nifty repository to POM

b01d356ee4609c1a6169c12f09307afefc95aba4 authored over 8 years ago
Add test case for using Android Sensors as Joystick Axes (including rumble).

cbedf5ef083c5b6e407c25e9d3c47f4029959732 authored over 8 years ago
Remove border from jme fragment

df30846496bed9d48ae039a641269494d21a0b86 authored over 8 years ago
Remove unused lights

13a0d36b56a100024f4806853b6c1e8b1ea277f3 authored over 8 years ago
Add icon for Show Keyboard Menu and enable it in Menu

1ff8e3b66b294fcfcb88b28976e71a48dea742c6 authored over 8 years ago
Change Menu items on Main Activity to all be inside Menu dropdown.

8f9cd92f99fc81cfe4e34ed6810b9cb2466850b3 authored over 8 years ago
Improve some error handling on class name searching

fd98c6b8f0a9192c6ee8069a98600235abe9c2eb authored over 8 years ago
Add Menu item for display of Soft Keyboard in Android Examples.

Useful when running tests that include using a key to initiate some action.

b7b194748607a217f4237c8386ff941049c3c2cb authored over 8 years ago