Jump to content

Wulfie Reanimator

Resident
  • Posts

    5,659
  • Joined

Reputation

6,670 Excellent

Recent Profile Visitors

7,169 profile views
  1. Yeah, but I'm 80% sure it gets resized to 256x256, just like how you can choose 2K or even 8K files when uploading textures (which get resized to 1024x1024).
  2. This is normal behavior when the parcel has disabled the setting "Avatars on other parcels can see/hear avatars on this parcel." If you want people at ground level to see you in the sky, turn that setting on. That will of course turn off parcel privacy in that parcel.
  3. Not at home to test, but I'm pretty sure inventory previews are limited to 256x256.
  4. Yup. ALM is always enabled in the LL viewer, and will be in Firestorm. Some TPVs will continue to support non-ALM (forward-renderer) mode, like Cool VL Viewer, but the vast majority will be using ALM.
  5. Don't worry, phone batteries make sure that can't happen.
  6. That's a shame, your store is pretty well set up. How many times do your products show up in searches? The most important thing in the current MP situation is the product name - that holds the most priority when searching by "relevance." Keywords and the Features tab are secondary, and the description doesn't seem to matter at all. So for example, although your products have "LH" in the name, and "linden home" in the keywords, your products don't show up when I search for "linden home" because there are so many listings that actually contain "linden home" in the name. Basically, think of the most relevant things someone might search when likely to buy your products and work those into your product name, not just keywords. Longer names are also bad, because a product called just literally "linden home" is more relevant than a product called "something for your linden home."
  7. There's no substitute for it. The trick relies on type-punning the value with pointers. &i ; creates an integer pointer to the value of i. (float *) &i ; typecasts the integer pointer to a float pointer. * (float *) &i ; dereferences the float pointer into the value being pointed to. The "pun" here is that the integer value of "i" is now interpreted as if it was a float all along. And since LSL has no pointers...
  8. There are many things about the marketplace that need haven't been thought out very much or need improvement. There are also some significant things that actually affect most MP users and still get no attention. Whatever the MP team is doing, it's not visible nor communicated very much.
  9. The viewer source is no indication for LSL functionality, since scripts run server-side and there's no agent/viewer involvement required for string operations.
  10. The FS built-in AO uses the viewer itself to play animations. This is bad, because the viewer can be slow (or fail) to play animations fast enough while your computer or network is lagging. Scripts don't have this issue because all avatar movement is handled by the sim, where scripts also run. If the sim knows you're moving, scripts know too, and scripts aren't affected by your personal lag. And while it's true that scripts can lag kind of 'separately' from the sim, modern AOs use something called llSetAnimationOverride to literally replace your avatar's animations. This way you don't even need to have the AO attached -- it will continue to work even without scripts. It's fool-proof, costs no resources and is entirely unaffected by lag.
  11. NS is pretty impressive in its own right, even ignoring the notecards. It mimics an operating system in form and function - scripts are treated as programs, and program output can be "piped" as input to other programs like you'd expect from a CLI terminal. It's about as involved as you might expect. Even the LSL paradigm is replaced by heavy use of the LSL preprocessor. (No events.) Many open source scripts are offered in the SDK. /gush
  12. The "completed" reason is used for all closed tickets on LL's github. That ticket refers to an earlier (still open) ticket from 2016.
  13. I know exactly how that feels, I've had one regular self-admittedly (directly to me) spread lies about me in public threads while using some personal slight as their justification. I don't see how telling them "I'm ignoring you" is going to encourage them to stop replying? That doesn't prevent them from continuing their own malicious behavior now knowing it's even out of my sight.
  14. This is such a painfully good description.
×
×
  • Create New...