Commit Graph

67 Commits (b475a8e9c98a979749b788014b4fb686c9d4fbb1)

Author SHA1 Message Date
nor..67 7ba657e430 - set logging from Level.INFO to Level.FINE for most logging 12 years ago
dan..om c798db10b2 - Reverted Nehon's termporary depth fix. We don't need jME to do the extra work if it's not needed. 12 years ago
Zer..om dd2b82c881 Fixed build problem due to changed constructor format. 12 years ago
Sha..rd 5a3a1838f6 * Allow removal/addition of NiftyJmeDisplay from ViewPort 12 years ago
Sha..rd 2e35519182 * Nifty will now set the BitmapText base color instead of using the material's color (which could override the color of the shared font) 12 years ago
Sha..rd 4aea96f4b9 * Made nifty mouse wheel rotation be the same as nifty LWJGL's renderer (1/-1 instead of 120/-120) 12 years ago
Sha..rd e8f747e8ce * Fix incorrect nifty display 12 years ago
Sha..rd 2d69a5d159 * Fixed issue 460 12 years ago
Sha..rd fead899369 * Fixed issue 511 12 years ago
Sha..rd b3e63e9732 * Depth writes now completely disabled for all nifty elements - should fix various glitches when nifty is rendered with jME3 gui or 3D objects 12 years ago
rem..om 8d841b70dd Forced depth range to 0,0 in NiftyJmeDisplay processor before rendering nifty to avoid depth check issues between the 3D scene and the text elements of the nifty gui. 12 years ago
sky..ok 63632afca1 License maintenance in Networking, NiftyGUI, JOGG, and OGRE 12 years ago
sky..ok 28ce76245f Change all source licenses to say 2009-2012 12 years ago
PSp..om 810164da46 Added a method for directly poking keyboard events 12 years ago
pot..om 16851eb1d8 Removing Android Sensor Support (undo r9610). Preparing for new way of implementing sensor support on Android. 12 years ago
Sha..rd 2ab5e4abbe * Nifty GUI now uses Unshaded.j3md for rendering which is cleaner 12 years ago
Sha..rd be58274ab8 * Fix issue 520 again: pressing mouse over jme and releasing over nifty did not tell jme about the release. 12 years ago
Sha..rd f82be26af8 * Fix issue 520 12 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. 12 years ago
Sha..rd 7825249952 * Made some classes pretty, hope you like it 13 years ago
Sha..rd 27e97c34da * 'FixedFunc' technique were wiped out entirely. Not useful since now we choose default technique based on caps anyway. 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
rem..om e574e73b68 - Nifty : fixed gradient material 13 years ago
rem..om 8eae2cfd8a Cinematic, fixed time seeking when having several SpatialAnimation with a speed > 1 13 years ago
rem..om 654c44abdd Jme nifty render device optimization : 13 years ago
rem..om 6087a930df Formatted code of RenderDeviceJme before comming changes 13 years ago
rem..om e275cfb7ee JME nifty's render device : fixed text positioning when autoScale is true 13 years ago
rem..om 2d57665dfd JME nifty's render device now uses 2 separate shaders : one for images and texts and one for quads, this way there is no more branching in the frag shader greatly improving speed (specially on android) 13 years ago
rem..om 92b97d38d8 Committed a patch from iwgeric, to make nifty Textfield display the soft keyboard on tap. 13 years ago
rem..om 859123673e Committed patch from iwgEric that fixes a couple of issues on android touchinput http://jmonkeyengine.org/groups/android/forum/topic/error-with-nifty-and-awt/?topic_page=2#post-165433 13 years ago
Sha..om 0f41e1fee1 * nifty - fix incorrect conditional in InputSystemJme.onMouseButtonEvent() 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
rem..om 950276679e Nifty : applied patch posted by iwgeric in this thread http://jmonkeyengine.org/groups/android/forum/topic/error-with-nifty-and-awt/?topic_page=2&num=15#post-147332 13 years ago
voi..om fe521c76ea update to latest Nifty 1.3.1-SNAPSHOT build especially because of consolidation of resource loading (the ResourceLoader inside of Nifty is now a part of the Nifty instance and not static anymore, see 1001faad0c for details) 13 years ago
rem..om 08af19ec5b Cinematics : 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
rem..om 630b594158 Proper implementation of renderFont in nifty RenderDeviceJme, the last 2 floats are scaleX and scaleY. changed the method accordingly. 13 years ago
rem..om 4c0f7b06ca - Fixed nifty RenderDeviceJme compilation issue, a new float param has been added to the renderFont method in nifty's RenderDevice interface, it's called "f1" so it's kinda hard to tell what it stands for. For now it's not used in jme's renderFont method. 13 years ago
sha..rd 130283914e * Fix nifty border rendering gradient 13 years ago
voi..om a824f45efb optimize GC performance while creating keys for the BitmapText cache 13 years ago
voi..om 52d1aaaaf2 Nifty RenderDeviceJme Bugfix: When we cache BitmapText instances to speed up text rendering we need to make sure that we take the font and the color into account as well! When we cache BitmapText instances only using the actual "text" it is possible that the exact same text - when it is rendered in different fonts - will be used from the cache (and then using the wrong font!) This has now been fixed. 13 years ago
sha..rd a236c7d03b * Fix compile error 13 years ago
sha..rd 64c61c86e4 * Fix syntax errors due to JmeSystem/Platform changes 13 years ago
sha..rd f421e2a876 * Removed shiny check in Lighting.frag (for ATI Radeon X1600 and similar) 13 years ago
sha..rd db0a4f23a8 * New block language parser 13 years ago
nor..67 c26e4d8e42 - revert previous change as wrong image paths might result 13 years ago
nor..67 65c228ff15 - fix NiftyJmeDisplay so that other locators can be registered for NiftyGUI 13 years ago
sha..rd 984721cc75 * AnimControl now supports abstract animation (doesn't have to be BoneAnimation) 14 years ago