Skip to content

dune-mud/ldmud

This branch is 86 commits behind ldmud/ldmud:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1cfc9a · Feb 18, 2023
Feb 18, 2022
Jan 9, 2022
Feb 18, 2023
Feb 7, 2018
Jun 9, 2021
Sep 10, 2022
Jun 30, 2022
Nov 13, 2022
Sep 2, 2022
Jan 9, 2022
Jun 20, 2013
Feb 7, 2018
Jan 9, 2022
Jun 20, 2013
Sep 10, 2022
Apr 6, 2021
Jun 18, 2013

Repository files navigation

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.

About

Source Repository for LDMud

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.0%
  • Yacc 6.5%
  • M4 0.6%
  • Shell 0.6%
  • Python 0.5%
  • Makefile 0.3%
  • Other 0.5%