1259 Commits

Author SHA1 Message Date
sha..rd
a236c7d03b * Fix compile error
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8357 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 01:51:04 +00:00
sha..rd
8a247c8da4 * Fix nifty lib
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8356 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 01:42:21 +00:00
voi..om
bcf9c7806b nifty-1.3.1-SNAPSHOT included (without the versionnumber)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8355 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 00:57:34 +00:00
nor..67
4a8b8da4ca - add nifty-default-controls javadoc references
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8354 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 00:54:58 +00:00
nor..67
d1ce7246c8 - change nifty javadoc jar name in build script update-sdk target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8353 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 00:48:13 +00:00
nor..67
98b7de0fc3 SDK:
- remove versions in nifty library names

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8352 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 00:47:10 +00:00
nor..67
b830d910d3 - update lwjgl to latest nightly
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8351 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 23:34:00 +00:00
Kae..pl
7492410485 Moving 3D textures shaders to blender packages.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8349 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 17:18:12 +00:00
nor..67
19597f2c1f - delete obsolete library description
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8348 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 14:32:17 +00:00
nor..67
c3b39f420a - move android library to "Project Engine" plugin so updates in the core library are properly distributed
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8347 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 14:29:56 +00:00
nor..67
322317f5f2 - use new way to integrate panel in SDK
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8346 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 12:50:50 +00:00
nor..67
6df9eaf033 - add backengineered PaintMode.java ;)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8345 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 12:35:48 +00:00
sha..rd
e3bff6d62a * Moved checkFrameBufferError() to part that sets up framebuffer. Can prevent odd crashes on some systems before any framebuffer is active.
* AWT Panels
    - Added automatic throttling to update loop if none of the panels are visible to the user (e.g. covered by another tab)
    - Fixed NPE that could occur when an AwtPanel becomes invisible
    - Called reshape() on all viewports to which an AwtPanel is attached when the panel is resized
    - Fixed inverted mouse coordinates

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8344 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-04 04:30:48 +00:00
nor..67
a9f2df066a - update lwjgl to latest nightly for jme3 and applet deployment
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8343 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 22:54:38 +00:00
nor..67
203f8f79ba - update .deb packaging section of build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8342 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 16:34:00 +00:00
nor..67
df32c74d53 - fix invisible gui node in new swing panel
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8341 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 16:04:57 +00:00
nor..67
fb48e4c410 - expand jme3 engine toc in SDK manual by default
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8340 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 15:59:02 +00:00
nor..67
0bfdc3ec37 - make awt package public in jme3 libraries plugin
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8339 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 12:34:53 +00:00
nor..67
dc50b0c457 - Use new AWT lightweight panel in SDK (should fix linux issues, freezes and more)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8338 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 12:27:05 +00:00
sha..rd
fa92c00a20 * AwtKeyInput now synchronized properly between OGL and EDT threads
* AwtMouseInput will no longer generate events with no mouse movement
 * Fixed issue where settings specified on AwtPanelsContext were not copied properly to the offscreen context
 * Significant performance improvements in AwtPanel system
  - Use of proper locking to prevent deadlocks
  - Optimized BufferStrategy by using a single, accelerated front buffer
  - Removed pbuffer.makeCurrent() which was not necessary and used many CPU cycles

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8337 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 05:05:24 +00:00
sha..rd
dcb71def31 * Specular color is now black by default
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8333 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-02 19:15:38 +00:00
roo..li
dde60c0792 sdk javahelp: Removed three outdated help files (updated versions exist already in different paths).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8332 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-02 19:04:39 +00:00
roo..li
663a3ba7d5 sdk javahelp: Removed deprecated spidermonkey directory; Added missing ".html" to some items in wiki-map, Added MotionPath and Save&Load documentation.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8331 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-02 18:56:56 +00:00
Kae..pl
3969d34a03 Fixes to textures merging.
Adding logs to the image loading method.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8328 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-02 10:53:48 +00:00
sha..rd
97a9b4ee00 * Fix MTL issue where "Tr 0" could cause model to be invisible even though illum index specifies that it shouldn't use transparency
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8327 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-02 05:40:19 +00:00
Sha..om
d38b469de6 * Fix for "Internal error wrong operand type built in unary operator function. Type: in sampler2DMS" if multisample is not being used (old ATI driver bug)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8326 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-02 04:42:11 +00:00
Kae..pl
fd3c84ccce Increasing the default generated textures size (they import in reasonable time yet and are of better quality).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8325 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-01 12:29:27 +00:00
Kae..pl
846b569552 Support for generated textures merging.
Optimizations in textures loading when multiple textures are applied.
Fixes in pixel blending.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8324 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-01 12:27:41 +00:00
sha..rd
a28d0d8baf * Initial commit for light-weight jME3 AWT panels
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8323 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-01 04:23:52 +00:00
sha..rd
5d5e0082a7 * Fix inside view for Dome shape
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8322 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-01 00:45:35 +00:00
sha..rd
adf65d648a * Fix message "WARNING: Cannot locate native library: libbulletjme"
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8321 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-01 00:36:42 +00:00
sha..rd
c7ebfc9b77 * Deleted useless com.jme3.renderer.layer package
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8319 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-30 04:26:46 +00:00
sha..rd
b1e46de5ee * Deleted useless com.jme3.video package
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8318 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-30 04:26:14 +00:00
sha..rd
3f95a0ca2f * Eclipse classpath no longer includes .svn folders
* Updated android.jar to 2.3
 * Add support for changing fullscreen mode in AndroidHarness
 * VBO now used by default for Android versions > 2.2
 * Fix wrong setting array type uniforms in android (e.g. Vector3Array)
 * Improved efficiency of setVertexAttrib in android by not creating iterator each time
 * Added method ParticleEmitter.killParticle()
 * Deleted useless com.jme3.renderer.layer package
 * Fix documentation of AppSettings.setCustomRenderer()
 * Fix SkyFactory on android (again!)
 * Deleted useless com.jme3.video package
 * Add KeyNames to get names of keyboard keys
 

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8317 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-30 04:24:36 +00:00
Kae..pl
ff3336679d Setter for generated texture depth added.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8316 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-29 15:26:48 +00:00
sha..rd
73f073c794 * Headless context will no longer initialize audio renderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8315 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-28 01:34:13 +00:00
bre..ns
ca628fe5d6 fixed terrain scale bug
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8314 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-27 22:34:42 +00:00
bre..ns
210e4ad17b updated HelloTerrain for LOD API changes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8313 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-27 15:36:31 +00:00
sha..rd
c81a1a4d3e * Fix NPE in SkyFactory when used on android
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8312 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-27 02:05:03 +00:00
sha..rd
caaf407546 * Prevent linux crash if OpenAL cannot be loaded
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8311 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-27 01:13:16 +00:00
bre..ns
d63fcf3e23 Modified terrain node listeners to handle removed terrain. Fixed an issue with actions spamming the save cookie with modified changes.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8310 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-26 15:39:27 +00:00
roo..li
e4d8bee22f Added new wiki help pages to help toc, removed old ones, updated some.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8309 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-26 12:20:13 +00:00
nor..67
9703504349 - fix error in toc of SDK help
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8308 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-26 11:40:50 +00:00
nor..67
dee26ee053 - remove toc typo in SDK help
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8307 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-26 11:10:00 +00:00
Kae..pl
780da5e581 Tests for loading bone and object animation from blender added.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8306 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-25 22:22:07 +00:00
Kae..pl
0b274b3c1b Automatic loading of both bone and object animations (no need to specify animations in blender key any more).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8305 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-25 22:19:31 +00:00
Kae..pl
ce259299e2 Track length getter added.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8304 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-25 21:12:29 +00:00
Kae..pl
6c341850d2 Refactoring to constraints. Implementation now not dependant on the animation type.
Removing deprecated animation classes.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8303 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-25 20:44:02 +00:00
Kae..pl
c773395ace Animations refactoring.
- Track is a generic interface now
- all kinds of tracks implement Track<T>
- Animation is the only animation class that should be used now (other classes like BoneAnimation or SpatialAnimation are deprecated now)
- Pose and PoseTrack are made Cloneable to easier clone the tracks and Animation
- one update to OgreLoader (using Animation instead of BoneAnimation)
- one update to tests

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8302 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-25 20:30:22 +00:00
roo..li
7967cc1c33 Updated jme3test.helloworld: Used best practices, simplified, removed deprecations, added javadoc, added TerrainCollision.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8301 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-25 19:01:34 +00:00