Normen Hansen
70412593ba
clean up some naming in SDK build.gradle
11 years ago
Normen Hansen
7a000bb5fe
use maven repo version of j-ogg and j-vorbisd
11 years ago
sgold@sonic.net
8d2b7a53e6
fix race in TestAwtPanels as discussed at http://hub.jmonkeyengine.org/forum/topic/fix-for-race-in-testawtpanels
11 years ago
Stephen Gold
a8e04797e5
Merge pull request #124 from kwando/fix_better_error_dialog
...
Fix for the ErrorDialog.
11 years ago
Hannes Nevalainen
2b8cdbb34c
Fix for the ErrorDialog.
...
Turns out the imporved error dialog was less helpful than the old one...
11 years ago
Nehon
1b3c2e4436
Fixed some compilations warning in the lightScattering shaders and a compilation error in the glsl 1.2 shader
11 years ago
Nehon
4f6c061d4e
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
11 years ago
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
11 years ago
Erlend Sogge Heggen
75bc62764a
Update CONTRIBUTING.md
...
many updates. basic tips about github use, bug reporting and code style.
11 years ago
Rémy Bouquet
ae0cd3d813
Merge pull request #117 from maany/issue#85
...
Issue#85 fix from maany
11 years ago
Kostyantyn Hushchyn
625264b6d8
Added base input handler - touch and simulated mouse
11 years ago
Normen Hansen
10af945f36
set buildNativeProjects to false for now
11 years ago
sploreg
7df0b41585
TerrainLodControl no longer caches camera positions. Issue #121
11 years ago
Nehon
d7b3d580ed
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
11 years ago
Nehon
ad99467cf2
Fixed issue where onAnimCycleDone was not called when playing an animation
11 years ago
normen
f6f13d5f1d
Merge pull request #119 from kwando/better_error_dialog
...
SDK: A better error dialog.
11 years ago
Hannes Nevalainen
57adc00909
A better error dialog.
11 years ago
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.
11 years ago
iwgeric
37dd89c8f1
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
11 years ago
iwgeric
a43b5c1835
remove android mk files from bullet-native. android native bullet has it's own subproject
11 years ago
Mayank Sharma
4c320f686d
issue#85 short approach - setDefaultCloseOperation
11 years ago
Nehon
333c5c60cd
Fixed wrong swizzle in ssao.frag
11 years ago
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.
11 years ago
iwgeric
768f099d1d
remove android build from jme3-bullet-native (separate subproject now)
11 years ago
iwgeric
20c1894409
Merge AndroidNativeBulletSubProject
11 years ago
iwgeric
dbe4912884
remove a change to ndk path (made by mistake)
11 years ago
iwgeric
1ef1420c4d
update settings.gradle to include android native bullet project
11 years ago
iwgeric
26c08caa8c
add separate project files for building android native bullet
11 years ago
iwgeric
8b912cd768
change method to check for existance of the android ndk
11 years ago
iwgeric
8a4bb58bda
add native bullet build properties to gradle.properties in root project
11 years ago
iwgeric
f380140ff7
add pre-compiled libs for android native bullet
11 years ago
iwgeric
ef23737d36
ignore android native bullet build directory
11 years ago
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
11 years ago
iwgeric
13632f2ca9
remove unused project property
11 years ago
Normen Hansen
701da19757
SDK: fix some Generics warnings
11 years ago
Normen Hansen
83f201e20b
remove NetBeans base URL from SDK properties file
11 years ago
iwgeric
ac8b52cff0
Merge origin/master
11 years ago
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.
11 years ago
iwgeric
88fa9b40dc
Update .gitignore
...
Shouldn't have added libs directory. This is for the pre-compiled native libs.
11 years ago
iwgeric
a2ab6f183d
merge and fix conflicts
11 years ago
iwgeric
df2e38798d
update native android libs build to use pre-compiled versions of the libs from the repo if not building native libs
11 years ago
iwgeric
384e19f281
update .gitignore for pre-compiled android native libs that are used when not rebuilding native libs
11 years ago
iwgeric
f9bb9cb3a9
update .gitignore for downloaded stb_image files
11 years ago
iwgeric
4d272915d9
Remove Android Native project from build natives property check.
11 years ago
iwgeric
c965e4066d
Add method to check for existance of NDK
11 years ago
Normen Hansen
c374fea7f3
change android native build scripts to not execute tasks at configuration time
11 years ago
iwgeric
5cfd1c812b
Change stb_image to be auto downloaded during build
11 years ago
iwgeric
d1033005ae
Change AndroidAssetManager to use the native lib to load png and gif files
11 years ago
iwgeric
ee8e42f921
add native android lib for loading png and gif files. Does not premultiply. Uses stb_image ( http://www.nothings.org/stb_image.c )
11 years ago
iwgeric
b94a20db14
Merge commit 'f5c841aac54c09cb038d942407245f440f1d02d6'
11 years ago