Commit Graph

565 Commits (78bbe9b251295df0817468b8f9703917002d9136)

Author SHA1 Message Date
PSp..om 4c18bfaecb Moved the stats view stuff out into an app state 13 years ago
PSp..om a2043b3ded Modified to tracks its enabled state so that it 13 years ago
PSp..om 05a88493a8 Added an accessor for Timer. 13 years ago
Sha..rd 4721c944a2 * Minor warning fix in BoundingBox, BIHTree 13 years ago
Sha..rd 8c0e5ad541 * Removed useless null check in Plane 13 years ago
PSp..om 65f8dbf6ae For the cases where a define has not actually 13 years ago
PSp..om 1f0a77de26 Modified the define list to only recompile if 13 years ago
Sha..om b0cff4343e * Fix View -> Model space for ViewProjectionMatrix 13 years ago
Sha..om b53a825d35 * Prevent crash when material technique has no world bindings defined. Fixes issue 454 13 years ago
PSp..om 4edf262021 Fixed FloatBuffer support as well as other 13 years ago
Sha..om c576a12f83 i fixed the problem, are you happy now mark? 13 years ago
rem..om bfa243a619 PssmShadowRenderer now have a contructor that takes a material as a parameter to override the post shadow material 13 years ago
rem..om 0c5e5341bd Time in cinematic is now computed by stacking tpf 13 years ago
PSp..om ebb2fca18f Renamed the destroyByteBuffer method to destroyDirectBuffer 13 years ago
PSp..om 9ecaf0b96e Expand the destroyByteBuffer() call to take any 13 years ago
Sha..rd b1d4c36fd7 * InputManager fix syntax error 13 years ago
Sha..rd db4188c797 * InputManager will throw exception if joysticks are disabled instead of returning null 13 years ago
rem..om e1d4d66877 BatchNode now correctly accounts for tangents buffer. (the initial copy of the buffer was only accounting for 3 components instead of 4). 13 years ago
rem..om 33b6bcb20c BatchNode now use bulk copy for untransformed buffers like GeometryBatchFactory 13 years ago
rem..om 4c7e271606 Fixed Garnaout issue with cinematic \o/ 13 years ago
PSp..om 1545a83abb Implemented a more efficient way of bulk copying 13 years ago
PSp..om 606b676d69 Modified so that read-only operations will not 13 years ago
nor..67 1cede40383 - make AssetConfig more robust when loading assetmanager config from file 13 years ago
Sha..rd 22c28bf39a * Remove error message when loading old j3o with TerrainPatch 13 years ago
Sha..rd 9dfe1b12f3 * New J3O format version: fixed incorrect serialization of savable versions for certain class hierarchies 13 years ago
Sha..rd e7eba5b155 * Fixed error in TerrainPatch loading 13 years ago
Sha..rd 96bde02de6 * Fix compile error in FrameBuffer, setRefreshNeeded() -> setUpdateNeeded() 13 years ago
nor..67 1dab3c2172 - fix svn 13 years ago
Sha..om b0b3f1b55e * FrameBuffer.setTargetIndex() will set refresh needed on FrameBuffer 13 years ago
Sha..om fc5c7d06d2 * Prevent constant exception in FrameBuffer.setTargetIndex() 13 years ago
bre..ns 981356539a javadoc spelling fix thanks @bortreb 13 years ago
Sha..om ba15cc68ca * determinate -> determinant in Matrix3f 13 years ago
Sha..rd 95efa5b2ff * Mesh.extractVertexData() will copy max weights per vert as well, this is needed for animation to work 13 years ago
Sha..rd 64d9c60142 * BIHTree will exit early if ray limit is lower than the farthest collision point with the model's bound 13 years ago
Sha..rd 77252b4304 * Geometry will now automatically de-share VertexBuffers if it detects it 13 years ago
Sha..rd ed07d685bf * Added Mesh.extractVertexData() to extract vertex data from another mesh based on this mesh's index buffer. Used to "de-share" VertexBuffers. 13 years ago
rem..om e4186c2497 - Changed catmull rom interpolation to use floats instead of doubles because somehow it was failing on android... 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
nor..67 1bf268bea7 - adapt name for destroyByteBuffer() 13 years ago
nor..67 de65246ddb - add way to release direct memory, including test 13 years ago
rem..om fd65f31bbd Removed comitted system.out in MotionTrack 13 years ago
rem..om 16759a9770 Fixed an initialization issue in MotionTrack 13 years ago
rem..om 1f2193a2b9 Audio : implemented API for seeking capability in streamed ogg files. It doesn't work fine yet 13 years ago
rem..om f3675227e0 Cinematic : AnimationTrack takes now the animation's duration as default duration 13 years ago
rem..om 93a181b4c7 Fixed IndexArrayOutOfBound that may occur in BatchNode.Also optimized temp array allocation in case there is no tangents buffer 13 years ago
sky..ok addfe4283b BatchHint Javadoc fixes 13 years ago
rem..om d6124d3489 Renamed AnimationHelper to AnimationFactory 13 years ago
rem..om 7de07d056c Created an AnimationHelper to ease the creation process of a spatial animation, based on key frames interpolation. 13 years ago
rem..om 1b1bad7da5 Fixed MotionTrack setEnabled method 13 years ago