]> icculus.org git repositories - taylor/freespace2.git/blob - README
fixed demo dogfight multiplayer mission
[taylor/freespace2.git] / README
1 Don't have the game?  Where to buy:
2 http://shop.store.yahoo.com/softwares4u/ga891.html
3
4 http://dynamic4.gamespy.com/~freespace/forums/
5 http://fs2source.warpcore.org/
6 http://www.icculus.org/projects/freespace2/
7
8 06/08/2002
9
10 It's not finished, but since people are interested in seeing the code, here
11 it is.
12
13 Current status:
14 - It currently uses SDL (http://www.libsdl.org) and OpenAL
15 (http://opensource.creative.com)
16
17 - Code currently REQUIRES gcc 3.0.  gcc 2.95 and 3.1 won't work.
18
19 - The OpenGL code is complete minus one or two things, but it is unoptimized.
20
21 - Keyboard and mouse work.  Joystick code exists but it is not finished.
22
23 - Lots of debug messages.  Recompile with NDEBUG defined to get rid of them.
24
25 - Only the demo was tested.  The full version may or may not work (edit
26 pstypes.h to build the full version).  Mods, etc. have also not been tested.
27
28 - Networking (TCP) seems to work OK.
29
30 - Sound code is only partially implemented.
31
32 - Currently all files need to be in the current working directory.
33
34 - The Windows version might still compile, but wasn't tested.  (The
35 Linux-specific code is separated by a PLAT_UNIX define).  Fred2, etc., were
36 not touched.
37
38 Hope this helps!
39
40 ----------------------------------------------
41 Freespace 2 (http://www.freespace2.com)
42             - A game by Volition, Inc. (http://www.volition-inc.com)
43
44 Linux port hacked together by:
45 Dan Olson <theoddone33@linuxgames.com>
46 Steven Fuller <relnev@icculus.org>
47 Charles Mason <cemason@hotpop.com>
48
49 Based on the Freespace 2 source code:
50 Copyright (C) Volition, Inc. 1999.  All rights reserved.
51
52 All source code herein is the property of Volition, Inc. You may not sell
53 or otherwise commercially exploit the source or things you created based on
54 the source.