nor..67
07f9cf0d23
- remove updateModelBounds() call from BasicGame template
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7173 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
9ef10e5ac7
- remove deprecated material data from BasicGame template Main.java
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7172 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
db8034d894
Node : fixed setTransformRefresh to properly set the transform refresh to all the node's children.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7171 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
c63c4a3e2b
- Used TempVars for transform calculation in getOffsetTransform
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7170 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
70c1db322f
Fixed an indexing bug introduced by the last change.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7169 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
636339a432
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7168 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
2611139702
* Fixed a possible issue where updateLogicalState could cause an IndexOutOfBoundsException
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7167 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
548eb26428
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7166 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
8858ccf2ef
Getting rid of a couple of compiler warnings.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7165 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
109c6b4ef7
Unreverted back change http://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: https://jmonkeyengine.googlecode.com/svn/trunk@7164 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
dc030c897f
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: https://jmonkeyengine.googlecode.com/svn/trunk@7163 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
e4c8769be0
- fix SceneToolController AppState implementation
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7162 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
cdd44058d8
- remove isActive from AppState interface
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7161 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
6d27155e86
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: https://jmonkeyengine.googlecode.com/svn/trunk@7159 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
56554d970d
* Forgot this one ..
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7158 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
12fae01a80
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7157 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
ee7ba81ee3
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: https://jmonkeyengine.googlecode.com/svn/trunk@7156 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
858925182e
Added a log INFO message for when messages are dispatched
...
and no listeners are registered to receive it.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7154 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
d3364b4622
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: https://jmonkeyengine.googlecode.com/svn/trunk@7153 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
50465e37b3
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: https://jmonkeyengine.googlecode.com/svn/trunk@7152 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
50d55b7e59
RagdollControl ---WIP----
...
- Automatic creation of the ragdoll collisions shapes
- Changed TestBoneRagdoll (press space to activate physics, left click to shoot bombs)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7151 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
mul..va
4877b17cab
Missing Search Textfield in TestChooser
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7150 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
2267d5ff1f
- fix Ray vars unlocking
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7149 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
3c10d7c16b
- fix use of tempVars
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7148 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
d80616ef89
- add rotation fix for SimpleWater plane , thanks to @batkid
...
http://jmonkeyengine.org/groups/effects/forum/topic/changing-the-rotation-of-simplewaterprocessor/
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7147 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
43c0d1edfe
- add AbstractToolWizardAction
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7146 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
mul..va
e280c27adf
URL: http://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: https://jmonkeyengine.googlecode.com/svn/trunk@7145 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
mul..va
fbc980152e
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: https://jmonkeyengine.googlecode.com/svn/trunk@7144 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
mul..va
16fc60c8a0
URL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/renaming-appstate-setactive-setenabled/
...
Renaming AppState.setActive()/isActive() to setEnabled()/isEnabled() for consistency
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7143 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
2762ba3b27
Bone Animation : fixed scale on user transform
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7142 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
mul..va
df8680bf17
URL: http://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: https://jmonkeyengine.googlecode.com/svn/trunk@7141 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
bc186ecb48
- add target to zip templates to main build.xml
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7140 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
58ddf49040
- Add ProjectAssetManager accessor to abstract SceneExplorer actions
...
- Use ProjectAssetManager in SkyBox wizard instead of "dirty" SceneApplication.getApplication().getAssetManager()
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7139 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
197d793cc8
- 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: https://jmonkeyengine.googlecode.com/svn/trunk@7138 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
228a207aaf
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: https://jmonkeyengine.googlecode.com/svn/trunk@7137 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
37cc6e581d
Deprecated registerPackage() and added a log INFO to
...
log all classes that are registered.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7136 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
55ea5239cb
- Small cleanups in SceneVieweropComponent and SceneApplication
...
- Add new nifty wiki pages to manual
- Update wiki pages
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7135 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
67adc1737c
- add workaround for previews (SceneViewer opens when preview is needed)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7134 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
e4cc9d1482
* Fixed bug with dual UV channel loading, forgot to do it in the previous revision..
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7133 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
8adc704bcc
* Fixed bug with OgreXML loader not actually supporting 2nd UV channel
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7132 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
4d67ee0c3b
- use only FileObject instead of File
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7131 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
98b912d748
- add style selection to FontCreator
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7130 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
e15b26b0ed
* Fixed issue where Nifty GUI would consume all mouse button events
...
* Made video player deprecated
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7129 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
ea1d086648
- fix typo "padding" in fnt file
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7128 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
59ad3b71b9
- FontCreator creates working AngelFonts now
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7127 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
2fc2623e97
- fix Nifty compile
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7126 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
f7f47a13e4
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: https://jmonkeyengine.googlecode.com/svn/trunk@7125 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
6465dbd516
Removing an errant println.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7124 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
e58ec4b8a0
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: https://jmonkeyengine.googlecode.com/svn/trunk@7123 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
3fc0d506f4
Added some info logging for connection close events...
...
we log connect, might as well log disconnect.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7122 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago