Blimp v.1.3.6 (2009-08-15)
Christian Heimke

Christian Heimke commited on 2011-07-15 09:24:45
Showing 9 changed files, with 31 additions and 23 deletions.

... ...
@@ -3,6 +3,10 @@ Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
3 3
 Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
 a blinkenarea.org project
5 5
 
6
+version 1.3.6 date 2009-08-15
7
+-----------------------------
8
+ - new version including TroiCade format
9
+
6 10
 version 1.3.5 date 2008-09-29
7 11
 -----------------------------
8 12
  - new version due to new BlinkenLib 0.1.3 (bug in bbm writing)
... ...
@@ -1,6 +1,6 @@
1 1
 # BlinkenLightsInteractiveMovieProgram
2
-# version 1.3.5 date 2008-09-29
3
-# Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+# version 1.3.6 date 2009-08-15
3
+# Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
 # Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
 # a blinkenarea.org project
6 6
 
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
... ...
@@ -38,6 +38,7 @@ public class Blimp extends JApplet
38 38
     "Blinkenlights (18x8-1/2) [a=0.55]",
39 39
     "Blinkenlights Arcade (26x20-1/16) [a=0.5]",
40 40
     "Blinkenlights reloaded (18x8-1/16) [a=0.55]",
41
+    "Blinkenlights Stereoscope total (96x32-1/256)",
41 42
     "Blinkenlights Stereoscope West upper (22x8-1/16) [a=0.65]",
42 43
     "Blinkenlights Stereoscope West lower (22x7-1/16) [a=0.65]",
43 44
     "Blinkenlights Stereoscope East upper (30x12-1/16) [a=0.65]",
... ...
@@ -47,6 +48,7 @@ public class Blimp extends JApplet
47 48
     "TROIA big walls (104x32-1/128) [a=1.0]",
48 49
     "TROIA ceiling (104x80-1/128) [a=1.0]",
49 50
     "TROIA small walls (80x32-1/128) [a=1.0]",
51
+    "TroiCade (32x24-1/128) [a=1.0]",
50 52
   };
51 53
 
52 54
   //known sizes
... ...
@@ -54,6 +56,7 @@ public class Blimp extends JApplet
54 56
   {
55 57
     "Blinkenlights (18x8)",
56 58
     "Blinkenlights Arcade (26x20)",
59
+    "Blinkenlights Stereoscope total (96x32)",
57 60
     "Blinkenlights Stereoscope West upper (22x8)",
58 61
     "Blinkenlights Stereoscope West lower (22x7)",
59 62
     "Blinkenlights Stereoscope East upper (30x12)",
... ...
@@ -62,6 +65,7 @@ public class Blimp extends JApplet
62 65
     "TROIA big walls (104x32)",
63 66
     "TROIA ceiling (104x80)",
64 67
     "TROIA small walls (80x32)",
68
+    "TroiCade (32x24)",
65 69
   };
66 70
 
67 71
   //configuration variables
... ...
@@ -210,7 +214,7 @@ public class Blimp extends JApplet
210 214
     labelStatus.setText( "new movie..." );
211 215
     curFile = null;
212 216
     curMovie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval );
213
-    curMovie.insertInfo( 0, "creator", "Blimp (version 1.3.5 date 2008-09-29)" );
217
+    curMovie.insertInfo( 0, "creator", "Blimp (version 1.3.6 date 2009-08-15)" );
214 218
     curMovie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) );
215 219
     curMovieChanged = false;
216 220
 
... ...
@@ -1082,8 +1086,8 @@ public class Blimp extends JApplet
1082 1086
   {
1083 1087
     JOptionPane.showMessageDialog( dialogParent,
1084 1088
                                    "BlinkenLightsInteractiveMovieProgram\n" +
1085
-                                   "version 1.3.5 date 2008-09-29\n" +
1086
-                                   "Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>\n" +
1089
+                                   "version 1.3.6 date 2009-08-15\n" +
1090
+                                   "Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>\n" +
1087 1091
                                    "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" +
1088 1092
                                    "a blinkenarea.org project",
1089 1093
                                    "Blimp - About...",
... ...
@@ -2078,7 +2082,7 @@ public class Blimp extends JApplet
2078 2082
     //initialize current movie, frame
2079 2083
     curDir = new File( "." );
2080 2084
     curMovie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval );
2081
-    curMovie.insertInfo( 0, "creator", "Blimp (version 1.3.5 date 2008-09-29)" );
2085
+    curMovie.insertInfo( 0, "creator", "Blimp (version 1.3.6 date 2009-08-15)" );
2082 2086
     curMovie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) );
2083 2087
     curFrame = null;
2084 2088
 
... ...
@@ -2733,8 +2737,8 @@ public class Blimp extends JApplet
2733 2737
 
2734 2738
     //running as command line tool
2735 2739
     System.out.println( "BlinkenLightsInteractiveMovieProgram\n" +
2736
-                        "version 1.3.5 date 2008-09-29\n" +
2737
-                        "Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>\n" +
2740
+                        "version 1.3.6 date 2009-08-15\n" +
2741
+                        "Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>\n" +
2738 2742
                         "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" +
2739 2743
                         "a blinkenarea.org project\n" );
2740 2744
 
... ...
@@ -2744,7 +2748,7 @@ public class Blimp extends JApplet
2744 2748
 
2745 2749
     //get initial movie
2746 2750
     movie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval );
2747
-    movie.insertInfo( 0, "creator", "Blimp (version 1.3.5 date 2008-09-29)" );
2751
+    movie.insertInfo( 0, "creator", "Blimp (version 1.3.6 date 2009-08-15)" );
2748 2752
     movie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) );
2749 2753
 
2750 2754
     //process parameters
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
... ...
@@ -1,6 +1,6 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.3.5 date 2008-09-29
3
- * Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
2
+ * version 1.3.6 date 2009-08-15
3
+ * Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
6 6
  */
7 7