Commit Graph

52495 Commits (aa13de30ad5474f2e80be8ea2577edbee8ea026a)

Author SHA1 Message Date
Ansariel aa13de30ad FIRE-21321: People panel ignores FSUseBuiltInHistory setting 2017-06-27 21:24:22 +02:00
Ansariel f513e7b352 FIRE-21323: Crash fix in changing LanguageIsPublic without connected region 2017-06-27 20:49:42 +02:00
Nicky d3e89cdea3 In LLMachineID::init: Do not fail if CoInitializeEx fails, likely this happens due to some injected DLL already having called ColInitialize (With creates a single threaded apartment).
I the COM subsystem really failed to initialize later COM calls will fail with CO_E_NOTINITIALIZED and LLMachineID::init will handle this as an error and return;
2017-06-25 23:23:19 +02:00
Ansariel c6108dfa73 FIRE-21301: Add new OpenSim OSSL functions to script library (part 2) 2017-06-24 13:30:22 +02:00
Ansariel 2c3f2e1c37 FIRE-21301: Add new OpenSim OSSL functions to script library 2017-06-23 20:15:01 +02:00
Ansariel 8d9c2925ce Trash some old stuff 2017-06-23 18:08:50 +02:00
Ansariel e8a24001aa FIRE-21298: Emotes ignoring display name setting if using V5 style chat history 2017-06-23 15:55:03 +02:00
Ansariel 42ea72063d Added tag Firestorm_5.0.7_Release for changeset 85a08f480886 2017-06-21 11:52:17 +02:00
Ansariel 2505a5b99f Fix copy&paste error 2017-06-20 23:34:53 +02:00
Ansariel e3a61bb4ce Merge LL viewer-release 5.0.6 2017-06-20 22:48:25 +02:00
Oz Linden f1e52656e9 increment viewer version to 5.0.7 2017-06-20 16:10:15 -04:00
Oz Linden 36e0aab434 Added tag 5.0.6-release for changeset 3e5035dfd8af 2017-06-20 16:10:15 -04:00
Ansariel 5d84299cee Merge Firestorm LGPL 2017-06-19 21:23:53 +02:00
Ansariel 85780b05fe Merge 2017-06-19 21:22:03 +02:00
PanteraPolnocy 5a590d1915 Updated Polish translation 2017-06-19 13:06:50 +02:00
Ansariel cf99b76dad FIRE-21261: Make sure brackets around system messages are only valid for V1 style chat history 2017-06-17 21:53:15 +02:00
Brad Payne (Vir Linden) 7ef27d9447 MAINT-7482 - continue running with a warning on receipt of unknown message 2017-06-09 14:06:04 +01:00
PanteraPolnocy da3c7f6549 Minor adjustment in Polish translation 2017-06-16 18:37:01 +02:00
Mnikolenko Productengine eeddfe3a25 MAINT-7488 FIXED [Windows] Viewer crashes when pasting empty string from clipboard 2017-06-16 17:46:12 +03:00
Ansariel de41e434d1 Fix XUI parser warning "LLView::getChild: Making dummy class LLView named "Only Allow" in Estate" 2017-06-16 14:10:30 +02:00
Ansariel 70cb468496 Fix L Lower Leg again :) 2017-06-16 12:08:03 +02:00
Beq c6f34b5eed [FIRE-21000] Fix for broken rigging to attachment points.
need both bone names with ' ' and with '_'. nasty nasty nasty
Also corrected for previously broken left leg
Tested with the rigged mesh provided on the Jira.
2017-06-16 10:48:30 +01:00
Ansariel ef56ff9623 Make asset upload balance check work again 2017-06-16 03:18:18 +02:00
Ansariel 0eb66d7ef7 Fix warnings about missing UI elements:
LLView::getChild: Making dummy class LLComboBox named "preview_lod_combo2" in Model Preview
LLView::getChild: Making dummy class LLComboBox named "preview_lod_combo3" in Model Preview
2017-06-16 03:04:55 +02:00
PanteraPolnocy aca4f52dc8 Updated Polish translation 2017-06-15 20:43:08 +02:00
Ansariel af4b2031b0 Enable MemoryFailurePreventionEnabled by default for 32bit builds to throttle memory allocations when memory gets low (has no effect on 64bit builds) 2017-06-15 19:46:40 +02:00
Ansariel d40f6445e8 FIRE-21236: Toolbar button and main menu item obey the browser setting now because people were whining about this... 2017-06-15 16:50:34 +02:00
Ansariel 6505497b14 Grid status toolbar button is erroneously enabled on OpenSim 2017-06-15 16:23:25 +02:00
Ansariel bdeb8ab974 Some floaters annoyingly are brought to front instead of getting toggled when using their toolbar button 2017-06-15 16:16:52 +02:00
Ansariel 4be1f25185 Add secondlife-status.statuspage.io to the list of LL internal links so we can use the official URL in the grid status floater 2017-06-15 16:09:13 +02:00
Beq dbc6c8e7be [FIRE-21236] Allow access to the underlying URL for grid status.
All the button and menus remain consistent, they reference the gridstatus floater
but the floater can now open in the page in an external viewer.
the link that gets opened by the external now uses the Linden alias
https://status.secondlifegrid.net/
and will therefore cause the correct behaviour (as per user setting) when linked in chat.
2017-06-15 14:02:42 +01:00
Ansariel 1251adf7ed FIRE-21241: Fix button height + German translation 2017-06-15 03:23:39 +02:00
Ansariel 72bcc4d127 Merge 2017-06-15 03:08:16 +02:00
Beq 67fe674e9b FIRE-21069 New Graphic for Check Mark MetaHarper Modern (BlackGlass) (Graphic Preset Switcher) 2017-06-15 00:22:18 +01:00
Beq 835ee8879c FIRE-21241 - Allow copy URI to appear only on the self profile in certain skins 2017-06-15 00:21:34 +01:00
Beq 3502a56608 Merge 2017-06-14 18:18:51 +01:00
Beq 78792c2b19 [FIRE-21241] Add copy URI button to Self Profile for default skin 2017-06-14 18:05:17 +01:00
Mnikolenko Productengine 24c734b9a3 MAINT-7489 FIXED Viewer may silently empty trash without the users request under obscure inventory folder states 2017-06-14 11:29:30 +03:00
andreykproductengine fc1d2097cd MAINT-7325 Fixed empty cached image being used instead of fetching 2017-06-12 20:17:55 +03:00
Nicky 2738c62d9a default branch to 5.0.8. 2017-06-12 21:46:28 +02:00
Beq 813c51d7fa FIRE-21246 re-enable context menus for remove from COF on system folders and reinstate wearables separator 2017-06-12 01:31:23 +01:00
Ansariel 4b42a343d3 FIRE-21247: Make setting less intrusive and changeable without relog 2017-06-11 23:32:09 +02:00
Beq 12404c7563 FIRE-21247 Make it possible to disable trash-emptying warning
Added a debug setting FSDontNagWhenPurging which wehn true will disabled the "are you sure" modal for all empty trash context menus.(defaults to false)
This does not affect the empty trash prompt used in the trash preview floater that is shown when a user hits the inventory limit as this is considered a key safety valve.
2017-06-11 21:52:21 +01:00
Nicky f223a6576d Apply Japanese translation update from FIRE-21009 2017-06-11 20:23:37 +02:00
Beq 0c0d70c881 [FIRE-21013] Request from LL. Change the URL Query part colour to be be more distinct from the URL colour on default settings.
Changed to 50% grey which matches the Lab viewer default.
2017-06-10 17:17:18 +01:00
PanteraPolnocy abc2317593 Updated Polish translation 2017-06-09 11:58:55 +02:00
pavelkproductengine cebd833609 STORM-2148 Crash on trying to save texture file(s) to computer from inventory 2017-05-31 19:28:46 +03:00
Ansariel 97cea29fac Sync contributions.txt with upstream 2017-06-09 09:39:15 +02:00
Ansariel 0feaeed779 MAINT-6697 Correct pointer freeing 2017-06-09 09:34:58 +02:00
Ansariel 760abb0d99 FIRE-21240: Estate floater clipped on the right hand side & bottom 2017-06-08 23:44:57 +02:00