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

Add Menu to Test Chooser Activity.

Provides way to enable/disable the following when starting a test: Mouse Events, Joystick Events...

1e23cfcb0ab5e27fe845691b65229242e96f5789 authored over 8 years ago
Update Android Plugin for Gradle to version 2.1.0.

Upgrade of gradle to 2.13 was causing some issues.

e5c6673df1edb08bb159bc9f142a4dc96d4715f1 authored over 8 years ago
Merge remote-tracking branch 'origin/master'

d410e0cb55e6739ed4061bc3ada2e530777bc061 authored over 8 years ago
Add test for assets stored in drawable / mipmap directories and add verbose logging menu option support.

Still need to add the menu to the layout file for the MainActivity.

8c080102337ecde8af7f29db454167d87a6ae089 authored over 8 years ago
Update AndroidLocator to allow assets to be stored in Android assets, drawable, or mipmap directories.

Texture assets can now be stored in Android Drawable and Mipmap directories. Allows Android to a...

c219ce1b4f5faebc001f9d659fb1b82f456c18a9 authored over 8 years ago
Remove tests from jme3-android.

Android specific tests are to be included in jme3-android-examples. Non-Android specific tests a...

b53de6aedc1f8db5cdbc006713f93529345dab96 authored over 8 years ago
implemented a cache for program objects

a2df82b9e0d23b7aa31ddbded6fb1144b7334f36 authored over 8 years ago
Querying the program binaries won't be supported by the Jocl binding.

See the comments inside JoclProgram.getBinary for the reason.

efef3d54e145ff25f9c901c125ffcdefefbe0d96 authored over 8 years ago
added querying of the program binaries and building the programs from these binaries.

TestVertexBufferSharing shows how this is used to build a simple program cache.

22307257e028536342df6644448e234a3f31d7a1 authored over 8 years ago
added alternative versions for kernel launches and resource acquiring that do not return an event. This improves the performance.

54113f35e048dc27653ca9a1c84fea1ac48ee069 authored over 8 years ago
reworked releasing system.

Now one has to either release a native OpenCLObject manually with release() or register it for a...

4be60130689522eba4cbf36f89024f53b527bc26 authored over 8 years ago
Added an experimental Jocl binding.

Note that Jogamp's Jocl only supports OpenCL1.1, some methods will throw an UnsupportedOperation...

a26e526945aba00220a99fb0d734b04257b3163b authored almost 9 years ago
travis: set known hosts using travis config

f4f65620ec27a1f1bd79c41f7959e3c4f7d8c9ff authored almost 9 years ago
pom: fix incorrect inception year

4aa614108ece1a82e5a9047f829dc77427645f36 authored almost 9 years ago
travis: only create dist if deploying

7fdc49e1e3a5913659b38d40a97f3f9321615863 authored almost 9 years ago
travis: use cache rules from docs

dd816a02a0131df6ad3d0bb953402987a315c122 authored almost 9 years ago
build: fix build error

cd0893005a3e708db7c5e7ae0f4c4f3a42ef5c1b authored almost 9 years ago
build: update to gradle 2.13

5d2cee01878e159caf2597212ab881533e4cc720 authored almost 9 years ago
travis: dont cache netbeans folder anymore

deb3f21b7e809900ca4d53cafe013e74eb078f15 authored almost 9 years ago
build: check file exists before getting text

c8437218060b4e332c2d140e59340615a83e92a7 authored almost 9 years ago
build: minor cleanup

d6ffa4e9ff91c2f88ed3bbf5dd3872fea2182688 authored almost 9 years ago
android-examples: use correct maven group

311ea2692feec27e4a8550d2942433ec2f39bf57 authored almost 9 years ago
build: only update version file when it changed

Avoids recompiling jme3-core on every build

74e398342f49e107314749f82455b3c03a7a4b89 authored almost 9 years ago
Add test cases from jme3-examples module.

Must run jme3-examples.build task first in order to create the jme3-examples.jar file. If this i...

c320c919a516be2af29255673a4303e325ba0e2e authored almost 9 years ago
Update passing parameters from test chooser to test activity/fragment.

dea0f5fd6dc3fddce7f8459f744429553c91d1ea authored almost 9 years ago
Add GImpact collision algorithm to physics spaces

eee51f39f97dad2dc09533a636e5a8cbceb6a67e authored almost 9 years ago
Initial Commit for Android Examples Module

Module to run jME3 tests on Android platform. Test cases are copied in from the jme3-android pro...

c04e162c2c08e053413ccd07b15fafcaa3aba97d authored almost 9 years ago
changed author name

7fc740285564ec33459fe0e502ca770981b82e0b authored almost 9 years ago
finished documentation

1093c639ebb5a0626c7054d9dcd72b58dc01f3d6 authored almost 9 years ago
build: change master version to 3.2

1515c14e46f533a8b15f48f1076e89acf01bde82 authored almost 9 years ago
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git

