nor..67
6dacfd56b3
SDK:
...
- cleanup logger use in ProjectAssetManager and ProjectExtensionManager
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10095 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
aa8866e92e
SDK:
...
- cleanup logger use in AssetCompletionProvider
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10094 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
7a3b2f246e
SDK:
...
- ProjectAssetManager: change getFilesWithSuffix -> getAssetsWithSuffix as they are no file paths.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10093 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
28212be9bb
SDK:
...
- AssetCompletionProvider: add support for fonts and filters
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10092 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
308c8f6c08
SDK:
...
- AssetCompletionProvider: add support for sounds and nifty xml
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10091 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
bb0a7befc5
SDK:
...
- AssetCompletionProvider: add changed command check to loadModel as well
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10090 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
e51b39a628
SDK:
...
- Add asset code completion
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10089 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
bcedc37037
SDK:
...
- Add Atlas Batch command
- Add undo to geometry batching
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10088 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Kae..pl
3d38b634d5
Added functionality that will ignore modifiers that cause no changes to the model due to incomplete (but not invalid) definition. This caused errors when object had for example two armature modifiers and only the second one had armature model attached.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10087 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
e84105307c
SDK:
...
- make SceneExplorerProperty use mutex less often
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10086 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
08212605bc
SDK:
...
- make SceneExplorerProperty syncing a bit more consistent
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10085 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
1fc78cae84
SDK:
...
- add missing class from previous commit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10084 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
81a08d6c49
SDK:
...
- MAJOR overhaul of the SceneExplorer node updates, updates are no longer blocking or reading from another thread
- Some issues with enums still
- simplified, improved and more versatile SceneExplorerProperty class
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10083 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
f77b953fff
SDK:
...
- make sure FakeApplication executor is started in all cases
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10082 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
7ef0e439d4
SDK:
...
- Make ProjectAssetManager return Assets from classpath for textures, sounds, j3m files etc.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10081 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
4c87e3ecae
SDK:
...
- Add execution of queued tasks to FakeApplication
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10080 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2d1af0f1f8
SDK:
...
- Improve FakeApplication, integrate into main application
- Add separate execution thread for user code
- Add error handling for failing AppStates
- Add error handling for failing Controls
- AppStateExplorer now works when opening it after the scene
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10079 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2c6e8cbb2a
SDK:
...
- improve ProjectAssetManager classpath scanning and updating
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10078 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
e3236e20b4
BatchNode now updates its geometric state right after batching.
...
This is to avoid to wait for the next update for the generated mesh to be consistent with underlying geometries.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10077 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
c6d659684e
BatchNode and physics : Reverted previous change and made the batchNode batch geom to ignore physics.
...
see post http://jmonkeyengine.org/forum/topic/batchnode-breaks-createmeshshape/page/2/#post-200684
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10076 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2c9fe26913
SDK:
...
- persist window position of AppStateExplorer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10075 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
07de275681
SDK:
...
- rename "Optimize Geometry" -> "Batch Geometry"
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10074 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
00d74ff402
SDK:
...
- make build script fail if command line svn fails
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10073 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
9340764639
SDK:
...
- update AppStateExplorer window registration
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10072 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
7f83236526
SDK:
...
- commit name change
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10071 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
dada1c1d38
CollisionShapeFactory.createCompoundShape now exclude geometies the are batched in a BatchNode.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10070 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Kae..pl
601a34ba99
Fixed an error that caused NullPointerException to be raised if a curve had no taper object applied.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10069 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
7d82eb6ee0
SDK:
...
- Add mother of all SDK features: Custom AppStates :O
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10068 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
a6d62a1d16
SDK:
...
- small improvements to ProjectAssetManager and different way to find project sources
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10067 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Kae..pl
61ad771748
Bugfix: 538: Multiple issues with female3.blend
...
Yay finally found that one :D Models with multiple materials and armatures should now load withour mesh deformations :D
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10066 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
bre..om
4bbbf7dbe8
changed terrain to use a ShortBuffer if the index count is less than 65535 so it can work on more android devices
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10065 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
4f02b407cf
- remove usage of Box mesh constructor with position from BasicGame template
...
- deprecate Box mesh constructor with position and add cause to javadoc
- BOOYA
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10064 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
17b53db1aa
Changed all NullPointerException in ShaderSource to IllegalArgumentException
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10063 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Zer..om
ec95e50f85
Added three "always present" modes to the list of windows resolutions so that these 3 options are always there no matter what the monitor natively supports. (Unless the minimum is set to higher than them of course).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10062 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
e21f22e6dc
Fixed issue with handling Multi-Touch not tracking MOVE for second finger when first finger is lifted. Thanks to kumasao.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10061 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
ab5282fb2d
Additional fix for http://code.google.com/p/jmonkeyengine/issues/detail?id=504 .
...
Fixes displaying leftover characters in BitmapText when setting the text to a smaller string and a weird situation where the scene would stop rendering do to improper buffer limit.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10060 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
609d51dbfd
Further fix and cleanup to SSAO for glsl < 1.5
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10059 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
21e5244c0a
Fixed ssao filter for opengl < 1.5
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10058 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
9a6fe1fdf5
Fix to previous commit to OGLESShaderRenderer. Accidently committed unrelated and non working changes to the renderer.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10057 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
35697b036e
Temporarily fixes some things with JARs (for Java and native libraries used by JogAmp) in order to allow some people to run the demos easily
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10056 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
68e0e835f5
Ogles renderer now correctly supports Verctor4 uniforms
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10055 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
39d0939879
MotionEvent upVector is now defaulted to Y axis
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10054 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
5d9b67214a
- add some javadoc to HingeJoint setLimit
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10053 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
a9eec4c1b2
Jaime model, and test case
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10052 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
3f815a0c70
Made the "Continue" buttont he default button of the new setting dialog box
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10051 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Zer..om
2f886846c8
Updated SettingsDialog with an improved layout (including labels for the options), i18n via a resource bundle, and a more sensible list of windowed mode screen resolutions. You can also now specify a minimum width and height in the app settings and it will not let you select a mode smaller than that.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10050 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
PSp..om
4c2579d0bf
Added a getter for the state manager's Application.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10049 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
044d81f7e8
Add calls to loseFocus and gainFocus when activity pauses and resumes
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10048 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
1df4fe8346
Attempt to clean up some references to help with out of memory issues on second start of app on Android
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10047 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Sha..om
5a90cd7082
* Fixed issue where OBJ loader would fail to parse faces correctly if they had more than 1 space in them
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10046 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago