Просмотр исходного кода

New images for pisg, thanks to Christian Legler, they are nice :)

Morten Brix Pedersen 25 лет назад
Родитель
Сommit
ec6b1ff0d1

+ 2 - 0
CREDITS

@@ -59,6 +59,8 @@ And all the other contributors:
    | Swedish translation
    | Swedish translation
  * Anders Rune Jensen (Superduck) <daserver@sol.dk>
  * Anders Rune Jensen (Superduck) <daserver@sol.dk>
    | Language specific dates on stats page
    | Language specific dates on stats page
+ * Christian Legler <capt@capt.de>
+   | New images for pisg
 
 
 I probably forgot a lot of people here, _PLEASE_ notify me if I left you
 I probably forgot a lot of people here, _PLEASE_ notify me if I left you
 out.. because I have a bad habit of forgetting to maintain this list :)
 out.. because I have a bad habit of forgetting to maintain this list :)

+ 2 - 0
Changelog

@@ -10,6 +10,8 @@ pisg (0.20)
      disabled by default.
      disabled by default.
    * New option 'show_time', this will display a small bar in the 'most active
    * New option 'show_time', this will display a small bar in the 'most active
      nicks' of when the respective people actually speak. [enabled]
      nicks' of when the respective people actually speak. [enabled]
+   * Because of the above change, there is new png files for pisg, remember to
+     use the new ones and not the old ones! (thanks Christian Legler)
    * Remember to distribute the 'FORMATS' file (was missed in the last two
    * Remember to distribute the 'FORMATS' file (was missed in the last two
      releases)
      releases)
    * Swedish translation (thanks to Andreas Henriksson)
    * Swedish translation (thanks to Andreas Henriksson)

+ 6 - 2
Makefile

@@ -14,8 +14,12 @@ FILES = pisg.pl \
 	 README \
 	 README \
 	 CONFIG-README \
 	 CONFIG-README \
 	 FORMATS \
 	 FORMATS \
-	 gfx/pipe-purple.png \
-	 gfx/pipe-blue.png \
+	 gfx/green-h.png \
+	 gfx/green-v.png \
+	 gfx/blue-h.png \
+	 gfx/blue-v.png \
+	 gfx/yellow-h.png \
+	 gfx/yellow-v.png \
 	 pisg.cfg \
 	 pisg.cfg \
 	 lang.txt
 	 lang.txt
 
 

BIN
gfx/blue-h.png


BIN
gfx/blue-v.png


BIN
gfx/green-h.png


BIN
gfx/green-v.png


BIN
gfx/pipe-blue.png


BIN
gfx/pipe-h-blue.png


BIN
gfx/pipe-h-green.png


BIN
gfx/pipe-h-red.png


BIN
gfx/pipe-h-yellow.png


BIN
gfx/pipe-purple.png


BIN
gfx/pipe-v-blue.png


BIN
gfx/pipe-v-green.png


BIN
gfx/pipe-v-red.png


BIN
gfx/pipe-v-yellow.png




BIN
gfx/yellow-h.png


BIN
gfx/yellow-v.png


+ 9 - 8
pisg.pl

@@ -62,14 +62,15 @@ my $conf = {
     pic1 => "pipe-blue.png",
     pic1 => "pipe-blue.png",
     pic2 => "pipe-purple.png",
     pic2 => "pipe-purple.png",
 
 
-    pic_v_0 => "pipe-v-blue.png",
-    pic_v_6 => "pipe-v-green.png",
-    pic_v_12 => "pipe-v-yellow.png",
-    pic_v_18 => "pipe-v-red.png",
-    pic_h_0 => "pipe-h-blue.png",
-    pic_h_6 => "pipe-h-green.png",
-    pic_h_12 => "pipe-h-yellow.png",
-    pic_h_18 => "pipe-h-red.png",
+    pic_v_0 => "blue-v.png",
+    pic_v_6 => "green-v.png",
+    pic_v_12 => "yellow-v.png",
+    pic_v_18 => "red-v.png",
+    pic_h_0 => "blue-h.png",
+    pic_h_6 => "green-h.png",
+    pic_h_12 => "yellow-h.png",
+    pic_h_18 => "red-h.png",
+
 
 
     # Less important things
     # Less important things