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

jayfella commented 6 hours ago

I would appreciate removing the presumed resolution and to display the
settings page by default b...

0384fe54779053bfa7a9a1bf8a3b960d96ca11ea authored about 8 years ago
Removed tempvars from update.

5374c66636c564f778f3aeeb23bcaf9c3d2ca0e3 authored about 8 years ago
New Physics based jme3 example game.

1df2435fbd7111ae0b748ea35a2811b66b40348a authored about 8 years ago
added checking property existing.

90649456e038c85279463af021300bd61e089b5f authored about 8 years ago
reverted the name of the allocator filed.

a131d2251896555791d28ec74dbe83ee17039566 authored about 8 years ago
removed unnecessary field.

b442bcd9c117167b3bfb488a9e5486b490b30e7d authored about 8 years ago
reverted the name of the logger field.

b3ecb134ef1d7f971367d6a20485088f4e191630 authored about 8 years ago
Merge pull request #581 from Ev1lbl0w/master

Fix some problems in issue #96 (SDK branch)

b31ccf31d70a8d4b3dbae5348affb8e3b20a6fba authored about 8 years ago
Fixed MikktSpaceTangentGenerator that was not replacing existing Tangent buffers on the mesh. That could cause crashes when the old tangent buffer did not have the same amount of components

bf2369a50a17a2518d9c52cfdbb090c2a4e96e5f authored about 8 years ago
implemented LWJGL3 BufferAllocator

d468c20fba75bc14a804dca5c7e7ba3d9d1b2598 authored about 8 years ago
Merge pull request #585 from grizeldi/patch-1

Added LSF to showcased games

8d818a21bcc83e6c7432b50bba6be71183cf5f70 authored about 8 years ago
Added LSF to showcased games

4e84e805dfc7eeeb8255381374ced37b7d6213a7 authored about 8 years ago
Merge pull request #584 from mitm001/patch-1

Update AbstractAppState.java

d6130c07a0378c54987367977efe3e9fc35b5b38 authored about 8 years ago
Update AbstractAppState.java

4a37ec467c86ee27dc0e13ebd2c29c2336e5ce44 authored about 8 years ago
Convert Skeleton and Bone over to use the JME cloner system for cloning...

this should do automatic fix-up and hopefully make bones attachments work
properly again in clones.

d8875a7898453685f172471d5d092b6735d4d928 authored about 8 years ago
Update TestColoredTexture.java

9455f51c93b5e21f09665f12d60a911c9793adfe authored about 8 years ago
Update TestSceneWater.java

df240b68371c7321db82f6ba2e7bf009931b16ec authored about 8 years ago
Update TerrainGridTest.java

9bd3256c78c6d19afa3da5d588e0d17262704a21 authored about 8 years ago
Update TerrainGridAlphaMapTest.java

70bccb104831d3cc10ba45006c844a5f18f83f3e authored about 8 years ago
Update TestOnlineJar.java

990e6dd593a2fd5dbbeb5de8a9008657ae3b2e62 authored about 8 years ago
Update TestUrlLoading.java

1cf65d0d218fcbf1a4ecbfaf391b10ac6d97845f authored about 8 years ago
Update TestSceneLoading.java

5ed32926788d9afb63b6bd34247617d95dee23e3 authored about 8 years ago
[ci skip] bullet: update windows natives

07e233647c2b9a1d2617c312fd878a0e1649f247 authored about 8 years ago
bullet: enable upload for linux/mac

17d7134e2d94123089a0047e15f7caa8ccdee051 authored about 8 years ago
[ci skip] bullet: update windows natives

2ec444f94e89e47a4ac44efdb232c168a0762c80 authored about 8 years ago
bullet: test mac native upload

1e15fe0f4427acf58dd693004c0b03dee3137769 authored about 8 years ago
Merge pull request #576 from Fadorico/upstream

Write/read the width and height of a quad

de1acb6a9bebe7f1aecc2c45b9825dfbc588617b authored about 8 years ago
Merge pull request #535 from papaspace/custom-blend-func

Added RenderState.BlendMode.Custom

4663258904a48f71bd1fa6608865d0409260208e authored about 8 years ago
Merge pull request #559 from JavaSaBr/master-original

added supporting window icons ans OffscreenSurface context for LWJGL3

c5a24eb5f0813a9151a6b142a4dbe26a342fe945 authored about 8 years ago
Merge pull request #571 from grizeldi/patch-1

Added cleanup for ChaseCamera

2d6bfc3853b4fe0bff929231e67e61e33b25fe53 authored about 8 years ago
Merge pull request #567 from MeFisto94/FixDOMOutput

Fixes #566 - XML Serialization handles empty buffers properly now.

0664e1d1b8228c08340bf80fe4049ddca7abb46c authored about 8 years ago
Merge pull request #572 from jMonkeyEngine/define_list_fix

