OSDN Git Service

mikumikustudio/MikuMikuStudio.git
12 years agoignore texture error
Kazuhiko Kobayashi [Sun, 27 May 2012 22:40:26 +0000 (07:40 +0900)]
ignore texture error

12 years agoAdd path separator "\" support.
Kazuhiko Kobayashi [Tue, 27 Mar 2012 10:30:27 +0000 (19:30 +0900)]
Add path separator "\" support.

12 years agoChange skin morphing code from Java to c++
Kazuhiko Kobayashi [Thu, 1 Mar 2012 23:34:40 +0000 (08:34 +0900)]
Change skin morphing code from Java to c++

12 years agoadd jni skinning support
Kazuhiko Kobayashi [Sat, 25 Feb 2012 00:38:58 +0000 (09:38 +0900)]
add jni skinning support

12 years agochange boneindex byte to short again cause a problem on MacBook Pro.
Kazuhiko Kobayashi [Fri, 24 Feb 2012 02:26:38 +0000 (11:26 +0900)]
change boneindex byte to short again cause a problem on MacBook Pro.
add texture cache.

12 years agofix NumBones bug
Kazuhiko Kobayashi [Wed, 22 Feb 2012 16:56:19 +0000 (01:56 +0900)]
fix NumBones bug

12 years agooptimize skinning
Kazuhiko Kobayashi [Wed, 22 Feb 2012 08:22:44 +0000 (17:22 +0900)]
optimize skinning

12 years agoAdd GeometryOptimizer
Kazuhiko Kobayashi [Tue, 14 Feb 2012 17:25:46 +0000 (02:25 +0900)]
Add GeometryOptimizer

12 years agoFix bone matrix size bug
Kazuhiko Kobayashi [Fri, 10 Feb 2012 13:22:58 +0000 (22:22 +0900)]
Fix bone matrix size bug
Fix bone index size bug

12 years agoadd Savable support
Kazuhiko Kobayashi [Thu, 2 Feb 2012 06:59:52 +0000 (15:59 +0900)]
add Savable support
fix clone bug
fix MeshConverter bug
add vertex lighting support
add unified physcs world support

12 years agoadd normalize rotation
Kazuhiko Kobayashi [Sat, 3 Dec 2011 09:13:25 +0000 (18:13 +0900)]
add normalize rotation

