Skip to content

Commit

Permalink
Finish 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaSaBr committed Sep 5, 2017
2 parents 55d52bb + 4d3dc4e commit 1602b14
Show file tree
Hide file tree
Showing 358 changed files with 7,883 additions and 9,886 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jMonkeyEngine 3 SpaceShift Editor 1.0.1 #
# jMonkeyEngine 3 SpaceShift Editor 1.1.0 #
## License: Apache Version 2.0 ##

[![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)
Expand All @@ -9,7 +9,21 @@
* [Official jMonkey thread](https://hub.jmonkeyengine.org/t/jme3-spaceshift-editor/35179)
* [Youtube channel](https://www.youtube.com/playlist?list=PLNdOH0eRoQMBkLPBvTIDn02UFhcTJWsh7)

## [Video about this editor](https://youtu.be/h6azH-D28qk) ##
## [Video about this editor](https://youtu.be/5nX8HXYdENU) ##

## ver. 1.1.0 ##
* -Added the new plugin to generate trees.
* -Updated the Material Editor.
* -Added integration with Bullet physics to Model Editor.
* -Added an action to Asset Tree to open file/folder in system explorer.
* -Added an action to Model Tree to make a material as embedded.
* -Added a possibility to edit embedded materials inside Model Editor.
* -Updated a control to set a texture for material, now we can configure all settings of this texture.
* -Added a dialog to ask about unsaved changes when a user try to close an editor.
* -Implemented java version of the Folder Chooser to open asset folder/other external folders and added
an option to the Settings Dialog to enable/disable native Folder Chooser.
* -Added an action to the Model Tree to save a material as a separated file.
* -Improved usability and fixed bugs with UI.

## ver. 1.0.1 ##
* -Implemented D&D of controls in a model tree.
Expand Down
2 changes: 1 addition & 1 deletion app.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
3 changes: 2 additions & 1 deletion build-native.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project name="jME SpaceShift Editor" default="do-deploy" basedir="native-build"
xmlns:fx="javafx:com.sun.javafx.tools.ant">

<property name="editor.version" value="1.0.1"/>
<property name="editor.version" value="1.1.0"/>
<property environment="env"/>

<condition property="gradle.executable" value="${env.GRADLE_HOME}/bin/gradle.bat"
Expand Down Expand Up @@ -154,6 +154,7 @@
<fx:fileset dir="dist" includes="licenses/libraries-licenses/*"/>
<fx:fileset dir="dist" includes="libs/*"/>
<fx:fileset dir="dist" includes="embedded-plugins/*/*"/>
<fx:fileset dir="dist" includes="embedded-plugins/*/*/*"/>
<fx:fileset dir="package"/>
</fx:resources>

Expand Down
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'idea'
apply plugin: 'org.junit.platform.gradle.plugin'

group = 'com.spaceshift'
version = '1.0.1'
version = '1.1.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -56,9 +56,10 @@ dependencies {

// base
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.7-M5'
compile 'org.controlsfx:controlsfx:8.40.13'

compile 'com.github.JavaSaBr:RlibFX:4.1.2'
compile 'com.github.JavaSaBr:RLib:6.3.4'
compile 'com.github.JavaSaBr:RlibFX:4.1.3'
compile 'com.github.JavaSaBr:RLib:6.3.6'
compile 'com.github.JavaSaBr:JME3-JFX:1.6.1'

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

// extensions
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.5.2') {
compile ('com.github.JavaSaBr:jme3-spaceshift-extension:1.6.0') {
exclude group: 'org.jmonkeyengine'
}
compile ('com.github.JavaSaBr:tonegodemitter:2.3.4') {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1602b14

Please sign in to comment.