dfd1c26bba0ebe9c05f8f4b9c9e09e3d0e410e9f authored almost 9 years ago
Reduced the amount of warnings being logged during mesh triangulation.

The warnings are now collected and displayed only once for each mesh
they appear in.

2024fe7acfc8ff078b8e2c6dc7402a217ebdea18 authored almost 9 years ago
Fix building with JRE 1.7

681b2101dce29061f6c8588d23d125218f943a32 authored almost 9 years ago
some more documentation

510c40955fd47d9be0b0fe5cf3b8c9e4f810cc05 authored almost 9 years ago
Fix compatibility with Java 7

794932104beddd133e93053f80c6d00cdf6b75eb authored almost 9 years ago
FBX Importer cleanup

4b6be2a78988207ff0c046d5e7c356cb0dea9ecb authored almost 9 years ago
Reworked original FBX importer

f65dd517c904480239152826d7bbc4f36afdc8d3 authored almost 9 years ago
Move files to build directory

Move the downloaded files to build directory and moved the unzip folder to the build directory so...

b7efc437bead61b8a08d990186ce8f69249497f8 authored almost 9 years ago
Move OpenALSoft source files to build directory

Move the zip file downloaded from OpenALSoft and the extraction folder to within the build folder...

adc7ad757e752c29526169e52319fc3063b4e778 authored almost 9 years ago
Update native libraries

8899bec0cbe9fab442085b7cc36123847e718ec2 authored almost 9 years ago
Update OpenALSoft native libraries

3e122c96859fe3116a62bde4ad4d1dfb2bf3558b authored almost 9 years ago
Merge pull request #486 from Dokthar/joysticks

Joystick detection on linux and more...

7c7426208712dd3a32b18e80536168805795a957 authored almost 9 years ago
joystick : revert commented out sysout on axis update

5facee58e6ed5274545bbcac4ec9ecf98264199d authored almost 9 years ago
joystick : if a button id isn't a numeric it will be set to the button index

119a076f11da94625255fef782143089b9d2bca2 authored almost 9 years ago
joystick : added mapping for two gamepads

- the "GASIA CORP. PLAYSTATION(R)3 Controller"
- the "DragonRise Inc. Generic USB Joystick"

256abb38fa6a18d1a5955d49c6a7b9ad07628c75 authored almost 9 years ago
joystick : added a easier way to create custom joystick/gamepad mappings :

- push the joystick/gamepad button
- if the wrong button is highlighted, click with the mouse on ...

a7766c68558b80bd1bec4444b85675d1c8cad457 authored almost 9 years ago
joystick : add trim() to each joystick name input

5e594a87d2e7016aec2eff65ddf4cddc155a03ed authored almost 9 years ago
docs, docs, docs

ee43853ff18447712a628a58f02f0ab2ceac3e37 authored almost 9 years ago
Fixed some Reflection Errors due to the Switch from Application to LegacyApplication

310f4db6adb1dd39f1d9dc95355572466e193388 authored almost 9 years ago
started with the documentation

196cbc80421981b4e28ed675808ca059c4795bd1 authored almost 9 years ago
added example for vertex buffer sharing

03282a7c8616bfed0747e351ad155b815ea57d18 authored almost 9 years ago
Fix issue #479

d044ad13e141021dc8235a064fa8dccbb87f29dd authored almost 9 years ago
Merge pull request #481 from riccardobl/fix_setAdamping_bulletnative

Fix for setAngularDamping / bullet native.

185eb7b6e5521b02384e2d34dcc2bd07855d2c51 authored almost 9 years ago
travis: update known hosts file

0f5514192ac3a8a950157235c1f2d8fbac12f75b authored almost 9 years ago
travis: update the www-updater key

f692f82e96704a6b15890563c58d262ddbe75321 authored almost 9 years ago
renamed DefaultPlatformChooser and moved it to the core, some small fixes

60f10bb604881ba7473391c3d4fd2d86ac576735 authored almost 9 years ago
added memory managing: native resources are now automatically released

0c47bf18c94f9e78d95f393996caa189b74483be authored almost 9 years ago
Merge pull request #482 from Dokthar/readme-patch

fix readme links

656a86ba0ebc9248d0a431d88977b93c82264f45 authored almost 9 years ago
implemented image sharing and added julia set testcase

0d003275a7687fd65f55bbc7fd1cfb911758dc77 authored almost 9 years ago
bullet native: update OSX natives

8d132d35f0490258cd2932972b6899d0e5ba040e authored almost 9 years ago
implemented image operations

d36c957f5e8aa7649ae1f7dc0b59477276120b53 authored almost 9 years ago
started with the image api, refactored buffer

4416295069b81c4f020c17acc960c68a77cfc51e authored almost 9 years ago
native bullet: update Windows / Linux natives

039043daac24ff055f1537cfa060c60aa61250cf authored almost 9 years ago
native bullet: hide unexported symbols

34df2ebabfb818216a787083657973ac88cc04db authored almost 9 years ago
fix readme links