12 years agoFixed silly copy/paste mistake in LightNode
remy.bouquet@gmail.com [Sat, 29 Oct 2011 09:17:16 +0000 (09:17 +0000)]
Fixed silly copy/paste mistake in LightNode

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8543 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixed the line segment extents so that it doesn't act twice
PSpeed42@gmail.com [Sat, 29 Oct 2011 09:13:29 +0000 (09:13 +0000)]
Fixed the line segment extents so that it doesn't act twice
as long as it's supposed to be.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8542 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Camera.update() now uses TempVars instead of allocation
shadowislord [Sat, 29 Oct 2011 05:16:50 +0000 (05:16 +0000)]
 * Camera.update() now uses TempVars instead of allocation
 * IntMap now contains a resettable iterator instead of allocating a new one each time. As a downside, The same IntMap cannot be iterated recursively

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8541 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Small javadoc additions in Application
shadowislord [Sat, 29 Oct 2011 03:00:10 +0000 (03:00 +0000)]
 * Small javadoc additions in Application
 * Fix animation not working for Blender 2.5+ Ogre3D models

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8538 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoignore some folders and files
normen667@gmail.com [Fri, 28 Oct 2011 22:35:26 +0000 (22:35 +0000)]
ignore some folders and files

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8535 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * package.html files now comply with HTML 4.01 standards
shadowislord [Fri, 28 Oct 2011 00:49:07 +0000 (00:49 +0000)]
 * package.html files now comply with HTML 4.01 standards
 * SimpleApplication now computes FPS by counting frames instead of using Timer.getFrameRate()

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8534 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixed a timing issue in MotionTrack when used as a control
remy.bouquet@gmail.com [Wed, 26 Oct 2011 18:59:12 +0000 (18:59 +0000)]
Fixed a timing issue in MotionTrack when used as a control

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8533 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoNull checked additionalRenderState when loading a material
remy.bouquet@gmail.com [Wed, 26 Oct 2011 15:10:53 +0000 (15:10 +0000)]
Null checked additionalRenderState when loading a material

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8532 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- InpuManager : Updated cursor pos on click, so that non android touch events can...
remy.bouquet@gmail.com [Wed, 26 Oct 2011 15:09:12 +0000 (15:09 +0000)]
- InpuManager : Updated cursor pos on click, so that non android touch events can properly update cursor position.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8531 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- SDK: check for assetmanager when opening nifty files and do not open preview in...
normen667 [Wed, 26 Oct 2011 13:51:19 +0000 (13:51 +0000)]
- SDK: check for assetmanager when opening nifty files and do not open preview in case its not available

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8530 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Fixed issue where additional render states in material would always have apply...
shadowislord [Wed, 26 Oct 2011 03:30:17 +0000 (03:30 +0000)]
 * Fixed issue where additional render states in material would always have apply*** flags set to true, added workaround for old versions of material
 * RenderState now exports/imports apply*** flags

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8529 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix in normals calculations when Y is up axis.
Kaelthas_Spellsinger@o2.pl [Tue, 25 Oct 2011 19:26:58 +0000 (19:26 +0000)]
Fix in normals calculations when Y is up axis.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8528 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoBatching :
remy.bouquet@gmail.com [Tue, 25 Oct 2011 16:46:25 +0000 (16:46 +0000)]
Batching :
- BatchNode can now batch a scene graph with several materials. It creates a batch by material
- Added a SimpleBatchNode that batch only geometries (no sub node graph) for better performances
- removed RF_REFRESHBATCH from Spatial as it's no longer needed
- changed test cases a bit

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8527 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- improve linux .deb installer creation
normen667 [Tue, 25 Oct 2011 12:41:57 +0000 (12:41 +0000)]
- improve linux .deb installer creation

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8525 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoInternal surgery to AppStateManager to provide more
PSpeed42@gmail.com [Mon, 24 Oct 2011 21:14:25 +0000 (21:14 +0000)]
Internal surgery to AppStateManager to provide more
consistent app state lifecycle, fix some state transition
related bugs, and stop confusing users... well, at least
confusing them less hopefully.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8524 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAdded a setTimer() method for switching the default
PSpeed42@gmail.com [Mon, 24 Oct 2011 19:31:50 +0000 (19:31 +0000)]
Added a setTimer() method for switching the default
Timer implementation.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8523 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- remove size check from natives extraction (write test needed for windows anyway)
normen667 [Sun, 23 Oct 2011 21:34:46 +0000 (21:34 +0000)]
- remove size check from natives extraction (write test needed for windows anyway)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8521 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Prevent crash in Animation if no tracks are set on animation
shadowislord [Sun, 23 Oct 2011 21:03:39 +0000 (21:03 +0000)]
 * Prevent crash in Animation if no tracks are set on animation
 * Ogre3D .material files will still load even if a single texture is not found
 * Show any exceptions that occur in material loading (if any are thrown)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8519 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add write test to natives extraction
