Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | DRTVWR-418: Revamp testrunner to shutdown server Thread at end. | Nat Goodspeed | |
Instead of having testrunner.run()'s caller pass a Thread object on which to run the caller's server instance's serve_forever() method, just pass the server instance. testrunner.run() now constructs the Thread. This API change allows run() to also call shutdown() on the server instance when done, and then join() the Thread. The hope is that this will avoid the Python runtime forcing the process termination code to 1 due to forcibly killing the daemon thread still running serve_forever(). While at it, eliminate calls to testrunner.freeport() -- just make the runtime pick a suitable port instead. | |||
2016-12-06 | MAINT-6963 Object's name is not changed in inventory if object in attached ↵ | Mnikolenko Productengine | |
state was renamed through Edit floater. | |||
2016-12-05 | Automated merge with lindenlab/viewer64 (itself, merged from viewer-release ↵ | Callum Prentice | |
after bento/5.0 release) | |||
2016-12-05 | merge changes for 5.0.0-release | Oz Linden | |
2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-12-05 | update copying of fmodex{64}.dll to right place for 32/64 bit builds | Callum Prentice | |
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-12-05 | increment viewer version to 5.0.1 | Oz Linden | |
2016-12-05 | lower the verbosity of makensis to emit only warnings and errors | Oz Linden | |
2016-12-05 | Backed out changeset: ffffbe002ff2 | AndreyL ProductEngine | |
Finally reverting the MAINT-4488 (see BUG-37693 for details) | |||
2016-12-02 | show the build address size in the About box | Oz Linden | |
2016-12-02 | Merged in MAINT-6562 | Andrey Kleshchev | |
2016-12-01 | MAINT-6974 FIXED '[ERROR_MESSAGE]' dialog is shown if try to bulk apload any ↵ | Mnikolenko Productengine | |
.txt file | |||
2016-12-01 | MAINT-6562 Avatar COF was occasionally failing to update because Not Found | andreykproductengine | |
2016-12-01 | Ignore plugin warnings on linux | Mnikolenko Productengine | |
2016-11-30 | DRTVWR-418: Adjust for LL_VIEWER_CHANNEL coming in unquoted. | Nat Goodspeed | |
Evidently the LL_VIEWER_CHANNEL macro (defined on the compiler command line) used to contain enclosing double quotes. Something changed (newer CMake version?) so that the macro now expands as Second Life Release rather than as "Second Life Release". That leads to syntax errors when it's used. Add C++ preprocessor trickery to stringize the value of the macro. | |||
2016-11-30 | DRTVWR-418: Flesh out the set of Platform_arch_Manifest classes. | Nat Goodspeed | |
2016-11-30 | MAINT-6803 Account for deselection | andreykproductengine | |
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-11-30 | MAINT-6970 FIXED Crash in LLFloaterPermsDefault::updateCap() | Mnikolenko Productengine | |
2016-11-30 | Merged in maxim_productengine/viewer-neko_maint2 (pull request #104) | Andrey Lihatskiy | |
MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find() | |||
2016-11-29 | MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find() | Mnikolenko Productengine | |
2016-11-29 | Merged in Ansariel/viewer-neko-ui-scaling (pull request #98) | Andrey Lihatskiy | |
More improvements for UI scaling detection | |||
2016-11-29 | MAINT-6729 Fix crash in LLImageGL::analyzeAlpha() | AndreyL ProductEngine | |
2016-11-25 | Fix UI scaling changed notice showing up on startup if system UI scale ↵ | Ansariel | |
factor changed during last session | |||
2016-11-25 | Don't resize viewer window if UI scaling didn't change | Ansariel | |
2016-11-19 | STORM-2143 Correct vertex winding of stars | Drake Arconis | |
2016-11-29 | Merged in MAINT-6803 face cycling | Andrey Kleshchev | |
2016-11-29 | MAINT-6936 Black screen following toggle to wireframe in photo dialogue. | Mnikolenko Productengine | |
2016-11-28 | MAINT-6962 Viewer crashes when saving sky preset and clicking "Save" button ↵ | Mnikolenko Productengine | |
twice | |||
2016-11-25 | MAINT-6961 FIXED Some textures(copied from Library) couldn't be set as ↵ | Mnikolenko Productengine | |
Outfit image via "Select image" although drag and drop works fine | |||
2016-11-23 | MAINT-6951 Fixed Appearance panel causing camera movement regardless of ↵ | andreykproductengine | |
circumstance. | |||
2016-11-23 | MAINT-6919 New SKU description doesn't fit in REGION/ESTATE ->Region tab | Mnikolenko Productengine | |
2016-11-23 | MAINT-6957 A high object bonus can cause incorrect parcel land capacity to ↵ | Mnikolenko Productengine | |
appear in the build tool's Advanced floater | |||
2016-11-22 | MAINT-6949 Visual Outfit Browser - rename worn outfit is not reflected in ↵ | Mnikolenko Productengine | |
gallery view | |||
2016-11-21 | Merged in Ansariel/storm-2141 | AndreyL ProductEngine | |
2016-11-21 | MAINT-6938 Fixed Inventory gear menu, 'empty' entries are always enabled. | andreykproductengine | |
2016-11-18 | MAINT-2141 Fix for Sky Cloud Coverage reverting. | andreykproductengine | |
2016-11-17 | DRTVWR-418: Provide Darwin_i686_Manifest alias to Darwin_i386_Manifest. | Nat Goodspeed | |
It's never been clear to me why Macs tend to refer to 32-bit Intel processors as i386 when other platforms tend to refer to them as i686. New CMake logic to derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a Darwin_i686_Manifest class alias so it continues to work when arch is passed as i686 as well as i386. | |||
2016-11-16 | STORM-2142 Tweaks to some of the 4 combined issues | Jonathan Yap | |
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-11-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-11-15 | increment viewer version to 4.1.3 | Oz Linden | |
2016-11-14 | STORM-2141: Fix various inventory floater related issues: | Ansariel | |
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path * Closing new inventory windows don't release memory * During shutdown legacy and inoperable code for inventory window cleanup is called * Remove old and unused inventory legacy code | |||
2016-11-11 | MAINT-6915 - fixed a bug in Reset Skeletons And Animations. For self avatar, ↵ | Brad Payne (Vir Linden) | |
this will now be equivalent to reset skeleton + stop animating me. | |||
2016-11-11 | MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned ↵ | Brad Payne (Vir Linden) | |
matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage. | |||
2016-11-10 | MAINT-6882 4k monitor with maximized window overwhelms low end GPUs and ↵ | pavelkproductengine | |
crashes viewer | |||
2016-11-09 | MAINT-6915 - option for Reset Skeleton And Animations. | Brad Payne (Vir Linden) | |
2016-11-08 | Backed out changeset: fb2eb1a59be6 | AndreyL ProductEngine | |
Reverting MAINT-6125 |