Skip to content

Commit 1602b14

Browse files
committed
Finish 1.1.0
2 parents 55d52bb + 4d3dc4e commit 1602b14

File tree

358 files changed

+7883
-9886
lines changed

Some content is hidden

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

358 files changed

+7883
-9886
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jMonkeyEngine 3 SpaceShift Editor 1.0.1 #
1+
# jMonkeyEngine 3 SpaceShift Editor 1.1.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)
@@ -9,7 +9,21 @@
99
* [Official jMonkey thread](https://hub.jmonkeyengine.org/t/jme3-spaceshift-editor/35179)
1010
* [Youtube channel](https://www.youtube.com/playlist?list=PLNdOH0eRoQMBkLPBvTIDn02UFhcTJWsh7)
1111

12-
## [Video about this editor](https://youtu.be/h6azH-D28qk) ##
12+
## [Video about this editor](https://youtu.be/5nX8HXYdENU) ##
13+
14+
## ver. 1.1.0 ##
15+
* -Added the new plugin to generate trees.
16+
* -Updated the Material Editor.
17+
* -Added integration with Bullet physics to Model Editor.
18+
* -Added an action to Asset Tree to open file/folder in system explorer.
19+
* -Added an action to Model Tree to make a material as embedded.
20+
* -Added a possibility to edit embedded materials inside Model Editor.
21+
* -Updated a control to set a texture for material, now we can configure all settings of this texture.
22+
* -Added a dialog to ask about unsaved changes when a user try to close an editor.
23+
* -Implemented java version of the Folder Chooser to open asset folder/other external folders and added
24+
an option to the Settings Dialog to enable/disable native Folder Chooser.
25+
* -Added an action to the Model Tree to save a material as a separated file.
26+
* -Improved usability and fixed bugs with UI.
1327

1428
## ver. 1.0.1 ##
1529
* -Implemented D&D of controls in a model tree.

app.version

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

build-native.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.0.1"/>
5+
<property name="editor.version" value="1.1.0"/>
66
<property environment="env"/>
77

88
<condition property="gradle.executable" value="${env.GRADLE_HOME}/bin/gradle.bat"
@@ -154,6 +154,7 @@
154154
<fx:fileset dir="dist" includes="licenses/libraries-licenses/*"/>
155155
<fx:fileset dir="dist" includes="libs/*"/>
156156
<fx:fileset dir="dist" includes="embedded-plugins/*/*"/>
157+
<fx:fileset dir="dist" includes="embedded-plugins/*/*/*"/>
157158
<fx:fileset dir="package"/>
158159
</fx:resources>
159160

build.gradle

Lines changed: 5 additions & 4 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.0.1'
16+
version = '1.1.0'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
@@ -56,9 +56,10 @@ dependencies {
5656

5757
// base
5858
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.7-M5'
59+
compile 'org.controlsfx:controlsfx:8.40.13'
5960

60-
compile 'com.github.JavaSaBr:RlibFX:4.1.2'
61-
compile 'com.github.JavaSaBr:RLib:6.3.4'
61+
compile 'com.github.JavaSaBr:RlibFX:4.1.3'
62+
compile 'com.github.JavaSaBr:RLib:6.3.6'
6263
compile 'com.github.JavaSaBr:JME3-JFX:1.6.1'
6364

6465
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
@@ -125,7 +126,7 @@ dependencies {
125126
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'
126127

127128
// extensions
128-
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.5.2') {
129+
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.6.0') {
129130
exclude group: 'org.jmonkeyengine'
130131
}
131132
compile ('com.github.JavaSaBr:tonegodemitter:2.3.4') {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)