nor..67
22eb83fd9a
- add generic AudioSource to abstract audio system away from AudioNode
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10416 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2addc81210
- fix bug in cloneForSpatial use in Spatial
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10369 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
b17fbf1f49
- change Spatial and AbstractControl so that control.setSpatial doesn't have to be called in Control.cloneForSpatial but the engine also doesn't throw an exception if it does
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10367 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
463a532025
- add javadoc for Vector3f.project
...
- add Vector3f.projectLocal
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10359 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
30498824d0
- set back logging about jme version and graphics adapter to Level.INFO
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10312 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
723ec34a15
Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10298 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
ea973c14c3
- change logging from logger.info() logger.fine and logger.warning()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10272 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
7ba657e430
- set logging from Level.INFO to Level.FINE for most logging
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10271 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2e19f4e1b7
- add iOS to platforms list
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10270 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
361e45d04e
Applied parent transforms if any in the lookAt method of Spatial.
...
updated javadoc
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10225 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
sha..RD
d6448dd112
* Ensure bind pose format and num components matches base buffer. Fixes crash when batching model with 3D tangents
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10219 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
sha..RD
84183ad154
* Material.setParam() now calls setTextureParam() instead of messing up internal state if the type is a texture
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10209 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
sha..RD
9eb9463261
* Ensure that MatParam.value and MatParamTexture.texture always match, and throw exception if they dont
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10208 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
f31c1395e8
- make TextureAssetKey flipY option a proper bean property
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10206 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
437d34636b
- make AssetKey not flatten relative paths
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10205 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
de229d4bec
Material BlockLanguageParser now accounts for commented lines when computing the line number of a statement
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10189 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
0b92166460
- make AssetKey log SEVERE on relative path outside root
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10172 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Sha..om
d169b700f2
* Fixed interpreting unsigned value as signed causing out of bounds when using model with more than 128 bones
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10171 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..om
28bb74fa95
add dot
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10120 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
3aa478ffde
- add javadoc link to SimpleApplication in Application
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10119 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
da58611fc7
- add clarification about Application/SimpleApplication to javadoc
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10118 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
3a809e61f5
BatchNode now properly unbatch subgraph when a Node is removed from it
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10112 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
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
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
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
rem..om
7722b7b09d
Cinematic, added an enqueueEvent method that allow to stack events without knowing their duration.
...
added support for blending animations transitions in AnimationEvent, added support for having several channels in AnimationEvent.
added javadoc
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10045 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
01bf1ca843
Fixed 2 issues with shadows :
...
- Looks like Poly offset behave defferently between ATI and NVIDIA i added a bit of offset to avoid shadow acne for NVIDIA
- Added a flag needCompareModeUpdate in the Texture class to avoid setting it on every frame in the renderer. I changed Lwjgl and Jogl renderer accordingly.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10043 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
7e43015f3c
Removed cos2,sin2 and reduceAngle from FastMath as they were unused and confusing, and somehow buggy.
...
See forum post
http://jmonkeyengine.org/forum/topic/patch-remove-fastmath-sin2cos2/#post-198276
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10042 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
8a4b204154
fixed issue 461
...
http://code.google.com/p/jmonkeyengine/issues/detail?id=461&can=5&q=label%3AProduct-jME3&sort=priority&colspec=ID%20Type%20Status%20Component%20Priority%20Difficulty%20Product%20Milestone%20Owner%20Summary
BatchNode now use an instanceof Geometry statement to know if the spatial can be batched. It Then check the BatchHint on this spatial.
ParticleEmitter, BitmapTextPage and TerrainPatch extends Geometry and should not be batched so their batchHint has been defaulted to Never.
Image also extend Geomety but it may be useful to batch images.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10040 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
a330f83a2d
fixed issue 418
...
http://code.google.com/p/jmonkeyengine/issues/detail?id=418&q=label%3AProduct-jME3&sort=priority&colspec=ID%20Type%20Status%20Component%20Priority%20Difficulty%20Product%20Milestone%20Owner%20Summary
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10039 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
9d88420dd3
- Quaternion javadoc fix, thanks to @marcodezeeuw
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10037 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
c86c692ae9
Applied Javadoc patch for ColorRGBA thanks to jonathan.pikalek
...
http://code.google.com/p/jmonkeyengine/issues/detail?id=557&can=6&colspec=ID%20Type%20Status%20Component%20Priority%20Difficulty%20Product%20Milestone%20Owner%20Summary
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10036 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
53807571a6
- Quaternion javadoc fix, thanks to @JesperSmith
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10034 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
PSp..om
fbb0bcff37
Added an accessor for accessing the current GeometryComparator
...
for a bucket.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10033 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
PSp..om
8ce28cbc04
Added an accessor for getting the list's comparator.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10032 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
PSp..om
6ec55f097f
Removing the accidental method addition (simulateEvent)
...
that tagged along for the ride when I added the joystick
enhancements.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10031 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
157fb96141
DirectionalLight shadows now work properly when the view cam is in parallel projection
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10030 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
dd46be3688
Add support for multiple folder storage types for getStorageFolder
...
See forum post http://jmonkeyengine.org/groups/android/forum/topic/jmesystem-getstoragefolder-updates/
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10020 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
22a18c5ba4
Fixed issue int RnederManager.proeloadScene that was causing failure when attempting to load CPU usage buffers to the GPU
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10018 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
6a455731c7
Cinematic, made sure an event is properly initialized when added during playback
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
dan..om
eea91e0b20
- Fix to sphericalToCartesian and related methods that checks if store is null. If it is, store is created internally.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10007 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
b88350a069
All shadow renderers/filters are now properly savables
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10005 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
6bd3ff2f29
BufferUtils now use java 5 compliant code to find if a Buffer is direct
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10002 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Zer..om
219af0f9f4
Updated AppState Javadoc.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9999 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
d8213d15b6
SoundEvent now sets the underlying audioNode to not be positional
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9996 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Sha..rd
2e35519182
* Nifty will now set the BitmapText base color instead of using the material's color (which could override the color of the shared font)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9995 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago