Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jMonkeyEngine/sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
https://github.com/jMonkeyEngine/sdk

Travis: Split packaging if-else into multiple lines.

be243f1fe8b02ccf66037a15a27157bb43990ae2 authored almost 8 years ago
Travis: Don't deploy the platform independent release when building for X64 (to not deploy it twice)

1aa1267f314297860aaec9b2ea21a9ed112e1037 authored almost 8 years ago
Build: Use wildcards for deployment, because each of the multiple builds only partially build the dist

7687e068c3007f2b7e1225a395b3ab4d47a25f75 authored almost 8 years ago
Update Blender Version to 2.78b

c96dbcf9f00f3d88144437dbb1d42b41e28423cb authored almost 8 years ago
Update SDK Engine Version to v3.1.0-stable

7b814fb81ecca27ec16b3b028ef8320eada486fd authored almost 8 years ago
Build: Use a Buildmatrix which specifies BUILD_X86 and BUILD_X64 to separately build the installers for those architectures.

9bb920e519153f1e09ba5a18a701e7a65c00c00d authored almost 8 years ago
Build: Fix Travis Cache Path for the downloaded JDK

20c7e60190168a7a8f5cd04d724522348eecff5e authored almost 8 years ago
Build: Added new Environment Variables BUILD_X86 and BUILD_X64 to the build-installers target. If you specify neither, all platforms are built.

e2ba74b73f27432d4fa9263c70d3db22a4e06f48 authored almost 8 years ago
Fix Regression from 5230cf8

Forgot to comment out the matching }

69ca2a4774897e53125f57cdd39441cc092f324b authored almost 8 years ago
Fix Buildsystem

Temporairly comment out automatic engine version extraction until I could investigate it further

5230cf8fcb276326ebef34b401f092c948a1b0c9 authored almost 8 years ago
Fix Buildsystem: Use Travis' Tag Value

Our internal version.gradle values aren't available in the configuration phase so we have to use...

f56fcac3621313401144635fbe95455d487eec75 authored almost 8 years ago
Update BuildEngine to also build the Beta3 Version

be909565af33f02046a1ccde7d602210de0735fe authored almost 8 years ago
Engine Version 3.1-beta3 is here!

38b5ac5306a0129518792fd3843371f815463ad9 authored almost 8 years ago
Merge pull request #110 from mitm001/master

Update ExternalChangeScanner.java

e037914d85735e03d4e1b9019843b99794037471 authored almost 8 years ago
Update local.html

ae44951cacbe3c07724e79c1cc780fb30b1c73f6 authored almost 8 years ago
Update ExternalChangeScanner.java

Corrected typo.

b8769e6ebe94cf6d344076e3e3d8701779ba9b9d authored almost 8 years ago
Try to fix broken build: Travis does not have cabextract by default. Let's hope it is a whitelisted package because we can't build yet another package from source...

e68a26f4f31f8e1549ea21f905a080f9aae95842 authored about 8 years ago
Fixes #109 - Adopt Windows x64 JDK extraction to the new installer

8d243a45d705ede9034b2afed39d044ce8ce9252 authored about 8 years ago
Update JDK Version to 8u11-b14

2bc58a46b4231de88a00538f0af5f533a734f50c authored about 8 years ago
Fixed the engine version since we now build beta2 instead of HEAD (Make Building the SDK great again!)

67bdaa7b2958d9415917dff5a68f32a86db6af0e authored about 8 years ago
Merge pull request #107 from mitm001/patch-1

Update readme.md

4f9954d02e31f4a5e150030eded7a9ac65f76398 authored about 8 years ago
Update readme.md

Fixed broken link to sdk development.

abbced3848ab4df6d98ecb86446e0210284e6223 authored about 8 years ago
Fixes #103 - Fix Regression from 5acbb89 and 0bb947e where parsing each file line by line has destroyed binary files

b2e7bacb4271af994e1b7b24c57637cee346833f authored about 8 years ago
Merge pull request #104 from Ali-RS/FixWikiLink

Update JME Wiki link

b65aae34372a403b68b51c8d7c963e23bcc92160 authored about 8 years ago
Update JME Wiki link

