Commit Graph

46 Commits (cd79395d9b3f34c2b28c857f05be461988d306c4)

Author SHA1 Message Date
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 14 years ago
nor..67 65c228ff15 - fix NiftyJmeDisplay so that other locators can be registered for NiftyGUI 14 years ago
sha..rd 984721cc75 * AnimControl now supports abstract animation (doesn't have to be BoneAnimation) 14 years ago
sha..rd c727d3e006 * Fixed crash in TestCinematic 14 years ago
sha..rd 11a8c132fc * Nifty Gui dynamic resolution changing is now supported 14 years ago
kim..ng 384cdcff85 Android: getTouchInput() interface add 14 years ago
nor..67 068ee238a3 - fix NiftyJmeDisplay in jMP 14 years ago
sha..rd f72d5c20fd * Nifty Gui now uses jME3 AssetManager to find XML files 14 years ago
sha..rd dcf3f3c061 * Fixed bug in RenderImageJme Texture constructor that would not take into account width/height 14 years ago
sha..rd 6196de22f7 * Removed all deprecated classes, methods, and fields 14 years ago
sha..rd ed7789b7a6 * The OpenGL2 renderer now actually scales non-power-of-2 textures instead of throwing out a useless warning 14 years ago
sha..rd 9b9fb940a6 * Fixed compile error in nifty 14 years ago
sha..rd efb9792c95 * Better toString() methods for Image and Texture 14 years ago
sha..rd e15b26b0ed * Fixed issue where Nifty GUI would consume all mouse button events 14 years ago
rac..om 5ae44319ea Turns out I did things a bit wrong with respect to the new nifty mouse even queue.... 14 years ago
rac..om 76ff6bb99f Mouse wheel and the other two mouse buttons should now also be fixed. Since this is not tested in the NiftyGUI test there's no real of know till a test has been created though. To fix it I just tweaked the appropriate if statements a bit. 14 years ago
rac..om 8cdef21af6 upgraded nifty and nifty-default-controls to nightly build of 2011-03-24. Also fixed the AwtMouseInput and removed some ununsed imports. The com.jme3.niftygui.InputSystem has been changed as well to correspond with the new Nifty way of working with mouse events. It now uses the new MouseInputEventQueue and the new NiftyMouseInputEvent. 14 years ago
PSp..om 3fe5911b66 Adding a comment hinting at maybe why jme nifty text 14 years ago
PSp..om d159c5e8c3 Throw a more meaningful exception for a missing font 14 years ago
nor..67 9e53abbb7a move jme3 to trunk 14 years ago