]> git.pond.sub.org Git - empserver/blob - doc/README
A better than nothing joke.
[empserver] / doc / README
1     Documentation is like sex: when it is good, it is very, very good;
2     and when it is bad, it is better than nothing.
3         --- Dick Brandon
4
5 These files should be better than nothing:
6
7 files
8         What's where.
9
10 backups
11         Recommendations for how to do backups when running a game.
12
13 troubleshooting
14         Some common problems and solutions.
15
16 disk_space
17         Stuff you can delete to make more disk space.
18
19 compiling
20         How to compile the Empire server.
21
22 configuration    
23         How to turn options on and off, change game parameters, etc...
24
25 debugging
26         Hints on debugging.
27
28 econfig
29         Details about the syntax of data/econfig.
30
31 bug-reports
32         What to do if you find a bug.
33
34 threads
35         Dave Pare explains how lwp threads work.
36
37 pthreads
38         Sasha Mikheev's notes on Empire's threading abstraction, and
39         its LWP and POSIX threads implementation.
40
41 coding           
42         Guidelines for coding style
43
44 CHANGES
45         Revision history for all the changes that were coded in the Empire2
46         project.  A much more readable version of this may be found in
47         "info History" (brief) or "info Empire2" (detailed).
48
49 CHANGES2.3
50         All changes since revision 2.3
51
52 CHANGES3.0
53         All changes since revision 3.0
54
55 CHANGES4.X
56         All changes since revision 4.0
57
58 WISH_LIST
59         things which maybe should be coded sometime.
60
61 WACKY_IDEAS
62         things which shouldn't be coded except possibly as an option.