Grendel/boards/
Grendel/boards/CVS/
Grendel/clans/
Grendel/help/
Grendel/help/CVS/
Grendel/include/CVS/
Grendel/players/
Grendel/races/CVS/
Grendel/system/CVS/
Grendel/text/
Grendel/text/CVS/
Grendel/todo/
Grendel/todo/CVS/
Grendel/units/CVS/
Tag release-0-3-5:

2001-04-21 20:34  druid

	* grendel.cfg, grendel.dof, grendel.dsk: Checked in configuration

2001-04-21 20:33  druid

	* manual/body.html: Modified manual a bit

2001-04-21 20:33  druid

	* text/Readme.txt: Finalized readme for 0.3.5

2001-04-21 20:31  druid

	* units/chars.pas, include/command.inc, system/commands.dat,
	units/mudthread.pas: Tweaked a few board settings (mostly the look)

2001-04-21 20:29  druid

	* boards/: Bugs.brd, Immortal.brd, News.brd, Quests.brd,
	boards.dat, general.brd: Updated board files

2001-04-20 22:09  druid

	* units/timers.pas: Fixed small race condition in update_main

2001-04-20 22:09  druid

	* units/magic.pas: Fixed affects not joining bug

2001-04-20 21:07  xenon

	* todo/todo.txt: updated TODO

2001-04-20 20:50  xenon

	* include/command.inc: fixed do_help() matching bug reported by
	Nemesis

2001-04-20 20:36  druid

	* boards/: boards.dat, general.brd: Added some misc board files

2001-04-20 20:33  druid

	* units/bulletinboard.pas: Added bulletinboard.pas

2001-04-20 20:29  xenon

	* todo/todo.txt: no message

2001-04-20 20:26  xenon

	* include/cmd_info.inc: fixed do_look(): look for object in room,
	then inv, then eq (and say where it was found)

2001-04-20 20:12  xenon

	* include/cmd_build.inc: small color fix

2001-04-20 14:17  druid

	* units/chars.pas, units/conns.pas, units/constants.pas,
	grendel.dpr, include/command.inc, units/mudthread.pas: Added
	noteboard code by Nemesis

2001-04-17 19:09  druid

	* units/strip.pas: Changed the semantics of 'right' a little, it
	now returns the whole string if no delimiter is found

2001-04-16 19:42  druid

	* todo/todo.txt: Updated TODO

2001-04-16 19:32  xenon

	* units/: progs.pas, skills.pas, util.pas: small fixes

2001-04-16 19:30  xenon

	* units/mudthread.pas: fixed problem that reportedly caused blue
	screen on login

2001-04-16 19:26  xenon

	* units/mudhelp.pas: added keywords %SKILL_LIST% and %SPELL_LIST%
	(to load_help()) and their functionality

2001-04-16 19:24  xenon

	* units/: dtypes.pas, magic.pas: small fixes

2001-04-16 19:20  xenon

	* units/: area.pas, chars.pas, conns.pas: small fixes

2001-04-16 19:19  xenon

	* include/command.inc: changed various aspects of do_help() (no
	args: sorted keywordlist; args match multiple keywords: show all
	matches)

2001-04-16 19:15  xenon

	* include/: cmd_obj.inc, cmd_skill.inc: small fixes

2001-04-16 19:10  xenon

	* include/: cmd_build.inc, cmd_imm.inc, cmd_info.inc: small fixes

2001-04-16 19:08  xenon

	* grendel.dpr, help/help.dat, help/immortal.hlp, help/skills.hlp,
	help/spells.hlp: no message

2001-04-15 23:44  xenon

	* build_version.txt: no message

2001-04-15 23:36  xenon

	* build_version.txt, bin/update_build.sh, build_version.txt: no
	message

2001-04-15 23:22  xenon

	* build_version.txt, bin/update_build.sh: no message

2001-04-15 23:10  xenon

	* units/: constants.pas, constants.pas, constants.pas: no message

2001-04-15 23:04  xenon

	* include/cmd_build.inc, include/cmd_info.inc,
	include/cmd_skill.inc, include/command.inc, units/chars.pas,
	units/fight.pas: added practice sessions to code

2001-04-15 18:29  xenon

	* grendel.dpr, include/cmd_imm.inc, include/cmd_info.inc,
	include/command.inc, units/area.pas, units/conns.pas,
	units/debug.pas, units/fight.pas, units/mudspell.pas,
	units/race.pas, units/update.pas: minor (bug) fixes

2001-04-15 15:38  xenon

	* units/NameGen.pas: no message

2001-04-15 15:37  xenon

	* units/: mudthread.pas, timers.pas, debug.pas: modified
	outputError() to also show the exception message

2001-04-15 15:14  xenon

	* grendel.dpr, include/cmd_imm.inc, units/NameGen.pas,
	units/constants.pas, units/mudsystem.pas: added 'namegen reload'
	command (for online reloading)

2001-04-14 23:40  xenon

	* grendel.dpr, include/cmd_imm.inc, system/NameData.xml,
	system/commands.dat, units/LibXmlParser.pas, units/NameGen.pas,
	units/mudthread.pas: added a leet(!) namegenerator (check imm
	command namegen and system\NameData.xml)

2001-04-14 22:44  druid

	* units/area.pas, units/chars.pas, units/clan.pas, units/debug.pas,
	units/mudhelp.pas, units/mudsystem.pas, units/mudthread.pas,
	units/progs.pas, units/race.pas, units/skills.pas, units/strip.pas,
	units/util.pas, include/cmd_imm.inc, include/cmd_info.inc,
	include/cmd_obj.inc: Changed stripl/stripr definitions to something
	more intuitive: left/right

2001-04-13 16:55  xenon

	* units/: dtypes.pas, skills.pas: test

2001-04-13 16:54  xenon

	* units/constants.pas: no message

2001-04-13 16:50  xenon

	* units/chars.pas: test

2001-04-13 16:46  xenon

	* include/cmd_imm.inc: couple fixes to do_freeze() and do_silence()

2001-04-13 16:38  xenon

	* units/constants.pas: no message

2001-04-12 20:41  xenon

	* help/immortal.hlp, include/cmd_imm.inc, system/commands.dat,
	units/mudthread.pas: added at command (do_at())

2001-04-10 23:55  druid

	* units/chars.pas: Added afk notification in prompts

2001-04-10 22:37  xenon

	* include/cmd_skill.inc, grendel.dpr: no message

2001-04-10 22:35  xenon

	* units/chars.pas: added functionality for skill- and spellslots
	(esp. GCharacter.load and .save)

2001-04-10 22:34  xenon

	* include/cmd_skill.inc: added functionality for skill- and
	spellslots; minor bug fixes

2001-04-01 17:50  druid

	* text/: Credits.txt, Readme.txt: Updated some texts for upcoming
	0.3.5 release

2001-03-31 23:46  druid

	* units/chars.pas: Fixed a light issue I forgot (thanks Nem)

2001-03-31 23:44  druid

	* todo/todo.txt: Updated TODO

2001-03-31 23:20  druid

	* grendel.dpr: Updated the whole shabang with a new internal format
	for skills & spells

2001-03-31 23:12  druid

	* units/area.pas, units/chars.pas, units/fight.pas,
	include/cmd_build.inc, include/cmd_fight.inc, include/cmd_imm.inc,
	units/magic.pas, units/skills.pas, units/timers.pas,
	include/cmd_info.inc, include/cmd_magic.inc, include/cmd_skill.inc,
	include/command.inc: Updated the whole shabang with a new internal
	format for skills & spells

2001-03-31 23:10  druid

	* system/commands.dat: Added do_prompt

2001-03-31 23:10  druid

	* units/conns.pas: Added custom seperator to act_color

2001-03-31 22:36  druid

	* units/update.pas: Fixed some UMin usage

2001-03-31 22:28  druid

	* units/mudthread.pas: Fixed a ld-switch bug and added do_prompt

2001-03-31 22:27  druid

	* system/sysdata.dat: Fixed a small configuration setting

2001-03-31 22:26  druid

	* units/dtypes.pas: Added GInteger class and a cleaning routine to
	the hash table

2001-03-31 22:25  druid

	* units/conns.pas: Re-enabled host lookups, moved color coding to a
	seperate function

2001-03-29 20:08  druid

	* todo/todo.txt: Updated TODO

2001-03-29 20:08  druid

	* system/skills.dat: Updated skills file

2001-03-29 20:08  druid

	* units/skills.pas: Added support for more apply types

2001-03-29 20:08  druid

	* units/: chars.pas, conns.pas, fight.pas: Fixed some UMin/UMax
	usage

2001-03-29 20:07  druid

	* include/cmd_move.inc: Added some drunken walking messages

2001-03-29 12:49  druid

	* units/chars.pas, units/constants.pas, units/mudthread.pas,
	include/cmd_imm.inc, include/cmd_info.inc, include/cmd_move.inc,
	system/commands.dat: Added holylight, fixed holywalk and moved both
	flags to PLR_xxx

2001-03-29 12:47  druid

	* units/util.pas: Finally fixed the UMin/UMax functions (shame on
	me :)

2001-03-29 00:08  druid

	* todo/todo.txt: Updated TODO

2001-03-29 00:08  druid

	* units/: area.pas, chars.pas, constants.pas: Started adding
	support for light variables in rooms

2001-03-27 11:02  druid

	* units/skills.pas: Added new affects system

2001-03-24 23:51  druid

	* system/commands.dat: Updated commands file

