Commit Graph

173 Commits (ccf1242112cea18d5466ecc26071b6aaab039a37)

Author SHA1 Message Date
sha..rd 826c285551 * XMLImporter can now read version numbers from XML J3O 14 years ago
sha..rd a43e52a384 * XMLImporter can now read directly from file 14 years ago
sha..rd 9f7d5410b7 * Tried to fix NVIDIA shininess==0 bug (again!) 14 years ago
sha..rd 951d9fe23a J3O incompatibility issues fixed 14 years ago
sha..rd 4dffbc95f5 * Forgot to commit this file 14 years ago
sha..rd 348b1d638a * Fixed Blender loader crash when "Image" texture mode is specified but actual image is not selected 14 years ago
nor..67 d21d74a110 - instantiate assetManager when deserializing FilterPostProcessor 14 years ago
nor..67 d6f7ebc89c - add getFilterIterator to FilterPostProcessor 14 years ago
rem..om 413f2b1e48 Implemented a new TempVars system, temp vars can now be requested without conflict. 14 years ago
Kae..pl 38eb3de309 Clone method added to BoneAnimation. 14 years ago
Kae..pl 542559738d Bugfix: constructor with 'scales' argument did not store it. 14 years ago
sha..rd c410fae0a6 * Plane.normal is now created by default and set instead of using references 14 years ago
sha..rd ba88539817 * Improved performance of Matrix3/4f.fillFloatBuffer() by writing to an array first 14 years ago
sha..rd 8c69c7d205 * Shader now has accelerated access to attribute by using IntMap 14 years ago
sha..rd 31027a0b2c * Some javadoc for Mesh 14 years ago
sha..rd c727d3e006 * Fixed crash in TestCinematic 14 years ago
sha..rd a6300ba55b * Initial docs for com.jme3.scene.debug, com.jme3.scene.shape, com.jme3.scene.control 14 years ago
sha..rd d62952a16e * Little bit of docs for RenderQueue 14 years ago
sha..rd f9b0a56c90 * Javadocs for com.jme3.renderer.queue 14 years ago
sha..rd 8a9e717ca9 * Small fixes in DDSLoader 14 years ago
sha..rd c6d887cf5a * Javadocs for com.jme3.scene 14 years ago
sha..rd 88a5109865 * Optimization to prevent garbage generation by replacing Arrays.sort() with SortUtil.msort() 14 years ago
sha..rd f9079171f1 * Optimization to prevent allocation of IntMap$Iterator in Renderer.renderMesh() 14 years ago
rem..om bc2de8626d Fixed material reading with new prefixedName in MatParam 14 years ago
sha..rd 447fd87d2c * Fixed heavy string allocation in Technique/MatParam due to m_ prefix workaround 14 years ago
rem..om be366b5b53 FilterPostProcessor fixed resizing issue with canvas 14 years ago
kim..ng 5135400a9f added setOmitHistoricEvents(bool) to TouchInput 14 years ago
rem..om 42d0c8b8fd Bone, redid null check on scale in setBindTransform, ogre.xml can have null scale values 14 years ago
sha..rd c7a5dcf72d * Javadocs for com.jme3.animation 14 years ago
rem..om 4c18882032 addionnal javadoc for com.jme3.animation 14 years ago
Kae..pl 07a2a44f7f Fix to setting initial velocity by DefaultParticleInfluencer. 14 years ago
rem..om 978ee32a96 WateFilter depth write fix (yeah 'fix' Kirill). Issue was glClear(GL_DEPTH_BUFFER_BIT) seems to not work when glDepthMask is false 14 years ago
kim..ng 8955f719b7 Touch: Added keycode to touchtrigger, 0 for all events 14 years ago
sha..rd 39a7c743af * Fix android runtime error due to BufferedImage being used in AppSettings 14 years ago
sha..rd 37894d1698 * HttpZipLocator UTF8 decoder replaced with proper code 14 years ago
rem..om 86eb9b5173 Who let the doc out? 14 years ago
sha..rd d6d3894fff * New version of nifty * Added simple package.html for some of the jME3 packages 14 years ago
sha..rd 928345295b * Javadocs for com.jme3.renderer 14 years ago
sha..rd a8533e5378 * Fixed crash in TestDepthOfField 14 years ago
sha..rd 8cbb0f210d * Small javadoc fixes 14 years ago
sha..rd 95cdde7f53 * Javadocs for com.jme3.material 14 years ago
sha..rd d03683deca * SimpleTextured, SolidColor, VertexColor, and WireColor are now obsolete. Using those materials will crash your application. 14 years ago
sha..rd 34c98682c1 * Fixed issue with MatParamTexture loading in J3O files 14 years ago
sha..rd 80900a8d64 * Moved MatParamTexture out of the Material class (might break loading of old j3o models ..) 14 years ago
sha..rd 4079aeab5e * Fix some formatting issues in com.jme3.animation package.html 14 years ago
sha..rd 913d3ec963 * Javadocs for com.jme3.input 14 years ago
sha..rd 58626202f0 * Javadocs for com.jme3.effect 14 years ago
sha..rd 6b96a6f282 * Javadocs for com.jme3.light 14 years ago
sha..rd 66bf6b20b9 * RenderState.copyMergedTo() now properly combines stencil state 14 years ago
sha..rd dce2dd2eb1 * Deleted StencilFunction and replaced it with TestFunction (in case it will be used in more than one place) 14 years ago