ra2 icon indicating copy to clipboard operation
ra2 copied to clipboard

2 aircraft at the same time land and take off in a neverending loop

Open Mailaender opened this issue 5 years ago • 4 comments
trafficstars

ra2-aircraft-updown

Mailaender avatar Mar 21 '20 15:03 Mailaender

i saw this many times. It's because the logic for multiple points of landing on the building is missed. It should be calculated for 4, but it only uses the first one.

sorcerer86pt avatar Mar 22 '20 13:03 sorcerer86pt

#735 seems like a mod-level workaround (that I worry we'll end up having to maintain when we don't actually need it) to the engine not supporting multiple landing/takeoff points.

Was it decided that downstream was the proper place to implement this, instead of in the engine?

phrohdoh avatar Aug 03 '20 22:08 phrohdoh

Was it decided that downstream was the proper place to implement this, instead of in the engine?

Not exactly, #735 is afaik ported from RV which implemented this workaround to not need to wait for the engine's docking code to be rewritten.

abcdefg30 avatar Aug 04 '20 11:08 abcdefg30

engine's docking code to be rewritten

Seems like the proper fix that we should pursue, if we're going to do anything here. IME workarounds stay in the codebase even after a proper implementation is available, and if something is a pile of workarounds the maintenance burden grows higher and pool of people willing to work on it diminishes (to potentially even less people than now).

phrohdoh avatar Aug 04 '20 12:08 phrohdoh