No description
Find a file
Felix A. Croes 93aa37ff3a 1.7.8
2025-11-14 21:37:23 +01:00
bin Update mud.dgd and gitignore files. 2016-03-05 21:00:21 +01:00
container Revert "Include tls module in the container." 2023-05-20 22:06:51 +02:00
doc Update documentation. 2024-04-17 15:42:18 +02:00
lpc-doc@403cd0bc52 Add call_out_summand(). 2025-05-28 14:40:46 +02:00
src 1.7.8 2025-11-14 21:37:23 +01:00
.gitignore Update .gitignore. 2024-02-24 21:35:24 +01:00
.gitmodules Update lpc-doc submodule reference. 2022-01-11 23:01:22 +01:00
LICENSE COPYING => LICENSE 2018-04-11 17:12:12 +02:00
mud.dgd Update example config file. 2020-08-29 15:09:31 +02:00
README.md Update README.md. 2025-03-05 22:38:41 +01:00

DGD

This file was written for release 1.7 of DGD, Dworkin's Game Driver.

DGD is a rewrite from scratch of the LPMud server. It runs on Windows, MacOS and many versions of Unix.

DGD source repository

DGD's home page

DGD offers JIT compilation support. This requires the JIT extension module.

Alongside DGD, there is Hydra. Hydra is fully compatible with DGD, but offers acceleration for multi-core systems. Hydra also supports JIT compilation, using the same extension module as DGD.

Hydra's home page

PLEASE NOTE

DGD 1.7 is backward compatible with snapshots from DGD 1.5.9 and later, only. To upgrade to DGD 1.7, first upgrade to the latest 1.5.x version, recompile all objects, and create a non-incremental snapshot.

This distribution is organized as follows:

  • bin
    Installation binaries will be created here (Unix).
  • container
    Example files for running DGD in a container.
  • doc
    Documentation on how to compile and run DGD.
  • lpc-doc
    LPC documentation, still very incomplete.
  • src
    Where the source code of DGD resides, and where you issue your make command on Unix.
  • src/host
    Subdirectories for various platform-dependent files.