Commit Graph

6513 Commits (4b68a4c9dc8c66072f6153a2c71274b9621d529f)
 

Author SHA1 Message Date
Paul Speed dfe4b083f0 Added a check to try and detect the case where a server and 9 years ago
Paul Speed 4b2f361026 Modified to skip registering the message classes if they are 9 years ago
Paul Speed 2c337123a9 Added a test/example of running a client and a server in the 9 years ago
Paul Speed e832ad5c94 Added an isRunning() method so that other classes can 9 years ago
Paul Speed 17df399f68 Commented out the message class serialization and left 9 years ago
Paul Speed cea36ffc47 Added some more client-side error and connection handling 9 years ago
Paul Speed 38fe771ed8 Modified the client state messages to include the chat 9 years ago
Paul Speed 9e80d8a7aa Beefing up the client server tests a little to add 9 years ago
William Linna c8a16c940f Only interpolate if particles are in world space 9 years ago
William Linna 6075e4639d Interpolate particle positions 9 years ago
Daniel Johansson dc0bcb5d13 Resolves #378, adding support for detecting ARMv8 on Android. 9 years ago
David Bernard 0f140370ed jogl: flip y for mouse click 9 years ago
David Bernard 3e71198610 jogl: use pixel unit for window's dimension (fix issue on MaxOS X) 9 years ago
Nehon ad88fa3210 Merge branch 'master' into PBRisComing 9 years ago
Nehon cbe87cf41f checkGLError in LwjglOffscreenBuffer is now called only if assertions are on, as it is done in LwjglAbstractDisplay 9 years ago
Nehon 5cb72c6582 Updated the create skybox gui in the SDK so that it fits the new API and supports loading equirect Skybox maps. 9 years ago
Nehon 4726da1e41 Merge branch 'master' into PBRisComing 9 years ago
Nehon 40177c1524 Added jme3-lwjgl3/build/ to the gitignore file.... again.. 9 years ago
Nehon 84e2aba9da Initial implementation for adding a LightProbe to a scene in the SDK 9 years ago
Nehon c76182d375 Updated the create skybox gui in the SDK so that it fits the new API and supports loading equirect Skybox maps. 9 years ago
Daniel Johansson 00e2717c7c Fixed an issue where on linux using jme-lwjgl3 module would cause the windows dll to be loaded instead of the linux so native library. 9 years ago
Kirill Vainer 79638b7434 Merge pull request #377 from davidB/fix_opengl3 9 years ago
Paul Speed 69297af414 Merge pull request #376 from Pesegato/master 9 years ago
jmekaelthas a80051c1ce Bugfix: very small wight values caused severe animation artifacts. 9 years ago
David Bernard 2938acec51 opengl3: add GLSLCompat into Gui.j3md 9 years ago
Pesegato 539e49e109 Added support to Logitech F310 9 years ago
Julien Gouesse 8752c42aa6 Merge pull request #375 from davidB/wip_jogl 9 years ago
David Bernard 836bf85630 jogl: some fixes about mouse handler 9 years ago
Nehon 5bd261e115 added jme3=lwjgl3/build to the gitignore file... 9 years ago
Rémy Bouquet c348e30188 fixed a NPE in the shader node editor when the navigator panel is collapsed 9 years ago
Rémy Bouquet 45321fc7d5 Fixed an issue in material when having classic lights along with a LightProbe 9 years ago
Nehon 7d07a63ebf Changes the way the fresnel term is computed in the PBR.glsllib for direct lighting, fixing some artifact when having a point light 9 years ago
Rémy Bouquet e159c3918a Implemented intersectBoundingBox for LightProbe 9 years ago
Rémy Bouquet c47da8e9a1 Merge branch 'master' into PBRisComing 9 years ago
Julien Gouesse ea28e8a449 First attempt to fix a bug reported by david_bernard_31, the size of the strings in the shader code was wrongly computed for the JOGL backend 9 years ago
Julien Gouesse ce86a3e555 Allows to choose between the forward compatible profile and the backward compatible profile in the JOGL backend 9 years ago
Julien Gouesse f38ea1e3e2 Displays the JOGL version instead of the NEWT version 9 years ago
Julien Gouesse 1559dacdca Updates JOGL (2.3.2) 9 years ago
jmekaelthas b34649d399 Bugfix: fix to importing blend files with linked content. 9 years ago
Kirill Vainer edaf49c00c Merge pull request #364 from Dokthar/light 9 years ago
Kirill Vainer 810c7b6fa6 native loader: set lwjgl library path for lwjgl3 9 years ago
Daniel Johansson 5e8f5e6a1f Updated lwjgl3 module to use LWJGL 3.0.0b #35 which is the current stable build. 9 years ago
Kirill Vainer 2a1addd2da Merge pull request #350 from alexVengrovsk/master 9 years ago
Kirill Vainer b312ba3f48 Merge pull request #368 from bdero/fix/bdero/flybycam-unregister-docstring 9 years ago
Brandon DeRosier 1bb3ee089a Change duplicated docstring in FlyByCamera.unregisterInput 9 years ago
Dokthar 071ad5c618 light : fixed pointLight v. bounding sphere unit test 9 years ago
Dokthar 4be09e3505 light : replaced duplicated code by methods from Intersection 10 years ago
Daniel Johansson d48a1bb998 Removed native library jemalloc.dll for LWJGL3 as this will not be needed until 3.0.0b and after. 10 years ago
Dokthar 505aa23048 light : added unit tests for the new support of bounding spheres intersections (for lightFilter) 10 years ago
Kirill Vainer 9f130a9cb3 Merge pull request #366 from MeFisto94/Issue46 10 years ago