mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 10:01:45 +01:00
Updated World and files for 3.55 release. --Rumble
This commit is contained in:
@@ -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 *
|
||||
************************************************************************* */
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -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 *
|
||||
************************************************************************* */
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user