Blimp v.1.2.1 (2006-08-01)
Christian Heimke

Christian Heimke commited on 2011-07-15 09:18:32
Showing 11 changed files, with 25 additions and 18 deletions.

... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -150,7 +150,7 @@ public class Blimp extends JApplet
150 150
     labelStatus.setText( "new movie..." );
151 151
     curFile = null;
152 152
     curMovie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval );
153
-    curMovie.insertInfo( 0, "creator", "Blimp (version 1.2 date 2005-12-19)" );
153
+    curMovie.insertInfo( 0, "creator", "Blimp (version 1.2.1 date 2006-08-01)" );
154 154
     curMovie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) );
155 155
     curMovieChanged = false;
156 156
 
... ...
@@ -388,7 +388,8 @@ public class Blimp extends JApplet
388 388
                                           "     26x20-1/16     (Blinkenlights Arcade)\n" + 
389 389
                                           "     104x32-1/128     (TROIA big walls)\n" + 
390 390
                                           "     80x32-1/128     (TROIA small walls)\n" + 
391
-                                          "     104x80-1/128     (TROIA floor + ceiling)\n\n" + 
391
+                                          "     104x80-1/128     (TROIA floor + ceiling)\n" +
392
+                                          "     98x7-1/128     (bluebox)\n\n" +
392 393
                                           "Please enter the new movie size:",
393 394
                                           "Blimp - Resize Movie...",
394 395
                                           JOptionPane.QUESTION_MESSAGE,
... ...
@@ -444,7 +445,8 @@ public class Blimp extends JApplet
444 445
                                          "     26x20     (Blinkenlights Arcade)\n" + 
445 446
                                          "     104x32     (TROIA big walls)\n" + 
446 447
                                          "     80x32     (TROIA small walls)\n" + 
447
-                                         "     104x80     (TROIA floor + ceiling)\n\n" + 
448
+                                         "     104x80     (TROIA floor + ceiling)\n" +
449
+                                         "     98x7     (bluebox)\n\n" +
448 450
                                          "Please enter the new movie dimension:",
449 451
                                          "Blimp - Scale Movie...",
450 452
                                          JOptionPane.QUESTION_MESSAGE,
... ...
@@ -944,7 +946,7 @@ public class Blimp extends JApplet
944 946
   {
945 947
     JOptionPane.showMessageDialog( dialogParent,
946 948
                                    "BlinkenLightsInteractiveMovieProgram\n" +
947
-                                   "version 1.2 date 2005-12-19\n" +
949
+                                   "version 1.2.1 date 2006-08-01\n" +
948 950
                                    "Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>\n" +
949 951
                                    "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" +
950 952
                                    "a blinkenarea.org project\n" +
... ...
@@ -1637,7 +1639,7 @@ public class Blimp extends JApplet
1637 1639
     //initialize current movie, frame
1638 1640
     curDir = new File( "." );
1639 1641
     curMovie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval );
1640
-    curMovie.insertInfo( 0, "creator", "Blimp (version 1.2 date 2005-12-19)" );
1642
+    curMovie.insertInfo( 0, "creator", "Blimp (version 1.2.1 date 2006-08-01)" );
1641 1643
     curMovie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) );
1642 1644
     curFrame = null;
1643 1645
 
... ...
@@ -2220,7 +2222,7 @@ public class Blimp extends JApplet
2220 2222
 
2221 2223
     //running as command line tool
2222 2224
     System.out.println( "BlinkenLightsInteractiveMovieProgram\n" +
2223
-                        "version 1.2 date 2005-12-19\n" +
2225
+                        "version 1.2.1 date 2006-08-01\n" +
2224 2226
                         "Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>\n" +
2225 2227
                         "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" +
2226 2228
                         "a blinkenarea.org project\n" +
... ...
@@ -2232,7 +2234,7 @@ public class Blimp extends JApplet
2232 2234
 
2233 2235
     //get initial movie
2234 2236
     movie = new BlinkenMovie( defHeight, defWidth, defChannels, defMaxval );
2235
-    movie.insertInfo( 0, "creator", "Blimp (version 1.2 date 2005-12-19)" );
2237
+    movie.insertInfo( 0, "creator", "Blimp (version 1.2.1 date 2006-08-01)" );
2236 2238
     movie.insertFrame( 0, new BlinkenFrame( defHeight, defWidth, defChannels, defMaxval, defDuration ) );
2237 2239
 
2238 2240
     //process parameters
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -1,5 +1,5 @@
1 1
 /* BlinkenLightsInteractiveMovieProgram
2
- * version 1.2 date 2005-12-19
2
+ * version 1.2.1 date 2006-08-01
3 3
  * Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
  * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
  * a blinkenarea.org project
... ...
@@ -4,7 +4,12 @@ Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
 a blinkenarea.org project
5 5
 powered by eventphone.de
6 6
 
7
-version 1.2 data 2005-12-19
7
+version 1.2.1 date 2006-01-08
8
+-----------------------------
9
+ - added bluebox format (98x7-1/128)
10
+   - done by STephan Kambor <st@blinkenarea.org>
11
+
12
+version 1.2 date 2005-12-19
8 13
 ---------------------------
9 14
  - changed internal format of pixel data
10 15
    - old format: data[y][x][c]
... ...
@@ -1,5 +1,5 @@
1 1
 # BlinkenLightsInteractiveMovieProgram
2
-# version 1.2 date 2005-12-19
2
+# version 1.2.1 date 2006-08-01
3 3
 # Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
4 4
 # Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
5 5
 # a blinkenarea.org project
6 6