tbamud-3.63.tgz

Uploaded: 06 Apr, 2012
Previous uploads by this submitter: 0

Author: tbaMUD

Downloads: 144

Changelog:
[Mar 31 2012] - Vatiken
improve: updated some of the documents.
feature: added the 'whirlwind' skill as a event/list template
feature: protocol system now can be deactivated thru cedit
improve: 256 to ANSI conversions changed to reflect the new colouring scheme
feature: added blink, underline, bold, reverse and '@' to the protocol system
[Mar 25 2012] - Vatiken
feature: whois now lists protocol informations when used by an immortal
improve: proc_colors() has been removed, and tbaMUD has been made backwards compatible for
systems still using '@' symbols for colour.
feature: added underline, bold, reverse, and flashing text to the protocol system.
bug: Fixed a glitch within protocol.h that had defines differing from similar tbaMUD defines.
feature: added oset() to allow modification of individual objects through commands or dg_scripts.
improve: Adjusted protocolinput() and processinput() to be more efficient.
bug: Fixed major leak in the history system
[Feb 12 2012] - Vatiken
bug: do_score, changed level 30 to LVL_IMMORT
bug: the NOHASSLE flag allows imms to carry unlimited weight
idea: dexterity now affects whether a character gets the first hit
idea: advance to immortal now sets hunger/thirst to -1
feature: color is now an option on do_show, which shows all 256 color options
feature: active lists has now been added to do_show, under 'stats'
feature: added KaVir's protocol snippet
bug: protocol snippet should now properly detect xterm color
bug: protocol settings should now be preserved after copyover
idea: ibt now time stamps when something is submitted
feature: added a new MUD event system (mud_event.c)
feature: added a display_usage() event, which is basically an event/list tester.
feature: added two new parsing commands to modify.c for converting tabs to @ and back
feature: added a new MUD list system (lists.c)
improve: qedit now uses '\t' instead of '@' to show color
improve: sedit now uses '\t' instead of '@' to show color
issues: may be bugs with strfrmt() while converting '@' to '\t'
[Feb 04 2012] - Vatiken
Feature: Added 'Experience' and 'Thaco' to the do_show() command.
Bug Fix: Nipped a bug where shopkeepers weren't sending tells.
Visuals: Fixed a small glitch in redit where things weren't lining up right with extra dirs activated.
Made olist, mlist, and rlist, page_string() compatible.
Bug Fix: Editing extra directions is now doable from redit.
MAJOR: Reverted back to 3.62 Revision 241, followed up by backporting bug fixes and some of the positive changes implemented by Jamdog. Not coming along for the ride currently are the new mail system, housing system and the admin level system.
[Nov 06 2010] - Jamdog
Added HappyHour feature
Added game_info function for sending global messages to all players
Added ability to change player/mob level or class in scripts
The medit mob flags menu now only shows valid flags (thanks Kyle)
Skillset now warns imms when the player shouldn't have a skill (thanks Rumble)
Fly spell added!
Added recent command
Bug Fix: Now imms show on who list when editing IBT notes.
[Nov 04 2010] - Jamdog
Bug-Fix: Converted affect flags in struct affected_type from 32-bit to 128-bit
Bug Fix: Players with too much gold now don't lose eq when renting
Bug Fix: Cured SYSERR when selecting an unimplemented obj type in oedit (thanks Rumble)
Bug Fix: Scan no longer shows the content of dark rooms (thanks Mirad)
Removed conf.h fron the SVN, as this is created by the configure script
Minor IBT system change for accurately finding who logged an IBT
Minor IBT change to list 'in-progress' IBT's in yellow
Bug Fix: Webster added to the util makefile for make all (wasn't compiling)
Update to webster code to hopefully fix 'tell m-w' bug
IBT's no longer read preceding spaces (body and notes), which inserts spaces every copyover
[Nov 01 2010] - Rumble
Fixed do_scan crash due to exits to NOWHERE. (thanks Rhade)
Changed do_score experience tnl to list only mortals since LVL_IMMORT showed negative EXP.
[Oct 30 2010] - Jamdog
Added ability for players to list/show their own ideas, bugs and typos (thanks Frenze)
Added more details to header for idea/bug/typo show command (thanks Parna)
[Oct 20 2010] - Rumble
Fixed freeing of null pointers in ibt.c (thanks Stoneheart)
[Sep 28 2010] - Rumble
Fixed a couple NPC accessing player data errors.
Fixed oedit extra desc's from always showing "Set" even if they weren't. (thanks Mirad)