• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H26-Feb-2011-38,44728,793

etc/H03-May-2022-988741

mud/H26-Feb-2011-33,08225,988

mudlib/H26-Feb-2011-8,4045,357

pkg/H26-Feb-2011-

src/H03-May-2022-230,318147,987

test/H26-Feb-2011-35,46334,940

CHANGELOGH A D26-Feb-2011482.8 KiB10,1448,809

COPYRIGHTH A D26-Feb-20114.1 KiB9371

CREDITSH A D26-Feb-201114.6 KiB281247

HISTORYH A D26-Feb-201199.1 KiB1,9151,782

INSTALLH A D26-Feb-201113.9 KiB340251

READMEH A D26-Feb-20111.6 KiB4133

README

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