summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-06-27SH-4300 WIP - added order validationBrad Payne (Vir Linden)
2013-06-26SH-4300 WIP - set wearable ordering desc fields in slammer during ↵Brad Payne (Vir Linden)
updateCOF(), should need to go item-by-item fairly rarely.
2013-06-26SH-4300 WIP - removed unused update_base_outfit stuff in ↵Brad Payne (Vir Linden)
updateClothingOrderingInfo()
2013-06-26SH-4305 WIP - cleanupBrad Payne (Vir Linden)
2013-06-26SH-4305 WIP - one more case where we need to use slammer to update categoryBrad Payne (Vir Linden)
2013-06-26SH-4305 WIP - fix for compiler grumbling on linux build.Brad Payne (Vir Linden)
2013-06-25SH-4305 WIPBrad Payne (Vir Linden)
2013-06-25SH-4243 FIX - removed wait for category creation, since callback-based cap ↵Brad Payne (Vir Linden)
only works correctly if a recent fix is deployed server-side. May revisit at some point.
2013-06-24SH-4243 WIP - cleaned up callback structure for createNewCategory, modified ↵Brad Payne (Vir Linden)
makeNewOutfitLinks() to wait for category creation before populating.
2013-06-24mergeBrad Payne (Vir Linden)
2013-06-21SH-4240 FIX Users can set their hover height to 0Nyx Linden
Adjusted the startup conditions, and relogging should apply the enforcement as appropriate now. Note that this affects the startup enforcement and should re-test the macro avatar loading bug.
2013-06-19SH-4263 FIX - added yet another level of callback kludgery to ↵Brad Payne (Vir Linden)
updateAppearanceFromCOF()
2013-06-18mergeBrad Payne (Vir Linden)
2013-06-18SH-4237 WIP - removed somewhat misleading warningBrad Payne (Vir Linden)
2013-06-18mergeBrad Payne (Vir Linden)
2013-06-18SH-4262 WIP - fix for the reordering bug in AIS regions.Brad Payne (Vir Linden)
2013-06-18merge with viewer-releaseNyx Linden
2013-06-18SH-4275: Fixed regression - appearances are no longer broadcasted before ↵prep@lindenlab.com
exiting appearance editor
2013-06-17SH-4274 FIX Adding RegionHandshakeReply flags for SSANyx Linden
Adding a flag to hint to the sim that this viewer knows how to handle AvatarAppearance messages for self in SSA-enabled regions.
2013-06-17SH-4237 WIP - logging cleanup in onAIS handlingBrad Payne (Vir Linden)
2013-06-17mergeBrad Payne (Vir Linden)
2013-06-17SH-4238 WIP - postpone calling notifyObservers until all deletes are processed.Brad Payne (Vir Linden)
2013-06-14WIP: sh-4035 backed out changes to appearance window confirmationprep@lindenlab.com
2013-06-13SH-4250 WIP - logging tweaks and cleanupBrad Payne (Vir Linden)
2013-06-10mergeBrad Payne (Vir Linden)
2013-06-10SH-4216 WIP - finished item/cat update and reorg of aisv3 codeBrad Payne (Vir Linden)
2013-06-07sh-4109: Update agent appearance after attaching a rigged meshprep@lindenlab.com
2013-06-07SH-4216 WIP - moved AISv3 commands and responders to llaisapi.* filesBrad Payne (Vir Linden)
2013-06-07SH-4216 WIP - broke up the onAISUpdateReceived monolithBrad Payne (Vir Linden)
2013-06-06SH-4166 WIP - fix for a permissions issue that was preventing cof-created ↵Brad Payne (Vir Linden)
links from being reordered in outfits.
2013-06-06SH-4234 FIX - the only persistent failure seen was caused by a broken link ↵Brad Payne (Vir Linden)
in the outfit. Modified updateIsDirty() to ignore broken links.
2013-06-05mergeBrad Payne (Vir Linden)
2013-06-05SH-3635 WIP - logging cleanup, moved some big dumps into separate XML filesBrad Payne (Vir Linden)
2013-06-05SH-3635 WIP - COF slammer works in AISv3 regions. Extensive rework of ↵Brad Payne (Vir Linden)
onAISUpdateReceived.
2013-06-03SH-4035 spec change. If you revert after quiting, SL shutsdown.prep
2013-06-03SH-4166 WIP - COF-slammer infrastructure working for non-AIS case.Brad Payne (Vir Linden)
2013-06-03Fix for sh-4221 Sometimes ctrl+q needed to be hit twiceprep
2013-06-03SH-3635 WIP - unstick outfit change if stuck beyond a certain time rangeBrad Payne (Vir Linden)
2013-05-31SH-3635 WIPBrad Payne (Vir Linden)
2013-05-30SH-4147 FIX Macro avatar hover gets reset on relogNyx Linden
Hover minimum enforcement was getting triggered on relog for macro avatars before the joint offsets were applied when loading the avatar. Added code to verify that all attachments in COF have been rezzed, and all attached objects are not in the process of being rebuilt to the enforcement code. This should verify that we only apply the hover value enforcement when all rigged meshes are actually loaded before enforcing minimum hover value
2013-05-29SH-4222 FIX, SH-3635 WIP - start of stuck-appearance checker, always ↵Brad Payne (Vir Linden)
increment folder version when a contained item is updated.
2013-05-29increment version to 3.5.4Oz Linden
2013-05-28Sh-4035: Updated implementation according to new specs. Fixed a couple of ↵prep@lindenlab.com
outstanding bugs.
2013-05-24SH-4207 WIP - use item updates with callback when updating link ↵Brad Payne (Vir Linden)
descriptions. Reworked updateAppearanceFromCOF() cof-validation stages.
2013-05-24SH-4027 WIP - initial implementation of item update via AIS.Brad Payne (Vir Linden)
2013-05-23MAINT-2724: Make viewer explicitly set coroutine stack size.Nat Goodspeed
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void.
2013-05-21merge changes for maint-2628Oz Linden
2013-05-21merge changes for chop-947Oz Linden
2013-05-21BUG-2432: Crashfix. Don't call map::erase when the iterator is not valid.Oz Linden
2013-05-21mergeBrad Payne (Vir Linden)