website/devfiles.php

128 lines
7.6 KiB
PHP
Raw Normal View History

<html>
<head>
<title>QuakeForge: Development Files</title>
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
<meta name="description" content="QuakeForge Project">
<meta name="Author" content="Chase Hargraves & Nelson Rush">
</head>
2000-01-17 07:01:26 +00:00
<body text="#ffffff" bgcolor="#000000" link="SkyBlue" vlink="#0000ff" alink="LightSeaGreen">
2000-01-19 04:23:53 +00:00
<center>
2000-01-20 15:03:46 +00:00
<table border=0 cols=0 cellpadding=0 cellspacing=0 width="95%" vspace="5" align=center valign=absmiddle bgcolor=black><tr><td>
2000-01-17 07:01:26 +00:00
<table BORDER="0" COLS="0" WIDTH="95%" align="center">
<tr>
2000-01-20 15:03:46 +00:00
<td WIDTH="100%" align=center>
<img src="images/qflogosmallblack.png"><img src="images/devfiles.png">
<br><br><br>
2000-01-20 15:03:46 +00:00
</td>
</tr>
<tr>
2000-01-20 15:03:46 +00:00
<td WIDTH="100%" align=center><hr>
[&nbsp;<a href="index.php">about</a>&nbsp;]
[&nbsp;<a href="news.php">news</a>&nbsp;]
[&nbsp;<a href="progress.php">progress</a>&nbsp;]
2000-01-20 15:03:46 +00:00
[&nbsp;<a href="irc.php">irc</a>&nbsp;]
[&nbsp;downloads&nbsp;]
[&nbsp;<a href="howto.php">howto</a>&nbsp;]
2000-01-20 15:10:32 +00:00
[&nbsp;<a href="http://sourceforge.net/mail/?group_id=882">mailing lists</a>&nbsp;]
[&nbsp;<a href="links.php">links</a>&nbsp;]
2000-01-15 01:38:35 +00:00
[&nbsp;<a href="mailto:palisade@quakeforge.net">comments</a>&nbsp;]
2000-01-20 02:51:36 +00:00
[&nbsp;<a href="ftp://quake.sourceforge.net/pub/quake/cvs-snapshots/quakeforge/CREDITS">Credits</a>&nbsp;]
2000-01-20 15:03:46 +00:00
</td>
</tr>
<tr><td><hr>
2000-01-14 23:27:27 +00:00
<br><b><u>QuakeForge v991221 (Initial Release)</u></b>
<br><a href="http://www.sourceforge.net/download.php?fileid=947">q1source.zip (3MB)</a>
<br><a href="http://www.sourceforge.net/download.php?fileid=958">q1-991221.tar.gz (2.7MB)</a>
<br><a href="http://www.sourceforge.net/download.php?fileid=953">q1-991221.tar.bz2 (2.4MB)</a>
<br><br><u><b>QuakeForge Snapshots (every 4 mins)</b></u>
<br><a href="ftp://quake.sourceforge.net/pub/quake/cvs-snapshots/qf-current-snapshot.tar.gz">qf-current-snapshot.tar.gz (1.2MB+)</a>
<br><a href="ftp://quake.sourceforge.net/pub/quake/cvs-snapshots/qf_current_snapshot.zip">qf_current_snapshot.zip (1.5MB+)</a>
<br><br><p><b><u>Quake Shareware files</u></b>
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/quake106.zip">Quake v1.06 (8.7MB)</a>
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/quake_sw.tar.gz">quake_sw.tar.gz (8.7MB)</a>
<p><b><u>Files to help use SourceForge and develop on our project</u></b>
<br>Grab Taniwha's pak util replacement <a href="http://www.taniwha.org/">here.</a>
<br><br>
2000-01-14 23:34:52 +00:00
<p><b><u>Bug fixes</u></b>
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.tar.gz">mdfour.tar.gz (2.8KB)</a>
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.zip">mdfour.zip (3.8KB)</a><p>
<b><font size="+1">Linux/BSD/UNIX</font></b>
2000-01-20 15:03:46 +00:00
<li>You can find a version of CVS on Cyclic's <a href="http://download.cyclic.com/pub/">ftp server</a>.
<br><li>Grab ssh 1.x so you can access shell1.sourceforge.net. You can get either <a href="http://www.openssh.org">OpenSSH</a> or a less free <a href="ftp://ftp.cs.hut.fi/pub/ssh/">SSH</a>
<br><li><a href="http://home.earthlink.net/~nawalker/pharmacy/">Pharmacy</a> is a GUI front-end to CVS in X11, it looks quite useful.
<br><li>Get a copy of the latest GCC compiler (latest is GCC v2.95): <a href="ftp://ftp.gnu.org/pub/gnu/gcc">ftp://ftp.gnu.org/pub/gnu/gcc</a>
2000-01-20 05:33:34 +00:00
<br><li>The GPL'd Quest Map editor which can edit Quake maps and runs on multiple OSs has a Linux version in the Quest project's CVS tree, <a href="ftp://quake.sourceforge.net/pub/quake/files/quest-linux.tar.gz">this</a> is a tweaked version by Nelson Rush (palisade) which fixes a lot of the problems inherent in the CVS version. You have to edit the quest.cfg before using it. <a href="mailto:palisade@quakeforge.net">Email</a> Palisade for questions or comments.
<br><br><br>
<b><font size="+1">Win9*/NT & DOS</font></b>
2000-01-20 15:03:46 +00:00
<li>For Win95/98/NT users, grab <a href="http://www.midasoft.com/ftp/mkt/mkts.zip">KoalaTerm</a> from <a href="http://www.midasoft.com">Midasoft</a> in zip form. This is a terminal (telnet style) program that allows you to SSH into your shell1.sourceforge.net account. Remember use SSH1 terminal type only when connecting.
<br><li>There is a port of unix cvs, ssh and scp to Win9x/NT (console only) <a href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html#sshnt">here</a>.
2000-01-20 15:37:15 +00:00
<br><li>Grab my <a href="ftp://quake.sourceforge.net/pub/quake/files/sscp.bat">batch script</a> to make using the unix port of scp with sourceforge easier. (not midasoft)
<br><li>Grab my <a href="ftp://quake.sourceforge.net/pub/quake/files/runme.bat">batch script</a> to properly set up the unix port for ssh and cvs. (not wincvs/midasoft)
<br><li>You can find WinCVS and MacCVS here: <a href="http://www.wincvs.org">http://www.wincvs.org</a>.
<br><li>Some useful gnu tools for Win9x/NT users are here: <a href="ftp://ftp.fe.up.pt/pub/Projectos/em96115/gnu-win32/misc">ftp://ftp.fe.up.pt/pub/Projectos/em96115/gnu-win32/misc</a>.
<br><li>Cygnus GNU GCC Environment for Win32 is here: <a href="http://sourceware.cygnus.com/cygwin">http://sourceware.cygnus.com/cygwin</a>.
<br><li>DJGPP - 32-bit DOS port of GCC 2.95 compiler can be found <a href="http://www.delorie.com/djgpp">here</a>.
<br><br><br>
2000-01-20 15:03:46 +00:00
<b><font size="+1">BeOS</font></b>
2000-01-20 15:03:46 +00:00
<li>SSH for BeOS is here: <a href="http://www.be.com/software/beware/network/ssh.html">http://www.be.com/software/beware/network/ssh.html</a>.
<br><li>The Egcs/GCC tool set (includes CVS) for BeOS can be found here: <a href="http://www.be.com/software/beware/development/gccegcs.html">http://www.be.com/software/beware/development/gccegcs.html</a>
<br><br><br>
2000-01-20 15:03:46 +00:00
<b><font size="+1">MacOS</font></b>
<li>You can find MacCVS and WinCVS here: <a href="http://www.wincvs.org">http://www.wincvs.org</a>
<br><li>There are currently two different SSH clients for Mac: <a href="http://www.lysator.liu.se/~jonasw/download/niftytelnet-1.1-ssh-r3.hqx">Nifty Telnet SSH</a> and <a href="http://www.DataFellows.com/f-secure/ssh/mac/download.htm">F-Secure SSH Client</a>.
<br><br><br>
2000-01-20 15:03:46 +00:00
<b><font size="+1">OS/2</font></b>
2000-01-20 15:03:46 +00:00
<li>You can find a ssh program <a href="ftp://ftp.cs.hut.fi/pub/ssh/os2/">here</a>.
<br><li>Cyclic has CVS for OS/2 <a href="http://download.cyclic.com/pub/os2/">here</a>.
<br><br><br>
2000-01-20 15:03:46 +00:00
<b><font size="+1">Multiplatform Tools</font></b>
2000-01-17 07:01:26 +00:00
2000-01-20 15:03:46 +00:00
<li>The Mesa GL Graphics Library: <a href="http://www.mesa3d.org">http://www.mesa3d.org</a>.
<br><li>Simple DirectMedia Layer: <a href="http://www.devolution.com/~slouken/SDL">http://www.devolution.com/~slouken/SDL</a>
2000-01-17 07:01:26 +00:00
</td>
</tr>
</table>
2000-01-20 15:03:46 +00:00
</center>
2000-01-20 15:03:46 +00:00
<center>
<br><br>
2000-01-17 07:01:26 +00:00
<a href="http://www.sourceforge.net"><img src="images/sflogo.png" border=0 alt="SourceForge"></a>
<a href="http://www.libranet.com/petition.html"><img src="images/petition_button.jpg" border=0 alt="Sign The Linux Driver
Petition"$<a href="http://www.planetquake.com/aftershock/"><img src="images/aftershock_logo.jpg" border=0
alt="Aftershock"></a>
<br>
<i>
<br>Website Copyright (C) 1999,2000 contributors of the QuakeForge Project.
<br>Quake(R) and QuakeWorld(R) are registered trademarks of id Software.
<br>
<br>Quake is Copyright (C) 1996-1997 Id Software, Inc.
<br>Portions of QuakeForge are Copyright (C) 1996-1997 Id Software, Inc.
<br>Portions of QuakeForge are Copyright (C) 1999,2000 contributors of the QuakeForge project.
</i>
<br>
</center>
</td></tr></table>
</body>
</html>