pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] 7 new revisions pushed by address@hidden on 2011-1


From: pingus
Subject: [Pingus-CVS] [pingus] 7 new revisions pushed by address@hidden on 2011-12-23 16:31 GMT
Date: Fri, 23 Dec 2011 16:32:03 +0000

7 new revisions:

Revision: bccbbe8487d6
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 05:24:30 2011
Log:      TODO updates
http://code.google.com/p/pingus/source/detail?r=bccbbe8487d6

Revision: 02e4391f31e2
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 06:08:16 2011
Log:      Fixed incorrect groundpiece type
http://code.google.com/p/pingus/source/detail?r=02e4391f31e2

Revision: 200154e234f5
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:15:12 2011
Log:      Fixed action count
http://code.google.com/p/pingus/source/detail?r=200154e234f5

Revision: 0bd97f4b2ca1
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:15:23 2011
Log:      Ordered levels by difficulty
http://code.google.com/p/pingus/source/detail?r=0bd97f4b2ca1

Revision: ed09850b2108
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:29:12 2011
Log:      Added music
http://code.google.com/p/pingus/source/detail?r=ed09850b2108

Revision: 8a9be7867b28
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:29:56 2011
Log:      Added svg icon
http://code.google.com/p/pingus/source/detail?r=8a9be7867b28

Revision: 12579e2d49c6
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:30:06 2011
Log:      Fixed resource issue
http://code.google.com/p/pingus/source/detail?r=12579e2d49c6

==============================================================================
Revision: bccbbe8487d6
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 05:24:30 2011
Log:      TODO updates

http://code.google.com/p/pingus/source/detail?r=bccbbe8487d6

Modified:
 /TODO

=======================================
--- /TODO       Tue Oct 25 08:25:44 2011
+++ /TODO       Fri Dec 23 05:24:30 2011
@@ -69,8 +69,6 @@

 * climber right animation is the wrong way around

-* write a man-page
-
 * add priority to levelsets that can be used to sort them

 * give better error message when datadir is not set
@@ -142,14 +140,14 @@

 * music does make things very slow and then just stops working

-* cursor and icons are to small
+* cursor and icons are too small

 * maybe bigger font

 * 1920x1200 vs 1200x900 -> height 900 close to 1200, do magic so that
   we don't have vertical scrolling for small levels

-* editor refreshes to much
+* editor refreshes too much

 * doesn't have FXX keys in non-fullscreen mode


==============================================================================
Revision: 02e4391f31e2
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 06:08:16 2011
Log:      Fixed incorrect groundpiece type

http://code.google.com/p/pingus/source/detail?r=02e4391f31e2

Modified:
 /data/levels/xmas2011/xmas04-grumbel.pingus

=======================================
--- /data/levels/xmas2011/xmas04-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas04-grumbel.pingus Fri Dec 23 06:08:16 2011
@@ -109,20 +109,18 @@
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
       (position 1023 855 0))
-    (group
-      (objects
-        (groundpiece
-          (type "transparent")
-          (surface
-            (image "groundpieces/transparent/xmas/candystick3")
-            (modifier "ROT90"))
-          (position 1371 830 0))
-        (groundpiece
-          (type "transparent")
-          (surface
-            (image "groundpieces/transparent/xmas/candystick3")
-            (modifier "ROT90"))
-          (position 1461 830 0))))
+    (groundpiece
+      (type "ground")
+      (surface
+        (image "groundpieces/transparent/xmas/candystick3")
+        (modifier "ROT90"))
+      (position 1371 830 0))
+    (groundpiece
+      (type "ground")
+      (surface
+        (image "groundpieces/transparent/xmas/candystick3")
+        (modifier "ROT90"))
+      (position 1461 830 0))
     (groundpiece
       (type "transparent")
       (surface

==============================================================================
Revision: 200154e234f5
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:15:12 2011
Log:      Fixed action count

http://code.google.com/p/pingus/source/detail?r=200154e234f5

Modified:
 /data/levels/xmas2011/xmas07-grumbel.pingus
 /data/levels/xmas2011/xmas10-grumbel.pingus

=======================================
--- /data/levels/xmas2011/xmas07-grumbel.pingus Fri Dec 23 04:35:37 2011
+++ /data/levels/xmas2011/xmas07-grumbel.pingus Fri Dec 23 08:15:12 2011
@@ -5,7 +5,7 @@
     (levelname "No Way to Stop")
     (description "")
     (author "")
-    (number-of-pingus 50)
+    (number-of-pingus 20)
     (number-to-save 20)
     (time -1)
     (music "")
=======================================
--- /data/levels/xmas2011/xmas10-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas10-grumbel.pingus Fri Dec 23 08:15:12 2011
@@ -6,7 +6,7 @@
     (description "")
     (author "")
     (number-of-pingus 50)
-    (number-to-save 20)
+    (number-to-save 40)
     (time -1)
     (music "")
     (actions
@@ -16,13 +16,13 @@
       (bridger 15)
       (jumper 20)
       (miner 4))
-    (levelsize 2300 1200))
+    (levelsize 2700 1200))
   (objects
     (surface-background
       (surface
         (image "textures/cyanspace")
         (modifier "ROT0"))
-      (position -135 267 -1000)
+      (position 57 267 -1000)
       (colori 0 0 0 0)
       (stretch-x #f)
       (stretch-y #f)
@@ -31,486 +31,494 @@
       (scroll-y 0)
       (para-x 0.5)
       (para-y 0.5))
+    (group
+      (objects
+        (groundpiece
+          (type "transparent")
+          (surface
+            (image "groundpieces/transparent/xmas/present3")
+            (modifier "ROT0"))
+          (position 440 1013 0))
+        (groundpiece
+          (type "transparent")
+          (surface
+            (image "groundpieces/transparent/xmas/present2")
+            (modifier "ROT0"))
+          (position 442 1043 0))
+        (groundpiece
+          (type "transparent")
+          (surface
+            (image "groundpieces/transparent/xmas/present1")
+            (modifier "ROT0"))
+          (position 403 1034 0))))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/candystick2")
         (modifier "ROT0"))
-      (position 1157 548 0))
+      (position 1349 548 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/candystick1")
         (modifier "ROT0"))
-      (position 1285 530 0))
-    (groundpiece
-      (type "transparent")
-      (surface
-        (image "groundpieces/transparent/xmas/present3")
-        (modifier "ROT0"))
-      (position 358 1009 0))
-    (groundpiece
-      (type "transparent")
-      (surface
-        (image "groundpieces/transparent/xmas/present2")
-        (modifier "ROT0"))
-      (position 360 1039 0))
+      (position 1477 530 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/tree")
         (modifier "ROT0"))
-      (position 170 819 0))
+      (position 249 821 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1064 407 0))
+      (position 1256 407 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle3")
         (modifier "ROT0"))
-      (position 988 418 0))
+      (position 1180 418 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1025 421 0))
+      (position 1217 421 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/snow/ice2")
         (modifier "ROT0"))
-      (position 954 409 0))
+      (position 1146 409 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/snow/ice2")
         (modifier "ROT0"))
-      (position 1014 414 0))
+      (position 1206 414 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1399 617 0))
+      (position 1591 617 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle1")
         (modifier "ROT0"))
-      (position 1374 626 0))
+      (position 1566 626 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle1")
         (modifier "ROT0"))
-      (position 1105 638 0))
+      (position 1297 638 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle2")
         (modifier "ROT0"))
-      (position 1330 943 0))
+      (position 1522 943 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1281 976 0))
+      (position 1473 976 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1583 970 0))
+      (position 1775 970 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle2")
         (modifier "ROT0"))
-      (position 1547 974 0))
+      (position 1739 974 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle1")
         (modifier "ROT0"))
-      (position 1528 967 0))
+      (position 1720 967 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle3")
         (modifier "ROT0"))
-      (position 1874 982 0))
+      (position 2066 982 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1847 956 0))
+      (position 2039 956 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle2")
         (modifier "ROT0"))
-      (position 524 944 0))
+      (position 716 944 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle3")
         (modifier "ROT0"))
-      (position 1272 406 0))
+      (position 1464 406 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle2")
         (modifier "ROT0"))
-      (position 1291 416 0))
+      (position 1483 416 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1175 413 0))
+      (position 1367 413 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle3")
         (modifier "ROT0"))
-      (position 1164 408 0))
+      (position 1356 408 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle3")
         (modifier "ROT0"))
-      (position 1346 383 0))
+      (position 1538 383 0))
     (groundpiece
       (type "transparent")
       (surface
         (image "groundpieces/transparent/xmas/icicle4")
         (modifier "ROT0"))
-      (position 1360 386 0))
+      (position 1552 386 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/snow1")
         (modifier "ROT180"))
-      (position 1648 658 0))
+      (position 1840 658 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/snow1")
         (modifier "ROT180"))
-      (position 1611 633 0))
+      (position 1803 633 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/snow1")
         (modifier "ROT180"))
-      (position 1627 644 0))
+      (position 1819 644 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1158 631 0))
+      (position 1350 631 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1086 624 0))
+      (position 1278 624 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1096 581 0))
+      (position 1288 581 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 558 825 0))
+      (position 750 825 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 509 798 0))
+      (position 701 798 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0FLIP"))
-      (position 325 528 0))
+      (position 517 528 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0FLIP"))
-      (position 376 580 0))
+      (position 568 580 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0FLIP"))
-      (position 423 641 0))
+      (position 615 641 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground1")
         (modifier "ROT0"))
-      (position 563 847 0))
+      (position 755 847 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground1")
         (modifier "ROT0"))
-      (position 558 934 0))
+      (position 750 934 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0FLIP"))
-      (position 1132 1029 0))
+      (position 1324 1029 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground1")
         (modifier "ROT0"))
-      (position 1256 199 0))
+      (position 1448 199 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1220 206 0))
+      (position 1412 206 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground1")
         (modifier "ROT0"))
-      (position 1192 284 0))
+      (position 1384 284 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 836 344 0))
+      (position 1028 344 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 988 348 0))
+      (position 1180 348 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT180FLIP"))
-      (position 1533 629 0))
+      (position 1725 629 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground1")
         (modifier "ROT0"))
-      (position 1536 628 0))
+      (position 1728 628 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 717 721 0))
+      (position 909 721 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 575 801 0))
+      (position 767 801 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 717 529 0))
+      (position 909 529 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 717 625 0))
+      (position 909 625 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 464 565 0))
+      (position 656 565 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 475 523 0))
+      (position 667 523 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 560 555 0))
+      (position 752 555 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 562 524 0))
+      (position 754 524 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 622 567 0))
+      (position 814 567 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 637 665 0))
+      (position 829 665 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 484 683 0))
+      (position 676 683 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 554 668 0))
+      (position 746 668 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 518 819 0))
+      (position 710 819 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 1811 868 0))
+      (position 2003 868 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 1811 676 0))
+      (position 2003 676 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 1811 772 0))
+      (position 2003 772 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 1523 676 0))
+      (position 1715 676 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 1523 772 0))
+      (position 1715 772 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/iceblock")
         (modifier "ROT0"))
-      (position 1523 868 0))
+      (position 1715 868 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1569 714 0))
+      (position 1761 714 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1570 675 0))
+      (position 1762 675 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1651 706 0))
+      (position 1843 706 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1689 676 0))
+      (position 1881 676 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1716 714 0))
+      (position 1908 714 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1731 823 0))
+      (position 1923 823 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1581 835 0))
+      (position 1773 835 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1654 823 0))
+      (position 1846 823 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1615 968 0))
+      (position 1807 968 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1666 953 0))
+      (position 1858 953 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1163 580 0))
+      (position 1355 580 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1291 583 0))
+      (position 1483 583 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1227 619 0))
+      (position 1419 619 0))
     (group
       (objects
         (groundpiece
@@ -518,19 +526,19 @@
           (surface
             (image "groundpieces/ground/xmas/ground3")
             (modifier "ROT0"))
-          (position 1122 871 0))
+          (position 1314 871 0))
         (groundpiece
           (type "ground")
           (surface
             (image "groundpieces/ground/xmas/ground3")
             (modifier "ROT0"))
-          (position 1250 874 0))
+          (position 1442 874 0))
         (groundpiece
           (type "ground")
           (surface
             (image "groundpieces/ground/xmas/ground3")
             (modifier "ROT0"))
-          (position 1186 910 0))))
+          (position 1378 910 0))))
     (group
       (objects
         (groundpiece
@@ -538,40 +546,40 @@
           (surface
             (image "groundpieces/ground/xmas/ground3")
             (modifier "ROT0"))
-          (position 887 869 0))
+          (position 1079 869 0))
         (groundpiece
           (type "ground")
           (surface
             (image "groundpieces/ground/xmas/ground3")
             (modifier "ROT0"))
-          (position 1015 872 0))
+          (position 1207 872 0))
         (groundpiece
           (type "ground")
           (surface
             (image "groundpieces/ground/xmas/ground3")
             (modifier "ROT0"))
-          (position 951 908 0))))
+          (position 1143 908 0))))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1014 916 0))
+      (position 1206 916 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1142 919 0))
+      (position 1334 919 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1078 955 0))
+      (position 1270 955 0))
     (prefab
       (name "prefabs/entrances/xmas")
-      (position 1135 173 0)
+      (position 1327 173 0)
       (overrides
         (release-rate 250)
         (direction "left")
@@ -580,655 +588,649 @@
       (surface
         (image "exits/xmas")
         (modifier "ROT0"))
-      (position 1259 582 0)
+      (position 1451 582 0)
       (owner-id 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT180FLIP"))
-      (position 770 346 0))
+      (position 962 346 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 913 343 0))
+      (position 1105 343 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1051 343 0))
+      (position 1243 343 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 1139 342 0))
+      (position 1331 342 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 830 392 0))
+      (position 1022 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 894 392 0))
+      (position 1086 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 958 392 0))
+      (position 1150 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1022 392 0))
+      (position 1214 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1246 360 0))
+      (position 1438 360 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1086 456 0))
+      (position 1278 456 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1214 392 0))
+      (position 1406 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1150 392 0))
+      (position 1342 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1278 392 0))
+      (position 1470 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_small")
         (modifier "ROT0"))
-      (position 1278 328 0))
+      (position 1470 328 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1310 296 0))
+      (position 1502 296 0))
     (prefab
       (name "prefabs/liquids/water")
       (position -2 1202 0)
       (overrides
-        (repeat 37)))
+        (repeat 43)))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1028 936 0))
+      (position 1220 936 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1147 933 0))
+      (position 1339 933 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0FLIP"))
-      (position 1044 1050 0))
+      (position 1236 1050 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1138 1067 0))
+      (position 1330 1067 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1084 1125 0))
+      (position 1276 1125 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1082 980 0))
+      (position 1274 980 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1621 952 0))
+      (position 1813 952 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1628 1061 0))
+      (position 1820 1061 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1693 978 0))
+      (position 1885 978 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 1697 1085 0))
+      (position 1889 1085 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 555 934 0))
+      (position 747 934 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 561 1065 0))
+      (position 753 1065 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground1")
         (modifier "ROT0"))
-      (position 557 1041 0))
+      (position 749 1041 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/tree")
         (modifier "ROT0"))
-      (position 235 270 0))
+      (position 427 270 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 434 599 0))
+      (position 626 599 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground2")
         (modifier "ROT0"))
-      (position 398 529 0))
+      (position 590 529 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 352 521 0))
+      (position 544 521 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 252 520 0))
+      (position 444 520 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 635 522 0))
+      (position 827 522 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/ground3")
         (modifier "ROT0"))
-      (position 292 575 0))
+      (position 484 575 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 766 392 0))
+      (position 958 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_large")
         (modifier "ROT0"))
-      (position 1310 328 0))
+      (position 1502 328 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_large")
         (modifier "ROT0"))
-      (position 1086 392 0))
+      (position 1278 392 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_large")
         (modifier "ROT0"))
-      (position 1085 488 0))
+      (position 1277 488 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_large")
         (modifier "ROT0"))
-      (position 1085 584 0))
+      (position 1277 584 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_horiz")
         (modifier "ROT0"))
-      (position 1086 552 0))
+      (position 1278 552 0))
     (groundpiece
       (type "solid")
       (surface
         (image "groundpieces/solid/misc/metalplate_large")
         (modifier "ROT0"))
-      (position 1310 232 0))
+      (position 1502 232 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/snow2")
         (modifier "ROT0"))
-      (position 882 868 0))
+      (position 1074 868 0))
     (groundpiece
       (type "ground")
       (surface
         (image "groundpieces/ground/xmas/snow2")
***The diff for this file has been truncated for email.***

==============================================================================
Revision: 0bd97f4b2ca1
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:15:23 2011
Log:      Ordered levels by difficulty

http://code.google.com/p/pingus/source/detail?r=0bd97f4b2ca1

Modified:
 /data/levelsets/xmas2011.levelset

=======================================
--- /data/levelsets/xmas2011.levelset   Fri Dec 23 05:23:26 2011
+++ /data/levelsets/xmas2011.levelset   Fri Dec 23 08:15:23 2011
@@ -7,17 +7,16 @@
  (priority 5)
  (locked #f)
  (levels
+  (level (filename "xmas2011/xmas09-grumbel"))
+  (level (filename "xmas2011/xmas06-grumbel"))
+  (level (filename "xmas2011/xmas07-grumbel"))
+  (level (filename "xmas2011/xmas10-grumbel"))
   (level (filename "xmas2011/xmas01-grumbel"))
+  (level (filename "xmas2011/xmas08-grumbel"))
   (level (filename "xmas2011/xmas02-grumbel"))
   (level (filename "xmas2011/xmas03-grumbel"))
   (level (filename "xmas2011/xmas04-grumbel"))
   (level (filename "xmas2011/xmas05-grumbel"))
-
-  (level (filename "xmas2011/xmas06-grumbel"))
-  (level (filename "xmas2011/xmas07-grumbel"))
-  (level (filename "xmas2011/xmas08-grumbel"))
-  (level (filename "xmas2011/xmas09-grumbel"))
-  (level (filename "xmas2011/xmas10-grumbel"))
   ))

 ;; EOF ;;

==============================================================================
Revision: ed09850b2108
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:29:12 2011
Log:      Added music

http://code.google.com/p/pingus/source/detail?r=ed09850b2108

Modified:
 /data/levels/xmas2011/xmas01-grumbel.pingus
 /data/levels/xmas2011/xmas02-grumbel.pingus
 /data/levels/xmas2011/xmas03-grumbel.pingus
 /data/levels/xmas2011/xmas04-grumbel.pingus
 /data/levels/xmas2011/xmas05-grumbel.pingus
 /data/levels/xmas2011/xmas06-grumbel.pingus
 /data/levels/xmas2011/xmas07-grumbel.pingus
 /data/levels/xmas2011/xmas08-grumbel.pingus
 /data/levels/xmas2011/xmas09-grumbel.pingus
 /data/levels/xmas2011/xmas10-grumbel.pingus

=======================================
--- /data/levels/xmas2011/xmas01-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas01-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 15)
     (number-to-save 12)
     (time -1)
-    (music "")
+    (music "pingus-5.it")
     (actions
       (blocker 5)
       (bomber 5)
=======================================
--- /data/levels/xmas2011/xmas02-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas02-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 15)
     (number-to-save 10)
     (time -1)
-    (music "")
+    (music "pingus-4.it")
     (actions
       (basher 2)
       (blocker 3)
=======================================
--- /data/levels/xmas2011/xmas03-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas03-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 20)
     (number-to-save 14)
     (time -1)
-    (music "")
+    (music "pingus-5.it")
     (actions
       (blocker 2)
       (bomber 4)
=======================================
--- /data/levels/xmas2011/xmas04-grumbel.pingus Fri Dec 23 06:08:16 2011
+++ /data/levels/xmas2011/xmas04-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 50)
     (number-to-save 40)
     (time -1)
-    (music "")
+    (music "pingus-8.it")
     (actions
       (basher 5)
       (bomber 5)
=======================================
--- /data/levels/xmas2011/xmas05-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas05-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 50)
     (number-to-save 40)
     (time -1)
-    (music "")
+    (music "pingus-4.it")
     (actions
       (basher 2)
       (blocker 2)
@@ -2117,6 +2117,8 @@
       (surface
         (image "groundpieces/transparent/xmas/icicle3")
         (modifier "ROT0"))
-      (position 2250 540 0))))
+      (position 2250 540 0))
+    (snow-generator
+      (position 207 451 200))))

 ;; EOF ;;
=======================================
--- /data/levels/xmas2011/xmas06-grumbel.pingus Fri Dec 23 04:35:37 2011
+++ /data/levels/xmas2011/xmas06-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 50)
     (number-to-save 40)
     (time -1)
-    (music "")
+    (music "pingus-5.it")
     (actions
       (blocker 2)
       (bomber 2)
=======================================
--- /data/levels/xmas2011/xmas07-grumbel.pingus Fri Dec 23 08:15:12 2011
+++ /data/levels/xmas2011/xmas07-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 20)
     (number-to-save 20)
     (time -1)
-    (music "")
+    (music "pingus-8.it")
     (actions
       (basher 2)
       (bridger 5)
=======================================
--- /data/levels/xmas2011/xmas08-grumbel.pingus Fri Dec 23 04:35:37 2011
+++ /data/levels/xmas2011/xmas08-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 30)
     (number-to-save 25)
     (time -1)
-    (music "")
+    (music "pingus-8.it")
     (actions
       (blocker 5)
       (bomber 5)
=======================================
--- /data/levels/xmas2011/xmas09-grumbel.pingus Fri Dec 23 05:23:39 2011
+++ /data/levels/xmas2011/xmas09-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 40)
     (number-to-save 30)
     (time -1)
-    (music "")
+    (music "pingus-4.it")
     (actions
       (basher 4)
       (blocker 4)
=======================================
--- /data/levels/xmas2011/xmas10-grumbel.pingus Fri Dec 23 08:15:12 2011
+++ /data/levels/xmas2011/xmas10-grumbel.pingus Fri Dec 23 08:29:12 2011
@@ -8,7 +8,7 @@
     (number-of-pingus 50)
     (number-to-save 40)
     (time -1)
-    (music "")
+    (music "pingus-4.it")
     (actions
       (basher 6)
       (blocker 6)

==============================================================================
Revision: 8a9be7867b28
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:29:56 2011
Log:      Added svg icon

http://code.google.com/p/pingus/source/detail?r=8a9be7867b28

Modified:
 /data/images/icons/pingus.svg

=======================================
--- /data/images/icons/pingus.svg       Tue Oct 25 13:08:47 2011
+++ /data/images/icons/pingus.svg       Fri Dec 23 08:29:56 2011
@@ -27,7 +27,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
@@ -46,9 +46,9 @@
      showgrid="false"
      showguides="true"
      inkscape:guide-bbox="true"
-     inkscape:zoom="4"
-     inkscape:cx="24.596803"
-     inkscape:cy="19.032688"
+     inkscape:zoom="15.875"
+     inkscape:cx="24"
+     inkscape:cy="24"
      inkscape:window-x="1280"
      inkscape:window-y="25"
      inkscape:window-maximized="1"
@@ -157,7 +157,8 @@
inkscape:original="M 22.8125 3.96875 C 19.123552 4.268777 17.744891 7.0347682 17.53125 9.65625 C 17.31761 12.277738 19.003679 13.854839 17.90625 15.6875 C 15.42266 19.83492 11.350629 21.871661 9.1875 23.90625 C 7.6476326 25.354604 9.3368779 26.328499 11.5 26.09375 C 13.663109 25.858987 14.190877 25.86002 15.3125 25.46875 L 15.28125 26.65625 C 15.09465 29.056074 14.985568 31.09046 14.6875 32.75 L 13.5 32.21875 C 10.736922 30.801639 9.4105979 32.86844 11.4375 36.1875 L 12.0625 37.15625 C 11.627035 37.40192 11.146055 37.59455 10.5625 37.75 C 14.728511 41.506157 20.082196 44.349388 28.09375 40.90625 L 29.6875 40.375 C 30.644733 42.907234 35.501343 40.479279 39.03125 35.375 C 39.7367 34.354912 36.190382 31.108482 34.1875 31.65625 L 34.5 30.25 C 34.392397 28.820664 34.041426 27.46773 33.53125 26.28125 L 34.09375 25.09375 C 34.09375 25.09375 38.041499 25.096312 37 23.53125 C 35.958493 21.966195 27.683517 18.91087 27.84375 16.09375 C 27.84375 16.09375 27.661486 14.599531 28.03125 14.75 C 28.992647 15.141291 35.790899 13.517813 36.03125 12.1875 C 36.271587 10.857193 30.73219 9.59003 30.65625 9.59375 L 30.59375 9.34375 C 30.309743 5.2145606 26.501448 3.668723 22.8125 3.96875 z " style="fill:#00ffff;fill-opacity:1;stroke:none;filter:url(#filter3902)"
      id="path3872"
- d="m 22.625,1.75 c -2.373352,0.1930279 -4.311734,1.304222 -5.5,2.8125 -1.188266,1.508278 -1.679324,3.2721118 -1.8125,4.90625 -0.14829,1.8196 0.367975,3.26031 0.59375,4.09375 0.225775,0.83344 0.239478,0.72539 0.09375,0.96875 -2.097401,3.502511 -5.704824,5.267888 -8.34375,7.75 -0.6237554,0.586686 -1.1913023,1.362667 -1.28125,2.4375 -0.089948,1.074833 0.5242852,2.132308 1.1875,2.65625 1.3264296,1.047885 2.715655,1.097229 4.1875,0.9375 0.572305,-0.06211 0.734227,-0.140773 1.15625,-0.1875 -0.04319,0.568021 -0.11084,1.028912 -0.15625,1.53125 -0.403219,-0.07297 -0.821028,-0.135059 -1.25,-0.09375 -1.072857,0.103314 -2.2283454,0.796518 -2.78125,1.78125 -0.8844978,1.575305 -0.4570072,3.166676 0.3125,4.78125 a 2.2276111,2.2276111 0 0 0 0.03125,3.28125 c 2.227841,2.008665 4.907366,3.90495 8.25,4.78125 3.301065,0.865402 7.189802,0.629009 11.5,-1.1875 l 0,0.03125 0.3125,-0.09375 c 0.552602,0.359794 1.165686,0.612119 1.75,0.65625 1.299129,0.09812 2.446142,-0.291053 3.5625,-0.875 2.232716,-1.167894 4.494704,-3.253198 6.4375,-6.0625 0.493659,-0.713836 0.540962,-1.581617 0.4375,-2.15625 -0.103462,-0.574633 -0.335484,-0.998087 -0.5625,-1.375 -0.454032,-0.753825 -1.009295,-1.343225 -1.6875,-1.90625 -0.700792,-0.581776 -1.506839,-1.197914 -2.4375,-1.5625 -0.09676,-0.902615 -0.41186,-1.703551 -0.65625,-2.53125 0.228292,-0.03379 0.224326,-0.0069 0.46875,-0.0625 0.609347,-0.138684 1.285662,-0.236871 2.09375,-1.03125 0.404044,-0.397189 0.833079,-1.116243 0.875,-1.875 0.04192,-0.758757 -0.252615,-1.378086 -0.5625,-1.84375 -0.828859,-1.245512 -1.614928,-1.539093 -2.59375,-2.125 -0.978822,-0.585907 -2.088464,-1.188551 -3.125,-1.8125 -0.961704,-0.578903 -1.803712,-1.16118 -2.375,-1.65625 0.702472,-0.133296 1.407535,-0.256961 2.15625,-0.46875 1.010966,-0.285972 1.995522,-0.604221 2.875,-1.03125 0.439739,-0.213514 0.861224,-0.440592 1.28125,-0.78125 0.420026,-0.340658 0.969938,-0.812535 1.15625,-1.84375 C 38.387359,11.660471 38.001902,10.787107 37.625,10.3125 37.248098,9.8378934 36.872455,9.5777747 36.5,9.34375 35.755089,8.8757006 34.983315,8.5517111 34.21875,8.28125 33.533785,8.0389469 32.884066,7.8650426 32.34375,7.71875 31.789577,5.7285118 30.699079,4.0337304 29.125,3.09375 27.152271,1.9157108 24.839264,1.569911 22.625,1.75 z" /> + d="m 22.625,1.75 c -2.373352,0.1930279 -4.311734,1.304222 -5.5,2.8125 -1.188266,1.508278 -1.679324,3.2721118 -1.8125,4.90625 -0.14829,1.8196 0.367975,3.26031 0.59375,4.09375 0.225775,0.83344 0.239478,0.72539 0.09375,0.96875 -2.097401,3.502511 -5.704824,5.267888 -8.34375,7.75 -0.6237554,0.586686 -1.1913023,1.362667 -1.28125,2.4375 -0.089948,1.074833 0.5242852,2.132308 1.1875,2.65625 1.3264296,1.047885 2.715655,1.097229 4.1875,0.9375 0.572305,-0.06211 0.734227,-0.140773 1.15625,-0.1875 -0.04319,0.568021 -0.11084,1.028912 -0.15625,1.53125 -0.403219,-0.07297 -0.821028,-0.135059 -1.25,-0.09375 -1.072857,0.103314 -2.2283454,0.796518 -2.78125,1.78125 -0.8844978,1.575305 -0.4570072,3.166676 0.3125,4.78125 a 2.2276111,2.2276111 0 0 0 0.03125,3.28125 c 2.227841,2.008665 4.907366,3.90495 8.25,4.78125 3.301065,0.865402 7.189802,0.629009 11.5,-1.1875 l 0,0.03125 0.3125,-0.09375 c 0.552602,0.359794 1.165686,0.612119 1.75,0.65625 1.299129,0.09812 2.446142,-0.291053 3.5625,-0.875 2.232716,-1.167894 4.494704,-3.253198 6.4375,-6.0625 0.493659,-0.713836 0.540962,-1.581617 0.4375,-2.15625 -0.103462,-0.574633 -0.335484,-0.998087 -0.5625,-1.375 -0.454032,-0.753825 -1.009295,-1.343225 -1.6875,-1.90625 -0.700792,-0.581776 -1.506839,-1.197914 -2.4375,-1.5625 -0.09676,-0.902615 -0.41186,-1.703551 -0.65625,-2.53125 0.228292,-0.03379 0.224326,-0.0069 0.46875,-0.0625 0.609347,-0.138684 1.285662,-0.236871 2.09375,-1.03125 0.404044,-0.397189 0.833079,-1.116243 0.875,-1.875 0.04192,-0.758757 -0.252615,-1.378086 -0.5625,-1.84375 -0.828859,-1.245512 -1.614928,-1.539093 -2.59375,-2.125 -0.978822,-0.585907 -2.088464,-1.188551 -3.125,-1.8125 -0.961704,-0.578903 -1.803712,-1.16118 -2.375,-1.65625 0.702472,-0.133296 1.407535,-0.256961 2.15625,-0.46875 1.010966,-0.285972 1.995522,-0.604221 2.875,-1.03125 0.439739,-0.213514 0.861224,-0.440592 1.28125,-0.78125 0.420026,-0.340658 0.969938,-0.812535 1.15625,-1.84375 C 38.387359,11.660471 38.001902,10.787107 37.625,10.3125 37.248098,9.8378934 36.872455,9.5777747 36.5,9.34375 35.755089,8.8757006 34.983315,8.5517111 34.21875,8.28125 33.533785,8.0389469 32.884066,7.8650426 32.34375,7.71875 31.789577,5.7285118 30.699079,4.0337304 29.125,3.09375 27.152271,1.9157108 24.839264,1.569911 22.625,1.75 z"
+     transform="translate(-0.06299213,0.31496063)" />
   <path
      inkscape:connector-curvature="0"
style="fill:url(#radialGradient3884);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-opacity:1"

==============================================================================
Revision: 12579e2d49c6
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:30:06 2011
Log:      Fixed resource issue

http://code.google.com/p/pingus/source/detail?r=12579e2d49c6

Modified:
 /data/levels/jungle/foliage3.pingus

=======================================
--- /data/levels/jungle/foliage3.pingus Tue Sep 27 08:11:27 2011
+++ /data/levels/jungle/foliage3.pingus Fri Dec 23 08:30:06 2011
@@ -1031,7 +1031,7 @@
       (position 1064 2294 0)
       (owner-id 0))
     (prefab
-      (name "prefabs/liquid")
+      (name "prefabs/liquids/water")
       (position -2 2532 0)
       (overrides
         (repeat 31)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]