Commit Graph

544 Commits (c02b24da12b93331034b6d2ad8fd2d6b033cc094)

Author SHA1 Message Date
PSp..om 287bc0167c Added an AudioContext to hold the thread local audio 14 years ago
Sha..om a5d00fd003 * Fixed NullPointerException when loading old materials that used wireframe.j3md 14 years ago
PSp..om bb18399b6d Made the math classes (most of them) java.io.Serializable 14 years ago
PSp..om dd5d56ab42 Return the base color for BitmapText.getColor() because 14 years ago
PSp..om 349c9d9e4a Modified to use the new SafeArrayList for children and controls. 14 years ago
PSp..om 11ab79a766 Added a custom array-based List class that buffers modifications 14 years ago
sha..rd b8826716b1 * Fixed syntax error in ModifierHelper 14 years ago
sha..rd 80ac165e67 * Removed evil code 14 years ago
sha..rd a24becee32 * Replaced all usages of ByteBuffer.allocateDirect() with BufferUtils.create***Buffer() so that memory can be tracked 14 years ago
bre..ns feef9dc6d5 * added an UpdateControl so you can easily enqueue tasks into jme's update loop 14 years ago
sha..rd f8df2f00cc * Fixed syntax errors and crashes with shadow processor and filters 14 years ago
Sha..om b2c7849355 * Added stereo 3D to AppSettings 14 years ago
sha..rd 235646f38f * Minor shader formatting 14 years ago
bre..ns 1a78dd200c removed unused geomap classes, replaced with single GeoMap class (part 1 of 2 part commit, blasted netbeans) 14 years ago
sha..rd 87737f96e0 * Fix BillboardControl "Spatial was not updated before rendering" crash 14 years ago
sha..rd f41584e966 * Applied abies fix to Sky rotation 14 years ago
rem..om 7cb3ca4712 FilterPostProcessor : better init of the filter stack in the read method 14 years ago
rem..om e42ab8f0c1 SkeletonControl : added a call to super.setSpatial in setSpatial 14 years ago
rem..om cc7110d4f5 Removed Annotations for filters 14 years ago
rem..om e1338dfea3 engine 14 years ago
sha..rd 8523bcb46c * Fix ArrayIndexOutOfBoundsException in TempVars 14 years ago
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