|
From: <the...@us...> - 2006-03-19 16:31:45
|
Revision: 17 Author: thekingant Date: 2006-03-19 08:31:38 -0800 (Sun, 19 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=17&view=rev Log Message: ----------- New news post Modified Paths: -------------- web/htdocs/index.php Modified: web/htdocs/index.php =================================================================== --- web/htdocs/index.php 2006-03-19 07:02:29 UTC (rev 16) +++ web/htdocs/index.php 2006-03-19 16:31:38 UTC (rev 17) @@ -25,11 +25,57 @@ +<h3 class="boxsubhead">19 March 2006</h3> +<p> +Alright, we've uploaded some files: +</p> + +<ul> +<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.12.src.tar.bz2?download">0.98.12 source</a> - This is the last official stable release by the author.</li> +<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.13-pre.src.tar.bz2?download">0.98.13-pre source</a> - This is the most recent source code we have from the original author. It works, but was not tested for regressions and was therefore not an official release.</li> +<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-src.7z?download">0.98.15 source</a> - Unknown</li> +<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-rerecording.zip?download">0.98.15 Linux binary</a> - Unknown</li> +</ul> + +<p> +Who are "we," you ask? +<a href="mailto:agiorgio a.t users d.o.t sourceforge">Anthony +Giorgio</a> and +<a href="mailto:thekingant a.t users d.o.t sourceforge">Mark +Doliner</a>. We're two guys who like FCE Ultra and didn't want +to see the project disappear. +</p> + +<p> +What happens now? Well I'm not sure either of us has very much +free time to spend working on things, so if you're interested in +working on the source, by all means drop us a line. We have checked +the 0.98.13-pre source code into sourceforge's Subversion server +at https://svn.sourceforge.net/svnroot/fceultra. Feel free to +grab a copy and start hacking. +</p> + +<p> +I can't speak for Anthony, but there are some things I'd like to see: +</p> + +<ul> +<li>Configuration file written as plain-text instead of binary</li> +<li>Play sound in Linux using ALSA instead of OSS (this isn't already +possible when compiled with SDL, is it?)</li> +<li>Slighty better command line interface (a -h/--help switch)</li> +<li>Better joystick (currently with my Logitech controller I think +I'm forced to use the joystick rather than the joypad)</li> +</ul> + + + <h3 class="boxsubhead">18 March 2006</h3> <p> -The FCE Ultra project has been taken over. Our current goal is only -to post the previous release and documentation, but we'd love to -get development going again, too. We'll post more information soon. +The FCE Ultra project has been taken over! Our current goal is only +to preserve the state of the project as it was left by the author, +Xodnizel. But we'd love to get development going again, too. We'll +post more information soon. </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |