2000-05-08 02:39:55 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Files";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("parts/preamble.php"); // Load most of document
|
|
|
|
?>
|
|
|
|
<?
|
2000-05-22 03:55:46 +00:00
|
|
|
function fileDownloadLink ($baseUrl, $extensions)
|
|
|
|
{
|
|
|
|
$extension = explode (' ', $extensions);
|
|
|
|
$count = count ($extension);
|
|
|
|
|
|
|
|
for ($i = 0 ; $i < $count ; $i++) {
|
|
|
|
if ($i == 0) {
|
|
|
|
echo '[ ';
|
|
|
|
}
|
|
|
|
echo '<A href="' . $baseUrl . '.' . $extension[$i] . '">' . $extension[$i] . '</A> ';
|
|
|
|
if (($i+1) < $count) {
|
|
|
|
echo '| ';
|
|
|
|
} else {
|
|
|
|
echo ']';
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-05-08 02:39:55 +00:00
|
|
|
?>
|
2000-05-22 03:55:46 +00:00
|
|
|
<P>QuakeForge is always in constant development. Our development version has
|
|
|
|
the latest features, but changes rapidly as bugs are fixed and features are
|
|
|
|
added. Stable versions do not change significantly once released, though we
|
|
|
|
sometimes make revisions of the stable branch to fix known bugs.
|
|
|
|
|
2000-05-22 06:16:14 +00:00
|
|
|
<H4>QuakeForge Development Snapshots (updated daily)</H4>
|
|
|
|
|
|
|
|
<P>Our current version, in active development. If you find any bugs or other
|
|
|
|
problems, please check back here to see if a newer snapshot fixes the problem.
|
2000-05-22 19:29:19 +00:00
|
|
|
If we haven't fixed it, <A HREF="contact.php">please let us know</A>!
|
2000-05-22 06:16:14 +00:00
|
|
|
|
|
|
|
<UL>
|
|
|
|
<LI>Source code
|
|
|
|
<? fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
|
|
|
<LI>Win32 binaries (Borland C++)
|
|
|
|
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
|
|
|
<LI>Win32 binaries (Microsoft VC++)
|
|
|
|
<? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
2000-06-08 19:41:13 +00:00
|
|
|
<? $ftime = filemtime("files/quakeforge-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
2000-06-01 08:11:07 +00:00
|
|
|
<LI>Win32 newtree binaries (Microsoft VC++)
|
|
|
|
<? fileDownloadLink("files/quakeforge-newtree-win32-current", "zip"); ?>
|
2000-06-08 19:41:13 +00:00
|
|
|
<? $ftime = filemtime("files/quakeforge-newtree-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
2000-06-01 08:11:07 +00:00
|
|
|
|
2000-05-22 06:16:14 +00:00
|
|
|
</UL>
|
|
|
|
|
2000-05-22 03:55:46 +00:00
|
|
|
<H4>QuakeForge Stable release (0.1.1, released 27 Feb 2000)</H4>
|
2000-04-16 21:06:46 +00:00
|
|
|
|
2000-05-22 05:48:26 +00:00
|
|
|
<P>QuakeForge 0.1 is our initial offering to the public. It's not really for
|
|
|
|
end-users, but served as a proof of concept that the Quake and QuakeWorld
|
|
|
|
trees are more closely related than initial look would indicate.
|
2000-05-08 02:39:55 +00:00
|
|
|
|
2000-05-22 03:55:46 +00:00
|
|
|
<UL>
|
2000-05-22 06:16:14 +00:00
|
|
|
<LI>Source code
|
|
|
|
<? fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
2000-05-22 05:52:47 +00:00
|
|
|
<LI>Win32 binaries [ not available ]
|
2000-05-22 03:55:46 +00:00
|
|
|
</UL>
|
|
|
|
|
|
|
|
<H4>Quake Shareware files </H4>
|
2000-05-22 05:50:13 +00:00
|
|
|
<A href="files/quake106.zip">Quake v1.06</A>
|
2000-05-11 10:26:56 +00:00
|
|
|
<?
|
2000-05-22 05:51:15 +00:00
|
|
|
$size = filesize("files/quake106.zip"); $size /= 1024;
|
2000-05-22 05:50:13 +00:00
|
|
|
echo '(' . round($size) . ' KB)<BR>';
|
2000-05-11 10:26:56 +00:00
|
|
|
?>
|
2000-05-22 05:50:13 +00:00
|
|
|
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz</A> paks only
|
2000-05-11 10:26:56 +00:00
|
|
|
<?
|
2000-05-22 05:51:15 +00:00
|
|
|
$size = filesize("files/quake_sw.tar.gz"); $size /= 1024;
|
2000-05-22 06:16:14 +00:00
|
|
|
echo '(' . round($size) . ' KB)<BR>';
|
2000-05-11 10:26:56 +00:00
|
|
|
?>
|
2000-05-08 02:39:55 +00:00
|
|
|
|
|
|
|
<H4>Miscellaneous Files</H4>
|
2000-05-22 06:16:14 +00:00
|
|
|
Grab taniwha's pak util replacement <a href="http://www.taniwha.org/">here.</A>
|
2000-05-08 02:39:55 +00:00
|
|
|
<!--NOSEARCH-->
|
|
|
|
<?
|
|
|
|
require("parts/postamble.php"); // Finish this sucker up
|
|
|
|
?>
|