From: Rick L Bird Date: Sat, 7 May 2011 05:44:00 +0000 (-0400) Subject: Updated changes file of current CobraMUSH specific progress. X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=d94c8dc719f9b957388baafd1fa1ef3b919f2130;p=cobramush.git Updated changes file of current CobraMUSH specific progress. In changes file I also noted to reference teh redmine site for PennMUSH specific enhancements. --- diff --git a/game/txt/changes/0.80 b/game/txt/changes/0.80 index 288964a..b02d942 100644 --- a/game/txt/changes/0.80 +++ b/game/txt/changes/0.80 @@ -8,6 +8,7 @@ CobraMUSH Version 0.80 * Implemented CobraMUSH modules. [RLB] * All *local.c files moved over to module hooks. [RLB] * Embedded the lua scripting engine. [RLB] + * Switched build system to autoconf. Minor Changes: * Mortal switch removed from @uptime [RLB] * Removed incomplete and unused SWMP system @@ -15,6 +16,17 @@ CobraMUSH Version 0.80 netmush. [AEJ] * Direct login to any user without password via --user=. [RLB] + * @attribute/access may now be supplied the /defaults + switch. [RLB] + * @attribute without any switch now defaults to info. [RLB] + * All PennMUSH Enhancements documented on http://redmine.cobramush.org + upto PennMUSH version 1.8.XpX Fixes: * All fixes from pre-0.80 development series. + * All fixes in PennMUSH upto version 1.8.XpX + * When sending a message to a channel your not on the + game wouldn't return anything. [RLB] + * Documented our @attribute command behavior. [RLB] + * Streamlined several who() functions use of Inheritable + powers. [RLB]