Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | MAINT-2277 Yellow "fence" (selection) of the parcel doesn't update after ↵ | Kelly Washington | |
selecting the other parcel * Removed bogus check on matching parcel data coming in. | |||
2013-01-24 | MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksets | Kelly Washington | |
2013-01-23 | SH-3779 WIP - fully parse appearance message before trying to do anything ↵ | Brad Payne (Vir Linden) | |
with it | |||
2013-01-23 | SH-3534 WIP - better encapsulation of mUseServerBakes | Brad Payne (Vir Linden) | |
2013-01-23 | Added tag 3.4.5-beta3 for changeset e06898df8644 | Oz Linden | |
2013-01-23 | fixes and updates to DebugAvatarAppearanceMessage status line | Brad Payne (Vir Linden) | |
2013-01-22 | Added cof version information to DebugAvatarAppearanceMessage output | Brad Payne (Vir Linden) | |
2013-01-22 | merge changes for DRTVWR-287 | Oz Linden | |
2013-01-22 | tag merge of DRTVWR-287 | Oz Linden | |
2013-01-22 | Add debug level logging for Avatar by default. Will need to turn this off ↵ | Brad Payne (Vir Linden) | |
before general release, but will give us better debugging info during testing | |||
2013-01-19 | Adding stub for private artifacts | Don Kjer | |
2013-01-18 | merge | Brad Payne (Vir Linden) | |
2013-01-18 | SH-3344 WIP - more texture load monitoring | Brad Payne (Vir Linden) | |
2013-01-18 | Moving appearance utility deb to private repo | Don Kjer | |
2013-01-18 | tag merge of DRTVWR-286 | Oz Linden | |
2013-01-16 | MAINT-2247 Child object does not update rotation while selected. | Kelly Washington | |
2013-01-16 | MAINT-2242 Fix for shader compilation errors on Intel HD graphics chips. | Dave Parks | |
2013-01-16 | merge | Brad Payne (Vir Linden) | |
2013-01-16 | SH-3645 WIP - preserve item order after wearable save as | Brad Payne (Vir Linden) | |
2013-01-15 | SH-3339 WIP, SH-3645 WIP - added getActualDescription to obviate an ↵ | Brad Payne (Vir Linden) | |
obnoxious and widely-used workaround, re-create COF link after wearable edit to force COF version bump | |||
2013-01-15 | Fixed spelling error. | Logan Dethrow | |
2013-01-14 | SH-3632:Undo change is now disabled after you save and return to the edit ↵ | prep | |
out fit panel (this behavior is now make sunshine-internal consistent with 3.4.1) | |||
2013-01-14 | removed yet another logcontrol.xml commit | Brad Payne (Vir Linden) | |
2013-01-14 | Added tag 3.4.5-beta2 for changeset 6b9c7dbebef7 | Oz Linden | |
2013-01-14 | merge changes for DRTVWR-283 | Oz Linden | |
2013-01-14 | tag merge of DRTVWR-283 | Oz Linden | |
2013-01-11 | merge changes for DRTVWR-281 | Oz Linden | |
2013-01-11 | tag merge of DRTVWR-281 | Oz Linden | |
2013-01-11 | fix line endings | callum_linden | |
2013-01-11 | MAINT-417 Backed out changeset: 7273a1ac51e8 | Dave Parks | |
2013-01-11 | MAINT-1481: use 'mktemp -d' to generate tempdir. | Nat Goodspeed | |
Responding to Lex's code-review comments. | |||
2013-01-11 | MAINT-1481: Clean up update_install UI, including error output. | Nat Goodspeed | |
Capture actual error output from mkdir and mv; display it to user. Introduce mysudo function used by sudo_mv function for graphical sudo command. Since update_install actually only displays a single status message, just use zenity --info instead of a zenity progress box: need not update its message. Borrow semantics for clear_message and status functions from xmenity script. Introduce errorbox function so we only have to make zenity/xmessage test once. Move cleanup, onexit to top so we can use for clear_message. | |||
2013-01-11 | MAINT-1481: Remove xmenity script and viewer_manifest.py references. | Nat Goodspeed | |
2013-01-11 | SH-3639 WIP - cleaned up some diagnostics and added fault injection ability. ↵ | Brad Payne (Vir Linden) | |
Disabled inventory retries for now. | |||
2013-01-11 | merge | Brad Payne (Vir Linden) | |
2013-01-10 | Added tag 3.4.5-beta1 for changeset 40a2265058ab | Oz Linden | |
2013-01-10 | merge changes for DRTVWR-280 | Oz Linden | |
2013-01-10 | tag merge of DRTVWR-280 | Oz Linden | |
2013-01-10 | merge changes for DRTVWR-279 | Oz Linden | |
2013-01-10 | tag merge of DRTVWR-279 | Oz Linden | |
2013-01-10 | pull back release tag for 3.4.4 | Oz Linden | |
2013-01-10 | merge | Brad Payne (Vir Linden) | |
2013-01-10 | SH-3639 WIP - increased retry interval to allow for intermittent extremely ↵ | Brad Payne (Vir Linden) | |
slow responses | |||
2013-01-10 | MAINT-2209 Parcel name not updating after teleport | Kelly Washington | |
2013-01-10 | SH-3142: Added a debug option that circumvents the precache delay when ↵ | prep | |
teleporting. | |||
2013-01-10 | MAINT-1481: minor bug fix plus incomplete UI tweaks. | Nat Goodspeed | |
Test for existence of target name using -e rather than -f. (-d would work too, but in this case we must respond to any name collision, whether file or directory.) Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv command to its caller. If the attempt to move new install to actual viewer directory fails, restore previous viewer before failing. When redirecting the script's stderr to updater.log, first save existing stderr to another file descriptor, and restore it when we launch viewer. Otherwise updater.log ends up collecting the viewer's duplicate stderr log output! The construct 'exec ... | program' doesn't work. In fact it causes any other redirections on that command to fail too. Remove it -- real fix pending. | |||
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2013-01-09 | viewer-development merge | Baker Linden | |
2013-01-09 | [MAINT-2185] Unable to upload terrain .raw files | Baker Linden | |
- Fixed an issue where a slash was prepended to the beginning of the filename (which happened to be the full path) | |||
2013-01-09 | Added tag 3.4.4-release for changeset e1bb1ae7d8b1 | Oz Linden | |