Skip to content

Commit b2e1fb3

Browse files
(v2) Splash screen and other version related updates.
1 parent 7af3b32 commit b2e1fb3

File tree

12 files changed

+363
-13
lines changed

12 files changed

+363
-13
lines changed

art/splash/v2.1.6/copyToProduct.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
cp splash.bmp ~/Documents/PhaserEditor/Public/source/v2/phasereditor/phasereditor.ide/
4+

art/splash/v2.1.6/drawing.svg

Lines changed: 340 additions & 0 deletions
Loading

art/splash/v2.1.6/make-bmp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
convert splash.png BMP2:splash.bmp

art/splash/v2.1.6/splash.bmp

394 KB
Binary file not shown.

art/splash/v2.1.6/splash.png

70.1 KB
Loading

source/v2/phasereditor/phasereditor.ide/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</property>
4848
<property
4949
name="aboutText"
50-
value="Phaser Editor 2D - 2.1.5.20191125&#x0A;&#x0A;Includes Phaser v3.21.0&#x0A;&#x0A;Powered by:&#x0A;&#x0A;PhaserJS - http://phaser.io&#x0A;Eclipse IDE - http://eclipse.org&#x0A;Java - http://java.com&#x0A;LibGDX - http://libgdx.badlogicgames.com&#x0A;FFMpeg - http://ffmpeg.org&#x0A;OptiPNG - http://optipng.sourceforge.net&#x0A;VSCode - http://code.visualstudio.com&#x0A;Fam Fam Fam icons - http://famfamfam.com&#x0A;Toke Game Art - https://tokegameart.net&#x0A;&#x0A;Developed by:&#x0A;&#x0A;Arian Fornaris (https://twitter.com/boniatillo_com)&#x0A;&#x0A;&#x0A;Thanks:&#x0A;&#x0A;Richard Davey (@photonstorm) - https://twitter.com/photonstorm&#x0A;Angelo Zerr (@angelozerr) - https://twitter.com/angelozerr&#x0A;Sam Riggs - http://samsstuffsoftware.blogspot.com&#x0A;Grethel Naranjo, Ernesto Gutierrez - http://rvirtual.uci.cu&#x0A;Vertex Group - University of Informatic Sciences - UCI&#x0A;Havana Games - http://globalgamejam.org/2016/games/life-cuco&#x0A;&#x0A;Keep in touch with the Phaser Editor 2D community: &#x0A;&#x0A;https://PhaserEditor2D.com&#x0A;https://github.com/PhaserEditor2D/PhaserEditor&#x0A;https://twitter.com/PhaserEditor2D&#x0A;https://facebook.com/PhaserEditor2D&#x0A;&#x0A;developers@phasereditor2d.com&#x0A;&#x0A;Copyright (c) Arian Fornaris 2015-2019">
50+
value="Phaser Editor 2D - 2.1.6.20200120&#x0A;&#x0A;Includes Phaser v3.22.0&#x0A;&#x0A;Powered by:&#x0A;&#x0A;PhaserJS - http://phaser.io&#x0A;Eclipse IDE - http://eclipse.org&#x0A;Java - http://java.com&#x0A;LibGDX - http://libgdx.badlogicgames.com&#x0A;FFMpeg - http://ffmpeg.org&#x0A;OptiPNG - http://optipng.sourceforge.net&#x0A;VSCode - http://code.visualstudio.com&#x0A;Fam Fam Fam icons - http://famfamfam.com&#x0A;Toke Game Art - https://tokegameart.net&#x0A;&#x0A;Developed by:&#x0A;&#x0A;Arian Fornaris (https://twitter.com/boniatillo_com)&#x0A;&#x0A;&#x0A;Thanks:&#x0A;&#x0A;Richard Davey (@photonstorm) - https://twitter.com/photonstorm&#x0A;Angelo Zerr (@angelozerr) - https://twitter.com/angelozerr&#x0A;Sam Riggs - http://samsstuffsoftware.blogspot.com&#x0A;Grethel Naranjo, Ernesto Gutierrez - http://rvirtual.uci.cu&#x0A;Vertex Group - University of Informatic Sciences - UCI&#x0A;Havana Games - http://globalgamejam.org/2016/games/life-cuco&#x0A;&#x0A;Keep in touch with the Phaser Editor 2D community: &#x0A;&#x0A;https://PhaserEditor2D.com&#x0A;https://github.com/PhaserEditor2D/PhaserEditor&#x0A;https://twitter.com/PhaserEditor2D&#x0A;https://facebook.com/PhaserEditor2D&#x0A;&#x0A;developers@phasereditor2d.com&#x0A;&#x0A;Copyright (c) Arian Fornaris 2015-2019">
5151
</property>
5252
<property
5353
name="startupForegroundColor"
Binary file not shown.

