empirephoenix
d181a84b7c
Merge pull request #677 from RemboL/master
...
fixing documentation link
8 years ago
RemboL
2ff0bf5f75
fixing documentation link
8 years ago
empirephoenix
d1166f40c1
Merge pull request #641 from jseinturier/jme3-vr-dev
...
Jme3 vr dev
8 years ago
empirephoenix
9116772472
Merge pull request #675 from mazerty/patch-1
...
LodGenerator should accept a constructor by mesh
8 years ago
empirephoenix
2a09771bc8
Merge pull request #663 from NemesisMate/patch-18
...
Fixed IllegalArgumentException when removing a LodControl from a spatial
8 years ago
Thomas JOUANNOT
1dd1888b55
LodGenerator should accept a constructor by mesh
8 years ago
Rémy Bouquet
c2d25ee9d6
Merge pull request #658 from jmecn/master
...
Fix issue #654
8 years ago
Rémy Bouquet
530596838c
Merge pull request #664 from iamcreasy/MeshPointDocFix
...
Mesh point doc fix
8 years ago
Nehon
ee9c6d366a
ShaderNodeVariable now has a prefix attribute that is concatenated to the name when generating the shader (basically g_ and m_ when the variable is an uniform)
...
It avoid to change the name of the variable when loading the definition and always have weird inconsistencies with mat params because the name has a m_ or not.
8 years ago
Nehon
2f06c9b37b
ShaderNodeDefinition path is now set while loading the definition.
8 years ago
Nehon
26ccaaea88
DDSLoader now supports Luminance16f format (r16f)
8 years ago
Quazi Irfan GD
97135fa9bb
Add missing override in Geometry
8 years ago
Quazi Irfan GD
cf07e094af
Cleanup Mesh(Point) documentation
8 years ago
Quazi Irfan GD
1bfabd8d8f
Update Mesh(Point) documentation
8 years ago
NemesisMate
88125da16d
Fixed IllegalArgumentException when removing a LodControl from a spatial
...
LodControl throws an exception when the spatial being added to isn't a geometry, however, when the controls is removed it calls setSpatial with a null value triggering the exception throw. Now checking for this null value case.
8 years ago
Yan
6479a7cdf8
Add locale translation for zh_CN
...
Add locale translation for zh_CN
8 years ago
Yan
8e45937974
Fix issue #654
...
Fix issue #654
8 years ago
empirephoenix
080a89e14b
Merge pull request #655 from mitm001/patch-4
...
Updated broken link to point to wiki.
8 years ago
mitm001
80bec2e7a0
Updated broken link to point to wiki.
8 years ago
Paul Speed
2fc25f5743
Merge pull request #645 from grizeldi/patch-2
...
Added Xbox One S controller mappings
8 years ago
grizeldi
23d6def5ed
Made right trigger usable on Xbox based controllers
8 years ago
grizeldi
ddfa728d60
Add Xbone S controller mappings
8 years ago
empirephoenix
bfbb0d61ea
Merge pull request #498 from TripleSnail/master
...
Add/remove all PhysicsControls even when a RigidBodyControl is present
8 years ago
empirephoenix
4d48f5c8a4
Merge pull request #644 from rpax/patch-1
...
NullContext thread safety
8 years ago
Rafael Pax
543268593b
NullContext thread safety
...
The fields `timeThen` and `timeLate` are static. If multiple Applications are launched in different threads in headless mode, sync fails. This can be fixed removing the static modifier of the fields.
8 years ago
jseinturier
16b4dade2d
Removing more static references.
8 years ago
jseinturier
f7a852b755
Merge remote-tracking branch 'origin/master' into jme3-vr-dev
8 years ago
jseinturier
2cacf16f69
Conform to... Oh you know what i mean...
8 years ago
jseinturier
0ecd38892c
Conform to master... boring....
8 years ago
jseinturier
9e945462f7
Conforming to last master branch
8 years ago
seint
888b66892d
Ignoring .gitignore files
8 years ago
seint
651e77953a
VR controller clean integration
8 years ago
Nehon
d20cf3f20a
Reverted changes in Spatial made for VR.
8 years ago
Nehon
29875e6085
Fixed InstanceGeomerty not working properly when using the lighting material and a non DirectionalLight
...
see https://hub.jmonkeyengine.org/t/instancednode-doesnt-work-with-light/38316/5
8 years ago
empirephoenix
0111cddaa5
Merge pull request #639 from shamanDevel/DDSLoader-less-constraints
...
Weakens the flag tests in DDSLoader: some textures lack the DDSCAPS_TEXTURE flag
8 years ago
Rickard Edén
d6fb7d85f1
Fixed controller buttons: unControllerSize is size of struct in bytes.
...
Cleaned up controller detection code from last commit
8 years ago
Sebastian Weiß
02781e799f
oh man, I should have learned it by now, that jme uses spaces, not tabs
8 years ago
Sebastian Weiß
04b0578173
Certain dds texture lack the DDSCAPS_TEXTURE-flag, but are still recognized by programs like IrfanView and can also be loaded in the engine.
...
This commit weakens the check for this flag: Instead of throwing an exception, a warning is logged.
8 years ago
Sebastian Weiß
a3cd3cbb04
Certain dds texture lack the DDSCAPS_TEXTURE-flag, but are still recognized by programs like IrfanView and can also be loaded in the engine.
...
This commit weakens the check for this flag: Instead of throwing an exception, a warning is logged.
8 years ago
empirephoenix
1265f46fed
Merge pull request #638 from stephengold/master
...
Version 3.1.0 is now stable, both for the SDK and the Engine itself.
8 years ago
Stephen Gold
35978f9c38
Version 3.1.0 is now stable, both for the SDK and the Engine itself.
8 years ago
Stephen Gold
3d07e165af
Merge pull request #637 from stephengold/master
...
fix SkeletonControl.getAttachmentsNode() for odd models (such as Jaime)
8 years ago
Stephen Gold
9905c4f011
getAttachmentNode(): move target selection from SkeletonControl to Bone
8 years ago
Stephen Gold
b2aa1ff9f1
fix SkeletonControl.getAttachmentNode() for odd models (such as Jaime)
8 years ago
Stephen Gold
5f9cf52c13
Merge pull request #633 from stephengold/master
...
add PointSize to Unshaded matdef, test with SkeletonDebugger
8 years ago
Stephen Gold
dcb92e1d15
Unshaded.vert: put declaration in #ifdef to avoid an unused uniform
8 years ago
Rémy Bouquet
4dd65eb81c
Merge pull request #611 from FrozenShade666/patch-2
...
Update README.md
8 years ago
Rickard Edén
39fad9cb3a
Fix for mirror cam not being initialized
8 years ago
Rickard Edén
7818f985be
Fix for NPE when initializing mirror view
8 years ago
Rickard Edén
1c22bd26b7
Support for Vive Tracker
8 years ago