normen667 [Sun, 23 Oct 2011 19:27:15 +0000 (19:27 +0000)]
- add write test to natives extraction

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8518 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoJavadoc fixes for com.jme3.math.Triangle
skye.book [Sun, 23 Oct 2011 18:20:14 +0000 (18:20 +0000)]
Javadoc fixes for com.jme3.math.Triangle

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8517 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoChanges to Y-is-Up-Axis issue.
Kaelthas_Spellsinger@o2.pl [Sun, 23 Oct 2011 14:30:22 +0000 (14:30 +0000)]
Changes to Y-is-Up-Axis issue.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8516 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change natives extraction to check for space *and* writability
normen667 [Sun, 23 Oct 2011 14:26:38 +0000 (14:26 +0000)]
- change natives extraction to check for space *and* writability

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8515 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoDocumentation fixes for BatchNode: Improved Javadoc and inclusion of license header
skye.book [Sun, 23 Oct 2011 06:29:10 +0000 (06:29 +0000)]
Documentation fixes for BatchNode: Improved Javadoc and inclusion of license header

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8514 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- new splash screen
normen667 [Sat, 22 Oct 2011 20:14:42 +0000 (20:14 +0000)]
- new splash screen

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8512 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- revert platform changes
normen667 [Sat, 22 Oct 2011 19:25:19 +0000 (19:25 +0000)]
- revert platform changes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8511 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- revert platform changes
normen667 [Sat, 22 Oct 2011 18:36:22 +0000 (18:36 +0000)]
- revert platform changes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8510 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change natives extraction to use getUsableSpace(), which checks for user permission...
normen667 [Sat, 22 Oct 2011 17:32:26 +0000 (17:32 +0000)]
- change natives extraction to use getUsableSpace(), which checks for user permissions etc. too.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8509 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- SDK: update platform config
normen667 [Sat, 22 Oct 2011 17:21:21 +0000 (17:21 +0000)]
- SDK: update platform config

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8508 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- SDK: fix logging dependency
normen667 [Sat, 22 Oct 2011 17:17:28 +0000 (17:17 +0000)]
- SDK: fix logging dependency

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8507 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- SDK: update some manual pages
normen667 [Sat, 22 Oct 2011 16:28:19 +0000 (16:28 +0000)]
- SDK: update some manual pages

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8506 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change splash screens
normen667 [Sat, 22 Oct 2011 15:40:45 +0000 (15:40 +0000)]
- change splash screens

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8505 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change stable target for pre-release versioning
normen667 [Sat, 22 Oct 2011 15:29:28 +0000 (15:29 +0000)]
- change stable target for pre-release versioning

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8504 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change update center locations
normen667 [Sat, 22 Oct 2011 13:27:21 +0000 (13:27 +0000)]
- change update center locations

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8503 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update build file and native bullet properties for release
normen667 [Sat, 22 Oct 2011 13:11:28 +0000 (13:11 +0000)]
- update build file and native bullet properties for release

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8502 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- Deprecated PositionTrack, RotationTrack, ScaleTrack as they should be replaced...
remy.bouquet@gmail.com [Sat, 22 Oct 2011 12:51:20 +0000 (12:51 +0000)]
- Deprecated PositionTrack, RotationTrack, ScaleTrack as they should be replaced by spatial animation.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8501 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- Removed old batching classes (GeometryBatch and BatchedGeometries) as they are...
remy.bouquet@gmail.com [Sat, 22 Oct 2011 08:20:53 +0000 (08:20 +0000)]
- Removed old batching classes (GeometryBatch and BatchedGeometries) as they are no longer needed
- removed the test cases too

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8500 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoupdate windwos bullet natives (32bit)
normen667 [Sat, 22 Oct 2011 03:32:15 +0000 (03:32 +0000)]
update windwos bullet natives (32bit)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8499 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix bullet build properties
normen667 [Sat, 22 Oct 2011 03:27:51 +0000 (03:27 +0000)]
- fix bullet build properties

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update osx bullet natives
normen667 [Sat, 22 Oct 2011 03:22:49 +0000 (03:22 +0000)]
- update osx bullet natives

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8497 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- remove wheel finalization completely, need no deletion..
normen667 [Sat, 22 Oct 2011 03:18:20 +0000 (03:18 +0000)]
- remove wheel finalization completely, need no deletion..

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8496 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- revert previous commit
normen667 [Sat, 22 Oct 2011 03:02:49 +0000 (03:02 +0000)]
- revert previous commit

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8495 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- re-enable clearing of wheels as its not done in btRaycastVehicle destructor (though...
normen667 [Sat, 22 Oct 2011 03:01:09 +0000 (03:01 +0000)]
- re-enable clearing of wheels as its not done in btRaycastVehicle destructor (though one can not remove wheels oO)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8494 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change finalize method of VehicleWheel
normen667 [Sat, 22 Oct 2011 02:58:39 +0000 (02:58 +0000)]
- change finalize method of VehicleWheel

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8493 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update osx bullet natives
normen667 [Sat, 22 Oct 2011 02:11:35 +0000 (02:11 +0000)]
- update osx bullet natives

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8492 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update osx bullet natives
normen667 [Sat, 22 Oct 2011 02:07:30 +0000 (02:07 +0000)]
- update osx bullet natives

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8491 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoupdate windows bullet native (32bit)
normen667 [Sat, 22 Oct 2011 02:04:08 +0000 (02:04 +0000)]
update windows bullet native (32bit)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8490 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- bullet native: change casting of java long to c++ objects
normen667 [Sat, 22 Oct 2011 01:57:40 +0000 (01:57 +0000)]
- bullet native: change casting of java long to c++ objects

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8489 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change pointers to jlong across platforms
normen667 [Sat, 22 Oct 2011 01:00:42 +0000 (01:00 +0000)]
- change pointers to jlong across platforms

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8488 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- commit possible fix for windows 64 pointer casting issues, see http://msdn.microsof...
normen667 [Sat, 22 Oct 2011 00:42:17 +0000 (00:42 +0000)]
- commit possible fix for windows 64 pointer casting issues, see msdn.microsoft.com/en-us/library/aa384242(v=vs.85).aspx

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8487 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Native extraction will place natives in working directory unless its non-writable...
shadowislord [Sat, 22 Oct 2011 00:01:07 +0000 (00:01 +0000)]
 * Native extraction will place natives in working directory unless its non-writable, in that case it will place them in <home dir>/.jme3/natives_<apphash>
 * Hopefully fixed NPE in computing extraction hash

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8486 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change SceneApplication to use new panel initialization
normen667 [Fri, 21 Oct 2011 23:21:05 +0000 (23:21 +0000)]
- change SceneApplication to use new panel initialization

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8485 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change build script to revert all changes to jme3 before build
normen667 [Fri, 21 Oct 2011 23:07:25 +0000 (23:07 +0000)]
- change build script to revert all changes to jme3 before build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8484 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add macosx bullet native
normen667 [Fri, 21 Oct 2011 23:05:32 +0000 (23:05 +0000)]
- add macosx bullet native

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8483 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoupdate bullet native for windows 32bit
normen667 [Fri, 21 Oct 2011 23:02:03 +0000 (23:02 +0000)]
update bullet native for windows 32bit

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8482 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Added AwtPanel.attachTo() argument that allows attaching panel to main framebuffer...
shadowislord [Fri, 21 Oct 2011 23:01:34 +0000 (23:01 +0000)]
 * Added AwtPanel.attachTo() argument that allows attaching panel to main framebuffer instead of replacing it on the viewports

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8481 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- native bullet: fix PhysicsVehicle wheel handling, using wheelIndex to select wheels now
normen667 [Fri, 21 Oct 2011 22:58:23 +0000 (22:58 +0000)]
- native bullet: fix PhysicsVehicle wheel handling, using wheelIndex to select wheels now

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8480 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- Dynamic Batching
remy.bouquet@gmail.com [Fri, 21 Oct 2011 22:26:03 +0000 (22:26 +0000)]
- Dynamic Batching
- Forgot the temp vars

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- Dynamic Batching
remy.bouquet@gmail.com [Fri, 21 Oct 2011 21:47:12 +0000 (21:47 +0000)]
- Dynamic Batching
- Added a BatchNode that can batch geometries in its sub graph
- added support for matching to Geometry
- created propper test cases
- added a refresh flag to spatial RF_REFRESHBATCH to refresh the batch only when needed

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8478 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix PhysicsVehicle initialization
normen667 [Fri, 21 Oct 2011 18:26:20 +0000 (18:26 +0000)]
- fix PhysicsVehicle initialization

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8477 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add backengineered JmeVersion to fix build
normen667 [Fri, 21 Oct 2011 12:01:02 +0000 (12:01 +0000)]
- add backengineered JmeVersion to fix build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8476 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoMake BitmapFont's calculation of line width match
PSpeed42@gmail.com [Fri, 21 Oct 2011 09:07:27 +0000 (09:07 +0000)]
Make BitmapFont's calculation of line width match
BitmapText's version.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8475 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoTook out the unbaking of kerning because it _does_
PSpeed42@gmail.com [Fri, 21 Oct 2011 08:53:02 +0000 (08:53 +0000)]
Took out the unbaking of kerning because it _does_
affect all subsequent cursor positions unlike xOffset.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8474 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoThe last change neglected the first character which
PSpeed42@gmail.com [Fri, 21 Oct 2011 08:44:25 +0000 (08:44 +0000)]
The last change neglected the first character which
has special treatment for its x0 setting but still
requires that the xAdvance be adjusted to account
for accumulated xOffset.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8473 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixed some really odd text advance behavior that
PSpeed42@gmail.com [Fri, 21 Oct 2011 08:27:09 +0000 (08:27 +0000)]
Fixed some really odd text advance behavior that
caused letters and characters to overlap each other.
Basically, the offset was being included in the next
chars position... and it shouldn't be.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8472 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Natives are now extracted to user.home based on hash of classpath and last modifie...
shadowislord [Fri, 21 Oct 2011 03:45:28 +0000 (03:45 +0000)]
 * Natives are now extracted to user.home based on hash of classpath and last modified of jMonkeyEngine3.jar
 * Fixed crash in BloomFilter when screen size is 1x1

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8471 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Allow loading non-square power-of-2 textures without resize
shadowislord [Fri, 21 Oct 2011 01:21:46 +0000 (01:21 +0000)]
 * Allow loading non-square power-of-2 textures without resize

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8470 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago * Fix nifty border rendering gradient
shadowislord [Fri, 21 Oct 2011 00:46:56 +0000 (00:46 +0000)]
 * Fix nifty border rendering gradient
 * Fix nifty text black borders or not getting rendered

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8469 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixing a bug that occured when the model was invalid and had no faces (only a line...
Kaelthas_Spellsinger@o2.pl [Thu, 20 Oct 2011 18:06:18 +0000 (18:06 +0000)]
Fixing a bug that occured when the model was invalid and had no faces (only a line for example).
Such model will not be visible.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8468 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change spatial warning on update state to include hint to threading problems
normen667 [Thu, 20 Oct 2011 12:44:11 +0000 (12:44 +0000)]
- change spatial warning on update state to include hint to threading problems

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8467 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- Excluded spatials that have a cullHint.Always from shadow queues
remy.bouquet@gmail.com [Wed, 19 Oct 2011 21:02:03 +0000 (21:02 +0000)]
- Excluded spatials that have a cullHint.Always from shadow queues

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8466 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoCreated clickable links out of http mentions in all jME3 Javadoc
skye.book [Wed, 19 Oct 2011 20:23:39 +0000 (20:23 +0000)]
Created clickable links out of http mentions in all jME3 Javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8465 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoCreated clickable links out of http mentions in Camera Javadoc
skye.book [Wed, 19 Oct 2011 19:50:07 +0000 (19:50 +0000)]
Created clickable links out of http mentions in Camera Javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8464 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- used tempVars for path interpolation instead of temp attributes
remy.bouquet@gmail.com [Wed, 19 Oct 2011 18:42:05 +0000 (18:42 +0000)]
- used tempVars for path interpolation instead of temp attributes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8463 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix for broken Javadoc in Material
skye.book [Wed, 19 Oct 2011 15:33:13 +0000 (15:33 +0000)]
Fix for broken Javadoc in Material

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8462 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- remove System.out.println from SaveGame.. again
normen667 [Wed, 19 Oct 2011 13:59:57 +0000 (13:59 +0000)]
- remove System.out.println from SaveGame.. again

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8461 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoupdate nifty-1.3.1 SNAPSHOT libs
void65536@googlemail.com [Wed, 19 Oct 2011 01:12:14 +0000 (01:12 +0000)]
update nifty-1.3.1 SNAPSHOT libs

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8460 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agooptimize GC performance while creating keys for the BitmapText cache
void65536@googlemail.com [Wed, 19 Oct 2011 01:10:49 +0000 (01:10 +0000)]
optimize GC performance while creating keys for the BitmapText cache

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8459 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agodefault distance for TerrainLodControl
brentowens [Tue, 18 Oct 2011 23:29:35 +0000 (23:29 +0000)]
default distance for TerrainLodControl

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8458 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agofixed lod in TestSpotLightTerrain
brentowens [Tue, 18 Oct 2011 23:25:20 +0000 (23:25 +0000)]
fixed lod in TestSpotLightTerrain

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8457 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- SDK: update some help sets
normen667 [Tue, 18 Oct 2011 23:12:54 +0000 (23:12 +0000)]
- SDK: update some help sets

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8456 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix TestWalkingChar shooting
normen667 [Tue, 18 Oct 2011 22:44:51 +0000 (22:44 +0000)]
- fix TestWalkingChar shooting

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8455 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- disable "smoothing" of jme framerate by deafult
normen667 [Tue, 18 Oct 2011 22:21:38 +0000 (22:21 +0000)]
- disable "smoothing" of jme framerate by deafult
- move smoothing timer to LwjglSmoothingTimer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8454 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- used back system timer for cinematics, whatever it is :D
remy.bouquet@gmail.com [Tue, 18 Oct 2011 22:10:41 +0000 (22:10 +0000)]
- used back system timer for cinematics, whatever it is :D

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8453 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- use GZIP in SaveGame
normen667 [Tue, 18 Oct 2011 21:15:16 +0000 (21:15 +0000)]
- use GZIP in SaveGame

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8452 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix for strange character encoding in Box Javadoc
skye.book [Tue, 18 Oct 2011 21:14:52 +0000 (21:14 +0000)]
Fix for strange character encoding in Box Javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8451 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix for incorrect Javadoc in Box
skye.book [Tue, 18 Oct 2011 21:12:53 +0000 (21:12 +0000)]
Fix for incorrect Javadoc in Box

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8450 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agofixed the jME3 classpath for Eclipse users (incorrect NiftyGUI references)
skye.book [Tue, 18 Oct 2011 21:00:53 +0000 (21:00 +0000)]
fixed the jME3 classpath for Eclipse users (incorrect NiftyGUI references)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8449 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- remove System.out.println from SaveGame class
normen667 [Tue, 18 Oct 2011 20:35:28 +0000 (20:35 +0000)]
- remove System.out.println from SaveGame class

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8448 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- remove System.out.println from SaveGame class
normen667 [Tue, 18 Oct 2011 20:33:40 +0000 (20:33 +0000)]
- remove System.out.println from SaveGame class

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8447 75d07b2b-3a1a-0410-a2c5-0572b91ccdca