pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3021 - in branches/pingus_sdl: . src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3021 - in branches/pingus_sdl: . src
Date: Thu, 23 Aug 2007 18:57:56 +0200

Author: grumbel
Date: 2007-08-23 18:57:46 +0200 (Thu, 23 Aug 2007)
New Revision: 3021

Modified:
   branches/pingus_sdl/INSTALL.unix
   branches/pingus_sdl/NEWS
   branches/pingus_sdl/install.sh
   branches/pingus_sdl/src/pingus_main.cpp
Log:
- some spelling bugs
- changed from games/ back to bin/ (most people don't have games/ in PATH)

Modified: branches/pingus_sdl/INSTALL.unix
===================================================================
--- branches/pingus_sdl/INSTALL.unix    2007-08-23 16:38:24 UTC (rev 3020)
+++ branches/pingus_sdl/INSTALL.unix    2007-08-23 16:57:46 UTC (rev 3021)
@@ -38,19 +38,20 @@
 
  % ./pingus -g 640x480 --frame-skip 3
 
-If you want to run Pingus in a larger resolution, you can do so with: 
+Might lead to a better playable game. If you want to run Pingus in a
+larger resolution, you can do so with:
 
  % ./pingus -g 1024x768
 
-Might lead to a better playable game. Fullscreen support is available via:
+Fullscreen support is available via:
 
  % ./pingus --fullscreen
 
-Languages can be listed with:
+Available languages can be listed with:
 
  % ./pingus --list-languages
 
-And started with:
+And used with:
 
  % ./pingus --language de
 

Modified: branches/pingus_sdl/NEWS
===================================================================
--- branches/pingus_sdl/NEWS    2007-08-23 16:38:24 UTC (rev 3020)
+++ branches/pingus_sdl/NEWS    2007-08-23 16:57:46 UTC (rev 3021)
@@ -1,5 +1,5 @@
-0.7.0
-=====
+0.7.0 (23/Aug/2007)
+===================
 * switch from ClanLib to SDL 
 * new anti-aliased fonts
 * better support for resolutions larger then 800x600 (see --geometry WxH 
option)
@@ -9,7 +9,7 @@
   Serbian, Turkish, Danish, Dutch, Spanish, Fench and Polish
 * level editor temporarly removed
 * a little less fps then the ClanLib version
-* no new levels other main features
+* no new levels or other main features
 
 
 0.6.? (never released)

Modified: branches/pingus_sdl/install.sh
===================================================================
--- branches/pingus_sdl/install.sh      2007-08-23 16:38:24 UTC (rev 3020)
+++ branches/pingus_sdl/install.sh      2007-08-23 16:57:46 UTC (rev 3021)
@@ -14,8 +14,8 @@
         exit 1
     fi
 
-    BINDIR="$1/games/"
-    DATADIR="$1/share/games/pingus/"
+    BINDIR="$1/bin/"
+    DATADIR="$1/share/pingus/"
 
     echo "Installing Pingus in: $1"
 

Modified: branches/pingus_sdl/src/pingus_main.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_main.cpp     2007-08-23 16:38:24 UTC (rev 
3020)
+++ branches/pingus_sdl/src/pingus_main.cpp     2007-08-23 16:57:46 UTC (rev 
3021)
@@ -623,7 +623,7 @@
     }
   
   std::string data_path = br_find_prefix("data");
-  data_path += "/share/games/pingus/data/";
+  data_path += "/share/pingus/data/";
   //std::cout << "DataPath: " << data_path << std::endl;
   path_manager.add_path(data_path);
   path_manager.add_path("data");





reply via email to

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