Commit Graph

769 Commits (aa466d20393dd3eb5e7158ca2e971c0a1a1c0666)

Author SHA1 Message Date
nor..67 b7affd0147 - optimize BatchNode a bit 13 years ago
rem..om 732955a56c fixed BoundingBox merge method javadoc 13 years ago
rem..om e5b99b5035 ShadowUtil now use tempVars instead of instantiating new objects 13 years ago
rem..om cecf807001 SpotLight, inner and outer angle cos is now correctly packed when opening a saved light 13 years ago
rem..om bf55974bf4 Changed the way post shadow pass is done. It's now a technique of the lighting material definition. 13 years ago
rem..om 7445565df3 Fixed buffer overflow when increasing the size of a BitmapText (issue 486) 13 years ago
Sha..rd 02742f720f * AppSettings now supports floating point values 13 years ago
rem..om a8bfb54b02 Fixed the mix up in fromAngles method's javadoc in Quaternion, pitch is Attitude and roll is Bank 13 years ago
rem..om f156b31ce1 Spline now clones the control points to not keep a reference on the given vector. 13 years ago
rem..om a4c1fd7670 Fixed naming of pitch, yaw, roll thing in rotation that was wrong. Now they are named xAngle, yAngle, zAngle in Spatial and Quaternion. Pitch , Yaw, Roll are just mentionned in the javadoc. 13 years ago
PSp..om 198979bf5a Removed setEnabled() and isEnabled() from the Control 13 years ago
Sha..rd 828c8071f6 * Fix BufferUtils.destroyDirectBuffer() in OpenJDK7 13 years ago
Sha..rd 8973175783 * Try to fix linkVertices in TangentBinormalGenerator (prevent assigning same tangent to verts with different texcoord) 13 years ago
Sha..rd 2cdeb6ebff * Fix animation blending from bind pose issue 13 years ago
rem..om fecf355de2 ChaseCam : changed all private attributes and methods to protected so people can extend the chaseCam behavior as they see fit. 13 years ago
rem..om cf93c2c6fc Fixed issue when the last waypoint of a motion path was not triggering listeners 13 years ago
rem..om 7f6ce84ffd Implemented setSpeed for animationTrack as it needs special treatment 13 years ago
rem..om 1945a0c1c0 BatchNode and GeometryBatchFactory now uses the material's isEqual method to gather the geometries to batch 13 years ago
rem..om 55b8188d20 Material has now a isEqual method that compares materialDef, material params and material additional render state 13 years ago
sky..ok 533fb86c50 Down to 260 Javadoc warnings from 324 13 years ago
sky..ok 0af3e46a45 Added move speed and rotate speed getters in FlyByCamera 13 years ago
dan..om 9378179d94 - Fixed camera "twisting" when rotating up/down when zoomed-in. The min rotation is hard-coded to -90 degrees down (the up remain settable). 13 years ago
rem..om 94e0937bb6 Fixed an ArrayIndexOutOfBound in animationFactory 13 years ago
rem..om 07e96d02eb Fixed an issue in AnimationTrack when time was skipped out of bounds of the animation 13 years ago
PSp..om 511a11fc7c Moved the creation of the guiFont into a separate 13 years ago
rem..om 8eae2cfd8a Cinematic, fixed time seeking when having several SpatialAnimation with a speed > 1 13 years ago
PSp..om 2bde71b08a Early out on initializePending and terminatePending 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
nor..67 50f266f843 - optimize BatchNode.batch a bit 13 years ago
rem..om 5671358657 Soft particles implementation. 13 years ago
Sha..om 9ddb941daa * Fix javadoc error in Transform.loadIdentity() 13 years ago
Sha..rd be7a22e3d5 * Remove most common usage of IntMap.iterator() 13 years ago
PSp..om 5cf9954814 Added a comment with what I think the taskQueue 13 years ago
PSp..om dde5d0a510 Added a ResetStatsState so that the stats are always 13 years ago
Sha..rd aa8298ecdf * Fixed BufferUtils on android when used on non bytebuffers 13 years ago
Sha..rd b2e086bbee * Added ResolutionInverse (thanks kwando) 13 years ago
Sha..rd 7a7b2c3f5f * Fixed issue with WorldMatrixInverse uniform binding being incorrect (thanks survivor) 13 years ago
Sha..rd 2cbbfaa3b9 * It is now possible to modify an existing buffer through Mesh.setBuffer() (previous behavior was to crash) 13 years ago
Sha..rd f3528f8d6e * BufferUtils.destroyDirectBuffer() will only look up methods once 13 years ago
Sha..rd ea0617fa81 * Added new uniform binding WorldMatrixInverseTranspose (thanks kwando) 13 years ago
nor..67 9978684407 - move effects and networking to separate jar files 13 years ago
PSp..om f07446e0d4 Added an accessor for the stats view object. 13 years ago
rem..om 03da8d5316 BatchNode enhancements : 13 years ago
rem..om 60479107bb Removed some unused variable and method in MotionPath 13 years ago
rem..om 9836918a07 Cinematic changes : 13 years ago
PSp..om 72561e7a8b Made the app-states taking constructor more defensive 13 years ago
PSp..om dac2de12c6 Moved the debug key handling to its own app state. 13 years ago
PSp..om c084f0a025 FlyByCamera modified to check if its mappings exist 13 years ago
PSp..om e7f0a5ad91 Since input manager throws an exception when trying 13 years ago