Difference between revisions of "User:Opensource Obscure/JIRA"

From Second Life Wiki
Jump to navigation Jump to search
m (cleaning!)
m (→‎misc: feedback indicators are useful!)
Line 76: Line 76:
* https://jira.secondlife.com/browse/VWR-17985  Viewer 2.0: Need Busy Status button to remind/remove yourself from busy, as in 1.xx
* https://jira.secondlife.com/browse/VWR-17985  Viewer 2.0: Need Busy Status button to remind/remove yourself from busy, as in 1.xx
* https://jira.secondlife.com/browse/SVC-2810 IM to Email sending out messages that can't be replied to.
* https://jira.secondlife.com/browse/SVC-2810 IM to Email sending out messages that can't be replied to.
 
* https://jira.secondlife.com/browse/STORM-637 Scripts Progress windows Missing
* https://jira.secondlife.com/browse/VWR-22126 Only minimal feedback given using Content -> Permissions to change object inventory permissions
* https://jira.secondlife.com/browse/STORM-14 As a User, I want some notification or indicator when my bandwidth drops significantly so that I understand why my experience may be suffering


===Havok2010 phsyics===
===Havok2010 phsyics===

Revision as of 04:12, 28 April 2011

User page - JIRA - Interests - Groups - LSL - Places - Stores - Translations - other pages



This is some JIRA stuff I'm currently focusing on. You're welcome to read this page, and you may even find it useful, but it's mostly a personal scrapbook page.

Current Sprint: Sprint 16 - Due: 13/May (not 6/May like stated here.


in attesa di intervento / commento da parte di LL


snapshots


web profiles

Linux misc


inventory


camera/rendering


shortcuts


favorites

  • https://jira.secondlife.com/browse/STORM-842 "Start at" list isn't populated with favorites if user name is typed in fashion "firstname.lastname"
  • Affect:
    • Second Life Release 2.6.3 (227447)
    • Second Life Beta 2.6.5 (227385)
  • Feedback:
    • start with a fresh viewer (no local settings)
    • make some favorites changes
    • report the results
    • keep the viewer log file on each restart
      • if problem is reproducible, attach all log files
    • no need to delete cache
    • less-than-ideal sim ping time (Europe) not a big deal


misc

Havok2010 phsyics

  1. bug island and bug island 2 also have the "mesh-prep" branch
  2. The 10cm gap on all fixed prims and on physical convex prims has been removed
  3. SVC-5880 should be fixed, assuming your vehicles are sensibly built (no concave prims for wheels)


textures loading

Texture frequently shows grey when running script that cycles thru 5 textures with a llSleep(1.3) between each

llSetPrimitiveParams( [ PRIM_TEXTURE, FACE, texture, REPEATS, OFFSETS, RADIANS ]);

or

llSetLinkPrimitiveParamsFast( link, [ PRIM_TEXTURE, FACE, texture, REPEATS, OFFSETS, RADIANS ]);

or

llSetTexture(texture, ALL_SIDES);

on a small sculpted prim.

integer FACE = 0; /// a sculpts only face
vector REPEATS = <1, 1, 0>;
vector OFFSETS = <0, 0, 0>;
float RADIANS = 0;
integer link = 16;

Using "texture name" and storing the five textures in CONTENTS fails the same as using the UUID of the texture. Running the same script as above but on a regular prim (instead of a sculpt) and with a sleep of 10 seconds between each texture change – produces similar failure. (Texture shows as grey or blurred on ocassions but frequently enough).


MY REPORTS


TEST PLANS


META ISSUES