Commit Graph

171 Commits (8c1e5c9cf92d382eb0c9b5402ae4299f45374287)

Author SHA1 Message Date
sha..RD 8c1e5c9cf9 * Set AndroidHarness contentView to a TextView (not GLSurfaceView) onDestroy(), perhaps it will help with OOM issues 12 years ago
sha..RD a725516f00 * Fine, Eric. 12 years ago
sha..RD cb0a2ed1cd * Throw UnsupportedOperationException if multiple FBO color attachments are used on Android (only a single attachment, GL_COLOR_ATTACHMENT0, is supported) 12 years ago
sha..RD 27bf244729 * Added glGetError() checks after every GL call (its ugly, I know, but it helps with debugging). Added option to disable it with constant on RendererUtil.ENABLE_ERROR_CHECKING. 12 years ago
sha..RD 9f4f321098 * Semi-colon. 12 years ago
sha..RD 30c7347cdf * If the render buffer storage format is 0 (not supported), throw exception instead of passing invalid enum to a GL call 12 years ago
sha..RD bcf3b7e7b6 * Added proper checks for RGBA8 support. All formats now specify the renderBufferInternalFormat 12 years ago
iwg..om ba8f8db23c Android: 12 years ago
iwg..om e26c86c794 Android: Initial commit to support FrameBuffers. This is still a work in progress. FilterPostProcessors currently don't work on Android devices that do not support NPOT. 12 years ago
rem..om 05e080100e Added support for int arrays uniforms. thanks to abies. 12 years ago
rem..om 995763d114 Fixed an issue in android config chooser. Some device seems to not have a rgb8 opaque config (BEST). In this case the config chooser will attempt to find a rgba8 config (BEST_TRANSLUSCENT) before falling back to fastest. 12 years ago
rem..om 4d91089b3a Android texture util now supports uploading a sub texture to the GPU, even as a bitmap. 12 years ago
iwg..om a53c052f74 Fix issue with how Android logging is handled. 12 years ago
rem..om a5c19f54c3 Android : Added a FINE log of all the display configurations available on the device when the context starts. 12 years ago
rem..om bfb1b21d6b Android : FINE or lower log levels are now displayed in output when configured so 12 years ago
voi..om 23c1fddf8f Added support to upload/modify sub texture to Renderer interface introducing a new method: 12 years ago
rem..om 1d7a631430 Android : MultiSampling is now supported on android 12 years ago
rem..om 9a28fed581 Android : changed the way the pixel config is passed to the OGLESContext. It's now passed in the appSettings. 12 years ago
rem..om 9e3a98931a AndroidInput : Discarded new events when the eventQueue is full to avoid an overflow error. This should only append when more than 1024 events are generated before they've been transformd to JME input events. 12 years ago
rem..om a5dbe2306c Removed some code that was forcing nearest filtering for textures filtering on android 12 years ago
rem..om bc62609746 OGLESShaderRenderer now only force mediump precision for float in the fragment shader. 12 years ago
nor..67 55d3153721 - adapt AndroidAudioRenderer to new AudioSource 12 years ago
iwg..om b7ae718b64 Correct default value for invert mouse events. By default, raw touch events have the same coordinate origin as Desktop mouse events (lower left corner). The default for mouseEventsInvertX and mouseEventsInvertY should be false to match Desktop mouse. 12 years ago
nor..67 30498824d0 - set back logging about jme version and graphics adapter to Level.INFO 12 years ago
nor..67 ea973c14c3 - change logging from logger.info() logger.fine and logger.warning() 12 years ago
nor..67 7ba657e430 - set logging from Level.INFO to Level.FINE for most logging 12 years ago
sha..RD 455a621384 * Fix android native crashes and other bizarre problems with 32-bit index buffers 12 years ago
sha..RD 289c25e7e8 * Possible fix for memory corruption issue on Android when compressed texture formats exceeds 16 entries. 12 years ago
iwg..ic e21f22e6dc Fixed issue with handling Multi-Touch not tracking MOVE for second finger when first finger is lifted. Thanks to kumasao. 12 years ago
iwg..ic ab5282fb2d Additional fix for http://code.google.com/p/jmonkeyengine/issues/detail?id=504. 12 years ago
rem..om 9a6fe1fdf5 Fix to previous commit to OGLESShaderRenderer. Accidently committed unrelated and non working changes to the renderer. 12 years ago
rem..om 68e0e835f5 Ogles renderer now correctly supports Verctor4 uniforms 12 years ago
iwg..ic 044d81f7e8 Add calls to loseFocus and gainFocus when activity pauses and resumes 12 years ago
iwg..ic 1df4fe8346 Attempt to clean up some references to help with out of memory issues on second start of app on Android 12 years ago
iwg..ic dd46be3688 Add support for multiple folder storage types for getStorageFolder 13 years ago
iwg..ic 200df1c84b androidInput.loadSettings was never called, so setting mouseEventsEnabled = false; in MainActivity had no effect. 13 years ago
Sha..rd e9395812bc * Partial fix for issue 504 (Android renderer only) 13 years ago
Sha..rd 9e03dba566 * Add checks for maximum texture resolution in all renderers 13 years ago
Sha..rd 4d01146519 * Add ImageRaster.getWidth() and getHeight() 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
iwg..ic 3afb803c68 Added check for sensor data accuracy to ignore data when sensor accuracy is unreliable. 13 years ago
iwg..ic 56bf97a7e2 Update Android Sensors to be compatible with the new Joystick interface. http://code.google.com/p/jmonkeyengine/source/detail?r=9763 http://code.google.com/p/jmonkeyengine/source/detail?r=9762 13 years ago
PSp..om bd2695061d Updates to build with latest joystick changes. 13 years ago
iwg..ic 47cb989c63 Added mapping of Android Scale Gesture (ie PinchZoom) to mouse wheel. If mouseEventsEnabled is set, mouse wheel reacts to the gesture. 13 years ago
rem..om 5111fd8b66 Implemented fixedfunc binding for AlphaTestFallOff 13 years ago
iwg..ic 5b326f4054 Minor reorganization of how appSettings are created and passed to the Context on Android. 13 years ago
iwg..ic fa6716877e Remove requirement for buffer type images to have width=height on Android devices that do not support NPOT. Now images allowed as long as both height and width are POT on devices that don't support NPOT. 13 years ago
iwg..ic d2b97fb422 Fix issue with onPause trying to cancel vibration when user has not defined Vibration Service permission in manifest. 13 years ago
iwg..ic 5a71423624 Fix issue with BEST config not choosing a valid config on some devices when RGBA is not matched (ie no config exists with 0bit alpha). ConfigChooser now looks for an exact match of all attributes first, then a match of RGBA only, then uses the first available config. 13 years ago