Fix DefineList regression

63b0600b81a250df7027456337571543f7e7f6c5 authored about 8 years ago
Modified BitmapTextPage to always deep clone its mesh since otherwise

BitmapText objects end up sharing them and that's bad.

c7c239a56f0d6113b9e6d683063aa4cd250b351d authored about 8 years ago
Broke out the Serializer's static initializer into a separate initialize()

static method. This allows servers to completely reset the Serializer's
registry when restarting...

4b78f099cab4a3605544bb44012347bfec0507ec authored about 8 years ago
Another bitmap text clone fix. The text pages array (the list of the actual geometry of

the bitmap text) wasn't really being cloned... only the elements were. This meant that
that a cl...

f81c14de7c1349603a88bc383f53a1c1b2961e11 authored about 8 years ago
Another fix for BitmapText cloning where the regular clone() was

completely bypassing the JME cloner framework... and making a bad
clone.

dbb1f14471aa48500aeba7a77c476ce717bee982 authored about 8 years ago
Fixed the cloned Letters to use the cloned StringBlock instead of the

original reference.

440096441d319c06567f7a6575ec64ed85c42543 authored about 8 years ago
Added a test for cloning BitmapText.

157af244194b7ab2810f5e360270fd8122c86977 authored about 8 years ago
Fix for issue #577 StringBlock cannot be cloned with the cloner because

it is package private and the cloner cannot instantiate one directly.
Since it is extremely unlik...

9fda417a665cdfbd42da7135dea05235129cbacb authored about 8 years ago
Fixes mouse cursor format for LWJGL3

54c854bec69e89e1bb08e3e8d5789f271e2aa751 authored about 8 years ago
for prev commit

1f9a5cd028f74c0fc698dd78191e909fba21604b authored about 8 years ago
implemented supporting the OffscreenSurface context.

544d94aed78ee7f1660e45897c464db47c113d57 authored about 8 years ago
Merge remote-tracking branch 'github/master' into master-original

13eec17ddd923bb8f5e2587571ca601ec7e80ecc authored about 8 years ago
Merge remote-tracking branch 'github/master' into master-original

911b99330bea54f0d3ab6fc4ada39a5c142d5f61 authored about 8 years ago
fixed crashes

06258a6ddcc92603e33ac3d321ee32b2ba302ce3 authored about 8 years ago
upload_native: debugging on master branch

f38ddadc5bf0352cadabce02508effd73bedbc76 authored about 8 years ago
upload_native: always assemble native

da8b53d0a2c39e5525840fcde8242206465ca27a authored about 8 years ago
[ci skip] bullet: update linux natives

f7c161562ac9a9c54491250d5442db28ca849c03 authored about 8 years ago
[ci skip] bullet: update windows natives

247bdf853e1e9176eccb4215714a2bf4616200a9 authored about 8 years ago
upload_native: final check

1e06ad091ad5924b552f4040f0a9eadada18bf2f authored about 8 years ago
[ci skip] bullet: update linux natives

e557fb3fb05e3cfba3f90a67758f33ad165a2810 authored about 8 years ago
upload_native: final check

f60ffcc96781c18bf0ddd13fa2895f8ce85ade9b authored about 8 years ago
upload_native: uncomment lines

dd812b17c56ba2cd68cb111ceae46ea0f1def995 authored about 8 years ago
upload_native: more debugging

e268c3b9fe6a2ccbac355e84656d1731a6baacf5 authored about 8 years ago
[ci skip] bullet: update windows natives

1fd9797007afbdf3e8a976cad13b414c53abe364 authored about 8 years ago
bullet-native: move generate headers task

3cdb7fd9280b40693e05ed18dcfe40d5ebb21abf authored about 8 years ago
[ci skip] bullet: update osx natives

2e8d69f8099612dbfc977eeb140e9cf4a2e099ac authored about 8 years ago
[ci skip] bullet: update windows natives

ba0185c7bd5f125ffcc443d2cd9e24d7a1866251 authored about 8 years ago
travis: fix duplicate yml addons

16695d444f97d49387da293f4e1cc3b4edc7e358 authored about 8 years ago
[ci skip] bullet: update windows natives

7fd022d06faf33bb417dca3e72407fa8f3cc8c31 authored about 8 years ago
travis/appveyor: final test for auto-building

47c23960936d9b2decb683e103c117bb20bc6bdf authored about 8 years ago
Revert "travis: test mac native upload"

This reverts commit f5dbafe013023ad54eac5b1ccc34eb9fcb7a9a73.

f58242f2855da42a411be5a32bc5c7ac6466189c authored about 8 years ago
Revert "travis: test mac native upload (2)"

This reverts commit 6e352bbf8a4e0df69f2dd4b1c5329237e504ed47.

0cfb97359f892fb0f3b305cb3ebb69d868ed2a58 authored about 8 years ago
travis: add github as known ssh host

