Jump to content

panterapolnocy

Resident
  • Posts

    538
  • Joined

  • Last visited

Everything posted by panterapolnocy

  1. A blue "Arabian Nights" related experiment, which is not going outside of the walls of my house... unless I'd like to scare a few people away, which may actually be beneficial during Halloween. ~
  2. The video you've linked is the only recording I've made for a Governance Group meeting. Due to personal time constraints (EU time-zone; also taking care of TPV, Web, Land and Sim meetings already) I was not able to reliably cover Governance, sadly. For similar reasons I cannot film CCUG, Open Dev and Server Beta; I guess that this one is out of the radar, anyway.
  3. I generally don't do the Shameless Self Promotion thing, but this time it's more than relevant, I guess. Below: Recording of Mojo's first appearance during a Third Party Viewer meeting, his introduction and few comments: It is also worth to check these two: https://modemworld.me/2021/09/18/mojo-linden-the-labs-new-engineering-vp-discusses-sl-at-tpvd-meeting/ https://modemworld.me/2021/09/18/2021-ccug-and-tpv-developer-meetings-week-37-summary/
  4. In my case I'd say "like denim / jeans material", as my avatar wears that 99% of the time - same as I do in RL. In addition to that, a faint scent of oatmeal cookies could be detected... I always have some sweets with me. No, not for sharing. Shoo.
  5. I am aware that my "I have this problem as well" won't add much to the discussion, but sadly blocking the person itself (or people) is the only solution right now... until they create alts and start to spam from there. My own block list does have around 30 people and majority of them are merchants that blissfully ignore my queries about removing me from their "subscription lists". Maybe inventing a "list of blocked words" viewer-side, that would prevent IM from popping up if it would contain something from the list, could be a solution... but since "merchants" can also alternate wording it's an arms race in which end users are doomed to fail.
  6. I'd assume it's a web browser cache issue on arabella's side rather than any moron out there. I'd suggest attaching a screenshot of the "new layout" after clearing the cache and reloading the page - or just trying a different browser.
  7. You'd need to revisit preferences of your Firefox; To be exact: open the preferences window, click on the "Move & View" on the left -> poke the "Movement" tab at the top -> then make sure that "Double click on land" and "Single click on land" dropdowns do not have the "walk" selected.
  8. Works flawlessly - thanks! - I've managed to take a few pictures myself and glued them together, showing each for around two minutes. I do remember I've done something like this in the past with a Minecraft video, and I do remember using that metadata injection application, but everything there was in motion. Here, even as static images, the thingy looks interesting. ~
  9. Start with this: Open your inventory and make sure that you're wearing system skin, system eyes, system hair (hair base) and system shape.
  10. Well... https://downdetector.com/status/aws-amazon-web-services/
  11. @Arrehn Oberlandercheck https://jira.secondlife.com/browse/BUG-230735 ~ I would personally love to have this function and change EEP assets on the fly, to be in sync with my RL place via https://openweathermap.org/current plus the season of the year.
  12. This evening/night I watched the Caveman movie with my friend. A bit grotesque, especially in the stop-motion part; Pretty simple plot and humour, good for unwinding after a week of serious stuff.
  13. https://en.wikipedia.org/wiki/Upside_Down_(2012_film)
  14. For some reason I was called a giraffe several times by random residents (because of horns, maybe? I don't know) so I've decided to actually, finally, assemble something inspired by one. Effect... mediocre. Maybe if I'd start to eat leaves from trees... ~
  15. Do you have the "Show Hidden Selection" unchecked in Build menu at the top -> Options?
  16. I would start with something like this. May be a bit suboptimal, but should suffice for your goal. integer testTheName(string testName) { string allowedCharacters = " abcdefghijklmnopqrstuvwxyz"; integer nameMaxLength = 36; testName = llToLower(llStringTrim(testName, STRING_TRIM)); integer testLength = llStringLength(testName); if (testLength == 0 || testLength > nameMaxLength) { return FALSE; } integer i; while (i < testLength) { if (llSubStringIndex(allowedCharacters, llGetSubString(testName, i, i)) == -1) { return FALSE; } ++i; } return TRUE; } ownerSayWrapper(string thisName) { if (testTheName(thisName)) { llOwnerSay("Name '" + thisName + "' is valid."); } else { llOwnerSay("Name '" + thisName + "' is invalid"); } } default { touch_start(integer total_number) { ownerSayWrapper("Cookie Eater"); // Letters and space ownerSayWrapper("CookieEater123"); // Letters and numbers ownerSayWrapper("CookieEater"); // Letters without space ownerSayWrapper("OrangesBetterThanApples@"); // Letters and a special character ownerSayWrapper("Lorem ipsum dolor sit amet, consectetur adipiscing elit"); // Longer than gNameMaxLength } } [08:00:01] Object: Name 'Cookie Eater' is valid. [08:00:01] Object: Name 'CookieEater123' is invalid [08:00:01] Object: Name 'CookieEater' is valid. [08:00:01] Object: Name 'OrangesBetterThanApples@' is invalid [08:00:01] Object: Name 'Lorem ipsum dolor sit amet, consectetur adipiscing elit' is invalid Also... <?php if (preg_replace('([^a-zA-Z ])', '', $value) != $value) { echo 'Name is not valid'; return; } ?>
  17. Yes, you can have two different versions of Firestorm installed on your system (or any other viewer, I guess) - just install them into different folders on your computer - yet I'd strongly suggest to also separate setting files with command line parameters as well as cache locations to avoid possible conflicts. Note, that you may also need the SLURL proxy application.
  18. It seems to not be specific to Firestorm. I'd suggest you to take a look here: https://jira.secondlife.com/browse/SVC-7550
  19. You may want to check this page for command line parameters reference: http://wiki.secondlife.com/wiki/Viewer_parameters#Parameter_reference (...)/SecondLife.exe --login <firstname> <lastname> <password> It is however rather unsafe to keep password in open text like that, in the program's shortcut. You may eventually use the... --autologin ... if you're using only one account. This parameter does the "login in as last saved user".
  20. For the future readers: Firestorm 6.4.21 does have a way to hide the guidebook, it's just a matter of adding a "how to" / "guidebook" button to the toolbar and clicking on it. Proper menu options in Help menu are already added in the code repository and will be visible in all future versions (so starting from the next release). You may also want to take a look at https://jira.secondlife.com/browse/BUG-230982
  21. Check http://wiki.secondlife.com/wiki/LlGetNotecardLine#Examples for a working example that may help with your idea - instead of reading one string and treating it as CSV just read line after line; Each one would be a new record you'd be able to put into a list. Also, remember that "if the requested line is longer than 255 bytes the dataserver will return the first 255 bytes of the line."
  22. Yet just another colourless, professional look... but at least it fits the skin tone. ~
  23. You cannot prevent people from using camera in order to take a look at your home, if they're all located in the same parcel.
×
×
  • Create New...