Skip to content

cpu/ldmud

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74503aa · May 10, 2024
May 16, 2023
Oct 1, 2023
Oct 1, 2023
Feb 7, 2018
Sep 25, 2022
May 10, 2024
Sep 25, 2022
Oct 1, 2023
Sep 27, 2023
Sep 22, 2022
Jun 20, 2013
Feb 7, 2018
Oct 1, 2023
Jun 20, 2013
Oct 1, 2023
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 90.5%
  • Yacc 7.0%
  • M4 0.6%
  • Shell 0.6%
  • Python 0.5%
  • Makefile 0.3%
  • Other 0.5%