-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
100 changed files
with
1,667 additions
and
1,950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.0 | ||
1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project name="jME SpaceShift Editor" default="do-deploy" basedir="native-build" | ||
<project name="jMonkeyBuilder" default="do-deploy" basedir="native-build" | ||
xmlns:fx="javafx:com.sun.javafx.tools.ant"> | ||
|
||
<property name="editor.version" value="1.2.0"/> | ||
<property name="editor.version" value="1.3.0"/> | ||
<property environment="env"/> | ||
|
||
<condition property="gradle.executable" value="${basedir}/../gradlew.bat" | ||
|
@@ -149,7 +149,7 @@ | |
</copy> | ||
|
||
<fx:resources id="appRes" > | ||
<fx:fileset dir="dist" includes="jme3-spaceshift-editor.jar"/> | ||
<fx:fileset dir="dist" includes="jmonkeybuilder.jar"/> | ||
<fx:fileset dir="dist" includes="licenses/*"/> | ||
<fx:fileset dir="dist" includes="licenses/libraries-licenses/*"/> | ||
<fx:fileset dir="dist" includes="libs/*"/> | ||
|
@@ -159,21 +159,21 @@ | |
</fx:resources> | ||
|
||
<fx:application id="fxApplication" | ||
name="jME3-SpaceShift-Editor" | ||
name="jMonkeyBuilder" | ||
mainClass="com.ss.editor.JFXApplication" | ||
toolkit="fx" | ||
version="${editor.version}"/> | ||
|
||
<mkdir dir="build/classes/META-INF"/> | ||
|
||
<fx:jar destfile="dist/jme3-spaceshift-editor.jar"> | ||
<fx:jar destfile="dist/jmonkeybuilder.jar"> | ||
<fx:application refid="fxApplication"/> | ||
<fileset dir="build/classes"/> | ||
<fx:resources refid="appRes"/> | ||
|
||
<manifest> | ||
<attribute name="Implementation-Vendor" value="spaceshift.ru"/> | ||
<attribute name="Implementation-Title" value="jME3 SpaceShift Editor"/> | ||
<attribute name="Implementation-Vendor" value="bitbucket.org/JavaSabr"/> | ||
<attribute name="Implementation-Title" value="jMonkeyBuilder"/> | ||
<attribute name="Implementation-Version" value="${editor.version}"/> | ||
</manifest> | ||
</fx:jar> | ||
|
@@ -188,22 +188,19 @@ | |
includeDT="false" | ||
offlineAllowed="true" | ||
outdir="${basedir}/deploy" | ||
outfile="jME3 SpaceShift Editor" nativeBundles="all" | ||
outfile="jMonkeyBuilder" nativeBundles="all" | ||
updatemode="background" verbose="true"> | ||
|
||
<fx:platform> | ||
<fx:jvmarg value="-XX:+AggressiveOpts"/> | ||
<fx:jvmarg value="-XX:+UseParallelGC"/> | ||
<fx:jvmarg value="-XX:+UseTLAB"/> | ||
<fx:jvmarg value="-Djavafx.animation.fullspeed=true"/> | ||
<!--<fx:jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,address=192.168.94.210:6005,suspend=y"/>--> | ||
</fx:platform> | ||
|
||
<preferences shortcut="true" menu="true" install="false"/> | ||
|
||
<info category="graphics" copyright="spaceshift.ru" | ||
description="Editor for jMonkeyEngine 3 by SpaceShift Team" | ||
email="[email protected]" license="Freeware" title="jME3 SpaceShift Editor" vendor="spaceshift.ru"/> | ||
<info category="graphics" | ||
description="The 3D Editor for jMonkeyEngine 3.2 by JavaSaBr" | ||
email="[email protected]" license="Freeware" title="jMonkeyBuilder" vendor="bitbucket.org/JavaSabr"/> | ||
|
||
<application refId="fxApplication"/> | ||
<resources refid="appRes"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+13 KB
...erator/ss-editor-font-generator-1.0.3.jar → ...nt-generator/jmb-font-generator-1.0.4.jar
Binary file not shown.
Binary file renamed
BIN
+82 KB
...erator/ss-editor-tree-generator-1.0.4.jar → ...ee-generator/jmb-tree-generator-1.0.5.jar
Binary file not shown.
Binary file renamed
BIN
+6.26 MB
...nerator/libs/SimArboreal-1.2.1-assets.jar → ...nerator/libs/SimArboreal-1.2.2-assets.jar
Binary file not shown.
Binary file renamed
BIN
+58 KB
...tree-generator/libs/SimArboreal-1.2.1.jar → ...tree-generator/libs/SimArboreal-1.2.2.jar
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-261 KB
embedded-plugins/ss-editor-shader-nodes/ss-editor-shader-nodes-1.0.0.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Package: jme3-spaceshift-editor | ||
Package: jmonkeybuilder | ||
Version: @version@ | ||
Section: graphics | ||
Maintainer: Java Developer <[email protected]> | ||
Priority: optional | ||
Architecture: amd64 | ||
Provides: jme3-spaceshift-editor | ||
Homepage: https://spaceshift.ru/ | ||
Description: Asset Editor for jMonkeyEngine 3.2 by SpaceShift Team | ||
Provides: jmonkeybuilder | ||
Homepage: https://bitbucket.org/JavaSabr/jmonkeybuilder | ||
Description: 3D Editor for jMonkeyEngine 3.2 by JavaSaBr |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = 'jme3-spaceshift-editor' | ||
rootProject.name = 'jMonkeyBuilder' |
Oops, something went wrong.