39b21e082b4451d2e638a18b98f0fad32b7d8d8f authored about 8 years ago
Travis: Build the specific tag instead of the branch head.

bace2bd40ce3baa6b901e8b64b9460e67d25c4bd authored about 8 years ago
Try to fix building the wrong engine version

9c5d7d371ac3ecdb04f3be78d7f67ca2e43889f6 authored about 8 years ago
Try to build the correct engine version

7c047893d6eb48639feb53bf08e8e3ed88885a89 authored about 8 years ago
Merge pull request #102 from Ali-RS/NB8.2

Update to Netbeans 8.2 final

707a3e4901e7d67797b3db2eb4c58d85ce759ffc authored about 8 years ago
Use the correct commenting style.... :D

ca9361065f69efe3ad7293c5789e5bcb35552edf authored about 8 years ago
Make Travis Work again and stick to 3.1.0-beta2 as engine version instead of a master Snapshot.

b73d0a99a2147f3d2813fd8044a178cf5ea822e7 authored about 8 years ago
Update to Netbeans 8.2 final

bfd2ed031f2162dff1c99d780fe61538d8fb476e authored about 8 years ago
PBR: Try to fix Travis

3686de7f43d68e7285472a383e36b4e9b17115ba authored over 8 years ago
Merge branch 'master' into PBRisComing

* master: (249 commits)
Gradle: Try to use Bullet Native for the SDK by moving jbullet to optl...

68f1954d091de6a6e2f4ce28e93d952884068ee4 authored over 8 years ago
Gradle: Try to use Bullet Native for the SDK by moving jbullet to optlibs and bullet-native to corelibs

3c79e0c1c75424df0d4f6eacb4274f4a703469be authored over 8 years ago
Gradle Build: Add convenience task `run` for Windows Systems which cannot invoke ant from the command line. (And each project should have a run task, anyway)

bc0c309603059a064639cb0fbaf8d22b3b1acaab authored over 8 years ago
Merge pull request #97 from grizeldi/patch-1

Fix source version to use java 7

b4a5071308db9c260ac556cba8e1d2297fe49ee2 authored over 8 years ago
Fix source version

Fixes #94, swithced to java 7 since java 8 isnt supported on android.

531ce0a59a974208117fccf4e643c43e35c9081b authored over 8 years ago
iOS: Set openGL Context in AppDelegate to prevent Crashes.

285f3857decfde1cf1d43a3308d49fcb2bd20500 authored over 8 years ago
Merge pull request #93 from grizeldi/patch-2

Updated Bloom filter wizard's name

41518bdfedafd161547d707bdff7d3989eb4025c authored over 8 years ago
Travis: Try to reduce disk space usage

7ba4ac1e4651fb943fb249ad4abcac71b71c051e authored over 8 years ago
Build: Remove HW Skinning Patch as it has been merged into the engine

b2be180edf5361be71010f02403b4a31c11d7828 authored over 8 years ago
Build: Try to fix regular commits erroring due to a faulty engine-version-name

9a9a5dea76cee69156b11f5e0450988f9acacf66 authored over 8 years ago
Updated Bloom filter wizard's name

2dcbf22cc1251b94e449d8a074db3aaa299ecd37 authored over 8 years ago
Fixes #91 iOS: Automatically download the prebuilt Avian Version to make iOS Deployment working again.

2c0bdb61fd6387e58b6d594ec72fd5cb9db62317 authored over 8 years ago
Fixes #75 - DarkMonkey: We can now change the Diff-Colors and the User can adjust them manually using the Fonts & Colors Dialog. Also see 1e92c2f

6bff07199e4e1a44b20c6d581073245399e9c970 authored over 8 years ago
Fixes #88 - TextureBrowser: Release the old Texture when setting the path to a new one.

94565fc3ea7b22ba4ff1d0a35f52d63b4edeafe0 authored over 8 years ago
Update XBuf Dependency to 0.9.1 (ProtoBuf 3)

c86f6883540bd4e439b8ac2b5a85d48d436b0900 authored over 8 years ago
Fix Regression with fixPlatformIndependentBuild Gradle Task.

0bb947e5db2a09657d718236a6e369aa5b4831eb authored over 8 years ago
iOS: Update Generated Files

b60fdca2a84ab9234fdbff89ebb0511aab35394c authored over 8 years ago
iOS: Update native Image-Loading Code to prevent Crashes

7fd38a9f6d6c6153d1a9ea6181c3bd26e53480f2 authored over 8 years ago
iOS: Fix crash in GLES Native Code due to changed Method Signatures

8adeb88bd2f0cb16d5d23d61ca610df6dacea3f2 authored over 8 years ago
iOS Harness: Use newer GLRenderer over old Implementation.

7e8510ee855ce856f49d697fc31b3af4f2a255d9 authored over 8 years ago
Fix Constructor of ProjectExtensionManager

9a49cbb7b8a7354b755a4d99911a04103034ea7c authored over 8 years ago
iOS: Build x86_64 instead of i386, update jar-excludes (new naming scheme of jme), ignore "ios-base" Library since it doesn't seem to be used anymore.

ff6810e4e629818a97163cad1d5998b6e51aca93 authored over 8 years ago
iOS: Also package the x86_64 avian version

0d8ab4068c9f80e48f093e095b5bfb9f2d19c533 authored over 8 years ago
iOS: Fixed an Error in ANT: The Paths now point to the correct folders and so avian should be buildable

e9ed2aae2e30ef1f8732a3b1dea94d4e7c030f37 authored over 8 years ago
iOS: Added a way to simplify the depedency-download in order to build avian and also patch the jvm to work around build errors. i386 is commented out since it doesn't compile on Xcode 6 and is only used for the iOS Simulator on which you could also use x86_64.

a7d05639566f730c162652cef5a7407dea0f0838 authored over 8 years ago
Fixes #87 - Update to Proguard 5.2.1

0f584dbb3af1846a2a713f89829817429fa238ef authored over 8 years ago
Merge pull request #86 from grizeldi/patch-1

Fix nifty schema location

cf3a9cec36b0ec6e44cc7c76565a85d6283b2527 authored over 8 years ago
Fix Travis Issues: Don't try to chmod the encryption key on pull requests

cab0d03aadc3a4f976df6f781ce4345258bb9f71 authored over 8 years ago
Fix Travis failing on PullRequests

75b6dd6b3340ba5cf74f2deafc0346444051a9cb authored over 8 years ago
Fix nifty schema location

49c12888578beae66c0da74531d17349efe0fde4 authored over 8 years ago
Fixes #76 - The Platform Independent Release won't have the bundled jdk in it's settings since it's only bundled with the installers. Note: Slow method, improvements would be nice

5acbb89f69bb19fd73ec5b5c1ebe0bbfa65a51ff authored over 8 years ago
Fixes #66 - When the Selected Node wasn't the rootNode, it didn't get updated in SceneExplorer. TODO: Fix jmeRootNode's Recursiveness..

abc76ca0189313017cd466648bc0a1d2afcdcdcd authored over 8 years ago
Fixes #78 - The SDK crashed in AnimationMode "DontLoop" due to an endless recursion since our Listener called clearChannels which calls all Listeners...

cd6eef7baab9252cd0e8262ce313df3a243a72a6 authored over 8 years ago
Implemented rudimentary XBuf Support.

18c4bff0e0a5b56f5729ddbd307c806ddc5d58af authored over 8 years ago
The Workaround now also supports building tagged commits. Weird Engine Versions, though...

5b43c59220301d83fcfed9efc3b5279926795afc authored over 8 years ago
Fix selfbuilt Engine Version

225b59825026d7e790f47c691158eed4c8f8632f authored over 8 years ago
Workaround: Don't rely on Engine Deployment but build from source into a local maven repo.

f517917f96fec96ba10051665cae397a69db5e61 authored over 8 years ago
Add appropriate Library and catch an Exception

b49f9825e607f7c36e6c6240c8f68887ec6b295d authored over 8 years ago
DarkMonkey: First attempt for customizable colors (diff, git). Might not compile. ToDo: All Themes need those colors & testing

1e92c2f9ed65897611f48d72ce66977e3aef64d7 authored over 8 years ago
Updated the Blender2Ogre Script from 0.5.8 to 0.6.0 (most recent) so it works with Blender 2.77

