forked from ldmud/ldmud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (33 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
This is 'LDMud', a gamedriver for LPMuds.
(LPC compiler, interpreter and runtime environment.)
LDMud started as a project to clean up and modernize Amylaar's LPMud
gamedriver. Primary goals are full documentation, a commented source body and
out-of-the-box support for the major mudlibs, of which the commented source
body has been pretty much completed. During the course of work a lot of bug
fixes and improvements found their way into the driver - much more than
originally expected, and definitely enough to make LDMud a driver in its own
right.
The latest stable version is available on our homepage at
<http://www.ldmud.eu/>
The files in this directory are:
README : this file.
COPYRIGHT : the copyright of the driver.
CREDITS : the list of contributors.
HISTORY : a user-oriented history of the last changes.
CHANGELOG : the last changes in minute detail.
INSTALL : installation hints and notes.
doc/ : the collected documentation
src/ : the driver source
src/settings:
settings for configure for a number of muds
src/util: misc. utils like ERQ daemons
mudlib/ : various LPC (example) files.
mudlib/deprecated/:
sefuns for removed efuns.
mudlib/sys/:
standard include files to copy into your mudlib. Some of these are
also used by the src/ files.
mud/ : the lp-245 mudlib, and support files for other mudlibs.
etc/ : misc. scripts, images and syntax files for editors.
gdb/ : pretty printers for GDB7 for the main data structures.
test/ : the driver test suite, run with ./run.sh after compilation.