Paul Speed
b2ae269ede
Updating the version.gradle to fix an issue with auto-versioning on the
...
master branch. (On master we want to default to the gradle.properties
version and not the latest tag for non-specific-commit tags.)
Updated gradle.properties to set master to be 3.4.0 for further development.
5 years ago
Paul Speed
5db3ac4fac
Refactored how versions are auto-built to provide more normal versions
...
when building locally.
Normal auto-detected versions will be based on the base version parsed
from the most recent tag on the branch with a -SNAPSHOT appended. If
the current commit is the tagged commit then it is used directly to
preserve backwards compatibility... but really that should be a CI
only option for most use-cases.
A new includeBranchInVersion option was added to allow the old behavior
of including the branch name in a munged version string for those
wanting to keep their experimental branch builds separate from their
normal master/version-branch builds.
5 years ago
Paul Speed
37bb494709
Fixing the default versioning to be compatible with continued development.
...
-SNAPSHOT releases should be based on real version numbers and not partial
prefixes or it makes it harder to continuing development on the branch.
5 years ago
Riccardo Balbo
816ab99ac5
Fix version naming. Use version-branch-SNAPSHOT for local builds, add custom version name property.
5 years ago
Riccardo Balbo
128e079a22
Update MacOS build: removed 32 bit support (since deprecated by apple). Update bullet library to the current master branch (needed for compatibility patch with recent clang).
5 years ago
Riccardo Balbo
69ef8efcce
Github Actions
5 years ago
Riccardo Balbo
88e9c8482c
Store prebuild libraries outside the source folder, download prebuilt libraries from bintray
5 years ago
Riccardo Balbo
273f65b651
Fix toolchain. Add way to select wich platform you want to build.
5 years ago
Stephen Gold
62faa9a873
post-release cleanup
5 years ago
Stephen Gold
bb32b882a0
gradle.properties: ready for 3.3.0-alpha5 build
5 years ago
sgold
b57d8239b4
gradle.properties: ready for 3.3.0-alpha4 build
5 years ago
Stephen Gold
001b59344d
gradle.properties: ready for 3.3.0-alpha3 build
5 years ago
Stephen Gold
5451e3eaf0
post-release fixup
6 years ago
Stephen Gold
ac01203c80
gradle.properties: ready for 3.3.0-alpha2 build
6 years ago
Stephen Gold
dc99bc0731
post-release fixup
6 years ago
Stephen Gold
a03f1fe49c
gradle.properties: ready for 3.3.0-alpha1 build
6 years ago
Stephen Gold
772af5ac60
edit gradle.properties to trigger a rebuild
6 years ago
Stephen Gold
d3e7d20374
upgrade native Bullet to v2.87, which should fix issue #877
6 years ago
joliver82
f19ad06820
Update android bullet native, mk files and gradle adding header generation dependency
6 years ago
Kirill Vainer
d57c362ec3
build javadoc by default
7 years ago
Nehon
b0371badaf
Bumps main version to 3.3
7 years ago
Riccardo Balbo
af60797efd
Update to bullet 2.86.1 ( #698 )
7 years ago
Kirill Vainer
cdb8200cfe
build: don't build natives by default
8 years ago
Kirill Vainer
d2a4a3fa87
build: use different bullet zip name
8 years ago
Kirill Vainer
f895d8815c
build: upgrade to gradle 3.2.1
8 years ago
Kirill Vainer
aa02ca7dab
build: enable native building by default
8 years ago
Kirill Vainer
41a4a0279c
version: remove sdk related configuration
8 years ago
Riccardo Balbo
2958fc53d7
Disable buildNativeProjects
8 years ago
Riccardo Balbo
e5747c2faa
Update bullet to 2.83.7
8 years ago
Kirill Vainer
4aa614108e
pom: fix incorrect inception year
9 years ago
Kirill Vainer
1515c14e46
build: change master version to 3.2
9 years ago
Rémy Bouquet
eea4d54be7
removed sdks compilation form the engine compilation
9 years ago
David Bernard
142d7bebae
build: upload on bintray from travis when a git tag is set and it starts by jmeMainVersion
9 years ago
Kirill Vainer
a97048a4f3
sdk build: use "nbm revision" to allow upgrades between tagged releases
9 years ago
Kirill Vainer
f944d7c22b
build: use SNAPSHOT as default tag
...
Maven publishing treats the "SNAPSHOT" tag in a special way, marking that build as a snapshot type build.
9 years ago
Kirill Vainer
58aed8be23
Gradle: dont build android examples by default
10 years ago
Kirill Vainer
2bdd4d5a32
Maven: enable maven artifact publishing
...
Currently to local repo only.
10 years ago
Nehon
8e9148f95f
Fix for previous too optimistic merge
10 years ago
Nehon
81c995edc4
PBR shader and PBR test case with custom model
10 years ago
Michael Zuegg
5c1fe73530
Update gradle.properties
10 years ago
michael
690dd7bf28
Added Geometry and Tessellation Shader Tests
10 years ago
Normen Hansen
65eba1389a
- enable building of JavaDoc
...
- add option to disable JavaDoc building in gradle.properties
10 years ago
Normen Hansen
e771486e60
- fix netbeans url in gradle.properties, up to NB 8.0.2
10 years ago
Normen Hansen
ef47f61f72
- move netbeans download URL to gradle.properties
10 years ago
shadowislord
08ac64cd63
Remove GL autogen since the GL interface has now been generated and is final
10 years ago
shadowislord
54979b33e3
Enable SDK build again by default (seems to work on Travis now)
10 years ago
shadowislord
d8c5985a73
Disable SDK build by default (maybe Travis can handle it then)
...
Fix compile error in jme3-android project
10 years ago
Nehon
330b53671a
Upped JME version to 3.1.0 with the tag "snapshot-github"
...
Somehow trying to get nightly back...
11 years ago
shadowislord
0aeb807ffe
* Added GL interface generator tool
11 years ago
Normen Hansen
539c2e65fc
- update JmeVersion automatically in build script
...
- change handling of version "tag" (stable, svn etc.)
11 years ago