[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pingus-CVS] r2907 - in branches/pingus_sdl: . src
From: |
plouj at BerliOS |
Subject: |
[Pingus-CVS] r2907 - in branches/pingus_sdl: . src |
Date: |
Tue, 14 Aug 2007 18:45:19 +0200 |
Author: plouj
Date: 2007-08-14 18:45:18 +0200 (Tue, 14 Aug 2007)
New Revision: 2907
Modified:
branches/pingus_sdl/AUTHORS
branches/pingus_sdl/TODO
branches/pingus_sdl/src/credits.cpp
Log:
mention SDL porters in credits and AUTHORS
Modified: branches/pingus_sdl/AUTHORS
===================================================================
--- branches/pingus_sdl/AUTHORS 2007-08-14 16:31:53 UTC (rev 2906)
+++ branches/pingus_sdl/AUTHORS 2007-08-14 16:45:18 UTC (rev 2907)
@@ -157,4 +157,16 @@
Philippe Saint-Pierre <address@hidden>
* French (fr) translation
+Jason Green <address@hidden>
+ * SDL porting
+
+Jimmy Salmon <address@hidden>
+ * SDL porting
+
+Michael Ploujnikov <address@hidden>
+ * SDL porting
+
+Nehal Mistry <address@hidden>
+ * SDL porting
+
-- EOF --
Modified: branches/pingus_sdl/TODO
===================================================================
--- branches/pingus_sdl/TODO 2007-08-14 16:31:53 UTC (rev 2906)
+++ branches/pingus_sdl/TODO 2007-08-14 16:45:18 UTC (rev 2907)
@@ -49,8 +49,6 @@
- update INSTALL.* file
-- add all those who contributed to SDL version to AUTHORS and credits
-
- remove all the remaining unneeded debuging std::cout's
- separate gfx/colmap surfaces aren't used
Modified: branches/pingus_sdl/src/credits.cpp
===================================================================
--- branches/pingus_sdl/src/credits.cpp 2007-08-14 16:31:53 UTC (rev 2906)
+++ branches/pingus_sdl/src/credits.cpp 2007-08-14 16:45:18 UTC (rev 2907)
@@ -90,7 +90,10 @@
credits.push_back("_David Philippi");
credits.push_back("_Gervase Lam");
credits.push_back("_Ingo Ruhnke");
- credits.push_back("_Jason Green");
+ credits.push_back("_Jason Green");
+ credits.push_back("_Jimmy Salmon");
+ credits.push_back("_Michael Ploujnikov");
+ credits.push_back("_Nehal Mistry");
credits.push_back("n");
credits.push_back(_("-Porting (Win32)"));
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] r2907 - in branches/pingus_sdl: . src,
plouj at BerliOS <=