2001-03-24 23:50  druid

	* units/area.pas, units/chars.pas, include/cmd_build.inc,
	include/cmd_info.inc, units/constants.pas, units/magic.pas,
	grendel.dpr: Added new affects system

2001-03-24 23:50  druid

	* include/: cmd_comm.inc, cmd_move.inc: Added makedrunk function by
	Nemesis

2001-03-24 23:49  druid

	* include/cmd_imm.inc: Restructured cleaning & timing threads

2001-03-24 20:54  druid

	* units/constants.pas: Added apply types for affects and
	definitions for Nemesis' makedrunk function

2001-03-24 20:53  druid

	* units/fight.pas: Fixed a crash with casting timers

2001-03-24 20:53  druid

	* units/mudsystem.pas: Changed unit include

2001-03-24 20:53  druid

	* units/util.pas: Added makedrunk function by Nemesis

2001-03-24 20:52  druid

	* units/md5.pas: Removed some obsolete code from MD5 unit

2001-03-24 20:52  druid

	* units/: clean.pas, timers.pas: Restructured cleaning & timing
	threads

2001-03-17 23:59  druid

	* units/conns.pas: Changed act_string to be more generic and
	include printing of GObjectIndex

2001-03-13 19:45  druid

	* todo/todo.txt: Updated TODO

2001-03-13 19:45  druid

	* include/cmd_obj.inc: Fixed ghost wears

2001-03-13 19:45  druid

	* units/conns.pas: Fiixed missing character in input lines

2001-03-12 23:55  xenon

	* include/cmd_skill.inc, units/conns.pas, units/mudspell.pas:
	revamped do_spells() and do_skills()

2001-03-12 23:24  druid

	* units/chars.pas: Fixed crash in GCharacter.CAN_FLY

2001-03-12 23:24  druid

	* include/cmd_info.inc: Fixed crash when npc's look at eachother

2001-03-12 23:24  druid

	* units/magic.pas: Added support for keys in identify

2001-03-12 17:40  druid

	* units/constants.pas: Increased version number for next release

Tag release-0-3-4:

2001-03-12 17:36  druid

	* help/: help.dat, immortal.hlp, skills.hlp, spells.hlp, texts.dat:
	Added help files

2001-03-12 17:33  xenon

	* system/commands.dat: added do_map to commands.dat

2001-03-12 17:27  xenon

	* include/cmd_build.inc: fixed bug with do_rstat(); added do_map()
	(leet :)

2001-03-12 17:25  xenon

	* units/: area.pas, constants.pas, mudthread.pas: added stuff
	needed for do_map()

2001-03-04 19:52  druid

	* todo/todo.txt: Updated TODO

2001-03-04 19:49  druid

	* text/Readme.txt: Updated README for 3.4

2001-03-04 19:13  druid

	* text/Coding.txt: Added coding guidelines

2001-03-04 19:13  druid

	* todo/todo.txt: Updated TODO

2001-03-04 19:12  druid

	* convert.dpr: Updated smaug convertor to use GArea.save

2001-03-04 19:12  druid

	* units/chars.pas, units/mudthread.pas, include/cmd_build.inc:
	Re-implemented editing

2001-02-27 23:22  druid

	* include/cmd_build.inc: Added Nemesis' revisions to do_ofind and
	do_mfind

2001-02-26 23:54  druid

	* units/: mudthread.pas, timers.pas: Added Dead Thread Detection
	(TM), paranoid heuristics to detect endless loops and thread
	crashes

2001-02-26 23:54  druid

	* units/mudspell.pas: Removed some hardcoded custom dictionary shit

2001-02-26 23:54  druid

	* include/cmd_imm.inc: Added some check to do_return

2001-02-26 23:53  druid

	* units/chars.pas: Added some check to GCharacter.quit

2001-02-25 23:48  druid

	* units/mudspell.pas, grendel.dpr: Added spell checking unit (okay,
	I _am_ crazy)

2001-02-25 23:47  druid

	* units/constants.pas: Re-added character substates

2001-02-25 23:47  druid

	* include/cmd_build.inc, units/mudthread.pas: Ported do_ocreate,
	do_redit, do_ranges, do_checkarea and do_reset from old sources

2001-02-25 23:46  druid

	* units/area.pas: Changed type definition of GRoom.flags

2001-02-25 23:46  druid

	* units/util.pas: Extended one_argument a bit

2001-02-25 19:56  xenon

	* grendel.dpr, units/debug.pas: no message

2001-02-25 19:44  druid

	* units/area.pas: Fixed GArea.save a bit

2001-02-25 19:44  druid

	* units/chars.pas: Re-added assigned area information to
	GCharacter.load an save

2001-02-25 11:50  druid

	* include/cmd_info.inc: Re-added assigned area information to
	do_info

2001-02-25 11:47  druid

	* include/cmd_build.inc, units/mudthread.pas: Ported do_savearea
	and do_loadarea from old sources

2001-02-25 11:43  druid

	* units/area.pas: Updated GArea.save

2001-02-25 00:37  xenon

	* system/commands.dat: no message

2001-02-25 00:35  xenon

	* include/cmd_build.inc, include/cmd_info.inc, system/commands.dat,
	units/chars.pas, units/mudthread.pas, units/race.pas: added
	do_raceinfo()

Tag release-0-3-4:

2001-02-25 00:29  xenon

	* races/: darkelf.race, highelf.race, human.race, illithid.race,
	seaelf.race, stonegiant.race, woodelf.race: adjusted
	skillslots/spellslots on all races

2001-02-24 23:02  druid

	* todo/todo.txt: Updated TODO

2001-02-24 22:56  druid

	* grendel.dpr: Changed some debug options

2001-02-24 22:55  druid

	* units/area.pas, include/cmd_build.inc, units/mudthread.pas:
	Ported do_acreate, do_aset and do_astat from old sources, fixed
	some old pchar usage

2001-02-24 21:47  druid

	* units/debug.pas: Updated debug routines with callstack
	information

2001-02-24 21:16  druid

	* include/cmd_build.inc, units/mudthread.pas: Ported do_rclone from
	old sources

2001-02-24 20:46  druid

	* units/area.pas, units/mudthread.pas, include/cmd_build.inc:
	Re-added do_aassign (thanks Nemesis)

2001-02-24 16:59  druid

	* units/area.pas: Started implementing GArea.save

2001-02-24 16:59  druid

	* include/cmd_build.inc, units/mudthread.pas: Ported do_rlink and
	do_rmake from old sources

2001-02-24 00:13  druid

	* races/darkelf.race: Fixed small typo

2001-02-24 00:11  druid

	* include/cmd_build.inc, units/chars.pas, units/mudthread.pas:
	Ported do_olist and do_oedit from old sources

2001-02-24 00:08  xenon

	* units/: race.pas, strip.pas: revamped racefile format; made
	load_races() less error prone

2001-02-24 00:06  xenon

	* races/: darkelf.race, highelf.race, human.race, illithid.race,
	seaelf.race, stonegiant.race, woodelf.race: updated racefiles to
	new format

2001-02-24 00:03  xenon

	* include/cmd_info.inc: changed do_alias() so that alias'ing an
	already existing alias will replace the existing one

2001-02-23 23:49  druid

	* races/: darkelf.race, highelf.race, human.race, illithid.race,
	seaelf.race, stonegiant.race, woodelf.race: Added race files

2001-02-23 20:56  druid

	* include/cmd_obj.inc, units/constants.pas, units/progs.pas: Added
	give triggers to mobprogs (thanks Nemesis)

2001-02-23 19:33  xenon

	* include/cmd_info.inc: added 'who good' 'who evil' 'who imm' 'who
	clan' 'who <race>' 'who <name>' to do_who()

2001-02-23 00:23  xenon

	* include/cmd_info.inc, system/commands.dat: messed a bit with
	do_who(); added clanadd and clanremove to commands.dat

2001-02-22 23:14  druid

	* units/debug.pas, units/mudthread.pas, units/timers.pas,
	grendel.dpr: Added debug routines with symbols/linenumbers

2001-02-22 01:02  xenon

	* include/cmd_info.inc, system/commands.dat, units/chars.pas,
	units/constants.pas, units/mudthread.pas: made peek a seperate
	command; added a configflag (AUTOPEEK) for it

2001-02-21 22:53  xenon

	* grendel.dpr: no message

2001-02-21 22:46  xenon

	* units/mudsystem.pas: added socials on objects (this still needs
	to get documented along with rest of socials.dat structure)

2001-02-21 22:43  xenon

	* units/chars.pas: no message

2001-02-21 22:42  xenon

	* units/mudthread.pas: reflected commandname changes in
	registerCommands()-list

2001-02-21 22:39  xenon

	* todo/todo.txt: no message

2001-02-21 22:34  xenon

	* include/cmd_build.inc: small fixes; renamed do_mstat() to
	do_pstat(); renamed do_ascore() to do_pset()

2001-02-21 22:31  xenon

	* include/cmd_imm.inc: - small change in do_grace() so imms get 15k
	hp etc again - added do_prename()

2001-02-21 22:27  xenon

	* include/cmd_info.inc: modified do_config() to also work with
	commands like 'config +blank'

2001-02-21 22:21  xenon

	* system/commands.dat: swapped keylock and kill because 'k
	<target>' would trigger keylock command, renamed mstat to pstat,
	renamed ascore to pset, added prename

2001-02-21 22:21  xenon

	* system/socials.dat: Added two object socials

