From 2c21e731f11267e175f561a0fc8a7d8b8825d7d6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 12 Mar 2005 18:03:02 +0000 Subject: [PATCH] Remove files that no longer exist, add missing files, fix filenames. --- doc/README | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/README b/doc/README index 1807db71..4fae7b84 100644 --- a/doc/README +++ b/doc/README @@ -3,8 +3,8 @@ This directory contains the following files: files What's where. -backup - Recommendations for how to do backups when running a game. +backups + Recommendations for how to do backups when running a game. troubleshooting Some common problems and solutions. @@ -13,11 +13,14 @@ disk_space Stuff you can delete to make more disk space. compiling - How to compile the Empire2 server. + How to compile the Empire server. configuration How to turn options on and off, change game parameters, etc... +debugging + Hints on debugging. + econfig Details about the syntax of data/econfig. @@ -27,6 +30,10 @@ bug-reports threads 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 Guidelines for coding style @@ -41,12 +48,9 @@ CHANGES2.3 CHANGES3.0 All changes since revision 3.0 -CHANGES4.0 +CHANGES4.X All changes since revision 4.0 -PRIORITY - things which need to be coded soon. - WISH_LIST things which maybe should be coded sometime.