3acee58f73a3d7c77b96a612e6b37ebc2fcc99ee authored about 8 years ago
travis: test mac native upload (2)

6e352bbf8a4e0df69f2dd4b1c5329237e504ed47 authored about 8 years ago
travis: test mac native upload

f5dbafe013023ad54eac5b1ccc34eb9fcb7a9a73 authored about 8 years ago
[ci skip] bullet: update linux natives

d831d7f01004de928ab71e05b5bfa7b53c7aef74 authored about 8 years ago
[ci skip] bullet: update windows natives

5971d2e1228b8b797afffee7f9f9d3958af8654e authored about 8 years ago
travis: set key permissions

19c5c2df248abf5d4bc06413533bb04e86e6633e authored about 8 years ago
travis: set git identity

964e0017e96c1e8797c8d32190665e3f7af4b0f6 authored about 8 years ago
travis: fix incorrect condition

44bf751e3560a649e06930e59596b5f2b82aa682 authored about 8 years ago
[ci skip] bullet: update windows natives

0881856647c8a0179a2b09e430e7cdfdef5936fa authored about 8 years ago
appveyor: trigger native build

553757528f18f54dbe25802199157c0727b02b9a authored about 8 years ago
appveyor: fix key decoding

316bef252d8be1a9fbcf698d4ea341c717921928 authored about 8 years ago
appveyor: backslash -> fwdslash

7555f8a817336aa7507d0a5fb10fe4647f55e328 authored about 8 years ago
travis: test native upload

8b2b57f01cacf0f9df6aa703f2b2ddd773e7aa07 authored about 8 years ago
travis: add upload native check

8fedbab263e6ba75e7fb889b423a7ca6168054e3 authored about 8 years ago
[ci skip] bullet: update windows natives

2b7b9dbe090c1f1f86f36d438986363fb2973a5d authored about 8 years ago
appveyor: fix syntax error

73e102ea041791930daf772dc0a15c888ef45514 authored about 8 years ago
appveyor: fix syntax error

d93dc0b175d10bdfcde696545693268df275bc3e authored about 8 years ago
appveyor: force rebuild

d8e15da671bd38bec5eb0b118edc3d8305e96c64 authored about 8 years ago
appveyor: fix syntax error

b3ece636b6f67a8ae9ac890c170273a524b69c49 authored about 8 years ago
Merge pull request #574 from jMonkeyEngine/cleanup_build_scripts_master

Improve build scripts (master)

a7848182111ef607672c36dd0518ee31ba159347 authored about 8 years ago
travis: add jdk7 build job

40e1e7f28966fc52f1f8d907e891edfbeacf2eab authored about 8 years ago
build: don't build natives by default

cdb8200cfeee1cfd138d7f4f110bfa2e0987c40d authored about 8 years ago
appveyor: fix git commit failing

465c456ad38bcc18f292745381e4f084a58e7d55 authored about 8 years ago
travis: remove modifications for now

d3ce5e408b6d2696162eb6e4dbd1a5159bcd3dc8 authored about 8 years ago
appveyor: fix syntax error

e23b1c753fcaf9598098006371bd5ec4fc866f58 authored about 8 years ago
appveyor: optimize build

aa8e3e5f28bc283a99a805f01efa1459a046cd56 authored about 8 years ago
Revert "[ci skip] update windows natives"

This reverts commit cfe8a000f10da99a9824c1d72cd9f4af82d598fc.

fe4dd1d8a66130c979117925502a0bf8d3c9bfcf authored about 8 years ago
appveyor: inital

fe1e54a6094e3257db762704b22e1569578f4eac authored about 8 years ago
[ci skip] update windows natives

cfe8a000f10da99a9824c1d72cd9f4af82d598fc authored about 8 years ago
Revert "adding cool file"

This reverts commit 54accb0885b336825a91afd93761fc9a5d7d78a1.

3d0bc770a12f2b122571272a725a5414f02f7a08 authored about 8 years ago
adding cool file

54accb0885b336825a91afd93761fc9a5d7d78a1 authored about 8 years ago
Revert "adding cool file"

This reverts commit ead49459a19978bf767326e11e4145a01b2f2ede.

de4fa4b451c4f55ba4afbfee94f8c316db458b0c authored about 8 years ago
adding cool file

ead49459a19978bf767326e11e4145a01b2f2ede authored about 8 years ago
travis: add build/upload task

7f936fa29b548196d028df4f7ccd59efb54abaef authored about 8 years ago
version: fix small mistake

4f53351f7634867c1d44482515b14738ec79acc4 authored about 8 years ago
appveyor: add support for build version

fe0360f3fc8420dc40805b782ebefdd86696a96b authored about 8 years ago
build: use different bullet zip name

d2a4a3fa879fecd0678a8dcc563e7aa5925fc6bb authored about 8 years ago