1888 Commits

Author SHA1 Message Date
Sha..rd
9c6ca69b34 * Fixed GLSL version parsing issue on Android 4.0
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9020 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-14 04:49:28 +00:00
nor..67
2863208dbe SDK:
- add BufferedImage based TextureAtlas class

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9019 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-13 15:09:16 +00:00
bre..ns
ef1652490f fixed some spelling mistakes, thanks @glaucomardano
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9018 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-11 05:12:01 +00:00
bre..ns
981356539a javadoc spelling fix thanks @bortreb
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-10 19:25:27 +00:00
Sha..om
ba15cc68ca * determinate -> determinant in Matrix3f
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9016 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-10 14:51:52 +00:00
Sha..rd
3695f8f1fc * Blender loader now writes color as a normalized byte buffer, reduces mem usage by 4 times
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9015 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 05:15:53 +00:00
Sha..rd
3e6d649c48 * Fixed incorrect byte->float conversion when loading color buffer in Blender loader
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9014 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 05:10:06 +00:00
Sha..rd
8cca61b3ef * Fixed crash in blender loader when given textures without extension
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9013 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 04:49:34 +00:00
Sha..rd
c30bc66f76 * Fixed crash in MeshLoader when loading LOD levels
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 04:39:21 +00:00
Sha..rd
95efa5b2ff * Mesh.extractVertexData() will copy max weights per vert as well, this is needed for animation to work
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9011 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 04:38:16 +00:00
Sha..rd
64d9c60142 * BIHTree will exit early if ray limit is lower than the farthest collision point with the model's bound
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9010 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 04:37:11 +00:00
Sha..rd
8d7aed43d1 * Removed useless vPosition varying from Lighting shader
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9009 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 04:36:04 +00:00
nor..67
5d6ac60c58 SDK:
- add android screen instructions to AndroidManifest.xml

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9008 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-09 00:17:09 +00:00
Sha..rd
3d54ab3378 * Blender loader will now extract vertex data into separate vertex buffers for meshes that use multiple materials instead of sharing them
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9007 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 23:48:28 +00:00
Sha..rd
03fb684b10 * Blender now supports loading color for shadeless materials
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9006 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 23:46:57 +00:00
Sha..rd
3478012756 * OgreXML loader will accept models that use shared geometry but instead will extract the data to avoid sharing vertex buffers. This fixes issues when cloning animated shared geometry OgreXML models
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9005 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 23:45:34 +00:00
Sha..rd
77252b4304 * Geometry will now automatically de-share VertexBuffers if it detects it
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9004 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 23:43:30 +00:00
Sha..rd
ed07d685bf * Added Mesh.extractVertexData() to extract vertex data from another mesh based on this mesh's index buffer. Used to "de-share" VertexBuffers.
* Geometry will now automatically de-share VertexBuffers if it detects it

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9003 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 23:42:57 +00:00
bre..ns
921f4a25c2 removed NavMesh editor button from toolbar. Added constraint checks and javadoc to NavMeshGenerator
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9002 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 19:02:29 +00:00
rem..om
1547500b5a AndroidInput now correctly handles mutiple pointers touch events
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 18:42:51 +00:00
nor..67
5a5f321304 SDK:
- improve "filter enabled" logic

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9000 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 16:23:19 +00:00
nor..67
e6c6f047ba SDK:
- fix filter not being displayed when a new filter is loaded

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8999 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 15:58:55 +00:00
rem..om
dd76ee0890 Fixed Tap confirme event that was sending 2 tap events on each tap
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8998 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 15:05:52 +00:00
nor..67
0b5f6ee4d8 SDK:
- harsher thread.stop() for NavMeshGenerator

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8997 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 01:53:58 +00:00
nor..67
df34521b14 SDK:
- add configurable timeout for navmesh generator

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8996 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 01:37:50 +00:00
nor..67
5d957f96e1 SDK:
- disable auto-reload of scenes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8995 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 00:29:17 +00:00
rem..om
a906b97be3 AndroidInput now correctly dispatches DOUBLETAP event
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8994 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 23:29:51 +00:00
nor..67
1ad66ae75c SDK:
- simplify NavMeshWizard layout

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8993 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 22:42:49 +00:00
nor..67
7c022e03fa SDK:
- increase direct memory size for SDK by default

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8992 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 22:12:10 +00:00
rem..om
5454675cda Formatted AndroidInput.java so it doesn't look like a C++ file...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8991 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 21:58:30 +00:00
nor..67
66118fe55d SDK:
- fix NavMesh wizard layout

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8990 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 16:37:58 +00:00
nor..67
89be3fac6e SDK:
- fix NavMesh wizard titles

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 16:34:35 +00:00
nor..67
eee8f765ff SDK:
- add green material to NavMesh by default

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8988 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 16:28:07 +00:00
nor..67
58c2287352 SDK:
- add wizard in SceneExplorer for creating NavMesh

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8987 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-07 16:20:09 +00:00
nor..67
a1e36ebd98 SDK:
- add fix for leaking asset memory with opened projects

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8985 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-06 17:06:56 +00:00
nor..67
fbf42ffbca - improve failsafeness of GeometryBatchFactory
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8984 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-06 17:00:34 +00:00
bre..ns
47f6470a27 added cai-nmgen jar to release folder
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8983 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-06 16:22:59 +00:00
bre..ns
28a64bbfcf added first cut of navmesh generator plugin to SDK
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8982 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-06 01:21:04 +00:00
rem..om
e4186c2497 - Changed catmull rom interpolation to use floats instead of doubles because somehow it was failing on android...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-05 23:37:47 +00:00
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
2012-01-03 06:54:07 +00:00
sky..om
1801f1f336 Brought the number of Javadoc workings down to 391 from 410
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8979 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-03 04:59:16 +00:00
sky..om
b66984f8f5 Added javadoc for TerrainQuad heightMap parameters
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8978 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-03 04:42:54 +00:00
nor..67
1bf268bea7 - adapt name for destroyByteBuffer()
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-02 23:17:28 +00:00
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
2012-01-02 23:10:59 +00:00
nor..67
90ad508aa0 SDK:
- update manual from wiki

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8975 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-02 20:58:48 +00:00
nor..67
73cc27ec7b SDK:
- remove updating help from nightly

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8974 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-02 20:43:50 +00:00
rem..om
fd65f31bbd Removed comitted system.out in MotionTrack
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8973 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-02 15:50:56 +00:00
rem..om
16759a9770 Fixed an initialization issue in MotionTrack
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-02 15:49:13 +00:00
rem..om
950276679e Nifty : applied patch posted by iwgeric in this thread http://jmonkeyengine.org/groups/android/forum/topic/error-with-nifty-and-awt/?topic_page=2&num=15#post-147332
fixes nifty interaction on touch event on android.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8971 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-02 09:11:13 +00:00
sky..om
baba9d6b47 Fix to TerrainGrid: only clone the grid's material to child quad if it doesn't have a material of its own
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8970 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-31 00:26:42 +00:00