From 5e5ad41afca29cbaa57e81dc10f91eb4b238bcc9 Mon Sep 17 00:00:00 2001 From: Rumble Date: Mon, 15 Jan 2007 17:48:18 +0000 Subject: [PATCH] Renamed numerous functions more sensibly and moved all single protos from .h to appropriate .c --- ChangeLog | 74 +- lib/text/help/help.hlp | 1844 ++++++++++++++++++++++++++++++---------- src/Makefile.in | 4 +- src/act.wizard.c | 2 +- src/db.h | 5 +- src/dg_olc.c | 4 +- src/genmob.c | 5 +- src/genmob.h | 1 - src/genobj.c | 12 +- src/genobj.h | 1 - src/genshp.c | 32 +- src/genshp.h | 14 +- src/genzon.c | 6 +- src/genzon.h | 4 +- src/handler.c | 2 +- src/handler.h | 2 - src/hedit.c | 17 +- src/house.c | 1 + src/house.h | 5 - src/improved-edit.c | 20 +- src/improved-edit.h | 4 +- src/limits.c | 14 +- src/mail.c | 1 + src/medit.c | 40 +- src/oasis.h | 77 -- src/oasis_list.c | 8 + src/oedit.c | 32 +- src/redit.c | 10 + src/sedit.c | 54 +- src/utils.h | 1 - src/zedit.c | 13 +- src/zmalloc.c | 5 +- src/zmalloc.h | 1 - 33 files changed, 1626 insertions(+), 689 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7e859c..a2e7fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,68 @@ -CircleMUD 3.5 is currently being developed by The Builder Academy. If you need -any help stop by: builderacademy.net 9091 +tbaMUD is currently being developed by The Builder Academy. If you need any +help or find any bugs please stop by: builderacademy.net 9091 -Unfortunately this changelog is far from complete since TBA has not kept a -record of every change in the last 4 years: +todo: +- Change numerous SYSERR logs to Warnings. +- Change all doc/pdf's to .txt. +- Moved numerous protos only used once from .h files to appropriate .c file. +- Renamed numerous functions for clarity (mostly shop functions like copy_list + to copy_shop_list, etc). +- Renamed update_objects to update_all_objects so it wouldn't be confused with + update_object. +- Renamed data to dg_data in function queue_head in dg_event.c for clarity. +- Moved function log_death_trap to a log since that is all it did anyways. +- Renamed unmatched gettimeofday protos. +- Renamed oasis_copy.o and oasis_list.o to appropriate .c for CXREF_FILES. +- Fixed a bunch of strange bugs in objsave.c and altered build_player_index() + to conform to gcc 4.1 standards. This mainly consisted of removing a cast + which was not needed. +- Replaced kill_ems() with strip_cr(), for consistency. +- Updated Makefile.*. +- Removed redundant olc.c, oasis_delete.c, olc.h and tedit.h files from the + build. Added prototypes for the new variable save functions to players.c +- DG script variables now save to the player file instead of their own file. + The load function has been kept for backwards compatibility. +- Moved alias saving to Ascii pflies by default. Aliases in the old files will + still be read (once per char). +- do_toggle actually toggles everything now (thanks to Rhade). Moved slowns, + track, syslog, pagelength, wimpy, and color to toggle