View Issue Details

IDProjectCategoryView StatusLast Update
0000910FSSCPFREDpublic2006-05-14 16:24
Reporterthesource2 Assigned Tokarajorma  
PrioritynormalSeveritymajorReproducibilityrandom
Status resolvedResolutionfixed 
Summary0000910: FRED saves some capital ships with invulnurable flag
DescriptionEven if this flag is not set.(2006-05-09) Tried to edit sm2-03 mission (with stealth fighter test), but fred saves this mission with Aquitaine always invulnurable and Oberon randomly invulnurable.
TagsNo tags attached.

Activities

thesource2

2006-05-12 11:30

reporter   ~0005502

And this was only beginning! I noticed later that delta wing is not invulnurable and one of the shivan wings is invulnurable! NOT FUNNY!!!

And when I exited FreeSpace later it messed my desctop icons (this happens sometimes)

thesource2

2006-05-12 11:33

reporter   ~0005503

Haha! Alpha 1 is targetable as bomb!
In short there is somethind really wrong with ship properties editor

karajorma

2006-05-14 12:44

administrator   ~0005524

I was already looking at targetable as bomb bug. I'll take this one too.

karajorma

2006-05-14 15:02

administrator   ~0005525

Targetable turned out to be due to a typo. MissionParse.cpp was looking in flags rather than flags2 which meant that any ship which was player-start was also targetable.

The invulnerability problem was basically due to setting the flags based on Objects[i].flags instead of Objects[Ships[i].objnum].flags causing an off-by-one error (in the mission I tested at least).

Both problems are now resolved.

Issue History

Date Modified Username Field Change
2006-05-12 11:16 thesource2 New Issue
2006-05-12 11:30 thesource2 Note Added: 0005502
2006-05-12 11:33 thesource2 Note Added: 0005503
2006-05-14 12:43 karajorma Status new => assigned
2006-05-14 12:43 karajorma Assigned To => karajorma
2006-05-14 12:44 karajorma Note Added: 0005524
2006-05-14 15:02 karajorma Note Added: 0005525
2006-05-14 16:24 karajorma Status assigned => resolved
2006-05-14 16:24 karajorma Resolution open => fixed