View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000910 | FSSCP | FRED | public | 2006-05-12 11:16 | 2006-05-14 16:24 |
| Reporter | thesource2 | Assigned To | karajorma | ||
| Priority | normal | Severity | major | Reproducibility | random |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000910: FRED saves some capital ships with invulnurable flag | ||||
| Description | Even 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. | ||||
| Tags | No tags attached. | ||||
|
|
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) |
|
|
Haha! Alpha 1 is targetable as bomb! In short there is somethind really wrong with ship properties editor |
|
|
I was already looking at targetable as bomb bug. I'll take this one too. |
|
|
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. |
| 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 |