pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3239 - in trunk/pingus: . src/win32


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3239 - in trunk/pingus: . src/win32
Date: Sun, 23 Sep 2007 14:20:37 +0200

Author: grumbel
Date: 2007-09-23 14:20:36 +0200 (Sun, 23 Sep 2007)
New Revision: 3239

Modified:
   trunk/pingus/NEWS
   trunk/pingus/src/win32/uce_dirent.h
Log:
- patch to fix alpha define (from Marco Rodrigues <address@hidden>)

Modified: trunk/pingus/NEWS
===================================================================
--- trunk/pingus/NEWS   2007-09-23 02:27:53 UTC (rev 3238)
+++ trunk/pingus/NEWS   2007-09-23 12:20:36 UTC (rev 3239)
@@ -4,9 +4,10 @@
 * level editor rewritten from scratch
 * level loading from command line fixed
 * numerous other command line parsing bugs fixed
+* separate images for gfx and colmap are used again 
 * input subsystem rewritten from scratch, supports now gamepads,
-  usbmice, wiimote (some of those might be buggy and not work
-  properly)
+  usbmice, wiimote (some of those might unfinished and not enabled by
+  default)
 
 
 0.7.0 (25/Aug/2007)

Modified: trunk/pingus/src/win32/uce_dirent.h
===================================================================
--- trunk/pingus/src/win32/uce_dirent.h 2007-09-23 02:27:53 UTC (rev 3238)
+++ trunk/pingus/src/win32/uce_dirent.h 2007-09-23 12:20:36 UTC (rev 3239)
@@ -117,7 +117,7 @@
 #   define HAVE_SYS_DIR_H
 # elif defined(__hpux)                         /* HP-UX */
 #   define HAVE_DIRENT_H
-# elif defined(__alpha) || defined(__alpha__)  /* Alpha OSF1 */
+# elif defined (__digital__) && defined (__unix__)  /* Alpha OSF1 */
 #   error "not implemented"
 # elif defined(__sgi)                          /* Silicon Graphics */
 #   define HAVE_DIRENT_H





reply via email to

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