2001-02-20 23:34  druid

	* units/chars.pas: Added findEquipment to interface of unit

2001-02-20 23:34  druid

	* units/mudsystem.pas: Added some more object socials

2001-02-20 23:31  druid

	* units/util.pas: Added minor stability fix

2001-02-20 23:31  druid

	* units/dtypes.pas: Added firstHash function (hashs on first char
	in string)

2001-02-20 23:15  druid

	* todo/todo.txt: Updated TODO

2001-02-20 23:14  druid

	* include/cmd_imm.inc, units/mudthread.pas: do_take added

2001-02-20 23:13  druid

	* units/mudsystem.pas: Added object socials and single char hashing
	for socials

2001-02-20 23:10  druid

	* units/chars.pas: Added GCharacter.findEquipment (thanks Xenon)

2001-02-20 23:08  druid

	* include/cmd_build.inc: Fixed bug in ostat (thanks Xenon)

2001-02-20 23:03  druid

	* system/: bans.dat, commands.dat, damage.dat, skills.dat,
	socials.dat, sysdata.dat: Added system files

2001-02-19 21:47  druid

	* text/Credits.txt: Updated credits

2001-02-19 21:43  druid

	* text/ChangeLog.txt: Removed old ChangeLog again

2001-02-19 21:41  druid

	* text/: ChangeLog.txt, Credits.txt, License.txt, Readme.txt: Added
	text files

2001-02-19 21:41  druid

	* manual/: area.html, body.html, end.html, index.html,
	install.html, logo.html, side.html, styles.css, tables.html,
	top.html: Added manual

2001-02-19 21:34  druid

	* todo/todo.txt: Updated TODO

2001-02-19 21:34  druid

	* include/cmd_info.inc: Added some shit to do_affects, changed
	behaviour of peek and inventory

2001-02-19 21:33  druid

	* include/cmd_comm.inc: Fixed a grouping bug in do_auction

2001-02-19 21:33  druid

	* include/cmd_move.inc, units/constants.pas, units/mudthread.pas:
	Added holywalk

2001-02-19 21:33  druid

	* include/cmd_imm.inc: Added holywalk, fixed a grouping bug in
	bgset

2001-02-18 23:47  druid

	* include/cmd_move.inc: Fixed some beauty errors with sneaking

2001-02-18 23:06  druid

	* units/chars.pas, units/conns.pas, units/mudthread.pas,
	include/command.inc: Added keylock thing by Nemesis (locks keyboard
	with password)

2001-02-18 19:56  druid

	* include/cmd_obj.inc: Fixed a typo in do_give

2001-02-18 19:56  druid

	* units/conns.pas: Fixed a tiny color bug in act()

2001-02-18 00:08  druid

	* todo/todo.txt: Updated TODO

2001-02-18 00:08  druid

	* grendel.cfg, grendel.dof, grendel.dsk: Updated project files

2001-02-18 00:07  druid

	* grendel.dpr, units/mudthread.pas: Made command registry more
	generic

2001-02-16 23:50  druid

	* grendel.dpr: Fixed a few possible pointer errors in
	cleanup/copyover

2001-02-16 23:50  druid

	* copyover.dpr: Added some error checks to improve stability

2001-02-16 23:50  druid

	* include/command.inc: Changed the wicked delete to a better
	'delete <password>'

2001-02-16 23:49  druid

	* include/cmd_imm.inc: Fixed possible pointer bug in do_connections

2001-02-14 23:59  druid

	* grendel.dpr: Made timers more generic, removed seperate
	skill/magic timers

2001-02-14 23:59  druid

	* include/cmd_obj.inc: Added 'auto' drink, fixed do_put/do_give

2001-02-14 23:58  druid

	* include/cmd_info.inc: Added support for peek skill, updated
	do_inventory

2001-02-14 23:57  druid

	* units/constants.pas, units/fight.pas, units/mudsystem.pas,
	units/mudthread.pas, include/cmd_fight.inc, include/cmd_magic.inc,
	include/cmd_move.inc, include/cmd_skill.inc, include/command.inc:
	Updated code to new timers

2001-02-14 23:57  druid

	* units/skills.pas: Added gsn_peek and gsn_hide

2001-02-14 23:56  druid

	* units/area.pas: Fixed addCorpse

2001-02-14 23:56  druid

	* units/chars.pas: Added GCharacter.IS_AFK

2001-02-14 23:54  druid

	* units/: timers.pas, update.pas: Made timers more generic, removed
	seperate skill/magic timers

2001-02-13 18:18  druid

	* grendel.dpr: Removed local timers, added support for GTimerThread

2001-02-13 18:17  druid

	* units/mudsystem.pas: Removed pulse_xxx, added timer_thread

2001-02-13 18:16  druid

	* units/mudthread.pas: Changed name to GGameThread

2001-02-13 18:15  druid

	* units/clean.pas: Added synchronized halt, removed a wee bit of
	code

2001-02-13 18:14  druid

	* units/timers.pas: Added timers.pas unit

2001-02-13 00:02  druid

	* grendel.dpr: Added a small formatting string

2001-02-12 23:04  druid

	* units/mudthread.pas: Removed the hashStats for commands

2001-02-12 23:04  druid

	* units/mudsystem.pas: Removed the hashStats for socials

2001-02-12 23:03  druid

	* units/dtypes.pas: Changed unhash_string, changed some formatting
	in GHashTable.hashStats

2001-02-11 18:18  druid

	* units/MemCheck.pas: Added MemCheck unit (forgot to do that, oops)

2001-02-11 00:19  druid

	* todo/todo.txt: Updated TODO

2001-02-11 00:18  druid

	* units/area.pas, include/cmd_build.inc, include/cmd_comm.inc,
	include/cmd_imm.inc, include/cmd_info.inc, include/cmd_move.inc,
	include/cmd_obj.inc, include/cmd_shops.inc, include/cmd_skill.inc,
	include/command.inc: Fixed string sharing (from str_hash), added
	support for extra descriptions in rooms

2001-02-11 00:18  druid

	* units/mudthread.pas, grendel.dpr: Fixed string sharing (from
	str_hash), fixed a few minor leaks

2001-02-11 00:17  druid

	* units/mudhelp.pas: Added priority search to findHelp

2001-02-11 00:16  druid

	* units/: chars.pas, conns.pas, dtypes.pas, fight.pas, progs.pas,
	skills.pas, update.pas, clean.pas, mudsystem.pas: Fixed string
	sharing (from str_hash)

2001-02-08 00:01  druid

	* grendel.dpr: Added MemCheck unit and cleaning code

2001-02-08 00:00  druid

	* include/: cmd_info.inc, cmd_obj.inc: Removed obsolete wear[] code

2001-02-07 23:59  druid

	* units/: mudthread.pas, skills.pas: Fixed a simple memleak

2001-02-07 23:59  druid

	* units/mudsystem.pas: Cleaned up initialization

2001-02-07 23:58  druid

	* units/fight.pas: Fixed dual wield

2001-02-07 23:58  druid

	* units/clean.pas: Updated a flag

2001-02-07 23:58  druid

	* units/conns.pas: Added some cleaning code

2001-02-07 23:57  druid

	* units/constants.pas: Removed a few obsolete MAX_ constants

2001-02-07 23:57  druid

	* units/dtypes.pas: Removed few memleaks, added some cleaning
	procedures

2001-02-07 23:56  druid

	* units/: area.pas, chars.pas: Added some cleaning shit, removed
	obsolete wear[] codes

2001-02-05 21:01  druid

	* grendel.dpr: Fixed a few connection state bugs with copyover

2001-02-05 20:32  druid

	* include/cmd_skill.inc: Added prereqs and do_unlearn

2001-02-05 20:32  druid

	* include/cmd_info.inc: Added character information to do_group

2001-02-05 20:32  druid

	* units/skills.pas: Added prereqs to skills

2001-02-05 20:31  druid

	* units/mudthread.pas: Added do_unlearn

2001-02-05 20:31  druid

	* units/conns.pas: Fixed input routine for Tintin/JMC and similiar
	clients

2001-02-04 16:45  druid

	* include/cmd_info.inc: Added alignment check with do_last

2001-02-04 16:43  druid

	* units/constants.pas: Updated version number

2001-02-04 16:43  druid

	* units/fight.pas: Fixed group auto-assist

2001-02-04 16:42  druid

	* units/conns.pas: Fixed alignment check in to_channel

2001-02-04 16:41  druid

	* include/cmd_skill.inc: Added a check for wield in do_circle and a
	small nag fix in do_rescue

2001-02-04 16:41  druid

	* include/cmd_obj.inc: Fixed two typos in get/sacrifice

2001-02-04 16:37  druid

	* include/cmd_comm.inc: Fixed a small bug in do_clanadd

Tag release-0-3-3:

2001-02-03 21:35  druid

	* grendel.dpr, grendel.dsk: Updated project files

2001-02-03 21:34  druid

	* todo/todo.txt: Updated TODO

2001-02-03 21:33  druid

	* units/chars.pas: Added last login field to GCharacter.save

2001-02-03 21:33  druid

	* include/cmd_info.inc, units/mudthread.pas: Added do_last

2001-02-03 19:55  druid

	* include/cmd_obj.inc: Fixed grouping bug with do_wear

2001-02-03 19:55  druid

	* include/cmd_info.inc: Removed some exit checks in do_look

2001-02-03 19:02  druid

	* include/cmd_info.inc: Added default case in do_weather

2001-02-03 18:59  druid

	* include/cmd_imm.inc: Added save_system to do_allow

2001-02-03 18:48  druid

	* units/area.pas: Added 'I' reset to loadResets

2001-02-03 15:47  druid

	* units/area.pas: Added reverse exits to door reset

2001-02-03 15:46  druid

	* include/cmd_imm.inc: Updated do_allow

2001-02-03 15:37  druid

	* include/cmd_move.inc: Fixed few strings to reflect changes with
	exit keywords

2001-02-03 15:36  druid

	* include/cmd_obj.inc: Fixed 'get all' and 'drop all' with grouped
	objects

2001-02-03 15:36  druid

	* include/cmd_build.inc: Fixed a small bug in do_oload

2001-02-03 15:35  druid

	* include/cmd_imm.inc, units/mudsystem.pas, units/mudthread.pas:
	Reimplemented banning, now with hostmasks

2001-02-03 15:34  druid

	* units/mudhelp.pas: Fixed small bug with findHelp

2001-02-03 15:34  druid

	* units/util.pas: Added wildcard string matching function

2001-02-03 15:33  druid

	* units/conns.pas: Fixed a small thing in writePager

2001-02-03 15:33  druid

	* units/area.pas: Fixed a small quoted bug with exit keywords

2001-02-02 21:52  druid

	* todo/todo.txt: Updated TODO

2001-02-02 19:49  druid

	* include/command.inc: Fixed formatting bug

2001-02-02 18:31  druid

	* grendel.dpr: Set time_info.xxx to 1

2001-02-02 18:31  druid

	* include/command.inc: Updated do_help with new stuff

2001-02-02 18:30  druid

	* include/cmd_imm.inc: Changed a few lines in do_wizhelp

2001-02-02 18:30  druid

	* units/mudthread.pas: Fixed typo due to help change

2001-02-02 18:29  druid

	* units/mudhelp.pas: Added some new stuff to helpfiles

2001-02-02 17:50  druid

	* include/cmd_obj.inc: Added give all and give coins

2001-02-02 16:44  druid

	* units/area.pas, include/cmd_info.inc: Fixed some stuff with
	object grouping

2001-02-01 23:38  druid

	* units/mudsystem.pas: Fixed a typo in load_socials

2001-02-01 23:27  druid

	* units/update.pas: Removed some aggression code and started
	working towards general stability features

2001-02-01 23:26  druid

	* todo/todo.txt: Updated TODO

2001-02-01 23:25  druid

	* grendel.cfg, grendel.dof, grendel.dpr, grendel.dsk: Updated
	project files

2001-02-01 23:24  druid

	* units/: conns.pas, mudsystem.pas, mudthread.pas, progs.pas: Fixed
	trim() usage

2001-02-01 21:05  druid

	* include/cmd_info.inc: Updated do_password with MD5 encryption

2001-02-01 21:04  druid

	* units/mudthread.pas: Added MD5 encryption to nanny()

2001-02-01 21:04  druid

	* units/chars.pas: Added MD5 password reading/writing and used
	filebuffer

2001-02-01 20:27  druid

	* units/md5.pas: Added MD5 library

2001-02-01 18:20  druid

	* units/mudthread.pas: Added 'wrong password' notification in
	nanny()

2001-02-01 18:20  druid

	* units/chars.pas: Fixed bug when snooped character quit

2001-02-01 18:12  druid

	* todo/todo.txt: Updated TODO

2001-02-01 18:11  druid

	* include/cmd_info.inc, units/mudthread.pas: Added do_password

2001-02-01 17:59  druid

	* convert.dof, convert.dpr, convert.dsk: Updated smaug convertor

2001-02-01 17:58  druid

	* units/area.pas: Added door reset, changed some names

2001-02-01 17:57  druid

	* units/conns.pas: Added $d token to act()

2001-02-01 17:57  druid

	* include/: cmd_build.inc, cmd_info.inc, cmd_move.inc, cmd_obj.inc,
	cmd_skill.inc: Updated to changes in area.pas and conns.pas

2001-02-01 15:27  druid

	* todo/todo.txt: Updated TODO

2001-02-01 15:27  druid

	* units/constants.pas: Changed idle timers

2001-02-01 15:26  druid

	* units/fight.pas: Added aggression code and moved fighttimers from
	grendel.dpr

2001-02-01 15:25  druid

	* units/area.pas: Fixed addCorpse

2001-02-01 15:24  druid

	* units/: mudthread.pas, chars.pas: Added ld_timer support

2001-02-01 15:16  druid

	* units/util.pas: Fixed number_range

2001-01-31 23:13  druid

	* include/cmd_info.inc, units/mudthread.pas: Added do_autosac and
	do_autoloot (re-add)

2001-01-31 23:12  druid

	* units/constants.pas: Hard-casted all uses of BV31 to cardinal

