You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(11) |
Apr
(47) |
May
(14) |
Jun
|
Jul
(73) |
Aug
(4) |
Sep
(2) |
Oct
(60) |
Nov
(48) |
Dec
(66) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(1) |
Mar
(27) |
Apr
(82) |
May
(89) |
Jun
(91) |
Jul
(44) |
Aug
(53) |
Sep
(113) |
Oct
(20) |
Nov
(37) |
Dec
(10) |
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
(2) |
May
(21) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2009 |
Jan
(76) |
Feb
(89) |
Mar
(52) |
Apr
(11) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(27) |
2010 |
Jan
(11) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
(14) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(11) |
Oct
(3) |
Nov
|
Dec
|
2013 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <eg...@us...> - 2006-04-08 11:09:34
|
Revision: 35 Author: egore Date: 2006-04-08 04:09:11 -0700 (Sat, 08 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=35&view=rev Log Message: ----------- move Quantar ships to Ships folder Added Paths: ----------- data/Ships/Quantar/ Removed Paths: ------------- data/Qunatar/ Copied: data/Ships/Quantar (from rev 32, data/Qunatar) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-08 11:04:17
|
Revision: 34 Author: egore Date: 2006-04-08 04:03:50 -0700 (Sat, 08 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=34&view=rev Log Message: ----------- move ships to Ships folder Added Paths: ----------- data/Ships/Octavius/ Removed Paths: ------------- data/Octavius/ Copied: data/Ships/Octavius (from rev 32, data/Octavius) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-08 11:03:31
|
Revision: 33 Author: egore Date: 2006-04-08 04:03:08 -0700 (Sat, 08 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=33&view=rev Log Message: ----------- add Ships folder Added Paths: ----------- data/Ships/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-08 10:52:08
|
Revision: 32 Author: egore Date: 2006-04-08 03:50:13 -0700 (Sat, 08 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=32&view=rev Log Message: ----------- update texture a bit Modified Paths: -------------- data/Qunatar/Storm/quantar_storm.wings data/Qunatar/Storm/quantar_storm_auv.png data/Qunatar/Storm/quantar_storm_auv.svg Modified: data/Qunatar/Storm/quantar_storm.wings =================================================================== (Binary files differ) Modified: data/Qunatar/Storm/quantar_storm_auv.png =================================================================== (Binary files differ) Modified: data/Qunatar/Storm/quantar_storm_auv.svg =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-06 08:01:10
|
Revision: 31 Author: egore Date: 2006-04-06 00:59:51 -0700 (Thu, 06 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=31&view=rev Log Message: ----------- add some details to the weapons Modified Paths: -------------- data/Weapons/Liar/liar.svg data/Weapons/Liar/liar_auv.png data/Weapons/S-W-28/s_w_28.svg data/Weapons/S-W-28/s_w_28_auv.png Modified: data/Weapons/Liar/liar.svg =================================================================== (Binary files differ) Modified: data/Weapons/Liar/liar_auv.png =================================================================== (Binary files differ) Modified: data/Weapons/S-W-28/s_w_28.svg =================================================================== (Binary files differ) Modified: data/Weapons/S-W-28/s_w_28_auv.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-04 22:44:19
|
Revision: 30 Author: egore Date: 2006-04-04 15:44:10 -0700 (Tue, 04 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=30&view=rev Log Message: ----------- add icons of the factions to the screenshots (still buggy, needs vertical align) Modified Paths: -------------- website/layout.inc website/screenshots.php Modified: website/layout.inc =================================================================== --- website/layout.inc 2006-04-04 22:33:11 UTC (rev 29) +++ website/layout.inc 2006-04-04 22:44:10 UTC (rev 30) @@ -33,12 +33,17 @@ "; } -function addTrenner($name) { +function addTrenner($name, $image = null) { echo "<table width=\"95%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"50\" width=\"10\"><img src=\"images/menu_left.png\" alt=\"\" height=\"50\" width=\"10\"></td> - <td style=\"background-image:url(images/menu_background.png)\">$name</td> - <td height=\"50\" width=\"4\"><img src=\"images/menu_right.png\" alt=\"\" height=\"50\" width=\"4\"></td> + "; + if ($image != null) { + echo " <td style=\"background-image:url(images/menu_background.png);valign=middle\"><img src=\"images/icons/$image\"> $name</td>"; + } else { + echo " <td style=\"background-image:url(images/menu_background.png)\">$name</td>"; + } + echo " <td height=\"50\" width=\"4\"><img src=\"images/menu_right.png\" alt=\"\" height=\"50\" width=\"4\"></td> </tr> </table> <br> Modified: website/screenshots.php =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-04 22:33:26
|
Revision: 29 Author: egore Date: 2006-04-04 15:33:11 -0700 (Tue, 04 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=29&view=rev Log Message: ----------- add quantar and solrain logos Added Paths: ----------- website/images/icons/quantar.png website/images/icons/quantar.svg website/images/icons/solrain.png website/images/icons/solrain.svg Added: website/images/icons/quantar.png =================================================================== (Binary files differ) Property changes on: website/images/icons/quantar.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/icons/quantar.svg =================================================================== (Binary files differ) Property changes on: website/images/icons/quantar.svg ___________________________________________________________________ Name: svn:mime-type + image/svg+xml Added: website/images/icons/solrain.png =================================================================== (Binary files differ) Property changes on: website/images/icons/solrain.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/icons/solrain.svg =================================================================== (Binary files differ) Property changes on: website/images/icons/solrain.svg ___________________________________________________________________ Name: svn:mime-type + image/svg+xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-04 22:06:12
|
Revision: 28 Author: egore Date: 2006-04-04 15:05:59 -0700 (Tue, 04 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=28&view=rev Log Message: ----------- add links to other websites and correctly set mimetype for .php files Modified Paths: -------------- website/frame.php Added Paths: ----------- website/links.php Property Changed: ---------------- website/about.php website/downloads.php website/frame.php website/news.php website/screenshots.php Property changes on: website/about.php ___________________________________________________________________ Name: svn:mime-type - text/plain + application/x-httpd-php Property changes on: website/downloads.php ___________________________________________________________________ Name: svn:mime-type - text/plain + application/x-httpd-php Modified: website/frame.php =================================================================== (Binary files differ) Property changes on: website/frame.php ___________________________________________________________________ Name: svn:mime-type - text/plain + application/x-httpd-php Added: website/links.php =================================================================== (Binary files differ) Property changes on: website/links.php ___________________________________________________________________ Name: svn:mime-type + application/x-httpd-php Property changes on: website/news.php ___________________________________________________________________ Name: svn:mime-type - text/plain + application/x-httpd-php Property changes on: website/screenshots.php ___________________________________________________________________ Name: svn:mime-type - text/plain + application/x-httpd-php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-04 21:57:52
|
Revision: 27 Author: egore Date: 2006-04-04 14:57:37 -0700 (Tue, 04 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=27&view=rev Log Message: ----------- add icon for amanath Added Paths: ----------- website/images/icons/ website/images/icons/amanath.png website/images/icons/amanath.svg Added: website/images/icons/amanath.png =================================================================== (Binary files differ) Property changes on: website/images/icons/amanath.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/icons/amanath.svg =================================================================== (Binary files differ) Property changes on: website/images/icons/amanath.svg ___________________________________________________________________ Name: svn:mime-type + image/svg+xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 21:07:46
|
Revision: 26 Author: egore Date: 2006-04-02 14:07:30 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=26&view=rev Log Message: ----------- fix typo in weapons-screenshot names Modified Paths: -------------- website/screenshots.php Modified: website/screenshots.php =================================================================== --- website/screenshots.php 2006-04-02 21:03:41 UTC (rev 25) +++ website/screenshots.php 2006-04-02 21:07:30 UTC (rev 26) @@ -23,7 +23,7 @@ <a href=\"images/screenshots/solrain_pioneer.jpg\"><img src=\"images/screenshots/thumbs/solrain_pioneer.jpg\" alt=\"Model of Solrain Pioneer\" /></a>"; addTrenner("Weapons"); - echo " <a href=\"images/screenshots/weapons_liar.jpg\"><img src=\"images/screenshots/thumbs/weapons_liar.jpg\" alt=\"Model of T&P Systems Liar\" /></a> - <a href=\"images/screenshots/weapons_s_w_28.jpg\"><img src=\"images/screenshots/thumbs/weapons_s_w_28.jpg\" alt=\"Model of T&P Systems S-W-28\" /></a>"; + echo " <a href=\"images/screenshots/weapon_liar.jpg\"><img src=\"images/screenshots/thumbs/weapon_liar.jpg\" alt=\"Model of T&P Systems Liar\" /></a> + <a href=\"images/screenshots/weapon_s_w_28.jpg\"><img src=\"images/screenshots/thumbs/weapon_s_w_28.jpg\" alt=\"Model of T&P Systems S-W-28\" /></a>"; ?> </body> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 21:04:05
|
Revision: 25 Author: egore Date: 2006-04-02 14:03:41 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=25&view=rev Log Message: ----------- add screenshots of Liar and S-W-28 Modified Paths: -------------- website/screenshots.php Added Paths: ----------- website/images/screenshots/thumbs/weapon_liar.jpg website/images/screenshots/thumbs/weapon_s_w_28.jpg website/images/screenshots/weapon_liar.jpg website/images/screenshots/weapon_s_w_28.jpg Added: website/images/screenshots/thumbs/weapon_liar.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/weapon_liar.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/weapon_s_w_28.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/weapon_s_w_28.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/weapon_liar.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/weapon_liar.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/weapon_s_w_28.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/weapon_s_w_28.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: website/screenshots.php =================================================================== --- website/screenshots.php 2006-04-02 21:03:08 UTC (rev 24) +++ website/screenshots.php 2006-04-02 21:03:41 UTC (rev 25) @@ -21,5 +21,9 @@ echo " <a href=\"images/screenshots/solrain_premia.jpg\"><img src=\"images/screenshots/thumbs/solrain_premia.jpg\" alt=\"Model of Solrain Premia\" /></a> <a href=\"images/screenshots/solrain_intensity.jpg\"><img src=\"images/screenshots/thumbs/solrain_intensity.jpg\" alt=\"Model of Solrain Intensity\" /></a> <a href=\"images/screenshots/solrain_pioneer.jpg\"><img src=\"images/screenshots/thumbs/solrain_pioneer.jpg\" alt=\"Model of Solrain Pioneer\" /></a>"; + + addTrenner("Weapons"); + echo " <a href=\"images/screenshots/weapons_liar.jpg\"><img src=\"images/screenshots/thumbs/weapons_liar.jpg\" alt=\"Model of T&P Systems Liar\" /></a> + <a href=\"images/screenshots/weapons_s_w_28.jpg\"><img src=\"images/screenshots/thumbs/weapons_s_w_28.jpg\" alt=\"Model of T&P Systems S-W-28\" /></a>"; ?> </body> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 21:03:22
|
Revision: 24 Author: egore Date: 2006-04-02 14:03:08 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=24&view=rev Log Message: ----------- add screenshot Added Paths: ----------- data/Weapons/Liar/liar.jpg Added: data/Weapons/Liar/liar.jpg =================================================================== (Binary files differ) Property changes on: data/Weapons/Liar/liar.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 21:02:57
|
Revision: 23 Author: egore Date: 2006-04-02 14:02:43 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=23&view=rev Log Message: ----------- remove renamed files, add screenshot Added Paths: ----------- data/Weapons/S-W-28/s_w_28.jpg Removed Paths: ------------- data/Weapons/S-W-28/s_w_28.png data/Weapons/S-W-28/s_w_28_org.png Added: data/Weapons/S-W-28/s_w_28.jpg =================================================================== (Binary files differ) Property changes on: data/Weapons/S-W-28/s_w_28.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Deleted: data/Weapons/S-W-28/s_w_28.png =================================================================== (Binary files differ) Deleted: data/Weapons/S-W-28/s_w_28_org.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:55:37
|
Revision: 22 Author: egore Date: 2006-04-02 13:55:25 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=22&view=rev Log Message: ----------- rename the textures to common format (objectname_auv.png) Added Paths: ----------- data/Weapons/S-W-28/s_w_28_auv.png data/Weapons/S-W-28/s_w_28_auv_org.png Copied: data/Weapons/S-W-28/s_w_28_auv.png (from rev 19, data/Weapons/S-W-28/s_w_28.png) =================================================================== (Binary files differ) Copied: data/Weapons/S-W-28/s_w_28_auv_org.png (from rev 19, data/Weapons/S-W-28/s_w_28_org.png) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:54:22
|
Revision: 21 Author: egore Date: 2006-04-02 13:54:12 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=21&view=rev Log Message: ----------- add desription and svg-texture of S-W-28 Added Paths: ----------- data/Weapons/S-W-28/s_w_28.svg data/Weapons/S-W-28/s_w_28.xml Added: data/Weapons/S-W-28/s_w_28.svg =================================================================== (Binary files differ) Property changes on: data/Weapons/S-W-28/s_w_28.svg ___________________________________________________________________ Name: svn:mime-type + image/svg+xml Added: data/Weapons/S-W-28/s_w_28.xml =================================================================== (Binary files differ) Property changes on: data/Weapons/S-W-28/s_w_28.xml ___________________________________________________________________ Name: svn:mime-type + application/xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:51:22
|
Revision: 20 Author: egore Date: 2006-04-02 13:50:39 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=20&view=rev Log Message: ----------- finish skinning the Liar Modified Paths: -------------- data/Weapons/Liar/liar.svg data/Weapons/Liar/liar_auv.png Modified: data/Weapons/Liar/liar.svg =================================================================== (Binary files differ) Modified: data/Weapons/Liar/liar_auv.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:49:43
|
Revision: 19 Author: egore Date: 2006-04-02 13:48:53 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=19&view=rev Log Message: ----------- add second Weapon, a S-W-28 factored by T&P Systems (which is the same weapon model as thr Liar with a different skin) Added Paths: ----------- data/Weapons/S-W-28/ data/Weapons/S-W-28/s_w_28.png data/Weapons/S-W-28/s_w_28.wings data/Weapons/S-W-28/s_w_28_org.png Added: data/Weapons/S-W-28/s_w_28.png =================================================================== (Binary files differ) Property changes on: data/Weapons/S-W-28/s_w_28.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: data/Weapons/S-W-28/s_w_28.wings =================================================================== (Binary files differ) Property changes on: data/Weapons/S-W-28/s_w_28.wings ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: data/Weapons/S-W-28/s_w_28_org.png =================================================================== (Binary files differ) Property changes on: data/Weapons/S-W-28/s_w_28_org.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:06:53
|
Revision: 18 Author: egore Date: 2006-04-02 13:06:37 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=18&view=rev Log Message: ----------- commit minor tweaks Modified Paths: -------------- data/Octavius/Apteryx/octavius_apteryx.wings data/Octavius/Phoenix/octavius_phoenix.wings data/Solrain/Premia/solrain_premia.wings Modified: data/Octavius/Apteryx/octavius_apteryx.wings =================================================================== (Binary files differ) Modified: data/Octavius/Phoenix/octavius_phoenix.wings =================================================================== (Binary files differ) Modified: data/Solrain/Premia/solrain_premia.wings =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:05:34
|
Revision: 17 Author: egore Date: 2006-04-02 13:04:41 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=17&view=rev Log Message: ----------- add textures for Quantar Storm Modified Paths: -------------- data/Qunatar/Storm/quantar_storm.wings Added Paths: ----------- data/Qunatar/Storm/quantar_storm_auv.png data/Qunatar/Storm/quantar_storm_auv.svg data/Qunatar/Storm/quantar_storm_auv_org.png Modified: data/Qunatar/Storm/quantar_storm.wings =================================================================== (Binary files differ) Added: data/Qunatar/Storm/quantar_storm_auv.png =================================================================== (Binary files differ) Property changes on: data/Qunatar/Storm/quantar_storm_auv.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: data/Qunatar/Storm/quantar_storm_auv.svg =================================================================== (Binary files differ) Property changes on: data/Qunatar/Storm/quantar_storm_auv.svg ___________________________________________________________________ Name: svn:mime-type + image/svg+xml Name: svn:mime-types + image/svg+xml Added: data/Qunatar/Storm/quantar_storm_auv_org.png =================================================================== (Binary files differ) Property changes on: data/Qunatar/Storm/quantar_storm_auv_org.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 20:01:30
|
Revision: 16 Author: egore Date: 2006-04-02 13:01:20 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=16&view=rev Log Message: ----------- add desription and svg-texture Added Paths: ----------- data/Weapons/Liar/liar.svg data/Weapons/Liar/liar.xml Added: data/Weapons/Liar/liar.svg =================================================================== (Binary files differ) Property changes on: data/Weapons/Liar/liar.svg ___________________________________________________________________ Name: svn:mime-type + image/svg+xml Name: svn:mime + image/svg+xml Added: data/Weapons/Liar/liar.xml =================================================================== (Binary files differ) Property changes on: data/Weapons/Liar/liar.xml ___________________________________________________________________ Name: svn:mime-type + application/xml Name: svn:mime + application/xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 19:58:35
|
Revision: 15 Author: egore Date: 2006-04-02 12:58:00 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=15&view=rev Log Message: ----------- Added Paths: ----------- data/Weapons/ data/Weapons/Liar/ data/Weapons/Liar/liar.wings data/Weapons/Liar/liar_auv.png data/Weapons/Liar/liar_auv_org.png Added: data/Weapons/Liar/liar.wings =================================================================== (Binary files differ) Property changes on: data/Weapons/Liar/liar.wings ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: data/Weapons/Liar/liar_auv.png =================================================================== (Binary files differ) Property changes on: data/Weapons/Liar/liar_auv.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: data/Weapons/Liar/liar_auv_org.png =================================================================== (Binary files differ) Property changes on: data/Weapons/Liar/liar_auv_org.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 15:46:13
|
Revision: 14 Author: egore Date: 2006-04-02 08:45:58 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=14&view=rev Log Message: ----------- add link to the project page Modified Paths: -------------- website/frame.php Modified: website/frame.php =================================================================== --- website/frame.php 2006-04-02 15:40:56 UTC (rev 13) +++ website/frame.php 2006-04-02 15:45:58 UTC (rev 14) @@ -10,6 +10,7 @@ addFrameEntry("About", "about.php"); addFrameEntry("Downloads", "downloads.php"); addFrameEntry("Screenshots", "screenshots.php"); + addFrameEntry("Project Page", "http://sourceforge.net/projects/opengate"); echo "</table> <br> <a href=\"http://sourceforge.net\"><img src=\"http://sflogo.sourceforge.net/sflogo.php?group_id=163481&type=2\" width=\"125\" height=\"37\" border=\"0\" alt=\"SourceForge.net Logo\" /></a>"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 15:41:24
|
Revision: 13 Author: egore Date: 2006-04-02 08:40:56 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=13&view=rev Log Message: ----------- rework screenshot section to use thumbnails Modified Paths: -------------- website/screenshots.php Added Paths: ----------- website/images/screenshots/thumbs/ website/images/screenshots/thumbs/octavius_apteryx.jpg website/images/screenshots/thumbs/octavius_apteryx_texturing_wip.jpg website/images/screenshots/thumbs/octavius_apteryx_texturing_wip_2.jpg website/images/screenshots/thumbs/octavius_phoenix.jpg website/images/screenshots/thumbs/quantar_storm.jpg website/images/screenshots/thumbs/quantar_storm_texturing_wip.jpg website/images/screenshots/thumbs/quantar_typhoon.jpg website/images/screenshots/thumbs/solrain_intensity.jpg website/images/screenshots/thumbs/solrain_pioneer.jpg website/images/screenshots/thumbs/solrain_premia.jpg Added: website/images/screenshots/thumbs/octavius_apteryx.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/octavius_apteryx.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/octavius_apteryx_texturing_wip.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/octavius_apteryx_texturing_wip.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/octavius_apteryx_texturing_wip_2.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/octavius_apteryx_texturing_wip_2.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/octavius_phoenix.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/octavius_phoenix.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/quantar_storm.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/quantar_storm.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/quantar_storm_texturing_wip.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/quantar_storm_texturing_wip.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/quantar_typhoon.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/quantar_typhoon.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/solrain_intensity.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/solrain_intensity.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/solrain_pioneer.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/solrain_pioneer.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/thumbs/solrain_premia.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/thumbs/solrain_premia.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: website/screenshots.php =================================================================== --- website/screenshots.php 2006-04-02 15:12:12 UTC (rev 12) +++ website/screenshots.php 2006-04-02 15:40:56 UTC (rev 13) @@ -5,18 +5,21 @@ require_once('layout.inc'); echo "<h1>Screenshots</h1><br>"; - + addTrenner("Octavius"); - echo " <img src=\"images/screenshots/octavius_apteryx.jpg\" alt=\"Model of Octavius Apteryx\" /> - <img src=\"images/screenshots/octavius_phoenix.jpg\" alt=\"Model of Octavius Phoenix\" />"; - + echo " <a href=\"images/screenshots/octavius_apteryx.jpg\"><img src=\"images/screenshots/thumbs/octavius_apteryx.jpg\" alt=\"Model of Octavius Apteryx\" /></a> + <a href=\"images/screenshots/octavius_apteryx_texturing_wip.jpg\"><img src=\"images/screenshots/thumbs/octavius_apteryx_texturing_wip.jpg\" alt=\"Model of Octavius Apteryx\" /></a> + <a href=\"images/screenshots/octavius_apteryx_texturing_wip_2.jpg\"><img src=\"images/screenshots/thumbs/octavius_apteryx_texturing_wip_2.jpg\" alt=\"Model of Octavius Apteryx\" /></a> + <a href=\"images/screenshots/octavius_phoenix.jpg\"><img src=\"images/screenshots/thumbs/octavius_phoenix.jpg\" alt=\"Model of Octavius Phoenix\" /></a>"; + addTrenner("Quantar"); - echo " <img src=\"images/screenshots/quantar_storm.jpg\" alt=\"Model of Quantar Storm\" /> - <img src=\"images/screenshots/quantar_typhoon.jpg\" alt=\"Model of Quantar Typhoon\" />"; + echo " <a href=\"images/screenshots/quantar_storm.jpg\"><img src=\"images/screenshots/thumbs/quantar_storm.jpg\" alt=\"Model of Quantar Storm\" /></a> + <a href=\"images/screenshots/quantar_storm_texturing_wip.jpg\"><img src=\"images/screenshots/thumbs/quantar_storm_texturing_wip.jpg\" alt=\"Model of Quantar Storm\" /></a> + <a href=\"images/screenshots/quantar_typhoon.jpg\"><img src=\"images/screenshots/thumbs/quantar_typhoon.jpg\" alt=\"Model of Quantar Typhoon\" /></a>"; addTrenner("Solrain"); - echo " <img src=\"images/screenshots/solrain_premia.jpg\" alt=\"Model of Solrain Premia\" /> - <img src=\"images/screenshots/solrain_intensity.jpg\" alt=\"Model of Solrain Intensity\" /> - <img src=\"images/screenshots/solrain_pioneer.jpg\" alt=\"Model of Solrain Pioneer\" />"; + echo " <a href=\"images/screenshots/solrain_premia.jpg\"><img src=\"images/screenshots/thumbs/solrain_premia.jpg\" alt=\"Model of Solrain Premia\" /></a> + <a href=\"images/screenshots/solrain_intensity.jpg\"><img src=\"images/screenshots/thumbs/solrain_intensity.jpg\" alt=\"Model of Solrain Intensity\" /></a> + <a href=\"images/screenshots/solrain_pioneer.jpg\"><img src=\"images/screenshots/thumbs/solrain_pioneer.jpg\" alt=\"Model of Solrain Pioneer\" /></a>"; ?> </body> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-04-02 15:12:31
|
Revision: 12 Author: egore Date: 2006-04-02 08:12:12 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=12&view=rev Log Message: ----------- add images of (partly) textured ships Added Paths: ----------- website/images/screenshots/octavius_apteryx_texturing_wip.jpg website/images/screenshots/octavius_apteryx_texturing_wip_2.jpg website/images/screenshots/quantar_storm_texturing_wip.jpg Added: website/images/screenshots/octavius_apteryx_texturing_wip.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/octavius_apteryx_texturing_wip.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/octavius_apteryx_texturing_wip_2.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/octavius_apteryx_texturing_wip_2.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: website/images/screenshots/quantar_storm_texturing_wip.jpg =================================================================== (Binary files differ) Property changes on: website/images/screenshots/quantar_storm_texturing_wip.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eg...@us...> - 2006-03-31 23:10:30
|
Revision: 11 Author: egore Date: 2006-03-31 15:10:24 -0800 (Fri, 31 Mar 2006) ViewCVS: http://svn.sourceforge.net/opengate/?rev=11&view=rev Log Message: ----------- add sourceforge logo Modified Paths: -------------- website/frame.php Modified: website/frame.php =================================================================== --- website/frame.php 2006-03-31 23:07:33 UTC (rev 10) +++ website/frame.php 2006-03-31 23:10:24 UTC (rev 11) @@ -10,6 +10,8 @@ addFrameEntry("About", "about.php"); addFrameEntry("Downloads", "downloads.php"); addFrameEntry("Screenshots", "screenshots.php"); - echo "</table>"; + echo "</table> + <br> + <a href=\"http://sourceforge.net\"><img src=\"http://sflogo.sourceforge.net/sflogo.php?group_id=163481&type=2\" width=\"125\" height=\"37\" border=\"0\" alt=\"SourceForge.net Logo\" /></a>"; ?> -</body> \ No newline at end of file +</body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |