Skip to content
/ dgd Public
forked from dworkin/dgd

The repository for DGD, an object-oriented database management system.

License

Notifications You must be signed in to change notification settings

nyankers/dgd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,012 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This file was written for release 1.6.22 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.  The source repository for DGD can be found at:

    https://github.com/dworkin/dgd

DGD's home page is at:

    http://www.dworkin.nl/dgd/

DGD offers JIT compilation support.  This requires the jit extension module
from <https://github.com/dworkin/lpc-ext>.

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.  Learn more at:

    http://www.dworkin.nl/hydra/


			*** PLEASE NOTE ***
DGD 1.6 is backward compatible with snapshots from DGD 1.5.9 and later, only.
To upgrade to DGD 1.6, 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, 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.

About

The repository for DGD, an object-oriented database management system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.1%
  • Yacc 3.1%
  • Other 1.8%