Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-27 | MAINT-3027 remove CameraAspectRatio from Debug Settings | Mnikolenko Productengine | |
2016-12-27 | MAINT-7022 Crash in LLFloaterIMContainer::visibleContextMenuItem() | Mnikolenko Productengine | |
2016-12-26 | MAINT-965 FIXED Teleport to friend location in world map omits Z value | andreykproductengine | |
2016-12-22 | MAINT-7024 Release notes page was requested prior to proxy initialization. | andreykproductengine | |
2016-12-22 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2016-12-22 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-12-21 | merge | Brad Payne (Vir Linden) | |
2016-12-21 | MAINT-7005 - added ability to set base priority and joint priority in ↵ | Brad Payne (Vir Linden) | |
anim_tool.py | |||
2016-12-21 | Merged in MAINT-3609 | Andrey Kleshchev | |
2016-12-21 | MAINT-7021 Add minimum width for statistics floaters | Mnikolenko Productengine | |
2016-12-21 | MAINT-7020 llui/llfloater.cpp should not access settings | AndreyL ProductEngine | |
2016-12-20 | MAINT-3609 The sun was jumping acros the sky at set time | andreykproductengine | |
2016-12-20 | MAINT-7012 FIXED Crash in LLPanelEditWearable::isDirty() | Mnikolenko Productengine | |
2016-12-20 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-12-19 | MAINT-7009 backing out changeset 638ac620a500 (MAINT-4576) | andreykproductengine | |
2016-12-19 | Merged STORM-2142 | AndreyL ProductEngine | |
2016-12-19 | MAINT-7017 Stop All was preventing media from playing | andreykproductengine | |
2016-12-19 | MAINT-6761 Video that is not playing or paused should be stopped | andreykproductengine | |
2016-12-16 | MAINT-6899 Reduce width of floater tabs | Mnikolenko Productengine | |
2016-12-15 | Backed out changeset: b1a30962dd54 | AndreyL ProductEngine | |
2016-12-15 | Backed out changeset: f73be0eb9d00 | AndreyL ProductEngine | |
2016-12-15 | Backed out changeset: ebe10b4b1197 | AndreyL ProductEngine | |
2016-12-14 | MAINT-6999 Cap attachment render weight | andreykproductengine | |
2016-12-14 | MAINT-6899 Viewer should use fixed buttons instead of a scroll list for tabs ↵ | Mnikolenko Productengine | |
in Appearance floater | |||
2016-12-13 | MAINT-6978 Proxy should not be initialized outside of startLLProxy() | andreykproductengine | |
2016-12-13 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-12-13 | MAINT-6978 Simple additional logging | andreykproductengine | |
2016-12-13 | MAINT-7002 Crash in LLConversationViewSession::handleMouseUp() | Mnikolenko Productengine | |
2016-12-13 | MAINT-6994 Viewer still reports remaining capacity incorrectly during the ↵ | Mnikolenko Productengine | |
presence of an region object bonus. | |||
2016-12-13 | MAINT-6990 'Voice chat volume' floater is shown if you click in the right ↵ | Mnikolenko Productengine | |
side of resident name | |||
2016-12-12 | MAINT-6551 One of my avatars does not render correctly when ALM is disabled ↵ | Pavel Krivich | |
unless basic shaders are also disabled. | |||
2016-12-12 | MAINT-6125 - Mesh avatar deforms constantly | ruslantproductengine | |
MAINT-6910 - [MAINT-RC] Some mesh turns invisible when camera is moved on the Maint-RC viewer only - caused by fix for MAINT-6125. Commulative fix. Fixed for booth ticket's in indra/newview/llvovolume.cpp Remained fixed, it's a small code improvements which is not related to MAINT-6125, MAINT-6910 | |||
2016-12-09 | MAINT-6551 One of my avatars does not render correctly when ALM is disabled ↵ | pavelkproductengine | |
unless basic shaders are also disabled. | |||
2016-12-09 | MAINT-6840 start and pause doesn't wotk reliably and can get stuck | andreykproductengine | |
2016-12-09 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-12-08 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-test | Nat Goodspeed | |
2016-12-08 | MAINT-6729 Additional fix for crash in LLImageGL::analyzeAlpha() | AndreyL ProductEngine | |
2016-12-08 | MAINT-6979 Scroll bar in Appearance -> Wearing jumps up to the top each time ↵ | Mnikolenko Productengine | |
an attachment is detached | |||
2016-12-07 | DRTVWR-418: Apparently (some) Windows hosts still need freeport(). | Nat Goodspeed | |
This is the function in indra/llmessage/tests/testrunner.py that iterates through ports in a specified range, looking for an available one. Other platforms understand a specification of port 0 to mean: "You pick one. I'll just use whichever one you picked." | |||
2016-12-07 | DRTVWR-418: Make testrunner.run() avoid extra Thread altogether. | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Diagnostic prints to identify hangup | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Reinstate test that we THOUGHT was killing test run. | Nat Goodspeed | |
But since the real problem is quite different, try with that suspected test restored. | |||
2016-12-07 | DRTVWR-418: Fix a couple variable references in debugging output. | Nat Goodspeed | |
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 | DRTVWR-418: Remove duplicate testrunner.py | Nat Goodspeed | |
2016-12-06 | Fix minor error in forwarding shutdown_request() call. | Nat Goodspeed | |
2016-12-06 | Try even harder to ignore errors in llcorehttp's dummy server. | Nat Goodspeed | |
2016-12-06 | DRTVWR-418: Skip the whole of the failing llcorehttp test function. | Nat Goodspeed | |
2016-12-06 | DRTVWR-418: Skip the llcorehttp test that breaks test machinery. | Nat Goodspeed | |
Loath though I am to skip testing, this consistent failure is not a failure in the software being tested (llcorehttp) but rather in the dummy server with which we're testing it. | |||
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. |