lickx / oscollar-dev

OsCollar development
GNU General Public License v2.0
2 stars 2 forks source link

oc_settings: have a dual x vs y engine solution during the transition to y #92

Closed lickx closed 10 months ago

lickx commented 10 months ago

if xengine is active, the yengine script won't run anyway. if yengine is active, the xengine script needs to NOT initialize, and NOT process link messages.

in the xengine script, we can catch the result of osGetScriptEngine during startup and at the top of link_message(). If y engine is in use, stop doing stuff (return;) as the y engine script will handle it.

lickx commented 10 months ago

I think this is ugly.. we better wait with the yEngine oc_settings until the dotnet OpenSim is released (which only supports yEngine).

Any grids/sims that still run xEngine after that are antique and don't deserve our support.