forked from ldmud/ldmud
-
Notifications
You must be signed in to change notification settings - Fork 0
Source Repository Mirror for LDMud
Fuchur/ldmud
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 Mirror for LDMud
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 91.2%
- Yacc 6.3%
- M4 0.7%
- Shell 0.6%
- Python 0.4%
- Makefile 0.3%
- Other 0.5%