Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-03 | Fix for sh-4221 Sometimes ctrl+q needed to be hit twice | prep | |
2013-06-03 | SH-3635 WIP - unstick outfit change if stuck beyond a certain time range | Brad Payne (Vir Linden) | |
2013-05-31 | SH-3635 WIP | Brad Payne (Vir Linden) | |
2013-05-30 | SH-4147 FIX Macro avatar hover gets reset on relog | Nyx 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-29 | SH-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-29 | increment version to 3.5.4 | Oz Linden | |
2013-05-28 | Sh-4035: Updated implementation according to new specs. Fixed a couple of ↵ | prep@lindenlab.com | |
outstanding bugs. | |||
2013-05-24 | SH-4207 WIP - use item updates with callback when updating link ↵ | Brad Payne (Vir Linden) | |
descriptions. Reworked updateAppearanceFromCOF() cof-validation stages. | |||
2013-05-24 | SH-4027 WIP - initial implementation of item update via AIS. | Brad Payne (Vir Linden) | |
2013-05-23 | MAINT-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-21 | merge changes for maint-2628 | Oz Linden | |
2013-05-21 | merge changes for chop-947 | Oz Linden | |
2013-05-21 | BUG-2432: Crashfix. Don't call map::erase when the iterator is not valid. | Oz Linden | |
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-05-21 | CHOP-947: create summary.json (really python) metadata file for TeamCity results | Oz Linden | |
2013-05-21 | CHOP-948: correctly persist the UpdaterWillingToTest preference | Oz Linden | |
2013-05-20 | SH-4200 FIX - retry ais ops on 5xx errors, dialed back some verbose logging. | Brad Payne (Vir Linden) | |
2013-05-17 | increment version to 3.5.3 to be higher than the release | Oz Linden | |
2013-05-17 | SH-4200 WIP - added AISCommand classes with retry capabilities. | Brad Payne (Vir Linden) | |
2013-05-17 | merge | Brad Payne (Vir Linden) | |
2013-05-16 | SH-4168 FIX Inventory: Loading... Loading... shown on folders | Richard Linden | |
cleaned up logic for displaying "loading..." message so that it only applies to folders that are opened whose contents aren't yet loaded | |||
2013-05-16 | SH-4175 WIP - removed a case where we request to delete the base outfit link ↵ | Brad Payne (Vir Linden) | |
twice when changing outfits | |||
2013-05-15 | SH-4175 WIP - Avoid add to outfit or remove from outfit when an outfit ↵ | Brad Payne (Vir Linden) | |
change is already in progress | |||
2013-05-15 | MAINT-2665: fix crashes being counted as wrong type in last_exec_event due ↵ | Oz Linden | |
to log macro wrapper | |||
2013-05-15 | SH-4197 FIX - also simplified the category remove flow for AIS, don't need ↵ | Brad Payne (Vir Linden) | |
to purge descendents first. | |||
2013-05-15 | SH-4144 FIX - removed UseAISv3Inventory debug settings - cap is now managed ↵ | Brad Payne (Vir Linden) | |
sim-side | |||
2013-05-14 | merge | Brad Payne (Vir Linden) | |
2013-05-13 | SH-4168 WIP, SH-4155 WIP - update inventory model based on ais returns, try ↵ | Brad Payne (Vir Linden) | |
to maintain loading... string more consistently in folder bridge | |||
2013-05-13 | SH-4035: Removed prompt to save if av just has outfit changes and you click ↵ | prep@lindenlab.com | |
on the back button | |||
2013-05-13 | SH-4035: Hooked up logic to handle 'me->appearance'. Refactored out some ↵ | prep@lindenlab.com | |
commonly used code in llfloatersidepanelcontainer | |||
2013-05-13 | merge | Brad Payne (Vir Linden) | |
2013-05-10 | merge | prep@lindenlab.com | |
2013-05-10 | SH-4035: Removed prompt to save if av just has outfit changes. Hooked up ↵ | prep@lindenlab.com | |
logic to handle ctrl+w and ctrl+shift+w confirmation prompts | |||
2013-05-10 | BUILDFIX capitalization error | Nyx Linden | |
2013-05-10 | merge | Nyx Linden | |
2013-05-10 | DEBUG adding additional logging for avatar height | Nyx Linden | |
usually disabled, enable avatar in logcontrol.xml to get output. | |||
2013-05-10 | SH-4176 WIP - allow retries on 4xx errors if enabled by flag. So enable in ↵ | Brad Payne (Vir Linden) | |
the case of appearance requests. | |||
2013-05-10 | SH-4176 WIP - avoid raw dump of whole error contents in log file | Brad Payne (Vir Linden) | |
2013-05-10 | SH-4176 WIP - tweaks to debugCOF(), which shows differences between viewer ↵ | Brad Payne (Vir Linden) | |
and server side views of the COF when a mismatch occurs | |||
2013-05-09 | SH-4176 WIP - made debugCOF() slightly harder to get to. | Brad Payne (Vir Linden) | |
2013-05-09 | MAINT-2647 Fix for some objects not rendering until first LoD switch/selection. | Dave Parks | |
2013-05-09 | merge | Brad Payne (Vir Linden) | |
2013-05-09 | MAINT-2665 FIX Crashes not being reported in some cases | Richard Linden | |
made marker file lock use append, not truncate | |||
2013-05-09 | SH-4168 WIP - fixed some bugs in inventory deletion and lost-and-found handling. | Brad Payne (Vir Linden) | |
2013-05-08 | merge | Nyx Linden | |
2013-05-08 | SH-4048 SH-4171 SH-4046 FIX avatar sinks into ground, updates sent to observers | Nyx Linden | |
Avatar preview code was triggering avatar size updates, which were causing the avatar's height above the ground to change when the previews were rendered. Also added code to suppress appearance updates being sent out while in appearance editing mode. | |||
2013-05-07 | SH-4154 FIX - added a few more validity checks. Disabled by default so users ↵ | Brad Payne (Vir Linden) | |
won't have logs spammed. | |||
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-05-06 | SH-4147 FIX macro avatars with low hover look wrong after relog | Nyx Linden | |
Preventing hover limit from being applied during startup or shutdown when the rigged mesh may not be fully loaded. | |||
2013-05-03 | MAINT-2655: "Block button in permissions dialog prompt does not block object" | Kelly Washington | |
* Fix mute button. |