6526 Commits

Author SHA1 Message Date
Nehon
cb04548fd5 Techniques are now weighted and sorted depending on their LightMode and GLSL version 2017-01-14 15:25:43 +01:00
Nehon
c713a06146 Fixed Backface Shadows param for PBRLighting 2017-01-14 15:25:43 +01:00
appveyor
fd200ac2a0 [ci skip] bullet: update windows natives 2017-01-14 09:22:53 +00:00
sgold@sonic.net
c1253b68b1 back to UNIX line endings 2017-01-14 01:19:18 -08:00
sgold@sonic.net
d4cd3f916d fix errors in how vector projection is calculated 2017-01-14 01:15:31 -08:00
empirephoenix
6493337477 Merge pull request #588 from JavaSaBr/added_lwjgl3_allocator
implemented LWJGL3 BufferAllocator
2017-01-11 08:29:06 +01:00
Rémy Bouquet
d5658674e8 Merge pull request #592 from SkidRunner/master
New Physics based jme3 example game.
2017-01-04 20:39:47 +01:00
SkidRunner
0384fe5477 jayfella commented 6 hours ago
I would appreciate removing the presumed resolution and to display the
settings page by default before merging.
2017-01-04 12:34:02 -06:00
SkidRunner
5374c66636 Removed tempvars from update. 2017-01-03 21:39:47 -06:00
SkidRunner
1df2435fbd New Physics based jme3 example game. 2017-01-03 13:57:13 -06:00
javasabr
90649456e0 added checking property existing. 2017-01-01 20:00:01 +03:00
javasabr
a131d22518 reverted the name of the allocator filed. 2017-01-01 19:33:41 +03:00
javasabr
b442bcd9c1 removed unnecessary field. 2017-01-01 19:33:10 +03:00
javasabr
b3ecb134ef reverted the name of the logger field. 2017-01-01 19:31:28 +03:00
empirephoenix
b31ccf31d7 Merge pull request #581 from Ev1lbl0w/master
Fix some problems in issue #96 (SDK branch)
2016-12-31 23:27:50 +01:00
Nehon
bf2369a50a 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 2016-12-30 10:09:00 +01:00
javasabr
d468c20fba implemented LWJGL3 BufferAllocator 2016-12-30 11:33:23 +03:00
Rémy Bouquet
8d818a21bc Merge pull request #585 from grizeldi/patch-1
Added LSF to showcased games
2016-12-28 19:57:52 +01:00
grizeldi
4e84e805df Added LSF to showcased games 2016-12-28 17:30:43 +01:00
Paul Speed
d6130c07a0 Merge pull request #584 from mitm001/patch-1
Update AbstractAppState.java
2016-12-24 18:38:58 -05:00
mitm001
4a37ec467c Update AbstractAppState.java 2016-12-24 16:13:52 -07:00
Paul Speed
d8875a7898 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.
2016-12-13 06:04:21 -05:00
Ev1lbl0w
9455f51c93 Update TestColoredTexture.java 2016-12-11 20:55:45 +00:00
Ev1lbl0w
df240b6837 Update TestSceneWater.java 2016-12-11 20:55:12 +00:00
Ev1lbl0w
9bd3256c78 Update TerrainGridTest.java 2016-12-11 20:54:36 +00:00
Ev1lbl0w
70bccb1048 Update TerrainGridAlphaMapTest.java 2016-12-11 20:54:04 +00:00
Ev1lbl0w
990e6dd593 Update TestOnlineJar.java 2016-12-11 20:39:45 +00:00
Ev1lbl0w
1cf65d0d21 Update TestUrlLoading.java 2016-12-11 20:37:30 +00:00
Ev1lbl0w
5ed3292678 Update TestSceneLoading.java 2016-12-11 20:36:36 +00:00
appveyor
07e233647c [ci skip] bullet: update windows natives 2016-12-10 19:07:51 +00:00
Kirill Vainer
17d7134e2d bullet: enable upload for linux/mac 2016-12-10 14:05:05 -05:00
appveyor
2ec444f94e [ci skip] bullet: update windows natives 2016-12-10 18:58:44 +00:00
Kirill Vainer
1e15fe0f44 bullet: test mac native upload 2016-12-10 13:53:46 -05:00
empirephoenix
de1acb6a9b Merge pull request #576 from Fadorico/upstream
Write/read the width and height of a quad
2016-12-07 13:01:23 +01:00
empirephoenix
4663258904 Merge pull request #535 from papaspace/custom-blend-func
Added RenderState.BlendMode.Custom
2016-12-07 13:00:21 +01:00
empirephoenix
c5a24eb5f0 Merge pull request #559 from JavaSaBr/master-original
added supporting window icons ans OffscreenSurface context for LWJGL3
2016-12-05 11:25:45 +01:00
empirephoenix
2d6bfc3853 Merge pull request #571 from grizeldi/patch-1
Added cleanup for ChaseCamera
2016-12-05 11:25:13 +01:00
empirephoenix
0664e1d1b8 Merge pull request #567 from MeFisto94/FixDOMOutput
Fixes #566 - XML Serialization handles empty buffers properly now.
2016-12-05 11:23:42 +01:00
empirephoenix
63b0600b81 Merge pull request #572 from jMonkeyEngine/define_list_fix
Fix DefineList regression
2016-12-05 11:22:03 +01:00
Paul Speed
c7c239a56f Modified BitmapTextPage to always deep clone its mesh since otherwise
BitmapText objects end up sharing them and that's bad.
2016-12-04 20:35:57 -05:00
Paul Speed
4b78f099ca 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 the server in the same JVM instance.
2016-12-04 16:28:03 -05:00
Paul Speed
f81c14de7c 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 cloned BitmapText object would continue to share the meshes from the original.
2016-12-04 15:49:42 -05:00
Paul Speed
dbb1f14471 Another fix for BitmapText cloning where the regular clone() was
completely bypassing the JME cloner framework... and making a bad
clone.
2016-12-04 15:31:32 -05:00
Paul Speed
440096441d Fixed the cloned Letters to use the cloned StringBlock instead of the
original reference.
2016-12-04 14:24:45 -05:00
Paul Speed
157af24419 Added a test for cloning BitmapText. 2016-12-04 04:27:11 -05:00
Paul Speed
9fda417a66 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 unlikely (read: impossible) that there would ever
be shared StringBlock references between BitmapText objects then it is safe
to just clone it directly.
It is important to note that BitmapText never really did support clone
before and only pretended to... so this wasn't really a regression.
2016-12-04 04:24:57 -05:00
Fennel
54c854bec6 Fixes mouse cursor format for LWJGL3 2016-12-04 02:43:27 +01:00
javasabr
1f9a5cd028 for prev commit 2016-12-03 16:58:30 +03:00
javasabr
544d94aed7 implemented supporting the OffscreenSurface context. 2016-12-03 16:55:50 +03:00
javasabr
13eec17ddd Merge remote-tracking branch 'github/master' into master-original 2016-12-03 14:33:10 +03:00