<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=180" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: AFKMud 1.54 Released!</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=180</link>
  <description>The largest Smaug community resource site. - More improvements</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>AFKMud 1.54 Released!</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=659#p659</link>
   <description>This would be one of those lovely examples of how things have chaged under GCC3 and didn&#039;t get caught. I&#039;ll have to modify the patch and the distro later after work. Right now I can&#039;t do anything about it. Edit: Ok, after taking a quicky look, the patch would have been too much of a pain to fix, so I only fixed this in the main distro package. It&#039;s a relatively minor thing that will only crop up if you aren&#039;t using gcc3, and most recent distros are doing that anyway. This will only affect patc</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=659#p659</guid>
   <pubDate>Fri, 25 Jul 2003 20:48:41 CDT</pubDate>
   <category>AFKMud Release Announcements</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>AFKMud 1.54 Released!</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=662#p662</link>
   <description>In C++ a variable need be declared merely before it is invoked. It doesn&#039;t matter where (not counting things like in the middle of a function, etc ;P) or how soon before.  And I&#039;m not even a coder!</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=662#p662</guid>
   <pubDate>Fri, 25 Jul 2003 16:14:35 CDT</pubDate>
   <category>AFKMud Release Announcements</category>
   <author>nobody@example.com (Cam)</author>
  </item>
  <item>
   <title>AFKMud 1.54 Released!</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=658#p658</link>
   <description>Hmmm, poking around the memory that working in PERL hasn&#039;t corrupted yet.... In standard ANSI C, all variable declarations have to occur at the top of the block whose scope they belong to, in ancient K&amp;amp;R, they had to occur at the top of the function.  I learned C before the ANSI C99 definition existed, so if they changed it there... YMMV.  I think you can get away with declaring anywhere in C++, but I don&#039;t know C++ very well. THUS: [code] void foo(void) { int a = 1; // ok printf(&amp;quot;%s</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=658#p658</guid>
   <pubDate>Fri, 25 Jul 2003 12:22:39 CDT</pubDate>
   <category>AFKMud Release Announcements</category>
   <author>nobody@example.com (Quixadhal)</author>
  </item>
  <item>
   <title>AFKMud 1.54 Released!</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=661#p661</link>
   <description>Erm.. Fixed it up right quick when I looked again. [code]if( FD_ISSET( current-&amp;gt;fd, &amp;amp;readfds ) ) /* We Got Data! */ { char buf[MAXDATA]; int numbytes; int curlen; if( ( numbytes = read( current-&amp;gt;fd, buf, sizeof(buf) ) ) == -1 ) { perror( &amp;quot;web-read&amp;quot; ); continue; } buf[numbytes] = &#039;&amp;iuml;&amp;iquest;&amp;frac12;&#039;; /* ensure that we won&#039;t crash on a buffer overflow */ curlen =</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=661#p661</guid>
   <pubDate>Fri, 25 Jul 2003 09:15:16 CDT</pubDate>
   <category>AFKMud Release Announcements</category>
   <author>nobody@example.com (Xorith)</author>
  </item>
  <item>
   <title>AFKMud 1.54 Released!</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=657#p657</link>
   <description>Getting a compile error here.. RedHat 7.3 machine websvr.c: In function `handle_web&#039;: websvr.c:377: parse error before `int&#039; websvr.c:378: `curlen&#039; undeclared (first use in this function) websvr.c:378: (Each undeclared identifier is reported only once websvr.c:378: for each function it appears in.) make[1]: *** [o/websvr.o] Error 1 Checked the code - LOOKS alright. That&#039;s both with the patch and with the downloaded distro. [jwalker@kenetix src]$ gcc -v Reading specs from /usr/li</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=657#p657</guid>
   <pubDate>Fri, 25 Jul 2003 08:52:49 CDT</pubDate>
   <category>AFKMud Release Announcements</category>
   <author>nobody@example.com (Xorith)</author>
  </item>
  <item>
   <title>AFKMud 1.54 Released!</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=660#p660</link>
   <description>Version 1.54 of AFKMud has been released. This is a bugfix/maintenance release. Standard disclaimer type stuff: Changes in this version may or may not remain compatible with your older support files, such as areas, commands, skills, socials, etc. If things break, you were warned. Bugfixes this release: Missing values from the ostat display were added. [Samson] Prevented ACT_IMMORTAL mobs from being able to attack. [Adjani] Prevented ACT_IMMORTAL mobs from being able to track. [Adjani] Mob go</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-154-released-180/&amp;p=660#p660</guid>
   <pubDate>Fri, 25 Jul 2003 02:03:15 CDT</pubDate>
   <category>AFKMud Release Announcements</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
