pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3936 - in trunk/htdocs: . images


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3936 - in trunk/htdocs: . images
Date: Sat, 16 Aug 2008 19:34:25 +0200

Author: grumbel
Date: 2008-08-16 19:34:21 +0200 (Sat, 16 Aug 2008)
New Revision: 3936

Modified:
   trunk/htdocs/contact.xml
   trunk/htdocs/default.css
   trunk/htdocs/download.xml
   trunk/htdocs/images/logo_large.jpg
   trunk/htdocs/index.html
   trunk/htdocs/news.xml
   trunk/htdocs/press.xml
Log:
-m Misc updates

Modified: trunk/htdocs/contact.xml
===================================================================
--- trunk/htdocs/contact.xml    2008-07-29 17:16:20 UTC (rev 3935)
+++ trunk/htdocs/contact.xml    2008-08-16 17:34:21 UTC (rev 3936)
@@ -59,11 +59,6 @@
       <dt>Ingo Ruhnke (nick: grumbel) [Maintainer/Programmer]</dt>
       <dd>Jabber: address@hidden<br/>
           ICQ UIN: 59461927</dd>
-
-      <dt>David Philippi (nick: Torangan) [Programmer]</dt>
-      <dd>Jabber: address@hidden<br/>
-        ICQ UIN: 51850942<br/>
-       AIM: Torangan2</dd>
     </dl>
 
   </section>

Modified: trunk/htdocs/default.css
===================================================================
--- trunk/htdocs/default.css    2008-07-29 17:16:20 UTC (rev 3935)
+++ trunk/htdocs/default.css    2008-08-16 17:34:21 UTC (rev 3936)
@@ -2,177 +2,179 @@
 
 h1,h2,h3,h4
 {
-       font-family: Sans-Serif;
-        margin-top: 0px;
+  font-family: Sans-Serif;
+  margin-top: 0px;
 }
 
 h1
 {
-        background: #607f9b;
-        color: white;
-        border-style: solid;
-        border-color: black;
-       padding-left: 1em;
-        margin-top: 0px;
-        margin-bottom: .5em;
+  background: #607f9b;
+  color: white;
+  border-style: solid;
+  border-color: black;
+  padding-left: 1em;
+  margin-top: 0px;
+  margin-bottom: .5em;
 }
 
 div.menu
 {
-        width: 205px;
-        margin-top: 10px;
+  width: 205px;
+  margin-top: 10px;
 }
 
 div.menu a
 {
-       text-decoration: none;
+  text-decoration: none;
 }
 
 a.menuitem:hover
 {
-        color: black;
-        background-color: #E0FfFF;
+  color: black;
+  background-color: #E0FfFF;
 }
 
 a.menuitem:visited
 {
-        color: black;
+  color: black;
 }
 
 a.currentmenuitem:hover
 {
-        color:black;
+  color:black;
 }
 
 
 a.currentmenuitem:visited
 {
-        color:black;
+  color:black;
 }
 
 
 a.currentmenuitem
 {
-       font-size: 18px;
-       font-family: Sans-Serif;
-       text-align: center;
-        border-color: black;
-        border-style: solid;
-        border-width: thin;
-        background-color: #FFFFFF;
-        background-repeat: repeat-y;
-        color: black;        
-        padding: 5px 0px 5px 0px;
-        display: block;
-        margin: 10px 15px 10px 15px;
+  font-size: 18px;
+  font-family: Sans-Serif;
+  text-align: center;
+  border-color: black;
+  border-style: solid;
+  border-width: thin;
+  background-color: #FFFFFF;
+  background-repeat: repeat-y;
+  color: black;        
+  padding: 5px 0px 5px 0px;
+  display: block;
+  margin: 10px 15px 10px 15px;
 }
 
 a.menuitem
 {
-       font-size: 18px;
-       font-family: Sans-Serif;
-       text-align: center;
+  -moz-border-radius: 0.5em;
 
-        border-color: black;
-        border-style: solid;
-        border-width: thin;
-        background-color: #607f9b;
-/*     background-image: url(images/menubackground.png);*/
-        background-repeat: repeat-y;
-        color: black;        
-        padding: 5px 0px 5px 0px;
-        display: block;
-        margin: 10px 15px 10px 15px;
+  font-size: 18px;
+  font-family: Sans-Serif;
+  text-align: center;
+
+  border-color: black;
+  border-style: solid;
+  border-width: thin;
+  background-color: #607f9b;
+  /*   background-image: url(images/menubackground.png);*/
+  background-repeat: repeat-y;
+  color: black;        
+  padding: 5px 0px 5px 0px;
+  display: block;
+  margin: 10px 15px 10px 15px;
 }
 
 div.mainbody
 {
-        background-color: silver;
-        color: black;
-        border-color: black;
-        border-style: solid;
-        padding: 1em;
+  background-color: silver;
+  color: black;
+  border-color: black;
+  border-style: solid;
+  padding: 1em;
 }
 
 p.warning {
-        font-size: 1.5em;
-        color: red;
-        background-color: black;
-       font-family: Sans-Serif;
-        border-style: solid;
-        border-color: red;
-        padding: .3em;
+  font-size: 1.5em;
+  color: red;
+  background-color: black;
+  font-family: Sans-Serif;
+  border-style: solid;
+  border-color: red;
+  padding: .3em;
 }
 
 p.warning a {
-        color: red;
+  color: red;
 }
 
 table.question {
-       font-family: Sans-Serif;
-        background: #607f9b;
-        border-style: solid;
-        border-width: thin;
-        border-color: black;
-        color: white;
-        padding-left: 1em;
+  font-family: Sans-Serif;
+  background: #607f9b;
+  border-style: solid;
+  border-width: thin;
+  border-color: black;
+  color: white;
+  padding-left: 1em;
 }
 
 P.answer {
-        color: black;
+  color: black;
 }
 
 TT.irc {
-        color: rgb(0,0,150);
+  color: rgb(0,0,150);
 }
 
 TT.command {
-        color: rgb(200, 0, 0);
+  color: rgb(200, 0, 0);
 }
 
 img
 {
-        border-style: none;
+  border-style: none;
 }
 
 img.screenshot {
-        border-style: solid;
-        border-width: medium;
+  border-style: solid;
+  border-width: medium;
 }
 
 a img.screenshot {
-        border-color: gray;
+  border-color: gray;
 }
 
 a:visited img.screenshot {
-        border-color: gray;
+  border-color: gray;
 }
 
 
 a:hover img.screenshot {
-        border-color: white;
+  border-color: white;
 }
 
 
 a:visited {
-        color: rgb(0,0,100);
+  color: rgb(0,0,100);
 }
 
 a:hover {
-        color: white;
+  color: white;
 }
 
 a {
-        color: rgb(50,50,200);
+  color: rgb(50,50,200);
 }
 
 
 body
 {
-       background-position: left top;
-       background-image: url(images/snow_background.jpg);
-       background-repeat: repeat-x;
-       background-color: #707f9b;
-        color: black;
- /* desert #cdb09e; */
+  background-position: left top;
+  background-image: url(images/snow_background.jpg);
+  background-repeat: repeat-x;
+  background-color: #707f9b;
+  color: black;
+  /* desert #cdb09e; */
 }

Modified: trunk/htdocs/download.xml
===================================================================
--- trunk/htdocs/download.xml   2008-07-29 17:16:20 UTC (rev 3935)
+++ trunk/htdocs/download.xml   2008-08-16 17:34:21 UTC (rev 3936)
@@ -2,37 +2,42 @@
 
 <page title="Download">
   <section title="Playable Versions - Stable">
-<!--    <subsection title="GNU/Linux">
+    <subsection title="Windows">
       <ul>
-        <li>GNU/Linux (i386) - <dlink 
href="http://pingus.seul.org/files/pingus-0.6.0-binary-linux-i386.tar.bz2"/>
-          [11 Mb]<br />
+        <li><a 
href="http://pingus.seul.org/files/pingus-0.7.2.exe";>pingus-0.7.2.exe</a> [13 
Mb]<br />
         </li>
       </ul>
     </subsection>
--->
 
-    <subsection title="Win32">
+    <subsection title="MacOSX">
+      <p>There are two unofficial ports to MacOSX, which can be found at:</p>
       <ul>
-        <li><dlink href="http://pingus.seul.org/files/pingus-0.7.0.exe"/>
-          [13 Mb]<br />
-        </li>
+        <li><a 
href="http://community.games4mac.de/index.php?showtopic=17290";>Pingus 0.7.0 for 
PPC Macs</a> [58MB]</li>
+        <li><a 
href="http://www.apple.com/downloads/macosx/unix_open_source/pingus.html";>Pingus
 0.7.2 for Intel Macs</a> [14MB]</li>
       </ul>
     </subsection>
 
     <subsection title="Source">
       <ul>
-        <li><dlink href="http://pingus.seul.org/files/pingus-0.7.0.tar.bz2"/>
-          [9.9 Mb]<br />
+        <li><a 
href="http://pingus.seul.org/files/pingus-0.7.2.tar.bz2";>pingus-0.7.2.tar.bz2</a>
+          [11 Mb]<br />
         </li>
       </ul>
     </subsection>
   </section>
 
   <section title="Development Versions">
-    <p>
-      <tt>svn co svn://svn.berlios.de/pingus/trunk/pingus/</tt><br/>
-    </p>
+    <ul>
+      <li><tt>svn co svn://svn.berlios.de/pingus/trunk/pingus/</tt></li>
+    </ul>
   </section>
+
+  <section title="Old Stuff">
+    <p>Older released can be found at:</p>
+    <ul>
+      <li><a 
href="http://pingus.seul.org/files/";>http://pingus.seul.org/files/</a></li>
+    </ul>
+  </section>
 <!--
   <hr/>
 

Modified: trunk/htdocs/images/logo_large.jpg
===================================================================
(Binary files differ)

Modified: trunk/htdocs/index.html
===================================================================
--- trunk/htdocs/index.html     2008-07-29 17:16:20 UTC (rev 3935)
+++ trunk/htdocs/index.html     2008-08-16 17:34:21 UTC (rev 3936)
@@ -3,12 +3,10 @@
 
 <html>
   <head>
-    <title>Pingus - A journey into the unknown... [Release 0.7.0 out 
now!]</title>
+    <title>Pingus - A journey into the unknown... [Release 0.7.2 out 
now!]</title>
   </head>
-
-<body text="text" bgcolor="#707f9b" style="margin-top: 20px;">
-  <h1 style="text-align: center;">Release 0.7.0 is out now!</h1>
-    
+<!-- bgcolor="#707f9b -->
+<body text="text" bgcolor="black" style="margin-top: 20px;">
      <center>
     <a href="welcome.html"><img style="border-style: none"
 src="images/logo_large.jpg"

Modified: trunk/htdocs/news.xml
===================================================================
--- trunk/htdocs/news.xml       2008-07-29 17:16:20 UTC (rev 3935)
+++ trunk/htdocs/news.xml       2008-08-16 17:34:21 UTC (rev 3936)
@@ -2,6 +2,40 @@
 <?xml-stylesheet type="text/xsl" href="default.xsl"?>
 <page title="News">
   <news>
+    <item date="31. Oct 2007">
+      Pingus 0.7.2 is released, this release features 8 brand new
+      Halloween levels along with numerous smaller bug fixes.
+
+      <ul>
+        <li>added support for levelsets</li>
+        <li>added 8 new levels in the form of a halloween levelset</li>
+        <li>added window resize support to the editor (use --allow-resize)</li>
+        <li>added minimap to the editor</li>
+        <li>scroll wheel support to change the actions</li>
+        <li>right and middle button now both scroll</li>
+        <li>'jumper dying on landing' bug fixed</li>
+        <li>numerous other small bug fixes</li>
+      </ul>
+    </item>
+
+    <item date="23. Sep 2007">
+      Pingus 0.7.1 is released, this is the second release based on
+      SDL and among some small bug fixes, it also contains a brand new
+      level editor rewritten from scratch. Other new things in this
+      release:
+
+      <ul>
+        <li>faster sprite drawing, so more overall fps</li>
+        <li>level editor rewritten from scratch</li>
+        <li>level loading from command line fixed</li>
+        <li>numerous other command line parsing bugs fixed</li>
+        <li>separate images for gfx and colmap are used again</li>
+        <li>input subsystem rewritten from scratch, supports now gamepads,
+          usbmice, wiimote (some of those might unfinished and not enabled by
+          default)</li>
+      </ul>
+    </item>
+
     <item date="25. Aug 2007">
       Pingus 0.7.0 is released, this is the first working version of
       Pingus that is based on SDL. New things in this release:

Modified: trunk/htdocs/press.xml
===================================================================
--- trunk/htdocs/press.xml      2008-07-29 17:16:20 UTC (rev 3935)
+++ trunk/htdocs/press.xml      2008-08-16 17:34:21 UTC (rev 3936)
@@ -13,6 +13,8 @@
 
     <li><a href="http://www.happypenguin.org/show?Pingus#comments";>User 
comments at Happypenguin.org</a> <english-flag/></li>
 
+    <li><a 
href="http://www.retrothing.com/2008/04/pingus-lemmings.html";>Pingus: Lemmings 
Goes Open Source</a></li>
+
       <li><a
           href="http://www.pl-forum.de/spiele/pingus.html";>ProLinux:
           Pingus</a> <german-flag/></li>
@@ -28,5 +30,8 @@
     <li><a 
href="http://ubuntugame.blogspot.com/2007/04/pingus.html";>UbuntuGame: Pingus 
(italian)</a></li>
 
 <!--      <li><a 
href="http://www.linux-user.de/ausgabe/2000/01/Gamezone/Gamezone.html";>Brot und 
Spiele</a> <german-flag/></li> -->
+
+<li><a href="http://techgage.com/article/top_10_free_linux_games/4";>Techgage - 
Top 10 Free Linux Games</a> <english-flag/></li>
+
     </ul>
 </page>





reply via email to

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