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