Commit Graph

113 Commits (fbb0bcff371bc2e8507363e1543794488ef8838c)

Author SHA1 Message Date
Zer..om fbf305a386 Changed the settings dialog to "alwaysOnTop" so it doesn't get lost if you click elsewhere. (It doesn't appear in the task bar etc due to being a dialog not a frame). 12 years ago
Sha..rd 6745c8ed63 * Made AppletHarness fields protected instead of private to allow extension 12 years ago
nor..67 a3cda69323 - move JmeCursor interface back to Core-Plugins due to dependencies in core :/ 12 years ago
nor..67 fb2412d1b1 - move cursor loader to desktop package due to awt dependence 12 years ago
sky..ok fa841874c6 Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
sky..ok 01f1c8ff27 Replace NetBeans file templates with jME licenses 13 years ago
sky..ok 28ce76245f Change all source licenses to say 2009-2012 13 years ago
sky..ok 751cb9e20a Javadoc cleanup 13 years ago
Sha..rd 2a11aae3a4 * ImageRaster now supports Android. However the constructor can no longer be used. Instead user should create it by using ImageRaster.create() which automatically defers the handling to JmeSystem. 13 years ago
nor..67 23e949974a - change default error message of engine 13 years ago
nor..67 a98fbb83b6 - change natives extraction to support audio FX on osx (for extracting openal.dylib for soft fx) 13 years ago
nor..67 65e469d8b8 remove unused import 13 years ago
nor..67 cd4b513afe SDK: 13 years ago
nor..67 ab2c34fafb SDK: 13 years ago
pot..om 16851eb1d8 Removing Android Sensor Support (undo r9610). Preparing for new way of implementing sensor support on Android. 13 years ago
nor..67 382c3da1a4 - add hack to natives extraction to extract .jnilib named libraries from jar on OSX systems running Java 10.7+ (which uses .dylib suffxies) 13 years ago
pot..om bb631ab13a Adding support for defining external (or internal in Android's case) sensors. This is still a work in progress. Major task yet to complete is defining the coordinate system to return the sensor data. 3 sensor types are defined: Magnetic, Accelerometer, Orientation. Right now the sensor data is returned in device coordinates for Magnetic and Acceleration, and World (Earth) coordinates for Orientation. Sensors use the Input Manager to define triggers and listeners like all other input types. Only Android has an implementation for SensorInput at this time. See forum post http://jmonkeyengine.org/groups/android/forum/topic/creating-engine-support-for-android-sensor-input/ for details of the operation and current status. 13 years ago
pot..om 0deeb597f1 Screenshots are now supported on Android. Be Aware, file location for screenshots is now based on JmeSystem.getStorageFolder. This means that on Desktop systems, the screenshots will be placed in the user.home location instead of the application directory. Other changes include: Moved ScreenshotAppState to core, added takeScreenShot method, force glViewPort to full screen to handle cases where the last postView ViewPort isn't full screen. See post http://jmonkeyengine.org/groups/android/forum/topic/screenshotappstate-for-android/ 13 years ago
Sha..rd c7186886bc * OGLESShaderRenderer.readFrameBuffer() can now read from the main framebuffer in RGBA format. 13 years ago
Sha..rd af7435ffdf * jME3 now shows error dialog on exception by default (unless user overrides handleError) 13 years ago
dan..om 5ac9953f62 Implemented the ability to change the mouse cursor. 13 years ago
nor..67 ea0be5cf9f - fix imports across engine 13 years ago
Sha..rd e18d1c261c * Prevent ActionListener.onAction( ... , true ) from being called repeatedly when using AWT panels 13 years ago
sky..ok a625e8ae2a Javadoc fixes R PHUN 13 years ago
PSp..om 8bfe663402 Fixed the video recorder app state to attach itself 13 years ago
sky..ok 96e20aad8d Javadoc fixes: Down from 260 to 221 warnings 13 years ago
nor..67 904d835742 Add variable quality and video file frame count to VideoRecorderAppState, thanks to @entrusc 13 years ago
Sha..rd be7a22e3d5 * Remove most common usage of IntMap.iterator() 13 years ago
Sha..rd 8c0e5ad541 * Removed useless null check in Plane 13 years ago
sky..om 8e721f5c93 Brought the number of Javadoc workings down to 322 from 391; Updated year to 2012 in license header of affected files 13 years ago
sky..om 1801f1f336 Brought the number of Javadoc workings down to 391 from 410 13 years ago
bre..ns 7d2d0bdc75 fixed arraycopy buffer overflow error for Shorts in AWTLoader 13 years ago
nor..67 082f2fb633 - move NVCompress tool to SDK 13 years ago
nor..67 e6fae36159 - remove Java 1.6-only call in AwtPanel 13 years ago
nor..67 e441f95d5e - use JmeSystem.getStorageFolder() for SaveGame util 13 years ago
nor..67 3cdaf0e051 jme3: 13 years ago
nor..67 c906508e62 - big refactoring of engine build and cleaning of sources, totally breaking SDK build for now 13 years ago
nor..67 1cc957e7e9 - big refactoring of engine build and cleaning of sources, totally breaking SDK build for now 13 years ago
nor..67 2c0fe5e938 - also do check for input stream in Natives extraction 13 years ago
nor..67 9574f9dd64 - make sure Natives extraction closes stream 13 years ago
nor..67 28ad6d72eb - make UrlLocator not print warning when asset can not be found (FileNotFoundException) 13 years ago
nor..67 7927ad4bbf - add SDK workaround for UrlLocator 13 years ago
nor..67 fce5f6556b - fix in VideoRecorderAppState cleanup 13 years ago
nor..67 86956cf130 - make VideoRecorderAppState record post effects.. 13 years ago
nor..67 7f17c8d1f1 - javadoc update and better default file creation for VideoRecorderAppState 13 years ago
nor..67 183f46ed3e - add empty constructor to VideoRecorderAppState using user.home and currentTimeMillis 13 years ago
nor..67 69e691872d - simplify multithreading in VideoRecorderAppState 13 years ago
nor..67 04e348f0fb - improve multithreading in VideoRecorderAppState 13 years ago
nor..67 47e393ba23 - add javadoc to VideoRecorderAppState 13 years ago
nor..67 11b5a1395d - make timer of VideoRecorderAppState actually throttle fps if actual fps is greater than target fps, threaded file writing 13 years ago