2001-01-31 23:10  druid

	* units/conns.pas: Fixed to_channel bug with 0 characters in dbase

2001-01-31 23:10  druid

	* units/progs.pas: Added 'aggroevil' and 'aggroevil' commands,
	removed some aggresion code

2001-01-31 23:09  druid

	* units/chars.pas: Updated findCharWorld, changed some flags to
	cardinal

2001-01-31 23:09  druid

	* units/dtypes.pas: Added GException class

2001-01-31 23:07  druid

	* units/mudsystem.pas: Added stable_system flag

2001-01-31 23:04  druid

	* units/util.pas: Changed _BIT operators to use cardinals

2001-01-31 23:03  druid

	* include/cmd_info.inc: Added do_setpager, do_autoloot, do_autosac

2001-01-30 18:39  druid

	* units/area.pas: Updated with changes in fsys.pas, removed max.
	size for room description

2001-01-30 18:38  druid

	* units/fsys.pas: Removed readNumber, added readInteger and
	readCardinal

2001-01-30 18:38  druid

	* include/: cmd_build.inc, cmd_imm.inc, cmd_move.inc: Added
	do_revise, do_ascore and fixed some minor bugs

2001-01-30 18:37  druid

	* convert.exe: Removed executable

2001-01-30 18:37  druid

	* compile.bat, convert.cfg, convert.dof, convert.dpr, convert.dsk,
	convert.exe: Added smaug area convertor

2001-01-28 21:40  druid

	* units/constants.pas: Added ITEM_KEY

2001-01-28 21:40  druid

	* include/command.inc: Fixed do_delete

2001-01-28 21:39  druid

	* include/cmd_imm.inc: Fixed do_slay (can't slay yourself anymore)
	Fixed do_destroy (now really moves pfile to backup dir)

2001-01-28 21:36  druid

	* units/chars.pas: Added object extraction to GCharacter.Destroy

2001-01-28 21:35  druid

	* include/cmd_imm.inc: Fixed do_slay (can't slay yourself anymore)
	Fixed do_destroy (now really moves pfile to backup dir)

2001-01-27 23:15  druid

	* include/cmd_obj.inc, units/constants.pas, units/mudthread.pas:
	Added do_unlock and do_lock

2001-01-27 23:13  druid

	* units/util.pas: Added constants needed for online timer

2001-01-26 23:53  druid

	* grendel.dsk: Updated project file

2001-01-26 23:53  druid

	* todo/todo.txt: Updated TODO

2001-01-26 23:53  druid

	* units/: mudsystem.pas, util.pas: Fixed online timer

2001-01-26 20:59  druid

	* include/cmd_shops.inc: Changed obj.name to obj.short in do_list

2001-01-26 17:32  druid

	* todo/todo.txt: added todo list

2001-01-26 17:27  druid

	* copyover.dpr, grendel.cfg, grendel.dof, grendel.dpr, grendel.dsk,
	compile.bat, include/cmd_build.inc, include/cmd_comm.inc,
	include/cmd_fight.inc, include/cmd_imm.inc, include/cmd_info.inc,
	include/cmd_magic.inc, include/cmd_move.inc, include/cmd_obj.inc,
	include/cmd_shops.inc, include/cmd_skill.inc, include/command.inc,
	units/ansiio.pas, units/area.pas, units/clan.pas, units/fsys.pas,
	units/race.pas, units/skills.pas, units/strip.pas,
	units/update.pas, units/chars.pas, units/clean.pas,
	units/conns.pas, units/constants.pas, units/dtypes.pas,
	units/fight.pas, units/magic.pas, units/mudhelp.pas,
	units/mudsystem.pas, units/mudthread.pas, units/progs.pas,
	units/util.pas, units/winsock2.pas: Initial revision

Tag Grendel:

2001-01-26 17:27  druid

	* copyover.dpr, grendel.cfg, grendel.dof, grendel.dpr, grendel.dsk,
	compile.bat, include/cmd_build.inc, include/cmd_comm.inc,
	include/cmd_fight.inc, include/cmd_imm.inc, include/cmd_info.inc,
	include/cmd_magic.inc, include/cmd_move.inc, include/cmd_obj.inc,
	include/cmd_shops.inc, include/cmd_skill.inc, include/command.inc,
	units/ansiio.pas, units/area.pas, units/clan.pas, units/fsys.pas,
	units/race.pas, units/skills.pas, units/strip.pas,
	units/update.pas, units/chars.pas, units/clean.pas,
	units/conns.pas, units/constants.pas, units/dtypes.pas,
	units/fight.pas, units/magic.pas, units/mudhelp.pas,
	units/mudsystem.pas, units/mudthread.pas, units/progs.pas,
	units/util.pas, units/winsock2.pas: First addition of files