Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | merge | Richard Linden | |
2013-01-11 | fix for mac builds | Richard Linden | |
2013-01-11 | MAINT-1481: use 'mktemp -d' to generate tempdir. | Nat Goodspeed | |
Responding to Lex's code-review comments. | |||
2013-01-11 | Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moved thread local storage to its own cpp file | |||
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-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fix for gcc build error | |||
2013-01-10 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
fixed gcc errors in llscenemonitor.cpp | |||
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-01-11 | gcc fixes | Andrew Meadows | |
2013-01-10 | merge changes for DRTVWR-280 | Oz Linden | |
2013-01-10 | MAINT-2209 Parcel name not updating after teleport | Kelly Washington | |
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-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | removed compiler flag not understood by OS X version of gcc | Andrew Meadows | |
2013-01-10 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | fix for invalid use of posix_memalign | Andrew Meadows | |
2013-01-10 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | SH-3468 WIP add memory tracking base class | Richard Linden | |
actually use return value of posix_memalign! | |||
2013-01-09 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | typo fix | Andrew Meadows | |
2013-01-09 | added newline to fix gcc builds | Richard Linden | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators | |||
2013-01-09 | fix a type casting error. | Xiaohong Bao | |
2013-01-09 | Automated merge with https://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-01-09 | fix the merge errors from the changeset 3eadda9666cf | Xiaohong Bao | |
2013-01-10 | yet more gcc fixes | Andrew Meadows | |
2013-01-10 | gcc fixes | Andrew Meadows | |
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-10 | gcc fixes | Andrew Meadows | |
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 | merge changes for DRTVWR-276 | Oz Linden | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for linux build issues | |||
2013-01-09 | More merge cleanup. | Dave Parks | |
2013-01-09 | More merge cleanup. | Dave Parks | |
2013-01-09 | Merge cleanup. | Dave Parks | |
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
cleaned up hacks used to get unit tests working LLTrace::init now supports recursive initialization/cleanup put NOMINMAX back in win32 header wrappers | |||
2013-01-08 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed Windows build problem (NOMINMAX redefinition) | |||
2013-01-08 | Merge | Xiaohong Bao | |
2013-01-08 | merge changes for DRTVWR-277 | Oz Linden | |
2013-01-08 | Automated merge with https://bitbucket.org/lindenlab/viewer-tiger | Dave Parks | |
2013-01-08 | remove duplicated return (merge artifact) | Oz Linden | |
2013-01-08 | merge changes for DRTVWR-250 | Oz Linden | |