sky..om
8e721f5c93
Brought the number of Javadoc workings down to 322 from 391; Updated year to 2012 in license header of affected files
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8980 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
1bf268bea7
- adapt name for destroyByteBuffer()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
de65246ddb
- add way to release direct memory, including test
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8976 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
1f2193a2b9
Audio : implemented API for seeking capability in streamed ogg files. It doesn't work fine yet
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8967 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
8a9ec04e35
moved noise library into jme3/terrain
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8959 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
d6124d3489
Renamed AnimationHelper to AnimationFactory
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8958 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
e902588700
fixed TestMusicPlayer to corectly initialize audioContext
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8957 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
80df839071
refactored TestCinematic to use spatial animation with AnimationHelper instead of deprecated position, scale and rotation tracks
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8956 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
7de07d056c
Created an AnimationHelper to ease the creation process of a spatial animation, based on key frames interpolation.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8955 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
817591076e
removed the remaining awt dependencies from terrain grid and its utils
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8939 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
356c3b55cc
deprecating and removing most AWT dependencies from heightmaps and TerrainGrid, still some more to do
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8930 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sky..ok
459f3ba4dd
Fixed link to missing model in TestTransparentCartoonEdge and TestTransparentSSAO
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8918 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sky..ok
ef083e477f
Fixed link to missing model in TestTransparentShadow
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8917 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
08af19ec5b
Cinematics :
...
- One can now shift time forward an backward in a cinematic with the setTime(float) method, all sub cinematic events support it except soundtrack (has to be implemented)
- Enhanced MotionPath calculation to allow time shifting, and made speed more constant
- changed test cases accordingly
- some more javadoc
- fixed some problems in GUITrack
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8913 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
3cdaf0e051
jme3:
...
- fix imports in all classes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8843 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
c906508e62
- big refactoring of engine build and cleaning of sources, totally breaking SDK build for now
...
- separate jar files for engine components
- resolve dependencies between code parts
- remove Nifty dependency from Cinematics
- remove Physics dependency from TerrainGrid
- add public accessors to Natives Extraction
- remove RenderHint serialization from networking
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8839 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
36453a919c
TerrainGrid no longer needs initialize() called, handled automatically now.
...
TG normal seams fixed
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8807 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
7f39e256aa
- remove physics shape creation from TerrainFractalGridTest altogether
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8744 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
2253690024
normen made me do it!
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8712 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
4e34217111
* Terrain API changes to better support TG in SDK terrain editor
...
* Refactored TG slightly.
* Updated TG tests
* new TG alphamap test data
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8711 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
9a5bb23687
- fix FractalTileLoader not implementing TerrainGridTileLoader
...
- change TerrainGrid tests to use new TileLoader classes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8700 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
9e18ec6184
- update test data, add list size check to TerrainGrid
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8698 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
796f912ea1
- update test data and Test names for TerrainGrid
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8694 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
b087c3e843
- rename TerrainQuadGrid -> TerrainGridTileLoader, AssetQuadGrid -> AssetTileLoader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8693 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
4d9783ec81
- add workaround for bugged TerrainGrid test data
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8692 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
2327e2303d
- add workaround for bugged TerrainGrid test data
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8691 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
77d35acb22
- fix j3o to include material
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8690 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
3645d09ec2
- add TerrainGrid serialization test
...
- add TerrainQuad deserialization null checks
- serialize Material in TerrainGrid
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8689 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
3056d0b25e
- change test
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8680 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
916af255a0
- change test data
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8679 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
4105689fea
- improve AssetQuadGrid
...
- add test for TerrainQuadGrid
- add test data for TerrainGrid
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8678 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
4ba21821a3
* Added ability to switch between lit model and tangent display
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8644 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
5440deeaeb
* Commit new test tangent for lex
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8643 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
83ab68264b
* Put arrow texture on alien, generate axis for each vertex
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8576 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
0e49c439b7
* Javadoc for Asset
...
* Javadoc fix for AudioData, BoundingVolume, CollisionResult
* Javadoc package.html for asset
* Add test for bad tangent generation models
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8575 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
0dddd8613f
* fix terrain grid camera offset problem
...
* updated TerrainFractalGridTest to use physics again
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8569 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
fafd79e5d3
- Added textureArray support (thanks to phate666)
...
- Added a testcase and test materials to use them
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8551 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
7193c0b2d3
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: https://jmonkeyengine.googlecode.com/svn/trunk@8527 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
feeedfa682
- Removed old batching classes (GeometryBatch and BatchedGeometries) as they are no longer needed
...
- removed the test cases too
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8500 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
ffce10b8da
* Added AwtPanel.attachTo() argument that allows attaching panel to main framebuffer instead of replacing it on the viewports
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8481 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
63b62269e8
- 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: https://jmonkeyengine.googlecode.com/svn/trunk@8478 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
bre..ns
7d7c2c53c3
fixed lod in TestSpotLightTerrain
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8457 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
2055bf0fe3
- fix TestWalkingChar shooting
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8455 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
3198415cce
- make SaveGame use Binary and UUEncode (sun.misc package, available on android?)
...
- add test
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8445 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
be6259e5ba
- fixed bad time calculation on cinematics
...
- Used a nano timer for precision
- javadoc'ed a bit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8443 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
298c052d24
- Use quaternions and slerp for rotation track
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8432 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
cfc6036bf2
- cleanup after Kirill-Bomb
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8426 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
e3bff6d62a
* Moved checkFrameBufferError() to part that sets up framebuffer. Can prevent odd crashes on some systems before any framebuffer is active.
...
* AWT Panels
- Added automatic throttling to update loop if none of the panels are visible to the user (e.g. covered by another tab)
- Fixed NPE that could occur when an AwtPanel becomes invisible
- Called reshape() on all viewports to which an AwtPanel is attached when the panel is resized
- Fixed inverted mouse coordinates
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8344 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
fa92c00a20
* AwtKeyInput now synchronized properly between OGL and EDT threads
...
* AwtMouseInput will no longer generate events with no mouse movement
* Fixed issue where settings specified on AwtPanelsContext were not copied properly to the offscreen context
* Significant performance improvements in AwtPanel system
- Use of proper locking to prevent deadlocks
- Optimized BufferStrategy by using a single, accelerated front buffer
- Removed pbuffer.makeCurrent() which was not necessary and used many CPU cycles
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8337 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
a28d0d8baf
* Initial commit for light-weight jME3 AWT panels
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8323 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago