changed long timer interval and changelog
authorTanya <tanya@bookdmitri.oblgaz>
Tue, 13 Apr 2010 18:12:59 +0000 (21:12 +0300)
committerTanya <tanya@bookdmitri.oblgaz>
Tue, 13 Apr 2010 18:12:59 +0000 (21:12 +0300)
applet/debian/changelog
applet/src/livewp-common.h

index ddb74ad..65b931f 100644 (file)
@@ -1,6 +1,9 @@
 live-wallpaper (0.2) unstable; urgency=low
 
-  * Some changes 
+  * Added two planes in theme "Berlin"
+  * Added clouds in both themes, they moving according to a wind direction
+  * Appearance of object, wind direction are defined randomly
+  * At night in windows lights up and light dies away in theme "Modern"
 
  -- Vlad Vasiliev <vlad@gas.by>  Mon, 12 Apr 2010 14:11:10 +0200
 
index 7b19aea..d712205 100644 (file)
@@ -32,8 +32,8 @@
 
 #define THEME_PATH "/usr/share/livewp/theme"
 #define SHORT_TIMER 50 /* 100 milisecond */
-#define LONG_TIMER 5*60*1000 /* 10 minutes */
-//#define LONG_TIMER  20*1000 /* 10 minutes */
+//#define LONG_TIMER 5*60*1000 /* 10 minutes */
+#define LONG_TIMER  20*1000 /* 10 minutes */
 enum { SHORT_TIMER_TYPE, LONG_TIMER_TYPE };
 #define SKY_LEVEL 0 
 #define SUN_LEVEL 0