[sldev] [PATCH] One for review, few others for consideration

Kitty sldev at catznip.com
Thu Jul 23 16:18:14 PDT 2009


*waves*

I added a few patches for some really minor bugs to JIRA last week and Rob
Linden added a comment suggesting to poke SLdev for peer-review
(particularly for VWR-5063) and/or possible consideration in SnowGlobe for
some of the others.

Thanks in advance to anyone who takes a look :).

Kitty

---

VWR-5063 - Cannot attach multiple objects via wear
http://jira.secondlife.com/browse/VWR-5063

At the core the patch is rather trivial:
1) splits the RezMultipleAttachmentsFromInv message sending code from
wear_inventory_category_on_avatar_step2 to its own function
2) doToSelected in llinventoryactions.cpp is changed to use the above
function and send one RezMultipleAttachmentsFromInv for multiple attaches
(and fall through to RezSingleAttachmentFromInv for a single one)
3) if some (or all) of the items in (2) reside in the library they need to
be copied over to the agent's inventory first which is where
LLWearAttachmentsCallback comes in

Most of it really is copy/paste with a bit of glue to make it come together.

---

VWR-14766 - Separators aren't skipped when navigating a menu with the up
arrow
http://jira.secondlife.com/browse/VWR-14766

---

VWR-14666 - Mouselook gets stuck in an intermediate state when switching
away and back from full-screen
http://jira.secondlife.com/browse/VWR-14666

---

VWR-2485 - Pie menu remains after switch to Mouselook
http://jira.secondlife.com/browse/VWR-2485

(Comment about placement from me)

---

VWR-7241 - Communication window is not keeping its minimized state after
going into Mouselook http://jira.secondlife.com/browse/VWR-7241

(Comment from both me and Rob Linden on whether the commented out line is
there for a reason, or whether it's truly redundant)

---

VWR-14765 - Viewer crashes when quitting from the login screen while the
focus is on the grid selection combobox
http://jira.secondlife.com/browse/VWR-14765

---

VWR-14767 - Closing the build floater in mouselook doesn't select the proper
toolset
http://jira.secondlife.com/browse/VWR-14767

---

VWR-10780 - Take off Items inventory folder option removes eyes
http://jira.secondlife.com/browse/VWR-10780



More information about the SLDev mailing list