Skip to content

Commit 9ef26ca

Browse files
committed
Finish 1.2.0
2 parents 1602b14 + 5cbf5a8 commit 9ef26ca

File tree

401 files changed

+10717
-7448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+10717
-7448
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jMonkeyEngine 3 SpaceShift Editor 1.1.0 #
1+
# jMonkeyEngine 3 SpaceShift Editor 1.2.0 #
22
## License: Apache Version 2.0 ##
33

44
[![Join the chat at https://gitter.im/jME3-SpaceShift-Editor/Lobby](https://badges.gitter.im/jME3-SpaceShift-Editor/Lobby.svg)](https://gitter.im/jME3-SpaceShift-Editor/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -11,6 +11,14 @@
1111

1212
## [Video about this editor](https://youtu.be/5nX8HXYdENU) ##
1313

14+
## ver. 1.2.0 ##
15+
* -Fixed the far view plane distance of the editor camera.
16+
* -Updated tonegod.emitter library.
17+
* -Added the new plugin Shader Node Tools.
18+
* -Updated jME libraries.
19+
* -Updated Tree Generator plugin.
20+
* -Fixed some bugs.
21+
1422
## ver. 1.1.0 ##
1523
* -Added the new plugin to generate trees.
1624
* -Updated the Material Editor.

app.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

build-native.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<project name="jME SpaceShift Editor" default="do-deploy" basedir="native-build"
33
xmlns:fx="javafx:com.sun.javafx.tools.ant">
44

5-
<property name="editor.version" value="1.1.0"/>
5+
<property name="editor.version" value="1.2.0"/>
66
<property environment="env"/>
77

8-
<condition property="gradle.executable" value="${env.GRADLE_HOME}/bin/gradle.bat"
9-
else="${env.GRADLE_HOME}/bin/gradle">
8+
<condition property="gradle.executable" value="${basedir}/../gradlew.bat"
9+
else="${basedir}/../gradlew">
1010
<os family="windows"/>
1111
</condition>
1212

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'idea'
1313
apply plugin: 'org.junit.platform.gradle.plugin'
1414

1515
group = 'com.spaceshift'
16-
version = '1.1.0'
16+
version = '1.2.0'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
@@ -41,7 +41,6 @@ junitPlatform {
4141
logManager 'org.apache.logging.log4j.jul.LogManager'
4242
}
4343

44-
4544
repositories {
4645
mavenCentral()
4746
jcenter()
@@ -59,7 +58,7 @@ dependencies {
5958
compile 'org.controlsfx:controlsfx:8.40.13'
6059

6160
compile 'com.github.JavaSaBr:RlibFX:4.1.3'
62-
compile 'com.github.JavaSaBr:RLib:6.3.6'
61+
compile 'com.github.JavaSaBr:RLib:6.4.1'
6362
compile 'com.github.JavaSaBr:JME3-JFX:1.6.1'
6463

6564
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
@@ -126,10 +125,10 @@ dependencies {
126125
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'
127126

128127
// extensions
129-
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.6.0') {
128+
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.7.2') {
130129
exclude group: 'org.jmonkeyengine'
131130
}
132-
compile ('com.github.JavaSaBr:tonegodemitter:2.3.4') {
131+
compile ('com.github.JavaSaBr:tonegodemitter:2.4.0') {
133132
exclude group: 'org.jmonkeyengine'
134133
}
135134

@@ -174,7 +173,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
174173
}
175174

176175
task wrapper(type: Wrapper) {
177-
gradleVersion = '4.1'
176+
gradleVersion = '4.2'
178177
}
179178

180179
artifacts {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)