Remove files that no longer exist, add missing files, fix filenames.
This commit is contained in:
parent
c47cc38215
commit
2c21e731f1
1 changed files with 11 additions and 7 deletions
16
doc/README
16
doc/README
|
@ -3,7 +3,7 @@ This directory contains the following files:
|
||||||
files
|
files
|
||||||
What's where.
|
What's where.
|
||||||
|
|
||||||
backup
|
backups
|
||||||
Recommendations for how to do backups when running a game.
|
Recommendations for how to do backups when running a game.
|
||||||
|
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
@ -13,11 +13,14 @@ disk_space
|
||||||
Stuff you can delete to make more disk space.
|
Stuff you can delete to make more disk space.
|
||||||
|
|
||||||
compiling
|
compiling
|
||||||
How to compile the Empire2 server.
|
How to compile the Empire server.
|
||||||
|
|
||||||
configuration
|
configuration
|
||||||
How to turn options on and off, change game parameters, etc...
|
How to turn options on and off, change game parameters, etc...
|
||||||
|
|
||||||
|
debugging
|
||||||
|
Hints on debugging.
|
||||||
|
|
||||||
econfig
|
econfig
|
||||||
Details about the syntax of data/econfig.
|
Details about the syntax of data/econfig.
|
||||||
|
|
||||||
|
@ -27,6 +30,10 @@ bug-reports
|
||||||
threads
|
threads
|
||||||
Dave Pare explains how lwp threads work.
|
Dave Pare explains how lwp threads work.
|
||||||
|
|
||||||
|
pthreads
|
||||||
|
Sasha Mikheev's notes on Empire's threading abstraction, and
|
||||||
|
its LWP and POSIX threads implementation.
|
||||||
|
|
||||||
coding
|
coding
|
||||||
Guidelines for coding style
|
Guidelines for coding style
|
||||||
|
|
||||||
|
@ -41,12 +48,9 @@ CHANGES2.3
|
||||||
CHANGES3.0
|
CHANGES3.0
|
||||||
All changes since revision 3.0
|
All changes since revision 3.0
|
||||||
|
|
||||||
CHANGES4.0
|
CHANGES4.X
|
||||||
All changes since revision 4.0
|
All changes since revision 4.0
|
||||||
|
|
||||||
PRIORITY
|
|
||||||
things which need to be coded soon.
|
|
||||||
|
|
||||||
WISH_LIST
|
WISH_LIST
|
||||||
things which maybe should be coded sometime.
|
things which maybe should be coded sometime.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue