mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
Updated files page
This commit is contained in:
parent
7128a8ce76
commit
e79f568f6f
1 changed files with 25 additions and 10 deletions
35
files.php
35
files.php
|
@ -29,24 +29,39 @@ 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.
|
||||
|
||||
<H4>QuakeForge Development Snapshots (updated daily)</H4>
|
||||
<H4>QuakeForge Newtree 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.
|
||||
If we haven't fixed it, <A HREF="contact.php">please let us know</A>!
|
||||
<P>Newtree is the beginning of a new way of thinking about the source tree.
|
||||
The code in this tree is based specifically on Id Software's QuakeWorld 2.40
|
||||
source code. There is no support for NetQuake/UQuake in this tree in order
|
||||
to keep it as bug-free as possible. Development is fast and furious, here's
|
||||
where the action is!
|
||||
|
||||
<UL>
|
||||
<LI>Souce code
|
||||
<? fileDownloadLink("files/qf-newtree-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 newtree binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink("files/quakeforge-newtree-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/quakeforge-newtree-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
</UL>
|
||||
|
||||
|
||||
<H4>QuakeForge Merged Tree Development Snapshots (updated daily)</H4>
|
||||
|
||||
<P>Our current version, considered beta but no longer in active development.
|
||||
We're fixing bugs in it as people report them to us, but all of the real work
|
||||
is going into newtree. If you find a bug, <A HREF="contact.php">
|
||||
please let us know</A>! After newtree above has hit its second milestone and
|
||||
supports single-player games, will probably discontinue support of this tree.
|
||||
|
||||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries (Borland C++)
|
||||
<LI>Win32 binaries (Made with Borland C++)
|
||||
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||
<LI>Win32 binaries (Microsoft VC++)
|
||||
<LI>Win32 binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/quakeforge-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
<LI>Win32 newtree binaries (Microsoft VC++)
|
||||
<? fileDownloadLink("files/quakeforge-newtree-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/quakeforge-newtree-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
|
||||
</UL>
|
||||
|
||||
<H4>QuakeForge Stable release (0.1.1, released 27 Feb 2000)</H4>
|
||||
|
|
Loading…
Reference in a new issue