Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-13 | SL-16497 Fix inventory update recursion | Andrey Kleshchev | |
2021-12-13 | SL-16496 Added the retry counter for Vivox daemon connect | Andrey Lihatskiy | |
2021-12-09 | SL-16450 gcc compatibility | Andrey Kleshchev | |
2021-12-08 | SL-16105 Crash at LLTrackBlenderLoopingManual's setPosition | Andrey Kleshchev | |
User opened editor, pressed play, according to logs environment wasn't loaded yet, asset had yet to arrive. | |||
2021-12-08 | SL-16105 Fix Day cycle editor not expecting an asset | Andrey Kleshchev | |
2021-12-08 | SL-16450 Don not crash viewer in case of invalid data type | Andrey Kleshchev | |
2021-12-07 | SL-16450 Remake XMLRPC parsing into a switch(type) | Andrey Kleshchev | |
For better clarity. Also added xmlrpc_type_base64 and xmlrpc_type_mixed support. | |||
2021-12-07 | SL-16450 Fix LLEventNotifier not expecting ISO date | Andrey Kleshchev | |
2021-12-07 | SL-16450 handling additional xmlrpc_types | Andrey Kleshchev | |
2021-12-06 | SL-16446 Crash at loginToVivox when viewer quits | Andrey Kleshchev | |
2021-12-06 | SL-12456 Disable NSWindowIsRestorable to avoid crashing | Andrey Lihatskiy | |
2021-12-03 | SL-16443 Fix crash at showAdvanced | Andrey Kleshchev | |
2021-12-03 | SL-16434 Crash opening landmarks | Andrey Kleshchev | |
potentially due to corrupted install, handling just in case | |||
2021-12-03 | SL-16438 Machine id for Linux is always 0 | Andrey Kleshchev | |
2021-12-03 | SL-16434 Fix menu localization | Andrey Kleshchev | |
2021-11-25 | SL-16412 More region coroutine crashes | Andrey Kleshchev | |
LLViewerRegionImpl (mImpl) exists only so long as region does, and regions get cleaned before coroutines are cleaned. | |||
2021-11-25 | SL-16413 Handle out of memory llface allocations | Andrey Kleshchev | |
2021-11-24 | SL-16404 Crash in assetRequestCoro | Andrey Kleshchev | |
Access violation at writing received data to vfs file. Most crashes indicate network issues, so adding additional response validation. | |||
2021-11-23 | SL-16396 Updater fails with "takes exactly 3 arguments" error | Andrey Kleshchev | |
2021-11-22 | SL-16106 LLScopedIncrement crash | Andrey Kleshchev | |
2021-11-18 | SL-15794 Rapidly clicking objects or attachments triggers teleport | Andrey Kleshchev | |
All doubleclicks should be treated as clicks in scope of editor | |||
2021-11-18 | SL-14992 fmod shutdown crash | Andrey Kleshchev | |
2021-11-18 | SL-16235 Restart music in case of an error | Andrey Kleshchev | |
Additional logging | |||
2021-11-18 | SL-16235 Update fmod to 2.02.03 | Andrey Kleshchev | |
2021-11-17 | SL-15241 Cleanup | Andrey Kleshchev | |
2021-11-16 | SL-16364 Removed the grid step cap for non-HUD objects | Andrey Lihatskiy | |
2021-11-16 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/installers/windows/lang_pl.nsi # indra/newview/llfloaterpreference.cpp # indra/newview/llinventorymodel.cpp | |||
2021-11-15 | Increment viewer version to 6.5.1 | Nat Goodspeed | |
following promotion of DRTVWR-545 | |||
2021-11-09 | SL-16333 VLC 3 doesn't support -1 == infinity for input-repeat | Andrey Lihatskiy | |
by Callum | |||
2021-11-07 | SL-16299 Added the correct @rpath for libvlc | Andrey Lihatskiy | |
2021-11-04 | SL-16299 fix warning about CFBundleIdentifier not matching ↵ | Brad Kittenbrink | |
PRODUCT_BUNDLE_IDENTIFIER | |||
2021-11-04 | SL-16299 Updated dullahan to CT build 565428; entitlements cleanup | Andrey Lihatskiy | |
2021-11-03 | SL-16299 Added entitlements for the app bundle signing | Andrey Lihatskiy | |
2021-11-01 | SL-16293 Updated vlc to CT build 565299 | Andrey Lihatskiy | |
2021-10-28 | SL-15462 Convert waitForChannel() into state machine | Andrey Kleshchev | |
2021-10-28 | SL-16247 Post-d520 libvlc plugin fixes | Andrey Lihatskiy | |
by Callum | |||
2021-10-25 | SL-16121 Fix intaller complaining about missing string | Andrey Kleshchev | |
2021-10-25 | SL-16121 Fix viewer not cleaning up obsolete plugin modules on install | Andrey Kleshchev | |
2021-10-25 | SL-16218 treat texture selection similar to diffuse map handling. | Mnikolenko Productengine | |
2021-10-22 | DRTVWR-527 Updated dullahan to codeticket build 564956 | Andrey Lihatskiy | |
2021-10-22 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2021-10-22 | SL-15387 Resolve some columns crashes | Andrey Kleshchev | |
Looks like mColumnsIndexed had dead pointers which resulted in a crash and there is some kind of hard to trigger interaction with searchable UI | |||
2021-10-22 | SL-15383 Crash at SearchableControl's setHighlighted | Andrey Kleshchev | |
2021-10-21 | SL-15997 Windows 11 detection | Andrey Kleshchev | |
2021-10-19 | SL-14469 Difficulties clicking objects that are close to the body | Andrey Kleshchev | |
2021-10-19 | SL-14457 Resolve click-to-move conflict with SL-14717 | Andrey Kleshchev | |
2021-10-19 | SL-15964 Fix gzip failing to compress files into unicode paths | Andrey Kleshchev | |
2021-10-18 | SL-16047 Strip unused includes | Andrey Kleshchev | |
2021-10-14 | DRTVWR-545 Raised the viewer version to 6.5.0 | Andrey Lihatskiy | |
2021-10-14 | Merge branch 'master' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |