news update

This commit is contained in:
Joseph Carter 2000-04-02 22:04:34 +00:00
parent 0a43cb4d6d
commit ddd7fbd3e2
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,7 @@
<?
$newsItem = '<P>Fully working support for Mega2k\'s airscout and view height adjustments have been committed. We\'re also gearing up for a release of 0.2.0 as soon as several critical bugs are found an squashed. Please <A HREF="mailto:quake-devel@lists.sourceforge.net">send us</A> info on any major bugs as well as how to reproduce them.'
newsItem('2 Apr 2000', 'Knghtbrd', $newsItem);
$newsItem = '<P>A new <A href="http://quake.sourceforge.net/progress.php">State of the Code</A> address has been posted coitaining important information about support for MegaTF\'s upcoming Mega2k release. If you play MegaTF it is highly recommended that you read this less technical than usual SotC. Even if you don\'t play it, you probably should have a look. <EM>UPDATE: There\'s new info there, check it out</EM>';
newsItem( '18 Mar 2000', 'Knghtbrd', $newsItem );
@ -12,7 +15,4 @@
$newsItem = '<P><B>QuackForge 0.1.1 has arrived!</B> tar.gz, tar.bz2, and zip source archives are available at our <A href="http://sourceforge.net/project/filelist.php?group_id=882">Downloads page</A>. Grab your copy today!';
newsItem('27 Feb 2000', 'Knghtbrd', $newsItem);
$newsItem = '<P>Daniel McGregor has joined the project to maintain OpenBSD support.' .
'<P>As a result of the current situation with QuakeLives, we have added a new goal: to support mod developers (such as MegaTF) more and provide 32-bit Windows executables (now that we have a qualified Windows developer working with us) for download.';
newsItem('25 Feb 2000', 'Palisade', $newsItem);
?>

View File

@ -1,4 +1,8 @@
<?
$newsItem = '<P>Daniel McGregor has joined the project to maintain OpenBSD support.' .
'<P>As a result of the current situation with QuakeLives, we have added a new goal: to support mod developers (such as MegaTF) more and provide 32-bit Windows executables (now that we have a qualified Windows developer working with us) for download.';
newsItem('25 Feb 2000', 'Palisade', $newsItem);
$newsItem = '<P>It turns out that our newest core member, Dan Olson, was responsible for the Hexen <a href="http://www.raven-games.com/hhexen">port</a> to Linux.' .
'<P>QuakeWorld Forever is considering hosting a mirror of the QuakeForge CVS in Australia for better access in that location.' .
'<P>Jason Nelson has successfuly built all targets in win9x/NT/win2k, he\'s working on some glitches in some of the targets.' .