<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;f=32" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Forum: SWFOTE FUSS</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;f=32</link>
  <description>The largest Smaug community resource site. - General support for issues specific to Star Wars: Fate of the Empire. Covers coding, building, development, administration, and bug reports.</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Force Skills</title>
   <link>https://smaugmuds.afkmods.com/topic/force-skills-5011/&amp;p=24395#p24395</link>
   <description>So something i noticed in the force skills.... [code]   if( argument[0] == &#039;\0&#039; ) argument = strdup( (const char*)ch-&amp;gt;dest_buf );[/code] It Really should be something like for most functions.. [code]   if( argument[0] == &#039;\0&#039; ) { if( !ch-&amp;gt;dest_buf ) { send_to_char( &amp;quot;You gotta give me something to go off of.\r\n&amp;quot;, ch ); return; } argument = (const char *) ch-&amp;gt;dest_buf; }[/code] It&#039;s calling upon a null argument which in terms goes down in</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/force-skills-5011/&amp;p=24395#p24395</guid>
   <pubDate>Thu, 1 Jan 2026 15:58:55 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24374#p24374</link>
   <description>Yea guess thats what makes it work correctly :P</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24374#p24374</guid>
   <pubDate>Thu, 13 Mar 2025 07:08:50 CDT</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24373#p24373</link>
   <description>Forgive me, but am I wrong or is the only change this addition you&#039;re talking about making? [code] for( iRace = 0; iRace &amp;lt; MAX_RACE; iRace++ ) { [color=green]	   if( race_table[iRace].race_name == NULL || race_table[iRace].race_name[0] == &#039;\0&#039; ) continue;[/color] if( toupper( arg[0] ) == toupper( race_table[iRace].race_name[0] ) &amp;amp;&amp;amp; !str_prefix( arg, race_table[iRace].race_name ) ) { ch-&amp;gt;race = iRace; break; } } [/code] </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24373#p24373</guid>
   <pubDate>Fri, 28 Feb 2025 21:20:17 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (GatewaySysop)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24372#p24372</link>
   <description>RE: Fix: Took the null section out since it really did nothing... [code] void nanny_get_new_race( DESCRIPTOR_DATA * d, const char *argument ) { char buf[MAX_STRING_LENGTH], arg[MAX_STRING_LENGTH], buf2[MAX_STRING_LENGTH]; CHAR_DATA *ch = d-&amp;gt;character; int iRace, iClass, col = 0; argument = one_argument( argument, arg ); if( !str_cmp( arg, &amp;quot;help&amp;quot; ) ) { do_help( ch, argument ); send_to_desc_color( &amp;quot;&amp;amp;zPlease choose a race:&amp;amp;w &amp;quot;, d ); return; </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24372#p24372</guid>
   <pubDate>Thu, 27 Feb 2025 20:11:19 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>void nanny_get_new_race -- comm.c</title>
   <link>https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24368#p24368</link>
   <description>Original: [code]void nanny_get_new_race( DESCRIPTOR_DATA * d, const char *argument ) { char buf[MAX_STRING_LENGTH], arg[MAX_STRING_LENGTH], buf2[MAX_STRING_LENGTH]; CHAR_DATA *ch = d-&amp;gt;character; int iRace, iClass, col = 0; argument = one_argument( argument, arg ); if( !str_cmp( arg, &amp;quot;help&amp;quot; ) ) { do_help( ch, argument ); send_to_desc_color( &amp;quot;&amp;amp;zPlease choose a race:&amp;amp;w &amp;quot;, d ); return; } for( iRace = 0; iRace &amp;lt; MAX_RACE; iRace++ ) {</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/void-nannygetnewrace----commc-5008/&amp;p=24368#p24368</guid>
   <pubDate>Sun, 16 Feb 2025 01:25:32 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>assign gsns</title>
   <link>https://smaugmuds.afkmods.com/topic/assign-gsns-4990/&amp;p=24298#p24298</link>
   <description>Inside the log file you&#039;ll see this on startup. [code] Sat Jan  4 18:02:00 2025 :: Assigning gsn&#039;s ASSIGN_GSN: Skill possess not found. ASSIGN_GSN: Skill true sight not found. ASSIGN_GSN: Skill ship design not found. ASSIGN_GSN: Skill detrap not found. ASSIGN_GSN: Skill parry not found. ASSIGN_GSN: Skill brew not found. ASSIGN_GSN: Skill fireball not found. ASSIGN_GSN: Skill force bolt not found. ASSIGN_GSN: Skill aqua breath not found. ASSIGN_GSN: Skill blindness not found. ASSIGN_</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/assign-gsns-4990/&amp;p=24298#p24298</guid>
   <pubDate>Sun, 5 Jan 2025 11:46:32 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>color in credits</title>
   <link>https://smaugmuds.afkmods.com/topic/color-in-credits-4985/&amp;p=24296#p24296</link>
   <description>I&#039;m surprised this didn&#039;t come up sooner. This was due to the Diku data not using proper UTF-8 characters for their names and cities etc. It just so happens that the crude replacement ended up triggering a background color code that didn&#039;t exist before FUSS updated the color parser. Relative easy fix but it leads to another issue that probably needs to be addressed for proper UTF-8 support all around.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/color-in-credits-4985/&amp;p=24296#p24296</guid>
   <pubDate>Sun, 5 Jan 2025 01:21:49 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Compiler issues</title>
   <link>https://smaugmuds.afkmods.com/topic/compiler-issues-4982/&amp;p=24289#p24289</link>
   <description>for example i changed [code] if( time_to_start &amp;gt; 1 ) { snprintf( buf1, MAX_INPUT_LENGTH, &amp;quot;&amp;amp;WThe Killing Fields are open to top_levels &amp;amp;R%d &amp;amp;Wthru &amp;amp;R%d\r\n&amp;quot;, lo_lim, hi_lim ); snprintf( buf1 + strlen( buf1 ), ( MAX_INPUT_LENGTH - strlen( buf1 ) ), &amp;quot;%s%d &amp;amp;Whours to start\r\n&amp;quot;, buf1, time_to_start ); snprintf( buf1 + strlen( buf1 ), ( MAX_INPUT_LENGTH - strlen( buf1 ) ), &amp;quot;%s\r\nType &amp;amp;Rarena &amp;amp;Wto enter.\r\n&amp;quot;, buf1 ); snprintf( </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/compiler-issues-4982/&amp;p=24289#p24289</guid>
   <pubDate>Sat, 4 Jan 2025 19:48:47 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Compiler issues</title>
   <link>https://smaugmuds.afkmods.com/topic/compiler-issues-4982/&amp;p=24288#p24288</link>
   <description>its because they are putting the string into itself, just remove the %s and the buf its adding since its already doing that when it does the buf1 + strlen( buf1 ), ( MAX_INPUT_LENGTH - strlen( buf1 ) ). its about like its double copying it the way it is looking anyways lol. could also just use mudstrlcat for the strings its copying.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/compiler-issues-4982/&amp;p=24288#p24288</guid>
   <pubDate>Sat, 4 Jan 2025 19:41:36 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Compiler issues</title>
   <link>https://smaugmuds.afkmods.com/topic/compiler-issues-4982/&amp;p=24287#p24287</link>
   <description>Yep. I ignored all of that because I didn&#039;t know how to fix it and those statements have all been working fine.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/compiler-issues-4982/&amp;p=24287#p24287</guid>
   <pubDate>Sat, 4 Jan 2025 18:52:23 CST</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
