5396 Commits

Author SHA1 Message Date
Julien Gouesse
8ace69d0c3 Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine 2015-08-29 21:29:44 +02:00
Julien Gouesse
814fb2b3ff First implementation of the unified renderer for the JOGL backend, untested 2015-08-29 21:27:20 +02:00
Kirill Vainer
2f6388c13b travis-ci: fix build failures on PRs / branches 2015-08-29 12:33:15 -04:00
Nehon
168e1755ff Added some more constructors to SpotLight and PointLight, also added javadoc to all lights constructors. 2015-08-29 12:56:26 +02:00
Rémy Bouquet
609d9a1832 Merge pull request #306 from mbenson/light-ctors
More convenient light constructors
2015-08-29 11:00:12 +02:00
Julien Gouesse
bbb15062af Adds the support of DebugGL for OpenGL ES 3 into the JOGL backend 2015-08-28 19:12:56 +02:00
Julien Gouesse
2e977f6535 Fixes a GLException caused by a regression on the management of the gamma correction in the JOGL backend 2015-08-28 19:09:52 +02:00
Daniel Johansson
352a532730 Merge remote-tracking branch 'origin/issue314' into issue314
Conflicts:
	common.gradle
2015-08-26 22:34:53 +01:00
Daniel Johansson
8f77dca931 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 2015-08-26 22:34:05 +01:00
Daniel Johansson
bf7643f06a Merge remote-tracking branch 'upstream/master' 2015-08-26 22:29:56 +01:00
Daniel Johansson
89f10eca58 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 2015-08-26 22:24:24 +01:00
Kirill Vainer
c8c0904bda travis-ci: re-enable maven snapshot releases 2015-08-25 23:11:41 -04:00
Kirill Vainer
734bf4a789 travis-ci: use git fetch --unshallow so the revision count is correct 2015-08-25 23:08:50 -04:00
Kirill Vainer
1fdfa269c9 build: disable maven releases
still need to figure out why the revision
number is so low for detached HEAD builds..
2015-08-25 00:51:03 -04:00
Kirill Vainer
afa9bcde7c build: reenable maven upload
fixed branch name retrieval issue
2015-08-25 00:39:03 -04:00
Kirill Vainer
daff85d651 build: get versioning info from travis (if specified) 2015-08-25 00:34:47 -04:00
Kirill Vainer
f2e2ac7d44 build: disable maven uploads for now
Some issues are preventing it from working correctly ..
2015-08-25 00:16:27 -04:00
Kirill Vainer
e5b3646fe4 build: upload maven snapshots to updates server 2015-08-24 23:29:38 -04:00
Kirill Vainer
88663b0bc3 dist build: ensure native bullet is included in dist package 2015-08-21 23:19:45 -04:00
Kirill Vainer
67d982a64c Travis-CI: automatically detect filename to deploy 2015-08-21 22:57:15 -04:00
Kirill Vainer
b6a2efd47c engine distribution: set name based on jmeFullVersion instead of date 2015-08-21 22:42:02 -04:00
Kirill Vainer
5a863c6075 Matrix4f: simpler fromFrame() without matrix multiplication 2015-08-21 22:29:26 -04:00
Kirill Vainer
57d560244e Transform: implement equals and hashCode 2015-08-21 22:26:26 -04:00
Kirill Vainer
1575e2a1d3 minor changes according to static analyzer 2015-08-21 22:24:51 -04:00
Kirill Vainer
a855915358 Bone: remove useless loadIdentity() 2015-08-21 20:38:35 -04:00
Kirill Vainer
f836b26f2e CapsuleCollisionShape: warn about scaling only if its not identity 2015-08-21 20:37:04 -04:00
Kirill Vainer
c5c893fd11 sdk platform: update build-impl from the netbeans harness v3.1-alpha1 2015-08-17 21:39:13 -04:00
Kirill Vainer
a007c68c87 sdk installer: fix NPE if folder to make executable is missing 2015-08-17 21:32:40 -04:00
Kirill Vainer
8c4af6b039 sdk modules: fix missing metadata 2015-08-16 22:25:48 -04:00
Kirill Vainer
7b7ebaf946 version: use the two digit version to generate the full version string 2015-08-16 22:21:08 -04:00
Kirill Vainer
11596f9e89 sdk update center: use 3.1 specific path for contributed plugins 2015-08-16 18:46:35 -04:00
Kirill Vainer
bcbbf001ce sdk plugins: enable NBMs to be signed with jME signature 2015-08-16 18:44:41 -04:00
Kirill Vainer
afe5b91605 sdk: fix library references in JME3 Tests template 2015-08-15 14:09:09 -04:00
Kirill Vainer
639a1da78d sdk: fix exception when creating "JME3 Tests" project 2015-08-15 13:56:30 -04:00
Kirill Vainer
3bd52ba4f1 sdk blender plugin: fix settings path for Mac OS X 2015-08-15 13:12:58 -04:00
Kirill Vainer
e14c6467ff sdk: update to blender 2.75a 2015-08-15 13:09:38 -04:00
Kirill Vainer
60f209c371 .gitignore: more sdk private folders 2015-08-15 12:19:53 -04:00
Kirill Vainer
758317d06a sdk: enable font antialiasing, DPI awareness 2015-08-15 12:17:20 -04:00
Nehon
55db59d510 Fixed an issue in the shader node editor where the editor was failing to open a definition when a variable name began with m_ 2015-08-15 10:31:23 +02:00
Kirill Vainer
a09f8a0822 .gitignore: update for jme3-dark-laf 2015-08-14 20:37:13 -04:00
Kirill Vainer
d32226db10 GLRenderer: use #version 100 for GLSL ES shaders 2015-08-14 15:25:32 -04:00
Kirill Vainer
b8daa13841 sdk build: include the DarkMonkey theme in the SDK project 2015-08-13 23:58:24 -04:00
Kirill Vainer
3d9bb1bd9d Merged DarkMonkey SDK Theme
Notable changes from DarkMonkey master:
 * Removed AUTHORS / LICENSE from source code, made them part of the module metadata
 * Changed module spec / impl version according to SDK version
 * Removed git files and useless arch.xml from root
2015-08-13 23:29:33 -04:00
Kirill Vainer
a97048a4f3 sdk build: use "nbm revision" to allow upgrades between tagged releases 2015-08-13 22:38:44 -04:00
Kirill Vainer
3cf85668d1 sdk installer: fix permissions issues on JRE and Blender executables 2015-08-11 21:50:32 -04:00
Kirill Vainer
22540c9812 .gitignore: update for sdk projects 2015-08-11 21:20:44 -04:00
Kirill Vainer
bbb1173485 linux SDK shortcut: proper category & description for .desktop file 2015-08-11 21:19:58 -04:00
Kirill Vainer
be2e165a5d version: consider any non-snapshot build as stable 2015-08-11 21:16:23 -04:00
Kirill Vainer
64452843f1 sdk: correct jme.com -> jme.org 2015-08-11 21:15:35 -04:00
Kirill Vainer
5709fe587d sdk build: correct spec version dependency 2015-08-11 21:11:17 -04:00