4933 Commits

Author SHA1 Message Date
Erlend Sogge Heggen
fba87fb0ea Added README.md v1
Shorter summary. Pretty games mashup and popular games list. Basic getting started section along with essential links.
2014-05-06 22:01:38 +02:00
Erlend Sogge Heggen
414854004f Update CONTRIBUTING.md
Added link to the awesome cheat sheet:
https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.md
2014-05-06 21:03:28 +02:00
relu91
3cbb158b81 Prototype of nifty-editor integration . 2014-05-06 12:26:03 +02:00
Nehon
3a5aae5383 Fixed typo in previous commit's javadoc 2014-05-03 15:05:56 +02:00
Nehon
375079bfcf The shaderNodesGenerator now properly declare and assign inPosition :
inPosition can be a vec4 or Vec3 and will be assign to Global.position accordingly
2014-05-03 15:03:30 +02:00
Nehon
e898f26cf4 The ShaderNodes system now correctly handles swizzle of types like ivecn, uvecn, bvecn 2014-05-03 13:49:05 +02:00
Rémy Bouquet
d5f6058e85 Merge pull request #129 from Rena4ka/master
Fixed constantly mipmap generation
2014-05-01 11:16:46 +02:00
Phr00t
d200e406d5 performance improvements to PhysicsSpace 2014-04-29 14:33:01 -04:00
jmekaelthas
3b187e9342 Bugfix: fix that allows to use either quaternion or euler rotation in
bone animation.
2014-04-25 22:13:58 +02:00
Normen Hansen
539c2e65fc - update JmeVersion automatically in build script
- change handling of version "tag" (stable, svn etc.)
2014-04-25 17:03:59 +02:00
Normen Hansen
70412593ba clean up some naming in SDK build.gradle 2014-04-25 16:29:18 +02:00
Normen Hansen
7a000bb5fe use maven repo version of j-ogg and j-vorbisd 2014-04-25 16:25:14 +02:00
Rena4ka
e250c47a08 Fixed constantly mipmap generation
Fixed bug when setting MinFilter with mipmapping after generating mipmaps causes jME to update image data every frame.
2014-04-22 03:55:57 -07:00
Rena4ka
4be7693f1b Mipmapped texture arrays
Fixed TextureUtil to properly handle mipmapped texture 2d arrays and 3d textures
2014-04-22 02:59:03 -07:00
sgold@sonic.net
8d2b7a53e6 fix race in TestAwtPanels as discussed at http://hub.jmonkeyengine.org/forum/topic/fix-for-race-in-testawtpanels 2014-04-18 08:55:59 -07:00
Stephen Gold
a8e04797e5 Merge pull request #124 from kwando/fix_better_error_dialog
Fix for the ErrorDialog.
2014-04-17 11:11:21 -07:00
Hannes Nevalainen
2b8cdbb34c Fix for the ErrorDialog.
Turns out the imporved  error dialog was less helpful than the old one...
2014-04-17 17:08:41 +02:00
Nehon
1b3c2e4436 Fixed some compilations warning in the lightScattering shaders and a compilation error in the glsl 1.2 shader 2014-04-13 20:15:19 +02:00
Nehon
4f6c061d4e Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git 2014-04-06 11:26:53 +02:00
Nehon
dbae186426 Fixed issue in MotionPath where having a path with only 2 waypoints with the same coordinates was causing an IndexArrayOutOfBound exception.
Also used a temp var for a Vec2 that was instanciated on each frame
2014-04-06 11:26:33 +02:00
Erlend Sogge Heggen
75bc62764a Update CONTRIBUTING.md
many updates. basic tips about github use, bug reporting and code style.
2014-04-05 14:09:06 +02:00
Rémy Bouquet
ae0cd3d813 Merge pull request #117 from maany/issue#85
Issue#85 fix from maany
2014-04-03 07:38:29 +02:00
Kostyantyn Hushchyn
625264b6d8 Added base input handler - touch and simulated mouse 2014-04-03 04:27:43 +03:00
Normen Hansen
10af945f36 set buildNativeProjects to false for now 2014-04-03 00:48:38 +02:00
sploreg
7df0b41585 TerrainLodControl no longer caches camera positions. Issue #121 2014-04-02 14:49:29 -07:00
Nehon
d7b3d580ed Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git 2014-04-02 20:35:16 +02:00
Nehon
ad99467cf2 Fixed issue where onAnimCycleDone was not called when playing an animation 2014-04-02 20:34:54 +02:00
normen
f6f13d5f1d Merge pull request #119 from kwando/better_error_dialog
SDK: A better error dialog.
2014-04-01 18:12:54 +02:00
Hannes Nevalainen
57adc00909 A better error dialog. 2014-04-01 17:24:45 +02:00
iwgeric
7c8fa29b26 Adding a VideoRecorderAppState for Android. Performance is really bad, but it will at least run and store the AVI. Not really intended for app usage, but it's been handy in a couple of places. Just committing to lot lose the changes necessary to make it run. More work required, for sure. 2014-03-31 13:12:10 -04:00
iwgeric
37dd89c8f1 Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git 2014-03-31 12:18:22 -04:00
iwgeric
a43b5c1835 remove android mk files from bullet-native. android native bullet has it's own subproject 2014-03-31 12:18:02 -04:00
Mayank Sharma
4c320f686d issue#85 short approach - setDefaultCloseOperation 2014-03-31 16:15:54 +05:30
Nehon
333c5c60cd Fixed wrong swizzle in ssao.frag 2014-03-31 06:53:05 +02:00
Mayank Sharma
5b84be227a end application when TestChooser dialog is closed
added a WindowListener in the constructor that overrides the windowsClosing method to dispose the TestChooser dialog. 
code tested with positive result for issue#85.
2014-03-29 16:40:12 +05:30
iwgeric
768f099d1d remove android build from jme3-bullet-native (separate subproject now) 2014-03-28 08:32:03 -04:00
iwgeric
20c1894409 Merge AndroidNativeBulletSubProject 2014-03-28 08:21:18 -04:00
iwgeric
dbe4912884 remove a change to ndk path (made by mistake) 2014-03-28 08:18:54 -04:00
iwgeric
1ef1420c4d update settings.gradle to include android native bullet project 2014-03-28 08:17:41 -04:00
iwgeric
26c08caa8c add separate project files for building android native bullet 2014-03-28 08:16:22 -04:00
iwgeric
8b912cd768 change method to check for existance of the android ndk 2014-03-28 08:15:10 -04:00
iwgeric
8a4bb58bda add native bullet build properties to gradle.properties in root project 2014-03-28 08:13:47 -04:00
iwgeric
f380140ff7 add pre-compiled libs for android native bullet 2014-03-28 08:12:31 -04:00
iwgeric
ef23737d36 ignore android native bullet build directory 2014-03-28 08:11:25 -04:00
sgold@sonic.net
b200db1a3c fix for GitHub issue #115 (GoogleCode issue #638) as discussed at http://hub.jmonkeyengine.org/forum/topic/proposed-fix-for-issue-638 2014-03-26 14:32:25 -07:00
iwgeric
13632f2ca9 remove unused project property 2014-03-25 12:24:27 -04:00
Normen Hansen
701da19757 SDK: fix some Generics warnings 2014-03-25 14:33:48 +01:00
Normen Hansen
83f201e20b remove NetBeans base URL from SDK properties file 2014-03-25 14:00:28 +01:00
iwgeric
ac8b52cff0 Merge origin/master 2014-03-25 08:48:23 -04:00
iwgeric
57b77151aa update android native build to support precompiled libs that are used if not building the libs. If building the libs, then the pre-compiled libs are updated with the output of the build. 2014-03-25 08:48:01 -04:00