cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
60 stars 40 forks source link

Xbake issues on non secondlife grids #40

Closed Madpeterz closed 3 years ago

Madpeterz commented 3 years ago

WearableData array can be null in some cases VisualParam array can be null in some cases XBakes ignores logging level and creates its own logger, redirected to Logger.Log sourceAlpha.Length can be less than i in some cases leading to fun bugs

cinderblocks commented 3 years ago

The Logging change is no problem, but I would prefer that anything regarding _Packets_.cs be altered through mapgenerator since _Packets_.cs is technically a generated file.

Madpeterz commented 3 years ago

Feel free to ignore this pull for now. I will take a look at mapgenerator when i get time to see if I can add the null checks there.