tbamud/lib
Rumble 6c84a36236 MUD 3.53
[Sep 13 2007] - Rumble
  Changed binary search functions (real_xxxx, real_zone_by_thing), except real_shop. (thanks Neme)
  script_proto list freed when exiting without saving in oedit/medit/redit.  (thanks Neme)
  dg_olc.c, trigedit_save(): trig name and arg duping removed. (thanks Neme)
  genobj.c, update_all_obects(): object ID copied, no more 0 uid. (thanks Neme)
  CLEANUP_ALL in redit after saving a room.  (thanks Neme)
  new function in genolc.c: free_save_list(), called during shutdown.  (thanks Neme)
  Event_free_all() now frees all events. (thanks Neme)
  Fixed memory leak in perform_act(). (thanks Rhade)
  Changed NUM_BOARDS from 10 to 7 (the actual num of boards). (thanks Neme)
  Removed the Keywords option in hedit since they have to be in the body.
[Sep 12 2007] - Rumble
  Fixed crash bug caused by olist with no objects. (Thanks Rhade)
  Several changes made to compile clean on older versions of GCC. (Thanks Neme)
?Sep 10 2007] - Rumble
  Fixed items with rnum = NOTHING or NOBODY being changed to rnum = 0.  (Thanks Neme)
  Fixed memory leak in dg_olc.c trigedit save. (Thanks Neme)
[Sep 04 2007] - Rumble
  Changed CLSOLC to LVL_BUILDER.
  removed delete_doubledollar from do_say. (thanks Rhade)
[Sep 01 2007] - Rumble
  Made Puff a hidden mob since she is used on room entry trigs to do dg_cast.
  Fixed dg_affect to not add 1 to the desired affect duration.
  Fixed dg_affect to work with 128 bits.
2007-09-13 15:00:59 +00:00
..
etc removed some files which were accidentally committed 2007-01-17 01:54:44 +00:00
house Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00
misc Added questpoints to load_char, more 128 bit fixes, and set autoexit on by default. (Thanks Trulight) --Rumble 2007-06-25 13:27:20 +00:00
plralias Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00
plrfiles - Added object type CHAIR (thanks Dark). 2007-03-20 22:26:58 +00:00
plrobjs Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00
plrvars - Added object type CHAIR (thanks Dark). 2007-03-20 22:26:58 +00:00
text MUD 3.53 2007-09-13 15:00:59 +00:00
world MUD 3.53 2007-09-13 15:00:59 +00:00
README Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00

Getting To Know Your "lib" Directory
------------------------------------------------------------------------------

etc/	Files maintained by the game which you should not touch while
	the game is running.

house/	Crash-save files for player houses.

misc/	Miscellaneous database files such as fight messages, invalid names,
	and socials.

plralias/ All of your player's aliases are stored here in the same
	three letter encoding scheme as the plrobjs/ directory.

plrfiles/ ASCII player files.

plrobjs/  The hierarchy containing player object files (i.e. crash files,
	rent files, cryo-rent files, etc.).

plrvars/  Trigger variables.

text/	Files meant to be directly read by players such as MOTD (message of
	the day), help files, and the immortal handbook.  You can change
	these files while the game is running, and then have the mud re-read
	them using the 'reboot' command.

world/	The hierarchy of the world files (mobiles, objects, shops, rooms,
	triggers, and zones).