<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4975" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Hi - Clean SmaugFuss map/description issue..</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4975</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24265#p24265</link>
   <description>Just FYI - I&#039;ve verified that Remcon&#039;s fix works to restore the descriptions that were being suppressed. They&#039;ll be part of the next codebase update.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24265#p24265</guid>
   <pubDate>Sun, 15 Dec 2024 19:29:44 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24260#p24260</link>
   <description>Well I gave it a shot and it doesn&#039;t have the display issue the stock one did for me in ubunto lol so if the original poster comes back it should work for him as well. </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24260#p24260</guid>
   <pubDate>Fri, 6 Dec 2024 11:54:54 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24259#p24259</link>
   <description>But that show_map code... it didn&#039;t have issues for me.. i downloaded 1.9.4 and tried it.. it displayed everything.. but i made code robust, i dunno if its much help but heres my copy.. [code]/* Display the map to the player */ void show_map( CHAR_DATA * ch, char *text ) { char buf[8192]; // Large buffer for map and descriptions int x, y, pos; char *p; bool alldesc = FALSE;   /* Has desc been fully displayed? */ if( !text ) alldesc = TRUE; pos = 0; p </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24259#p24259</guid>
   <pubDate>Fri, 6 Dec 2024 06:21:38 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24239#p24239</link>
   <description>so change [code] /* Display the map to the player */ void show_map( CHAR_DATA * ch, char *text ) { char buf[MAX_STRING_LENGTH * 2]; int x, y, pos; char *p; bool alldesc = FALSE;   /* Has desc been fully displayed? */ if( !text ) alldesc = TRUE; pos = 0; p = text; buf[0] = &#039;\0&#039;; /* * Show exits  */ if( xIS_SET( ch-&amp;gt;act, PLR_AUTOEXIT ) ) snprintf( buf, MAX_STRING_LENGTH * 2, &amp;quot;%s%s&amp;quot;, color_str( AT_EXITS, ch ), get_exits( ch )</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24239#p24239</guid>
   <pubDate>Tue, 26 Nov 2024 18:53:41 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24238#p24238</link>
   <description>ok so it took a bit of testing to see what the issue was but it seems like it is in a few spots like this in show_map [code] mudstrlcat( buf, p, pos ); [/code] instead make it look like this [code] mudstrlcat( buf, p, ( strlen( buf ) + pos ) ); [/code] It is always cutting it off make sure you get all the spots with it doing that ( I think there were 3 )</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24238#p24238</guid>
   <pubDate>Tue, 26 Nov 2024 18:50:08 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24237#p24237</link>
   <description>well now that i took some time to get it to compile i can verify the copy i have also has this issue im guessing lots never turn it on lol ill try to see what i can figure out give me a few</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24237#p24237</guid>
   <pubDate>Tue, 26 Nov 2024 17:16:15 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24236#p24236</link>
   <description>what are you running it on and all? i can try to help but just messing with it i can tell ill have to update a copy to even run in cygwin lol.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24236#p24236</guid>
   <pubDate>Tue, 26 Nov 2024 15:36:26 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24235#p24235</link>
   <description>Hey thanks, no stress! It&#039;s the first issue anyone sees when logging in with smaugfuss, so I just had hoped there was public documentation for it, but seems anyone fixing it isn&#039;t discussing the resolution. Regardless, with my level of knowledge, I can&#039;t repair experienced coders errors haha. I&#039;ll check in the future perhaps though, I gave it another 3-4 hours moving stuff around on mapper.c though, literally can not get any room description to print past the first or last line of description, 1</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24235#p24235</guid>
   <pubDate>Tue, 26 Nov 2024 12:00:24 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (dexio)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24234#p24234</link>
   <description>You will always have things like this to chase down regardless of the base you start with sadly. It looks like the first is doing what it should without any issues and the second part of sending text has issues and only adds the last line of text into the map part. id start there if I was having the issue and add in logs to see where it is going crazy. does it have the text in question (my guess is yes since it seems to be giving the correct space between the first line of text and the last line</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24234#p24234</guid>
   <pubDate>Tue, 26 Nov 2024 04:49:42 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Hi - Clean SmaugFuss map/description issue..</title>
   <link>https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24233#p24233</link>
   <description>I was looking at that before i posted here. I&#039;ll just go back to rom sadly thanks anyways though! https://i.imgur.com/wnVLwdc.png</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&amp;p=24233#p24233</guid>
   <pubDate>Mon, 25 Nov 2024 20:04:23 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (dexio)</author>
  </item>
 </channel>
</rss>
