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

From Second Life Wiki
Jump to navigation Jump to search
m (minore)
m (updated)
Line 4: Line 4:


== richiedere intervento / commento da parte di LL ==
== richiedere intervento / commento da parte di LL ==
* https://jira.secondlife.com/browse/SVC-2283 Sending postcards severely slows simulator performance - this issue should be closed
* https://jira.secondlife.com/browse/VWR-25506 Investigate restrictions on storing and exchanging inventory items within prims and notecards - are those results useful? should testing go on?
* https://jira.secondlife.com/browse/VWR-25506 Investigate restrictions on storing and exchanging inventory items within prims and notecards - are those results useful? should testing go on?
* https://jira.secondlife.com/browse/SVC-6898 Switching language in preferences creates new calling cards folders for each language
* https://jira.secondlife.com/browse/SVC-6898 Switching language in preferences creates new calling cards folders for each language
* https://jira.secondlife.com/browse/VWR-25566 New error message mentions "need to restart Second Life and log into a new region for the next 30 minutes to an hour" - could we have more details about this new scenario?
* https://jira.secondlife.com/browse/VWR-25566 New error message mentions "need to restart Second Life and log into a new region for the next 30 minutes to an hour" - could we have more details about this new scenario?
* https://jira.secondlife.com/browse/SVC-5387 Snapshot to postcard failure - how to provide more helpful feedback?
* https://jira.secondlife.com/browse/SOCIAL-868 - Save-Publish Snapshots to Facebook, Twitter, KOINUP, Photobucket, Flickr, etc. - this request has been closed, we'd like a comment about the reason
* https://jira.secondlife.com/browse/SOCIAL-868 - Save-Publish Snapshots to Facebook, Twitter, KOINUP, Photobucket, Flickr, etc. - this request has been closed, we'd like a comment about the reason


Line 16: Line 14:
* https://jira.secondlife.com/browse/SOCIAL-868 [PUBLIC] - Save-Publish Snapshots to Facebook, Twitter, KOINUP, Photobucket, Flickr, etc.
* https://jira.secondlife.com/browse/SOCIAL-868 [PUBLIC] - Save-Publish Snapshots to Facebook, Twitter, KOINUP, Photobucket, Flickr, etc.
* https://jira.secondlife.com/browse/SVC-5387 Snapshot to postcard failure
* https://jira.secondlife.com/browse/SVC-5387 Snapshot to postcard failure
** If you can repro, check out your viewer log and see if it's reporting more detail about the failure, specifically an HTTP error code and message.
===web profiles===
===web profiles===
* https://jira.secondlife.com/browse/VWR-25485 When I click on a person's "Profile" to view it, my own profile comes up, even if I try again, the same issue occurs, I see my profile and not theirs.
* https://jira.secondlife.com/browse/VWR-25485 When I click on a person's "Profile" to view it, my own profile comes up, even if I try again, the same issue occurs, I see my profile and not theirs.

Revision as of 09:17, 27 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.

richiedere intervento / commento da parte di LL

WORKING ON

snapshots

web profiles

Linux misc

favorites

inventory

calling cards

camera/rendering

shortcuts

HOT

MY REPORTS

TEST PLANS

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).

COMPILING/BUILDING


META ISSUES