f2c6840eb60f27c14d2e5af8ae76239a27fa900b authored over 8 years ago
Small fix for when a MatDef file is faulty: Prevent a NPE

4582e4b0fe695da4a630ae1c1eb2ba3982200c48 authored over 8 years ago
You can now enable/disable HardwareSkinning for each SkeletonControl.

5152dfb5400deab629594b4997c7b7597b4422b8 authored over 8 years ago
Merge branch 'master' of https://github.com/jMonkeyEngine/sdk

283bc294ade00e417a6792f7915701622e6373a0 authored over 8 years ago
terrain : fix #64, level tool not working when the terrain isn't centered at (0,0,0)

db97b8a16abc656d31b16bf37ca8eb73beea886f authored over 8 years ago
Try to fix stable builds: They also carry the nbmVersion as opposed to our design to enable comparison by netbeans

43aeb32bfc09393012df533e37303009256b714e authored over 8 years ago
Updated version.gradle

Version.gradle now understands our SDK Naming Convention (leaving out the .0) and gives proper d...

0711c139d287f787856df23bbb3b3860e248f0d4 authored over 8 years ago
Travis: Use " instead of 's (they seem to be reserved)

40b4e979aa180c5424b3a6ee510b1d8b792f805f authored over 8 years ago
Travis: Try to escape 's

03d10e6ccaae740cbaa3ee2a98af2121be3951f5 authored over 8 years ago
Travis: Fix missing '....

add8fa6f8a54baefad968700ed4de0043505dfb7 authored over 8 years ago
Travis/ANT: Be more silent

Updating the Keystore so you can now start to get nightly updates for each commit and stable upda...

ab11f06301603ef15251ac04c281eaa484f9e065 authored over 8 years ago
Travis: Correct if condition from "not zero" to "zero"

d87e84ac7badcc474818918dffa7b0f95625466f authored over 8 years ago
Travis will now differ between tags (stable releases) and usual commits but also publish a release for each commit.

9de1f8d807ca3e37dd889f9f0996181df5f38533 authored over 8 years ago
Fix Gradle so it uses the SDK Versioning Scheme (without leading "v" in the Tags)

095b9d4ae85f5ac843fbd2a71399d0ba3438e02f authored over 8 years ago
terrain editor : fix the slope tool

1ec6241cdbcd10d77be424b08a90d0451b94ebc7 authored over 8 years ago
Pass Parameters Correctly...

18eef00e47e16b990bbef22c19a74b71627f33f4 authored over 8 years ago
Travis/SCP will now copy folders recursively and preserve the filemodes

694f5f92b97025096773d82ed16eb3d1337b1783 authored over 8 years ago
Added the Username for the SCP Command

7d5492a11277eaabe589f285a1a965060781b23d authored over 8 years ago
Took the wrong file to fix the certificate issue...

bb07072d10d5239c62a2dc7ca8747fba0fea1b45 authored over 8 years ago
Try to disable pack200 now finally

e28c7b6b4f75ab1001b8c8957418536cb43260e7 authored over 8 years ago
Revert "Disable Pack200 to allow for faster builds to test the update center"

This reverts commit 7329df9ce14934e8bce07ae1e0ddccd20614bb1f.

de5e166adb0d8c8370ab8ddaa9b38f7a2c46c4b3 authored over 8 years ago
Fix Certificate Issue

366e19022d534a1eff055e65994afd5a2a13bd12 authored over 8 years ago
Disable Pack200 to allow for faster builds to test the update center

7329df9ce14934e8bce07ae1e0ddccd20614bb1f authored over 8 years ago
Update Travis Caching to use the newer jdk version. Should've been implemented with the JDK Version Switch

345409524c59898e31116d59d2037a9292744fd0 authored over 8 years ago
Let Travis publish the nbms to be used with the update center

4b9a496d94675fdd49e549398bbe95c12734460d authored over 8 years ago
travis: add www-updater key

d9724206356020e0a4731ac84835e02016cf12fc authored over 8 years ago
Setup nbm signing by providing a new keystore.

6c5f39bdad89c8d6bbd09048b01ff581071d2833 authored over 8 years ago
Updating Build System just like the engine did.

d03398c1666701035fe86bf9bd024deb88f4e805 authored over 8 years ago