Updated World and files for 3.55 release. --Rumble

This commit is contained in:
Rumble
2008-01-16 23:19:50 +00:00
parent 453cbdaf0b
commit af18bd91b6
98 changed files with 7739 additions and 4409 deletions

View File

@@ -1,6 +1,6 @@
/* ************************************************************************
* file: asciipasswd.c (derived from mudpasswd.c) Part of CircleMud *
* Usage: generating hashed passwords for an ascii playerfile *
* file: asciipasswd.c (derived from mudpasswd.c) Part of tbaMUD *
* Usage: generating hashed passwords for an ascii playerfile. *
* Copyright (C) 1990, 1991 - see 'license.doc' for complete information. *
* All Rights Reserved *
************************************************************************* */

View File

@@ -1,5 +1,5 @@
/* ************************************************************************
* file: autowiz.c Part of CircleMUD *
* file: autowiz.c Part of tbaMUD *
* Usage: self-updating wizlists *
* Written by Jeremy Elson *
* All Rights Reserved *

View File

@@ -1,5 +1,5 @@
/* ************************************************************************
* file: listrent.c Part of CircleMUD *
* file: listrent.c Part of tbaMUD *
* Usage: list player rent files *
* Written by Jeremy Elson *
* All Rights Reserved *

View File

@@ -1,5 +1,5 @@
/* ************************************************************************
* file: plrtoascii.c Part of CircleMud *
* file: plrtoascii.c Part of tbaMUD *
* Copyright (C) 1990, 1991 - see 'license.doc' for complete information. *
* All Rights Reserved *
************************************************************************* */

View File

@@ -1,4 +1,8 @@
/* code to convert 2.20 shop files to 3.0 shop files - written by Jeff Fink */
/* ************************************************************************
* file: shopconv.c Part of tbaMUD *
* Usage: code to convert 2.20 shop files to 3.0 shop files *
* Written by Jeff Fink *
************************************************************************* */
#include "conf.h"
#include "sysdep.h"

View File

@@ -1,17 +1,9 @@
/*
* sign.c: a program to present text on a TCP port
*
* Author: Jeremy Elson (jelson@circlemud.org)
* Usage: sign <port> <filename> or
* sign <port> -
*
* '-' indicates file should be read from stdin.
*
* This program is in the public domain. It may be copied, redistributed,
* reused, modified, etc., but a notice of my authorship must be maintained.
*
* This program comes with no warranty of any kind, expressed or implied.
*/
/* ************************************************************************
* file: sign.c Part of tbaMUD *
* Usage: A program to present text on a TCP port. *
* sign <port> <filename | port> *
* Written by Jeremy Elson *
************************************************************************* */
#define MAX_FILESIZE 8192
#define LINEBUF_SIZE 128

View File

@@ -1,5 +1,5 @@
/* ************************************************************************
* file: split.c Part of CircleMud *
* file: split.c Part of tbaMUD *
* Usage: split one large file into multiple smaller ones, with index *
* Written by Jeremy Elson *
* All Rights Reserved *

View File

@@ -1,10 +1,8 @@
/* ************************************************************************
* File: wld2html.c *
* Usage: Convert a DikuMUD .wld file into a series of .html files *
* File: webster.c Part of tbaMUD *
* Usage: Use an online dictionary via tell m-w <word>. *
* *
* This program is in the public domain. *
* Written (QUICKLY AND DIRTILY) by Jeremy Elson (jelson@circlemud.org) *
* Based on the Circle 3.0 syntax checker program (scheck.c) *
* Based on the Circle 3.0 syntax checker and wld2html programs. *
************************************************************************ */
#define log(msg) fprintf(stderr, "%s\n", msg)

View File

@@ -1,10 +1,10 @@
/* ************************************************************************
* File: wld2html.c *
* File: wld2html.c Part of tbaMUD *
* Usage: Convert a DikuMUD .wld file into a series of .html files *
* *
* This program is in the public domain. *
* Written (QUICKLY AND DIRTILY) by Jeremy Elson (jelson@circlemud.org) *
* Based on the Circle 3.0 syntax checker program (scheck.c) *
* Written (QUICKLY AND DIRTILY) by Jeremy Elson *
* Based on the Circle 3.0 syntax checker program *
************************************************************************ */
#define log(msg) fprintf(stderr, "%s\n", msg)