MudOSa4DGD-30.06.98.tar.gz

Uploaded: 07 Sep, 2006
Previous uploads by this submitter: 0

Author: Frank Schmidt

Downloads: 67

Features:

* a DriverLib package written in DGD-LPC to accompany MudOS-alike
mudlibs, or any DGD mudlib for that matter.

* DriverLib sourcecode is apart from any mudlib sharing its
environment in DGD. Interface for the mudlib happens through
the auto object. A userdefined simul_efun and master() object
should make it unnescessary to modify the DriverLib code itself.

* defines efuns typically found in MudOS, in the auto object.
All function naming and behaviour is improved and optimized.

* Most of the old behaviour and naming of MudOS may be turned on/
off by altering a userdefined configuration headerfile. In the
extreme, all of the unnescessary and bad MudOS-features/naming
can be turned off, leaving you only with the "good stuff".

* supports termcaps and perfect arbitrary wordwrapping, always
remembering the last coordinates. Wordwrapping works WITH
termcaps, even the clearscreen (CLS) termcap.

* Provides an excellent base for new DGD _mudlibs_.