OSDN Git Service

mikumikustudio/MikuMikuStudio.git
13 years ago * Added new renderer capability: NonPowerOfTwoTextures
shadowislord [Sun, 3 Apr 2011 21:45:29 +0000 (21:45 +0000)]
 * Added new renderer capability: NonPowerOfTwoTextures
 * LwjglRenderer will show warnings when NPOT textures are used and the graphics card doesn't support them
 * LwjglGL1Renderer will scale textures to POT sizes if NPOT is not supported
 * Enable simple logging

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

13 years ago- refresh parent and created folder after model import
normen667 [Sun, 3 Apr 2011 21:43:24 +0000 (21:43 +0000)]
- refresh parent and created folder after model import

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

13 years ago * J3O files will now automatically load J3M files if they were loaded via assetManag...
shadowislord [Sun, 3 Apr 2011 21:04:47 +0000 (21:04 +0000)]
 * J3O files will now automatically load J3M files if they were loaded via assetManager.loadMaterial()

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

13 years ago * TextureKey.equals() now takes into account flip Y flag
shadowislord [Sun, 3 Apr 2011 19:54:26 +0000 (19:54 +0000)]
 * TextureKey.equals() now takes into account flip Y flag

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

13 years ago- remove updateModelBounds() call from BasicGame template
normen667 [Sun, 3 Apr 2011 15:36:53 +0000 (15:36 +0000)]
- remove updateModelBounds() call from BasicGame template

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

13 years ago- remove deprecated material data from BasicGame template Main.java
normen667 [Sun, 3 Apr 2011 15:35:25 +0000 (15:35 +0000)]
- remove deprecated material data from BasicGame template Main.java

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

13 years agoNode : fixed setTransformRefresh to properly set the transform refresh to all the...
remy.bouquet@gmail.com [Sun, 3 Apr 2011 10:33:59 +0000 (10:33 +0000)]
Node :  fixed setTransformRefresh to properly set the transform refresh to all the node's children.

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

13 years ago- Used TempVars for transform calculation in getOffsetTransform
remy.bouquet@gmail.com [Sun, 3 Apr 2011 09:13:47 +0000 (09:13 +0000)]
- Used TempVars for transform calculation in getOffsetTransform

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

13 years agoFixed an indexing bug introduced by the last change.
PSpeed42@gmail.com [Sun, 3 Apr 2011 06:29:03 +0000 (06:29 +0000)]
Fixed an indexing bug introduced by the last change.

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

13 years ago * Proper TempVars lock/unlock usage in SkeletonControl ... Although it shouldn't...
shadowislord [Sun, 3 Apr 2011 05:04:14 +0000 (05:04 +0000)]
 * Proper TempVars lock/unlock usage in SkeletonControl ... Although it shouldn't really break anything since that class is the only one using the skinning arrays.
 * Deprecated Transform.Identity since it does not follow conventions. Added IDENTITY to replace it.

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

13 years ago * Fixed a possible issue where updateLogicalState could cause an IndexOutOfBoundsExc...
shadowislord [Sun, 3 Apr 2011 04:46:03 +0000 (04:46 +0000)]
 * Fixed a possible issue where updateLogicalState could cause an IndexOutOfBoundsException

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

13 years ago * Made Bone.getAttachmentsNode() private, instead the method in AnimControl should...
shadowislord [Sun, 3 Apr 2011 03:56:39 +0000 (03:56 +0000)]
 * Made Bone.getAttachmentsNode() private, instead the method in AnimControl should be used
 * Lights do not have names because they are not part of the scene graph
 * Fixed compiler warnings with IntMap iteration

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

13 years agoGetting rid of a couple of compiler warnings.
PSpeed42@gmail.com [Sun, 3 Apr 2011 03:09:08 +0000 (03:09 +0000)]
Getting rid of a couple of compiler warnings.

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

