Jump to content

Lucia Nightfire

Resident
  • Posts

    3,477
  • Joined

Everything posted by Lucia Nightfire

  1. I joined Secondlife with aspirations of making in-world games. This was long before Roblox took off. Then I found out how severely lacking the script library was. I also found out how expensive land/regions were. Neither have changed enough to make in-world game development feasible/profitable. I occasionally run into Roblox devs/expats that echo the same sentiments today as I have for over 16 years now.
  2. The "What if they unlink and relink it out of order?" argument is a joke in this day and age and I've heard many a CSR and head/body scripter cite it. For almost 5 years, we've been in the era of OBJECT_CREATION_TIME which is effectively a unique identifier for mesh. I've written alpha cut show/hide and applier scripts that work on bodies no matter what links are added, removed, renamed and in any link order. Anyone citing antiquated concepts needs to update their scripting education. 😤
  3. Same with adding niche features like 360 snapshots and generic webcam tracked facial expressions.
  4. And I thought the v7 bodies were actually out. Shame... Current ARC is garbage regardless of tools.
  5. Here is Joshua Linden? "running" Secondlife on an Apple II:
  6. Everybody needs a little time away I heard her say From each other Even lovers need a holiday Far away from each other
  7. Excluding discontinued sets only found inworld, I actually looked at all of the listings for Ayashi, Limerence, Magika and Truth and didn't see the hair shown above. I was interested as I thought I had seen it before, myself. [EDIT] Not seeing it at the Olive Mainstore.
  8. It is intentional. Acquire time is when the host prim received the inventory item, not when it was last renamed/perms changed/saved/compiled. I also would like access to both compile time and compiler UUID, but since the end of 2013, it takes an act of Congress to get any script features added to the library. You'd think with a company of over 140 employees, there'd be someone to handle this regularly and not once every 12 - 18 months.
  9. I'm this 👌 close to calling this a troll thread.
  10. I've heard some women think they're cute. Guys don't want to hear that, though. "Isn't that cute, an extra belly button..." 😆
  11. Sometimes those review farming creators will create the listing with an obfuscated name/desc/contents for L$0, farm the the reviews with alts, then change the listing name, desc and content to that of an actual product's and set the price accordingly. There is no public information showing the name of what reviewers bought, when they bought it, nor what they paid for it.
  12. I'm beginning to find the whole "I am university student writing thesis and I need your help, but first, you must connect to website here!" thing a bit sus at this point. This is like the 3rd or 4th one in months on this forum, twice in the last week.
  13. This is the bug Qie linked to above. I did further testing and verified that when an attachment that is animating you is detached, any object that has a higher value key that also is animating you, whether attached, rezzed or sat on will have its animations stopped.
  14. Not sure if related or not, but two days ago I wrote a volume detect based collision prim test script: It doesn't use collision_end as there are too many edge cases that prevent it from triggering. It "should" work as a single prim regardless of dimensions and rotation.
  15. No matter the theme, it always ends up being a wasteland of science project exhibits. 😆
  16. I recommend llGetAgentSize() for agents and llGetOwnerKey() for objects if the source is in the same region. Most other functions have edge cases that can yield failures or false negatives.
  17. Unless your attached scripts were compiled with an experience allowed over the land, they wouldn't work. You'd be SOL. That's the point. The proposed feature is asking for an optional setting for the behavior, not on by default. It would be a conscious decision to enforce allowed experience-only compiled script operation.
  18. Sorry that I am too much of an SL enthusiast. 😆
  19. And if you just want to trim zeros off the end you can use the following: string Trim_Decimal_Zeros(float f, integer keep_tenths_zero) { return llList2String(llParseString2List((string)f + "0!",llDeleteSubList(["",".0000000!","000000!","00000!","0000!","000!","00!","0!"],0,!!keep_tenths_zero),[]),0); } It has a parameter to allow keeping the tenths zero, too.
  20. They should have already implemented a ton of overhead monitoring to check for this, unless the cloud guy was removed. There are edge cases where this monitoring triggers false positives, too. LL simply needs to implement https://jira.secondlife.com/browse/BUG-6707 a region/parcel setting to block all script execution except for scripts compiled with experiences allowed on the land.
  21. There are many reasons one might want to stay logged while going AFK for an "extended" period of time. One of mine is to see what has been said in my many group chats.
  22. That is absurd, IMO. Find one that does.
  23. LL announced yesterday the feature set for Premium Plus is basically locked in so they shouldn't be adding anything else to it this year at least.
×
×
  • Create New...