0f1f1e6bc765f2e1295f0378fbd2eb6f59ee21b7 authored almost 9 years ago
Fix for setAngularDamping / bullet native.

d2c608c788c472333b086177f4500fbd4beb36b7 authored almost 9 years ago
refactoring of Context: moved simplifying functions from LwjglContext to Context

a6be243db1654e6fa6781a0047f10ee6f94eaac8 authored almost 9 years ago
implemented kernel execution

ecda9135adf3fc8b07554dadaa2fae8a7da3160e authored almost 9 years ago
implemented program building

6326daa120abd2a5620fda2e483809a9a772d202 authored almost 9 years ago
fix Uniform issue related to material changes

3353aea5467ac8cacdb6c1a7be178a481d96cd4c authored almost 9 years ago
J3M: allow static pass lighting to be selected

e71cf81b96232b4b5b18237fc62c358ef8baf308 authored almost 9 years ago
implemented LwjglCommandQueue, LwjglBuffer and LwjglEvent, added buffer test to HelloOpenCL

e469af2ebcb1bb9c01a45be7e63e1ba474075d73 authored almost 9 years ago
added customizability of the platforms and devices by PlatformChooser

e02eec0abd52b600d0b6f00a806576a063e7fa66 authored almost 9 years ago
listing and choosing devices

53ebaba1e25e7d13de161fe62e705fa0e062ea69 authored almost 9 years ago
started with context creation

bb15931fa2c50ef16c1cd10efc7f2236478e15bc authored almost 9 years ago
added first version of the cl wrapper in CL.java, contains a subset of the OpenCL specification

195a5a69be1d2662c94291c19867c517d5b75591 authored almost 9 years ago
Fix material sharing

70ef220c2be3491a3c1c51c358cf3eb07c1f1842 authored almost 9 years ago
started with the OpenCL api for jme3

ab15f5c57c20caaeb3b8cdae2367604b660a7f94 authored almost 9 years ago
Fixed an issue where Vector3f.NAN constant reference was assigned to an attribute instead of being cloned in AudioNode.

091b8664adf3be6b75ae49314535fcced80b3ec8 authored almost 9 years ago
Merge branch 'master' into PBRisComing

f70151f2c7aa1ea1f5d412623f8e02159466bcdc authored almost 9 years ago
Merge remote-tracking branch 'origin/master'

e837336116f554afda1024572e0d98e4dc61e611 authored almost 9 years ago
Update native bullet libraries for Android

5be0edfd317899de157930161bcaec3572bab074 authored almost 9 years ago
Remove static from method

Having the method static was causing javah to change the signature of the native method which cau...

3ae3b0064ee8ec35cfa7cb727bfc2d7d8f24ed74 authored almost 9 years ago
Fix issue detecting Android NDK and property to build native projects

7de6199bb5b1f3dd0280fea40041fd7fc68d2992 authored almost 9 years ago
Fix issue detecting Android NDK and property to build native projects

ae2cb3b7408e18a3d22ffec6419d7cf36dc7780e authored almost 9 years ago
Fix issue detecting Android NDK and property to build native projects

f3177535a73efa3dd0f71704524f47ed6102bfe3 authored almost 9 years ago
Made a test for shaderNode based j3md loading

7bd2feb4167b79f96b02f1aaf6d97807503c2c5f authored almost 9 years ago
Fixed an issue with shaderNodes loading

c859cf375c8deb5aab2eb917c7fa68bba70d7dad authored almost 9 years ago
Remove the LightSpace entry in Lighting.j"md as it not needed anymore

0ecaa3bc8db948fc0a7b2ee4a2a215672093329f authored almost 9 years ago
Merge branch 'master' into PBRisComing

# Conflicts:
# jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java

c7d264fe8e151e2549889f0cf6cb4cc26dbdbeac authored almost 9 years ago
fix failing unit test

8d4962d11f8df8d438752cfaa966bde32ea0650e authored almost 9 years ago
add better TestDoppler example

f5072cba4a1e4411c9d29c37813ddbb6e7578bae authored almost 9 years ago
AudioNode: add setVelocityFromTranslation

9d094b222af01a896e5ddf716af588fba0e819dd authored almost 9 years ago
add AudioListenerState

2dca1a2732fabf33c12b6d0f8bcaaf70596fc58d authored almost 9 years ago
test: add TestAnisotropicFilter

2e328fc6e05d6355d76b3e48767c1341194063b9 authored almost 9 years ago
material: add unit test

97a53e0c99ea2757e692de5a65c67dc9a78ac614 authored almost 9 years ago
StaticPass: fix spot light

65b7c205f9976226f378ff2e7602e9da52a457d2 authored almost 9 years ago
FBX: use new loader by default

3f5cc4963e47e572b14a51e5319613244a5febba authored almost 9 years ago
AL: fix crash when device is disconnected

78b635726a9855e532c495a38926e00e3374510b authored almost 9 years ago
fix merge issues

44e568943b08572bb2e344563b2ed52d9a4f05e6 authored almost 9 years ago