Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-05 | MAINT-2155: replace embedded mac-updater.app with a Python script. | Nat Goodspeed | |
Remove mac-updater subtree from viewer source, along with the update_install bash script that invoked it. Remove all mention of mac-updater in CMakeLists.txt files and in viewer_manifest.py. Change Mac update_install bash script references in viewer_manifest.py and in llupdaterservice.cpp (which invokes it) to new Python update_install.py. Add update_install.py, messageframe.py (which puts up some Tkinter UI) and janitor.py (cloned from vita, it's exactly what we need here). | |||
2012-12-17 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-12-17 | MAINT-2134: Removing llassert() calls that were causing problems with the ↵ | William Todd Stinson | |
Debug and RelWithDebInfo builds. Also, reworked the rest of the methods to only apply in cases where the class instance has been initialized. | |||
2012-12-14 | merge changes for DRTVWR-224 | Oz Linden | |
2012-12-13 | merge fixes from 3.4.3-beta3 | Oz Linden | |
2012-12-13 | merge changes for DRTVWR-267 | Oz Linden | |
2012-12-13 | merge changes for DRTVWR-244 | Oz Linden | |
2012-12-12 | MAINT-2082: fix deletion of an autoreplace list | Oz Linden | |
2012-12-12 | MAINT-2051: Implement replacement of an existing autoreplace list | Oz Linden | |
2012-12-11 | Merged from viewer-release | Aura Linden | |
2012-12-05 | merge changes for MAINT-1955 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-259 | Nat Goodspeed | |
2012-12-05 | merge changes for MAINT-1951 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-257 | Nat Goodspeed | |
2012-12-05 | merge changes for MAINT-1953 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-258 | Nat Goodspeed | |
2012-12-05 | merge changes for MAINT-1979 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-256 | Nat Goodspeed | |
2012-12-05 | merge changes for MAINT-1955, MAINT-1958 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-254 | Nat Goodspeed | |
2012-12-04 | merge changes for DRTVWR-253 | Nat Goodspeed | |
2012-12-04 | MAINT-1953 Run through viewer stats and update GPU table with missing ↵ | Dave Parks | |
entries and new expected OpenGL versions | |||
2012-12-04 | merge changes for MAINT-1953 | Nat Goodspeed | |
2012-12-03 | more for MAINT-1955: Viewer crashes while login after clearing cache | Xiaohong Bao | |
2012-12-03 | MAINT-1979 Viewer crashes while attempting to join group in the moment of ↵ | Kelly Washington | |
loading group members * Fix one race condition that could dereference a dangling pointer. reviewed with Simon and Baker. | |||
2012-11-30 | MAINT-1958 Trivial change to kick teamcity into behaving. | Dave Parks | |
2012-11-30 | MAINT-1958 More robust error handling -- handle the case where the FBO ↵ | Dave Parks | |
allocation failure occurs when enabling lighting and shadows. | |||
2012-11-30 | MAINT-1958 Fix for linux build after transplant. | Dave Parks | |
2012-11-27 | merge changes for DRTVWR-230 | Oz Linden | |
2012-11-26 | fix for MAINT-1955: Viewer crashes while login after clearing cache | Xiaohong Bao | |
2012-11-26 | MAINT-1958 Fix for crash on OSX when resizing window with deferred rendering ↵ | Dave Parks | |
enabled. Reviewed by VoidPointer | |||
2012-11-26 | MAINT-1953 Add NVIDIA GT 230 to gpu table | Dave Parks | |
2012-11-26 | MAINT-1950 Add hashmarks to detail slider and put "Ultra" back in ↵ | Dave Parks | |
setGraphicsLevel Reviewed by Simon | |||
2012-11-26 | merge changes for DRTVWR-249 | Oz Linden | |
2012-11-20 | merge changes for DRTVWR-247 | Oz Linden | |
2012-11-20 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-20 | merge changes for DRTVWR-246 | Oz Linden | |
2012-11-20 | merge changes for DRTVWR-229 | Oz Linden | |
2012-11-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-19 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | merge changes for DRTVWR-245 | Oz Linden | |
2012-11-16 | MAINT-1890 FIX Removing previous hacky fix for this issue. The better ↵ | William Todd Stinson | |
solution is to clamp the update_period to a reasonable number of frames (32). | |||
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives. | |||
2012-11-16 | Certain test and example programs now need the Boost.System library. | Nat Goodspeed | |
2012-11-16 | Remove sensitivity to Boost library versions in viewer_manifest.py. | Nat Goodspeed | |
2012-11-14 | DRTVWR-241: resolve merge conflict with viewer-development. | Nat Goodspeed | |
LLUI::setupPaths() went away with DRTVWR-210. | |||
2012-11-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-14 | merge changes for 3.4.2-beta4 | Oz Linden | |
2012-11-13 | DRTVWR-210: sanitize ampersand embedded in strings.xml messages | Nat Goodspeed | |