13 years agoUnreverted back change http://code.google.com/p/jmonkeyengine/source/detail?r=7142...
remy.bouquet@gmail.com [Sat, 2 Apr 2011 22:58:13 +0000 (22:58 +0000)]
Unreverted back change code.google.com/p/jmonkeyengine/source/detail?r=7142 because change is so fun :D, and it's more logical...i guess

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

13 years agoBone animation :
remy.bouquet@gmail.com [Sat, 2 Apr 2011 22:41:47 +0000 (22:41 +0000)]
Bone animation :
- Split of the AnimControl in two parts :
- The AnimControl that handles skeleton transformation via tha animation data
- The SkeletonControl that handles the skinning of the mesh using skeleton transformations
- Ensured backward compatibility with old j3o files, and changed the ogre mesh loader to create the controls properly
- Reverted change http://code.google.com/p/jmonkeyengine/source/detail?r=7142 transforms passed to the setUserTransform methods must be considered as increments to current transform
- Fixed some issues in the ragdollControl and test case (still WIP don't use it)

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

13 years ago- fix SceneToolController AppState implementation
normen667 [Sat, 2 Apr 2011 20:57:06 +0000 (20:57 +0000)]
- fix SceneToolController AppState implementation

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

13 years ago- remove isActive from AppState interface
normen667 [Sat, 2 Apr 2011 20:50:00 +0000 (20:50 +0000)]
- remove isActive from AppState interface

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

13 years agoFixed tests that use wildHouse.zip so that the loading append in the simple init...
remy.bouquet@gmail.com [Sat, 2 Apr 2011 08:45:55 +0000 (08:45 +0000)]
Fixed tests that use wildHouse.zip so that the loading append in the simple init and not in the main, because it fails since the testChooser change
On a side note the wildhouse.zip in the download section is not the same as the one in the test package, and fails to load due to bad file naming (meshxml instead of mesh.xml)

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

13 years ago * Forgot this one ..
shadowislord [Sat, 2 Apr 2011 01:51:54 +0000 (01:51 +0000)]
 * Forgot this one ..

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

13 years ago * OBJLoader will no longer crash when it cannot find materials in MTL file
shadowislord [Sat, 2 Apr 2011 01:50:01 +0000 (01:50 +0000)]
 * OBJLoader will no longer crash when it cannot find materials in MTL file
 * Fixed bug where calling any of the Listener methods would have no effect

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

13 years agoRemove the line that puts all bitmap text into the
PSpeed42@gmail.com [Fri, 1 Apr 2011 23:35:57 +0000 (23:35 +0000)]
Remove the line that puts all bitmap text into the
Gui bucket by default because it's confusing and in
most cases the bitmap text would have inherited that
bucket from its parent if it were appropriate.  Unless
someone educates me as to the error of my ways.

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

13 years agoAdded a log INFO message for when messages are dispatched
PSpeed42@gmail.com [Fri, 1 Apr 2011 21:42:13 +0000 (21:42 +0000)]
Added a log INFO message for when messages are dispatched
and no listeners are registered to receive it.

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

13 years agoFixed an NPE (apparently harmless) for a certain connection
PSpeed42@gmail.com [Fri, 1 Apr 2011 21:33:13 +0000 (21:33 +0000)]
Fixed an NPE (apparently harmless) for a certain connection
teardown ordering and added some logging just to be sure
the channels are getting closed.

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

13 years agoFixed a getConnection() bug caused by a silent autoboxing
PSpeed42@gmail.com [Fri, 1 Apr 2011 21:23:48 +0000 (21:23 +0000)]
Fixed a getConnection() bug caused by a silent autoboxing
issue left over from when the long -> int client ID
conversion was made.  Now connection lookups work again.

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

13 years agoRagdollControl ---WIP----
remy.bouquet@gmail.com [Fri, 1 Apr 2011 17:51:54 +0000 (17:51 +0000)]
RagdollControl ---WIP----
- Automatic creation of the ragdoll collisions shapes
- Changed TestBoneRagdoll (press space to activate physics, left click to shoot bombs)

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

13 years agoMissing Search Textfield in TestChooser
mulova [Fri, 1 Apr 2011 04:45:49 +0000 (04:45 +0000)]
Missing Search Textfield in TestChooser

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

13 years ago- fix Ray vars unlocking
normen667 [Thu, 31 Mar 2011 23:34:53 +0000 (23:34 +0000)]
- fix Ray vars unlocking

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

13 years ago- fix use of tempVars
normen667 [Thu, 31 Mar 2011 22:49:58 +0000 (22:49 +0000)]
- fix use of tempVars

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

13 years ago- add rotation fix for SimpleWater plane , thanks to @batkid
normen667 [Thu, 31 Mar 2011 22:42:13 +0000 (22:42 +0000)]
- add rotation fix for SimpleWater plane , thanks to @batkid
http://jmonkeyengine.org/groups/effects/forum/topic/changing-the-rotation-of-simplewaterprocessor/

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

13 years ago- add AbstractToolWizardAction
normen667 [Thu, 31 Mar 2011 11:27:06 +0000 (11:27 +0000)]
- add AbstractToolWizardAction

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

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/checking...
mulova [Thu, 31 Mar 2011 08:45:49 +0000 (08:45 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/checking-gui-culling/
Check Culling of Gui Node on Screen Space
Now Gui node can have Bucket.Dynamic

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

13 years agoTestChooser multi-run fix.
mulova [Thu, 31 Mar 2011 08:40:53 +0000 (08:40 +0000)]
TestChooser multi-run fix.
Not all TestXXX class extends Application class.
If test doesn't extend Application, call main() instead of start() method.

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

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/renaming...
mulova [Thu, 31 Mar 2011 00:26:13 +0000 (00:26 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/renaming-appstate-setactive-setenabled/
Renaming AppState.setActive()/isActive() to setEnabled()/isEnabled() for consistency

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

13 years agoBone Animation : fixed scale on user transform
remy.bouquet@gmail.com [Wed, 30 Mar 2011 04:31:59 +0000 (04:31 +0000)]
Bone Animation : fixed scale on user transform

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

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/add-double...
mulova [Wed, 30 Mar 2011 02:04:12 +0000 (02:04 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/add-double-click-enter-support-for-testchooser/
Add double click, enter, multiple selection support for TestChooser

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

13 years ago- add target to zip templates to main build.xml
normen667 [Tue, 29 Mar 2011 15:30:38 +0000 (15:30 +0000)]
- add target to zip templates to main build.xml

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

13 years ago- Add ProjectAssetManager accessor to abstract SceneExplorer actions
normen667 [Tue, 29 Mar 2011 15:24:48 +0000 (15:24 +0000)]
- Add ProjectAssetManager accessor to abstract SceneExplorer actions
- Use ProjectAssetManager in SkyBox wizard instead of "dirty" SceneApplication.getApplication().getAssetManager()

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

13 years ago- Create "New Control" and "New Spatial" abstract classes that allow showing a Wizard...
normen667 [Tue, 29 Mar 2011 15:19:27 +0000 (15:19 +0000)]
- Create "New Control" and "New Spatial" abstract classes that allow showing a Wizard before creation
- Fix freeze of Add Skybox.. in Terrain Editor

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

13 years agoHad this one hanging around from like a month ago...
PSpeed42@gmail.com [Tue, 29 Mar 2011 04:31:53 +0000 (04:31 +0000)]
Had this one hanging around from like a month ago...
Added the ability to set the geometry comparators
for the buckets for those cases where the app may
know better.

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

13 years agoDeprecated registerPackage() and added a log INFO to
PSpeed42@gmail.com [Mon, 28 Mar 2011 19:33:41 +0000 (19:33 +0000)]
Deprecated registerPackage() and added a log INFO to
log all classes that are registered.

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

13 years ago- Small cleanups in SceneVieweropComponent and SceneApplication
normen667 [Mon, 28 Mar 2011 14:41:15 +0000 (14:41 +0000)]
- Small cleanups in SceneVieweropComponent and SceneApplication
- Add new nifty wiki pages to manual
- Update wiki pages

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

13 years ago- add workaround for previews (SceneViewer opens when preview is needed)
normen667 [Mon, 28 Mar 2011 13:25:36 +0000 (13:25 +0000)]
- add workaround for previews (SceneViewer opens when preview is needed)

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

13 years ago * Fixed bug with dual UV channel loading, forgot to do it in the previous revision..
shadowislord [Mon, 28 Mar 2011 04:02:29 +0000 (04:02 +0000)]
 * Fixed bug with dual UV channel loading, forgot to do it in the previous revision..

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

13 years ago * Fixed bug with OgreXML loader not actually supporting 2nd UV channel
shadowislord [Mon, 28 Mar 2011 02:33:57 +0000 (02:33 +0000)]
 * Fixed bug with OgreXML loader not actually supporting 2nd UV channel

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

13 years ago- use only FileObject instead of File
normen667 [Sun, 27 Mar 2011 21:36:04 +0000 (21:36 +0000)]
- use only FileObject instead of File

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

13 years ago- add style selection to FontCreator
normen667 [Sun, 27 Mar 2011 20:15:24 +0000 (20:15 +0000)]
- add style selection to FontCreator

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

13 years ago * Fixed issue where Nifty GUI would consume all mouse button events
shadowislord [Sun, 27 Mar 2011 19:44:51 +0000 (19:44 +0000)]
 * Fixed issue where Nifty GUI would consume all mouse button events
 * Made video player deprecated

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

13 years ago- fix typo "padding" in fnt file
normen667 [Sun, 27 Mar 2011 19:12:11 +0000 (19:12 +0000)]
- fix typo "padding" in fnt file

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

13 years ago- FontCreator creates working AngelFonts now
normen667 [Sun, 27 Mar 2011 17:07:47 +0000 (17:07 +0000)]
- FontCreator creates working AngelFonts now

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

13 years ago- fix Nifty compile
normen667 [Sun, 27 Mar 2011 10:39:48 +0000 (10:39 +0000)]
- fix Nifty compile

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

13 years agoModified to log and continue when the message/event
PSpeed42@gmail.com [Sun, 27 Mar 2011 07:17:54 +0000 (07:17 +0000)]
Modified to log and continue when the message/event
dispatch throws exceptions.  This protects the server
from dying just because of a bad listener.

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

13 years agoRemoving an errant println.
PSpeed42@gmail.com [Sun, 27 Mar 2011 05:47:29 +0000 (05:47 +0000)]
Removing an errant println.

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

13 years agoAdded code that will wake up the blocked kernel-caller
PSpeed42@gmail.com [Sun, 27 Mar 2011 05:39:00 +0000 (05:39 +0000)]
Added code that will wake up the blocked kernel-caller
if there are events to deal with.  This wasn't a big
deal for connects because there's always an accompanying
message but for disconnects we wouldn't get events until
the next message came through.  Always meant to go back
and fix it and now I have.  Note: this is because our
adapters use a single thread for pulling envelopes off
and for dispatching connection events.

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

13 years agoAdded some info logging for connection close events...
PSpeed42@gmail.com [Sun, 27 Mar 2011 05:37:06 +0000 (05:37 +0000)]
Added some info logging for connection close events...
we log connect, might as well log disconnect.

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

13 years agoThis would have saved me soooo much time. Serializer's
PSpeed42@gmail.com [Sun, 27 Mar 2011 05:31:21 +0000 (05:31 +0000)]
This would have saved me soooo much time.  Serializer's
single-arg registerClass() method now throws an exception
if the object is not marked Serializable.  Internally,
the package-load stuff uses the new alternate method that
allows safe non-exception throwing registration since it's
hitting it with every class in a package.
Interestingly enough, messages will still get written out
because of some questionable code in writeClassAndObject()...
but it won't be read as anything but null despite its
40+ bytes of data.

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

13 years ago- add check for negative force to BombControl
normen667 [Sun, 27 Mar 2011 00:35:54 +0000 (00:35 +0000)]
- add check for negative force to BombControl

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

13 years agoUse an extra byte per final-typed field to handle
PSpeed42@gmail.com [Sat, 26 Mar 2011 22:44:09 +0000 (22:44 +0000)]
Use an extra byte per final-typed field to handle
the case of nulls.  Note: this is specific to
serialized objects and is therefore not adding
a byte to things like Strings or arrays... those
will have to be reviewed separately.

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

13 years agoA better exception for errors that really should have a root
PSpeed42@gmail.com [Sat, 26 Mar 2011 21:32:49 +0000 (21:32 +0000)]
A better exception for errors that really should have a root
cause.  It's possible to set it right on IOException but not
at all convenient.

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

13 years agoTurns out I did things a bit wrong with respect to the new nifty mouse even queue....
ractoc@gmail.com [Fri, 25 Mar 2011 23:56:43 +0000 (23:56 +0000)]
Turns out I did things a bit wrong with respect to the new nifty mouse even queue....
I called stuff that was meant to be internal to nifty. That's fixed now. Also had to replace the nifty examples jar with a new version. This version os BIG (15Mb). Void is working on a smaller one, but at least with this big one, things work as expected.

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

13 years ago- return null for OptimizeGeometry (no undo atm)
normen667 [Fri, 25 Mar 2011 23:46:50 +0000 (23:46 +0000)]
- return null for OptimizeGeometry (no undo atm)

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

13 years agoMouse wheel and the other two mouse buttons should now also be fixed. Since this...
ractoc@gmail.com [Fri, 25 Mar 2011 22:56:51 +0000 (22:56 +0000)]
Mouse wheel and the other two mouse buttons should now also be fixed. Since this is not tested in the NiftyGUI test there's no real of know till a test has been created though. To fix it I just tweaked the appropriate if statements a bit.

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

13 years agoupgraded nifty and nifty-default-controls to nightly build of 2011-03-24. Also fixed...
ractoc@gmail.com [Fri, 25 Mar 2011 21:59:52 +0000 (21:59 +0000)]
upgraded nifty and nifty-default-controls to nightly build of 2011-03-24. Also fixed the AwtMouseInput and removed some ununsed imports. The com.jme3.niftygui.InputSystem has been changed as well to correspond with the new Nifty way of working with mouse events. It now uses the new MouseInputEventQueue and the new NiftyMouseInputEvent.
There is still an issue with the mouse buttons besides the first mouse button. These should be picked up by nifty, but for some reason are not triggering a MouseButtonEvent. This is something Kirril will need to take a look at.

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

13 years ago- add undoObject to AbstractToolAction
normen667 [Fri, 25 Mar 2011 19:41:23 +0000 (19:41 +0000)]
- add undoObject to AbstractToolAction
- add Optimize Geometry tool
- fix Tool list generation

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

13 years ago- remove spaces from font names
normen667 [Fri, 25 Mar 2011 18:17:09 +0000 (18:17 +0000)]
- remove spaces from font names

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

13 years ago- fix FontCreator version
normen667 [Fri, 25 Mar 2011 16:47:35 +0000 (16:47 +0000)]
- fix FontCreator version
- fix font name passing

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

13 years ago- add Font Creator to build
normen667 [Fri, 25 Mar 2011 16:16:34 +0000 (16:16 +0000)]
- add Font Creator to build

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

13 years ago- add first version of font creator (use via New File..)
normen667 [Fri, 25 Mar 2011 16:15:56 +0000 (16:15 +0000)]
- add first version of font creator (use via New File..)

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

13 years agoMade the UDP port constant separate from TCP to allow
PSpeed42@gmail.com [Thu, 24 Mar 2011 19:34:07 +0000 (19:34 +0000)]
Made the UDP port constant separate from TCP to allow
for more interesting testing with fewer code changes.

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

13 years agoForgot to actually check the udp port for server
PSpeed42@gmail.com [Thu, 24 Mar 2011 19:31:30 +0000 (19:31 +0000)]
Forgot to actually check the udp port for server
creation... now it properly disables UDP for -1.

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

13 years agoModified so that a -1 UDP port completely disables UDP.
PSpeed42@gmail.com [Thu, 24 Mar 2011 19:26:09 +0000 (19:26 +0000)]
Modified so that a -1 UDP port completely disables UDP.
Client and server should match or bad things happen and it
might be worth adding this to the connection negotation
as a validation.

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

13 years ago- update build.xml names
normen667 [Thu, 24 Mar 2011 14:35:35 +0000 (14:35 +0000)]
- update build.xml names

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

13 years ago- close SceneViewer when scene is closed
normen667 [Thu, 24 Mar 2011 14:09:39 +0000 (14:09 +0000)]
- close SceneViewer when scene is closed

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

13 years ago- change hudson build target names so they dont appear in the NB project
normen667 [Thu, 24 Mar 2011 13:40:36 +0000 (13:40 +0000)]
- change hudson build target names so they dont appear in the NB project

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

13 years agoFix to bezier curve length computation.
Kaelthas_Spellsinger@o2.pl [Thu, 24 Mar 2011 11:41:50 +0000 (11:41 +0000)]
Fix to bezier curve length computation.

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

13 years agoBugfix: missing break might have caused problems with curves interpolations.
Kaelthas_Spellsinger@o2.pl [Thu, 24 Mar 2011 10:32:09 +0000 (10:32 +0000)]
Bugfix: missing break might have caused problems with curves interpolations.

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

13 years agoSmall fixes and support for closed NURBS surfaces.
Kaelthas_Spellsinger@o2.pl [Thu, 24 Mar 2011 10:08:06 +0000 (10:08 +0000)]
Small fixes and support for closed NURBS surfaces.

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

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/missing...
mulova [Thu, 24 Mar 2011 10:02:25 +0000 (10:02 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/missing-mouseevent-settime/
Set event time for MouseEvent

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

13 years agoChanged alpha value of output color to 1 to avoid problems with screenshots
remy.bouquet@gmail.com [Thu, 24 Mar 2011 09:42:57 +0000 (09:42 +0000)]
Changed alpha value of output color to 1 to avoid problems with screenshots

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

13 years agojME3
shadowislord [Thu, 24 Mar 2011 04:17:16 +0000 (04:17 +0000)]
jME3
 * RenderManager will reload "shader" boolean on each invocation of render(), since Renderer might not have proper capabilities set before canvas has been attached

jMP
 * Fixed some illegal calls in SceneApplication

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

13 years ago- windows had another one up the sleeve..
normen667 [Wed, 23 Mar 2011 23:51:23 +0000 (23:51 +0000)]
- windows had another one up the sleeve..

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

13 years ago- another hopefully final windows fix
normen667 [Wed, 23 Mar 2011 23:33:32 +0000 (23:33 +0000)]
- another hopefully final windows fix

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

13 years ago- fix windows newline to \r\n
normen667 [Wed, 23 Mar 2011 23:18:55 +0000 (23:18 +0000)]
- fix windows newline to \r\n

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

13 years ago- add windows \n\r to properties file during build
normen667 [Wed, 23 Mar 2011 22:47:43 +0000 (22:47 +0000)]
- add windows \n\r to properties file during build

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

13 years ago- create properties folder in build script before writing properties
normen667 [Wed, 23 Mar 2011 22:34:07 +0000 (22:34 +0000)]
- create properties folder in build script before writing properties

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

13 years agoBasic support for NURBS curves and surfaces added.
Kaelthas_Spellsinger@o2.pl [Wed, 23 Mar 2011 20:03:17 +0000 (20:03 +0000)]
Basic support for NURBS curves and surfaces added.

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

13 years agoFixed stupid buffer copy bug partially caused by some
PSpeed42@gmail.com [Wed, 23 Mar 2011 17:45:35 +0000 (17:45 +0000)]
Fixed stupid buffer copy bug partially caused by some
last minute shifts in APIs.  Anyway, outbound TCP
broadcasts work again and are more efficient since the
Kernel callers can better control when their message
buffers are copied (in this case it isn't necessary so
we save a buffer copy).

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

13 years agoFixes for the now gone local UDP port.
PSpeed42@gmail.com [Wed, 23 Mar 2011 17:25:56 +0000 (17:25 +0000)]
Fixes for the now gone local UDP port.

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

13 years agoPull the local UDP port from the ethereal set. The previous
PSpeed42@gmail.com [Wed, 23 Mar 2011 17:25:12 +0000 (17:25 +0000)]
Pull the local UDP port from the ethereal set.  The previous
way made the caller specify a local port due to an unusually
persistent bit of ancient lore lodged in my brain.

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

13 years ago- commit ideal version of window handling (not working atm)
normen667 [Wed, 23 Mar 2011 11:34:39 +0000 (11:34 +0000)]
- commit ideal version of window handling (not working atm)
- Application calls createCanvas() and startCanvas(true)
- SceneViewer window calls panel.add(getCanvas())

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

13 years ago- commit closeable sceneviewer
normen667 [Wed, 23 Mar 2011 10:21:11 +0000 (10:21 +0000)]
- commit closeable sceneviewer

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

13 years agoA crude but working chat client and server using swing
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:52:43 +0000 (07:52 +0000)]
A crude but working chat client and server using swing
on the client (could be converted to nifty someday).
Simple but lets users test UDP or TCP messaging.

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

13 years agoHostedConnection can now supply the Server instance
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:35:21 +0000 (07:35 +0000)]
HostedConnection can now supply the Server instance
that is hosting it.

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

13 years agoApplied the null filter fix to the UDP kernel that
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:34:56 +0000 (07:34 +0000)]
Applied the null filter fix to the UDP kernel that
has already been applied to the TCP kernel.

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

13 years agoPass the server name and version on through to the overloaded method.
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:04:56 +0000 (07:04 +0000)]
Pass the server name and version on through to the overloaded method.
Cut-paste typo.

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

13 years agoAdd missing copyright paraphrase of Curve class
mulova [Wed, 23 Mar 2011 04:58:34 +0000 (04:58 +0000)]
Add missing copyright paraphrase of Curve class

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

13 years ago * Big refactoring of LWJGL display system, mainly to support updating the main loop...
shadowislord [Wed, 23 Mar 2011 03:48:37 +0000 (03:48 +0000)]
 * Big refactoring of LWJGL display system, mainly to support updating the main loop without a render context or input devices being available.
 * Added test that demonstrates above functionality, by starting Application without attaching the canvas, and then constantly attaching and detaching canvas from a frame.
 * Deleted deprecated methods in JmeContext
 * Deleted deprecated class LwjglJoyInput
 * Audio renderer will not attempt to initialize OpenAL twice if already initialized

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

13 years ago- add message when assetpack was downloaded
normen667 [Wed, 23 Mar 2011 00:24:40 +0000 (00:24 +0000)]
- add message when assetpack was downloaded

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

13 years ago * Created test for (non-existent) safe canvas
shadowislord [Wed, 23 Mar 2011 00:16:11 +0000 (00:16 +0000)]
 * Created test for (non-existent) safe canvas

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

13 years ago- add user check before upload to AssetPacks upload
normen667 [Tue, 22 Mar 2011 22:11:35 +0000 (22:11 +0000)]
- add user check before upload to AssetPacks upload

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

13 years ago- add android build to main build file
normen667 [Tue, 22 Mar 2011 02:08:39 +0000 (02:08 +0000)]
- add android build to main build file

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