Commit Graph

113 Commits (fbb0bcff371bc2e8507363e1543794488ef8838c)

Author SHA1 Message Date
nor..67 f6e3a3eab2 - set NanoTimer when detaching VideoRecorderAppState 13 years ago
nor..67 0420b4121e - cleanup VideoRecorderAppState 13 years ago
nor..67 fa68e89e6c - add fix for video recorders IsoTimer getTime() 13 years ago
nor..67 e8ffefe0e4 - add VideoRecorderAppState with M-JPEG avi output using java only 13 years ago
sha..rd b2ea6e74d2 * Make AWT mouse wheel events consistent with LWJGL 13 years ago
nor..67 23b4e2fcf0 - synchronized access to AssetManager ClassLoader list 13 years ago
nor..67 c0695b0a3a - make ClassLoader list in AssetManager a syncronized list 13 years ago
nor..67 9f16b989fe - add a way to add a classpath for loading in-asset classes to AssetManager, use in BinaryImporter 13 years ago
sha..rd 511c417fe7 * AssetEventListener now has an additional callback that can be used to detect when a dependent asset has failed to load. 13 years ago
sha..rd 177c88d645 * Rewrote handling of URL based locators to use a shared UrlAssetInfo. 13 years ago
sha..rd d1e81fc8c9 * Specify library path for JInput as well as LWJGL in case the user's home directory is used for natives 13 years ago
nor..67 2c0775e3f3 - remove size check from natives extraction (write test needed for windows anyway) 14 years ago
nor..67 45af20de0c - add write test to natives extraction 14 years ago
nor..67 65cbed47c6 - change natives extraction to check for space *and* writability 14 years ago
nor..67 33fb670771 - change natives extraction to use getUsableSpace(), which checks for user permissions etc. too. 14 years ago
sha..rd 164dec188a * Native extraction will place natives in working directory unless its non-writable, in that case it will place them in <home dir>/.jme3/natives_<apphash> 14 years ago
sha..rd ffce10b8da * Added AwtPanel.attachTo() argument that allows attaching panel to main framebuffer instead of replacing it on the viewports 14 years ago
sha..rd 97145d7d4d * Natives are now extracted to user.home based on hash of classpath and last modified of jMonkeyEngine3.jar 14 years ago
sky..ok f9bd837a7d Fixed typo in UrlLocator 14 years ago
sha..rd 5feebef7c5 * AwtMouseInput event queue is now synchronized like it should be 14 years ago
sha..rd a236c7d03b * Fix compile error 14 years ago
nor..67 6df9eaf033 - add backengineered PaintMode.java ;) 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. 14 years ago
sha..rd fa92c00a20 * AwtKeyInput now synchronized properly between OGL and EDT threads 14 years ago
sha..rd a28d0d8baf * Initial commit for light-weight jME3 AWT panels 14 years ago
sha..rd adf65d648a * Fix message "WARNING: Cannot locate native library: libbulletjme" 14 years ago
sha..rd 64c61c86e4 * Fix syntax errors due to JmeSystem/Platform changes 14 years ago
sha..rd 5ac90f46fa * Formatting for many android classes which needed it desperately 14 years ago
sha..rd 062507e23e * Render off screen surfaces even if main screen isn't visible 14 years ago
sha..rd 045e2a4317 * AssetManager.loadAsset() with null key will throw exception 14 years ago
nor..67 15885dcfa9 - update JmeSystem version number 14 years ago
sha..rd db0a4f23a8 * New block language parser 14 years ago
sha..rd 77dd6761ee * Added fix for when an mesh xml animation has no tracks will no longer throw NPE 14 years ago
sha..rd f15107da95 * All asset cache operations can now work on smart cache 14 years ago
sha..rd 73aa30785b * AssetPathURL now accepts non-relative asset paths 14 years ago
sha..rd 026a72d57e * Fix crash in TestEverything 14 years ago
sha..rd 381764a0ec * System.load() will still be called on natives even if the file already exists 14 years ago
sha..rd 15fbe27d13 * Now added "asset name requirements" to FileLocator to prevent Windows -> Linux porting issues 14 years ago
sha..rd 9f160234f8 * Added case-sensitivity and other "asset name requirements" to ClasspathLocator to prevent Windows -> Linux porting issues 14 years ago
sha..rd 7f96a82b77 * Natives will now get extracted only if they were actually updated (last modified date changed) 14 years ago
sha..rd 235646f38f * Minor shader formatting 14 years ago
nor..67 a1cc3326ce - add j3f format 14 years ago
sha..rd 8c69c7d205 * Shader now has accelerated access to attribute by using IntMap 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
nor..67 36d041fae6 - add blender loader 14 years ago
rem..om 620e339b7c SettingDialog : 14 years ago
sha..rd a58814b838 * Load proper bulletjme dll for windows 64 bit 14 years ago
nor..67 1f14c00d2e - add disable warning option to Natives.jar extraction 14 years ago
nor..67 5ae0340ccf - use finally in Natives.jar 14 years ago