FGAIS: Difference between revisions

Jump to navigation Jump to search
49 bytes removed ,  6 March 2016
no edit summary
No edit summary
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 ...


<syntaxhighlight>
<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
</syntaxhighlight>
</pre>
The above error is now solved {{Done}}
The above error is now solved {{Done}}


=== Milestone: Improve 32bit support ===
=== Milestone: Improve 32bit support ===
<syntaxhighlight>
<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>
</syntaxhighlight>


=== 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 ===

Navigation menu