source/v2/releng/configuration/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,25 @@
1212
<maven.compiler.target>11</maven.compiler.target>
1313

1414

15-
<eclipse-release.url>http://download.eclipse.org/releases/2019-12</eclipse-release.url>
15+
<!-- <eclipse-release.url>http://download.eclipse.org/releases/2019-09</eclipse-release.url>
1616
<eclipse-license.url>https://download.eclipse.org/cbi/updates/license/</eclipse-license.url>
1717
<eclipse-tm-terminal.url>https://download.eclipse.org/tm/updates/4.5.100-SNAPSHOT/repository/</eclipse-tm-terminal.url>
18-
<!-- <eclipse-cdt.url>https://download.eclipse.org/tools/cdt/releases/9.7/cdt-9.7.2/</eclipse-cdt.url> -->
18+
<eclipse-cdt.url>https://download.eclipse.org/tools/cdt/releases/9.7/cdt-9.7.2/</eclipse-cdt.url>
19+
20+
21+
-->
1922

2023
<!--
2124
<chromium-cef.url>http://dl.maketechnology.io/chromium-cef/rls/repository</chromium-cef.url>
2225
<chromium-swt.url>http://dl.maketechnology.io/chromium-swt/rls/repository</chromium-swt.url>
2326
2427
25-
28+
-->
2629
<eclipse-release.url>http://localhost/repo-mirror/eclipse-release</eclipse-release.url>
2730
<eclipse-license.url>http://localhost/repo-mirror/eclipse-license</eclipse-license.url>
2831
<eclipse-tm-terminal.url>http://localhost/repo-mirror/tm-repository-4.5.101-SNAPSHOT</eclipse-tm-terminal.url>
2932
<eclipse-cdt.url>http://localhost/repo-mirror/eclipse-cdt-9.7.2</eclipse-cdt.url>
30-
-->
33+
3134
<chromium-cef.url>http://localhost/repo-mirror/chromium-cef/</chromium-cef.url>
3235
<chromium-swt.url>http://localhost/repo-mirror/chromium-swt/</chromium-swt.url>
3336

source/v2/releng/phasereditor.product/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
export root=~/Documents/PhaserEditor
4-
export ver=2.1.5
5-
export fullver=2.1.5.20191125
6-
export prever=2.1.4
7-
export fullprever=2.1.4.20191016
4+
export ver=2.1.6
5+
export fullver=2.1.6.20200120
6+
export prever=2.1.5
7+
export fullprever=2.1.5.20191125
88

99
echo ----------------------------------------
1010
echo Applying Phaser Editor 2D products patch

source/v2/releng/phasereditor.product/process-artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
VER = "2.1.5.20191125"
3+
VER = "2.1.6.20200120"
44

55
import os
66

source/v2/releng/phasereditor.product/target-patch/products/phasereditor2d.com/macosx/cocoa/x86_64/PhaserEditor2D.app/Contents/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleExecutable</key>
66
<string>PhaserEditor2D</string>
77
<key>CFBundleGetInfoString</key>
8-
<string>Phaser Editor 2D v2.1.5</string>
8+
<string>Phaser Editor 2D v2.1.6</string>
99
<key>CFBundleIconFile</key>
1010
<string>Eclipse.icns</string>
1111
<key>CFBundleIdentifier</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.5</string>
20+
<string>2.1.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.1.5</string>
24+
<string>2.1.6</string>
2525
<key>NSHighResolutionCapable</key>
2626
<true/>
2727
<key>CFBundleDevelopmentRegion</key>

0 commit comments

Comments
 (0)