<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=4955" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Ship Crashing into objects..</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4955</link>
  <description>The largest Smaug community resource site. - Crashing into the sun for mainly..</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Ship Crashing into objects..</title>
   <link>https://smaugmuds.afkmods.com/topic/ship-crashing-into-objects-4955/&amp;p=24151#p24151</link>
   <description>Remcon is a Genius! Don&#039;t know why i didnt think of it! lol. Fix that works then would be here to help others. in space.c move_ship find  [code]SHIP_DATA *ship;[/code] and change it to: [code]SHIP_DATA *ship, *ship_next;[/code] find [code]for ( ship = first_ship; ship; ship = ship-&amp;gt;next ) {[/code] change it to: [code]for (ship = first_ship; ship; ship = ship_next) { // Store the next ship pointer before potentially destroying the current ship ship_next = ship-&amp;gt;ne</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/ship-crashing-into-objects-4955/&amp;p=24151#p24151</guid>
   <pubDate>Sat, 30 Mar 2024 00:54:18 CDT</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
  <item>
   <title>Ship Crashing into objects..</title>
   <link>https://smaugmuds.afkmods.com/topic/ship-crashing-into-objects-4955/&amp;p=24150#p24150</link>
   <description>well after a quick look at the code you probably should add a ship_next and set ship_next to ship-&amp;gt;next at the start and use ship_next instead of ship-&amp;gt;next in the for loop. the ship is being destroyed when it flies into the sun and causing the issue.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/ship-crashing-into-objects-4955/&amp;p=24150#p24150</guid>
   <pubDate>Fri, 29 Mar 2024 17:45:01 CDT</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Ship Crashing into objects..</title>
   <link>https://smaugmuds.afkmods.com/topic/ship-crashing-into-objects-4955/&amp;p=24149#p24149</link>
   <description>Hey again. It&#039;s been years, got back into playing with this stuff. Be more learning to do lol. I used to be Deathbringer/RapidRunner but i dont know password i used, or have the email i used years ago.. anyhow... problem is... You fly any ship into the sun it&#039;ll crash mud. [quote]Speed: 100  Hull: 100%  Shields: 0%  Energy: 96%   Coordinates in Coruscant system: 110 -122 121 Proximity alert: Corusca Prime  0 0 0[/quote] Core Dump: [quote]0x0000558e29710152 in move_ships () at spa</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/ship-crashing-into-objects-4955/&amp;p=24149#p24149</guid>
   <pubDate>Fri, 29 Mar 2024 07:48:38 CDT</pubDate>
   <category>SWFOTE FUSS</category>
   <author>nobody@example.com (Elwood)</author>
  </item>
 </channel>
</rss>
