2,736
edits
No edit summary |
Red Leader (talk | contribs) No edit summary |
||
| Line 92: | Line 92: | ||
* the MP pilot list is not able to deal with 190+ pilots: it shows "too many live PUI interfaces" and even causes segfaults in FG ... | * the MP pilot list is not able to deal with 190+ pilots: it shows "too many live PUI interfaces" and even causes segfaults in FG ... | ||
< | <pre> | ||
Nasal getValue: property /ai[0]/models[0]/multiplayer[143]/position[0]/global-z[0] is NaN | Nasal getValue: property /ai[0]/models[0]/multiplayer[143]/position[0]/global-z[0] is NaN | ||
Nasal getValue: property /ai[0]/models[0]/multiplayer[144]/position[0]/global-x[0] is NaN | Nasal getValue: property /ai[0]/models[0]/multiplayer[144]/position[0]/global-x[0] is NaN | ||
| Line 112: | Line 112: | ||
Nasal getValue: property /ai[0]/models[0]/multiplayer[159]/position[0]/global-y[0] is NaN | Nasal getValue: property /ai[0]/models[0]/multiplayer[159]/position[0]/global-y[0] is NaN | ||
Nasal getValue: property /ai[0]/models[0]/multiplayer[159]/position[0]/global-z[0] is NaN | Nasal getValue: property /ai[0]/models[0]/multiplayer[159]/position[0]/global-z[0] is NaN | ||
</ | </pre> | ||
The above error is now solved {{Done}} | The above error is now solved {{Done}} | ||
=== Milestone: Improve 32bit support === | === Milestone: Improve 32bit support === | ||
< | <pre> | ||
FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | ||
FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | ||
| Line 147: | Line 147: | ||
FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | ||
FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | FGMultiplayMgr::MP_ProcessData - Position message received with insufficient data | ||
</pre> | |||
</ | |||
=== Milestone: Allow to toggle FGAIS subscription on/off via a special filtered chat message to server === | === Milestone: Allow to toggle FGAIS subscription on/off via a special filtered chat message to server === | ||