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 |
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 |
iwgeric
|
d871ba42be
|
Merge commit 'a0ccd9984c328dda80df3acffad6095e76878c52'
|
11 years ago |
iwgeric
|
f5c841aac5
|
reorganize build of Android OpenAL Soft lib
|
11 years ago |
iwgeric
|
a0ccd9984c
|
add method to find the android ndk build executable in a common way for all sub projects that need to build a native android lib
|
11 years ago |
Normen Hansen
|
0c8177f1db
|
delete library folders when cleaning SDK project
|
11 years ago |
Normen Hansen
|
03d91a7022
|
- remove old XML from sdk build file
|
11 years ago |
Normen Hansen
|
9e9b08afa2
|
- add iOS to build
- add optional libraries to SDK
|
11 years ago |
Erlend Sogge Heggen
|
0682044cb5
|
Update CONTRIBUTING.md
Typos and extra sections.
|
11 years ago |
Erlend Sogge Heggen
|
5d00132fd9
|
Rename CONTRIBUTING.MD to CONTRIBUTING.md
fixed stupid MD uppercase. GitHub doesn't recognise it as a Markdown file like that.
|
11 years ago |
Erlend Sogge Heggen
|
5f771100ba
|
Update CONTRIBUTING.MD
Initial outline.
|
11 years ago |
Normen Hansen
|
e872db9abf
|
add copying of test sources to SDK build
|
11 years ago |
Normen Hansen
|
f6e123dbcc
|
add copying of jme3-testdata.jar to SDK
|
11 years ago |
Stephen
|
05c171e07e
|
fix the fix for issue #635 as discussed at http://hub.jmonkeyengine.org/forum/topic/proposed-fix-for-issue-635/page/2 and
http://hub.jmonkeyengine.org/forum/topic/wirebox-error
|
11 years ago |
Normen Hansen
|
54c6aa5afc
|
fix checks for SDK and native builds
|
11 years ago |
Normen Hansen
|
7b0c31afad
|
update SDK build script with inputs and outputs so that the SDK build will only trigger when needed
|
11 years ago |
Normen Hansen
|
0f245ea418
|
Merge origin/master
|
11 years ago |
Normen Hansen
|
fbea47e407
|
add gradle wrapper
|
11 years ago |
Erlend Sogge Heggen
|
8a272e517e
|
Create CONTRIBUTING.MD
v0 for contributing guidelines.
|
11 years ago |
Erlend Sogge Heggen
|
a5ceb6ea25
|
Created README.md
Copied from https://code.google.com/p/jmonkeyengine/.
Will follow up with info about 3.0 branch and recommended use.
|
11 years ago |
Normen Hansen
|
70cd0b0060
|
- move android tests to jme3-tests-template
|
11 years ago |
Normen Hansen
|
5dc9df516a
|
- add netbeans folder to gitignore
|
11 years ago |
Normen Hansen
|
d4546223fc
|
- include SDK in gradle build
- add option to build natives / SDK to gradle properties
- update SDK properties file with jme version
|
11 years ago |
Normen Hansen
|
9877c83f92
|
change SDK build dependencies to make sure engine is copied before the SDK is built
|
11 years ago |
Normen Hansen
|
edad5b57e3
|
create NetBeans private folder to reference NB platform if not done already
|
11 years ago |
Normen Hansen
|
ad0c18cbfe
|
add NetBeans platform base download to SDK build, the SDK should now build out of the box with gradle
|
11 years ago |
Normen Hansen
|
cc494921bd
|
fix SDK build dependencies, access files only after they have been created
|
11 years ago |
Normen Hansen
|
0c226eadaf
|
remove .xml ending from J2SE library names
clean up sdk build file
|
11 years ago |
Normen Hansen
|
c1274b2354
|
update gitignore
|
11 years ago |
Normen Hansen
|
898f021ba6
|
adapt platform properties for NetBeans 8.0
|
11 years ago |
Normen Hansen
|
8469bb1d16
|
fix creation of project.xml
|
11 years ago |
Normen Hansen
|
f0bbc1b753
|
Add creation of project.xml file with list of imports and public packages for jme3-core-baselibs and jme3-core-libraries
|
11 years ago |
Normen Hansen
|
b3f9edfc9f
|
add xml creation as dependency
|
11 years ago |
Normen Hansen
|
3b5476417f
|
remove README.TXT from SDK project
|
11 years ago |
Normen Hansen
|
fa70181dbc
|
Add SDK project library creation scripts to build that creates the J2SE library entries from the engine build setup. Some libraries are renamed and some still missing (android-base etc.)
Also moved the library descriptors completely to jme3-project-baselibs, only the actual jar files remain in jme3-project-libraries.
|
11 years ago |
Normen Hansen
|
ac68202a0f
|
Merge origin/gradle into gradle
|
11 years ago |
Normen Hansen
|
2206fea221
|
add first version of build.gradle for SDK
|
11 years ago |
iwgeric
|
a186abba6a
|
test commit from github site
only added a blank line to test making changes from the github site.
|
11 years ago |
Normen Hansen
|
12406dd2c3
|
up gradle version for wrapper in buld script
|
11 years ago |
Normen Hansen
|
f513a09c52
|
adapt native build for new gradle versions (targetPlatforms -> model.platforms)
|
11 years ago |
Normen Hansen
|
d485f12a4f
|
add .gitignore
|
11 years ago |
Normen Hansen
|
b37a5357cf
|
update jogl dependency to 2.1.4
|
11 years ago |
Normen Hansen
|
a16857c8f4
|
switch to gradle layout
|
11 years ago |