3328 Commits

Author SHA1 Message Date
jul..om
af3e3a74f5 Uses the proper string as attribute name to get its location (and now the shader-based renderer relying on JOGL 2.0 is operational)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9910 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-27 13:46:18 +00:00
jul..om
36f95cdf09 Uses the proper string as uniform name to get its location
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9909 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-27 13:18:02 +00:00
jul..om
fc56b7dcbf Allows to enable the debug pipeline
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9908 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-27 13:17:19 +00:00
nor..67
816842d1e1 SDK:
- change AssetsPropertiesPanel so that it doesn't create an assets configuration if not path is specified (e.g. in library projects)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9907 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 20:01:50 +00:00
jul..om
3e362bd611 Removes some dead code and fixes the V-sync
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9906 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 17:45:59 +00:00
rem..om
a5b8b48ea1 fixed an isue in shadow shaders where shadows outside of the shadowZExtend were dark instead of light.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9905 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 16:20:31 +00:00
rem..om
f7db40695f fixed javadoc in PSSMShadowFilter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9904 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 16:03:51 +00:00
jul..om
34c8f82792 Drives the canvas renderable so that something has a chance to be renderer with JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9903 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 14:10:57 +00:00
nor..67
e50cbc5f44 SDK:
- allow asychronous installation with ZipExtensionTool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9902 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 13:08:48 +00:00
nor..67
3da079251a SDK:
- fix indefinite progress bar when ZipExtension has been installed already

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9901 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 12:54:47 +00:00
nor..67
d30f6fe686 SDK:
- allow editing private project properties with ProjectExtensionProperties
- add ZipExtensionTool to extract zip files with extensions to settings folder

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9900 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 12:51:18 +00:00
nor..67
b41952025b SDK:
- make OgreXML command line tool OutputReader use logger instead of system.out

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9899 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 12:50:21 +00:00
nor..67
24712d4170 SDK:
- fix npe in Android Settings when no SDK is selected
- change Android and Desktop ordering and naming in project properties slightly

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9898 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-26 12:49:49 +00:00
jul..om
23fd08ac45 Displays the right display mode with the logger
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9897 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 23:19:33 +00:00
jul..om
b76bffcd2f Fixes a minor threading problem and removes useless imports
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9896 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 23:03:04 +00:00
jul..om
e4d776ae0e Initializes ALUT (JOAL) in the static initializer to avoid freezing everything
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9895 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 22:48:46 +00:00
jul..om
03fe815bd2 Avoids initializing the display twice (work in progress)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9894 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 16:59:52 +00:00
jul..om
965b595384 Sets the input sources to avoid throwing a NullPointerException and sets the proper size to the canvas
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9893 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 16:49:53 +00:00
nor..67
37f8447896 - move JOGL audio renderer to correct package
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9892 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 12:09:34 +00:00
nor..67
84d3ae06de - move JOGL audio renderer to correct package
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9891 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 12:09:27 +00:00
jul..om
baeb7d7de8 Adds a few missing features into the shader-based renderer relying on JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9890 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 11:32:32 +00:00
jul..om
7fdc6bbe46 Adds a few missing features into the shader-based renderer relying on JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9889 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 11:31:27 +00:00
jul..om
87e6ea3230 Adds a few missing features into the shader-based renderer relying on JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9888 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-25 11:18:37 +00:00
jul..om
772c977e15 Adds a few missing features into the shader-based renderer relying on JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9887 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-24 19:19:55 +00:00
jul..om
80f94431d9 Adds a few missing features into the shader-based renderer relying on JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9886 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-24 16:43:19 +00:00
jul..om
f75b45aff7 Adds a few missing checks into the initialization sequence of the shader-based renderer relying on JOGL 2.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9885 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-24 16:03:40 +00:00
jul..om
c84efe3436 Uses almost the same initialization sequence than the shader-based renderer relying on its competitor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9884 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-24 15:56:23 +00:00
nor..67
25351e3fae - move additional jogl libraries to opt folder as well
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9883 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-24 00:36:49 +00:00
nor..67
0ef9273792 - update project genfiles
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9882 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-24 00:11:21 +00:00
nor..67
42ab9fc5b5 - update project build file / properties to build jogl renderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9881 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-23 23:38:22 +00:00
nor..67
c85c8d3f8b - fix inter-dependency in JOGL renderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9880 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-23 23:31:23 +00:00
jul..om
c06ede4da3 Updates the renderers based on JOGL 2.0 (and JOAL 1.1.3)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9879 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-23 22:14:47 +00:00
jul..om
9b9db3bd31 Updates the renderers based on JOGL 2.0 (and JOAL 1.1.3)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9878 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-23 22:11:44 +00:00
bre..om
1843916822 added more javadocs to TerrainQuad
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9877 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-23 21:21:03 +00:00
nor..67
2daafe71cf SDK:
- add fix for desktop creation failing when no JVM options are set

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9876 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-21 23:00:09 +00:00
Sha..rd
60f52b8ea6 * When specifying OPENGL3 in AppSettings, it is now Mac OS X compatible
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9875 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-21 22:45:57 +00:00
Sha..rd
4d01146519 * Add ImageRaster.getWidth() and getHeight()
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9874 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-21 21:56:22 +00:00
Kae..pl
7ee0f9e07c Removing IndexBuffer class and replacing it with the one that already exists in JME. (Sorry for the mess, I had no idea that such class already exists :) ).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9873 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-19 20:41:28 +00:00
Kae..pl
7ce4477b52 Curve loading upgrade.
Bugfixes:
- curves bevels are now loaded properly (previously only curves in XZ plane were loaded the way they should)

Features:
- bezier triple radius is now loaded and used
- loaded mesh can be either smooth or solid depending on the user's setting

Improvements:
- decreased memory usage for curves with bevel applied
- reduced CPU usage by simplifying the computations

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9872 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-19 12:23:15 +00:00
rem..om
479a5ae7a4 SDK : fixed another issue in EmitterBoxShapeEditor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-18 21:05:09 +00:00
rem..om
c84d25b755 EffectTrack now correctly stops when loopMode is DontLoop
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9870 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-18 20:57:36 +00:00
rem..om
d359091842 FilterPostProcessor filters list can now be fetched as an unmodifiable list
FilterPostProcessor has now a getFilter(filterType) method

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9869 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-16 21:45:14 +00:00
nor..67
8430864ce6 SDK:
- add change to android build script to unpack assets to android assets folder (thanks @iwgeric)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9868 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-16 03:23:52 +00:00
nor..67
4bff5fd829 - try reactivating native bullet build after fix suggested by @phr00t
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9867 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-14 16:18:28 +00:00
rem..om
a61bdf1d47 AudioTrack : prevented audio track to be looped even if the channel loopMode is dontLoop
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9866 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-13 07:31:44 +00:00
nor..67
53afc0f02e SDK:
- fix in ProjectAssetManager getResourceAsStream

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9865 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-11 01:39:52 +00:00
nor..67
89e5c6f89e SDK:
- svn:ignore

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9864 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-11 00:47:43 +00:00
nor..67
a683b4d3e0 SDK:
- change IDE->SDK in Upgrader panel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9863 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-11 00:31:49 +00:00
nor..67
e79ca88548 SDK:
- update build script (RC3)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9862 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-10 21:39:32 +00:00
nor..67
5e306dc739 SDK:
- enable Upgrader plugin

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9861 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-10 21:37:31 +00:00