View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001355 | Spring engine | General | public | 2009-03-09 01:30 | 2009-03-31 20:12 | ||||
Reporter | Auswaschbar | ||||||||
Assigned To | imbaczek | ||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 0.78.2.1+git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001355: TAAirPlanes on AIRCRAFT_TAKEOFF close to map edge act all weird | ||||||||
Description | Offending code probably: TAAirMoveType:550: void CTAAirMoveType::UpdateHeading() { if (aircraftState == AIRCRAFT_TAKEOFF && !owner->unitDef->factoryHeadingTakeoff) { return; } | ||||||||
Additional Information | Reproduce (BA): Build seaplane factory close to map edge, facing to the outside Build fighters See units slowly going into infinity outside the map, or hovering at map edge. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Auswaschbar (reporter) 2009-03-09 01:37 |
Offending code probably: TAAirMoveType:550: void CTAAirMoveType::UpdateHeading() { if (aircraftState == AIRCRAFT_TAKEOFF && !owner->unitDef->factoryHeadingTakeoff) { return; } |
imbaczek (reporter) 2009-03-31 18:54 |
my findings: 1) it's not TAAirMoveType, it's CAirMoveType 2) it's related to generally dumb behavior of planes very close to the ground; SWIW had issues with that with their speeder bikes. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-03-09 01:30 | Auswaschbar | New Issue | |
2009-03-09 01:37 | Auswaschbar | Note Added: 0003327 | |
2009-03-09 01:37 | Auswaschbar | Summary | Units on map edge act all weird => TAAirPlanes on AIRCRAFT_TAKEOFF close to map edge act all weird |
2009-03-09 01:37 | Auswaschbar | Description Updated | |
2009-03-09 01:37 | Auswaschbar | Additional Information Updated | |
2009-03-31 18:54 | imbaczek | Note Added: 0003363 | |
2009-03-31 20:12 | imbaczek | Status | new => resolved |
2009-03-31 20:12 | imbaczek | Resolution | open => fixed |
2009-03-31 20:12 | imbaczek | Assigned To | => imbaczek |