summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_about.xml
AgeCommit message (Collapse)Author
2023-01-31SL-19110 Fast hashing classes for use in place of the slow LLMD5, where ↵Henri Beauchamp
speed matters. (#64) This commit adds the HBXX64 and HBXX128 classes for use as a drop-in replacement for the slow LLMD5 hashing class, where speed matters and backward compatibility (with standard hashing algorithms) and/or cryptographic hashing qualities are not required. It also replaces LLMD5 with HBXX* in a few existing hot (well, ok, just "warm" for some) paths meeting the above requirements, while paving the way for future use cases, such as in the DRTVWR-559 and sibling branches where the slow LLMD5 is used (e.g. to hash materials and vertex buffer cache entries), and could be use such a (way) faster algorithm with very significant benefits and no negative impact. Here is the comment I added in indra/llcommon/hbxx.h: // HBXXH* classes are to be used where speed matters and cryptographic quality // is not required (no "one-way" guarantee, though they are likely not worst in // this respect than MD5 which got busted and is now considered too weak). The // xxHash code they are built upon is vectorized and about 50 times faster than // MD5. A 64 bits hash class is also provided for when 128 bits of entropy are // not needed. The hashes collision rate is similar to MD5's. // See https://github.com/Cyan4973/xxHash#readme for details.
2021-11-10SL-15521 Fix debian license file not mentioning meshoptimizerAndrey Kleshchev
Just in case
2021-11-10SL-14403 Removed glodAndrey Kleshchev
2018-01-11Fix for MAINT-8177 Expose the full version of the matching Chromium/Chrome ↵callum_linden
build for CEF in the About box
2017-06-30MAINT-7442: remove old skool check for updatesGlenn Glazer
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-07MAINT-5174 Add Check for Updates feature to Help menuandreykproductengine
2014-11-21automate keeping the About SL -> Licenses tab correctOz Linden
2014-03-25[GroupBan]Baker Linden
- Fixed stuff... again - Put "Ban Members" button back in Member tab Reviewer: Richard
2013-11-11MAINT-3432 FIX Help -> Report Bug should open jira with pre-populated fieldsRichard Linden
moved viewer information strings into LLAppViewer replaced Help>Report a Bug with direct use of Jira link
2013-07-11CHOP-959: Re-add global coordinates, plus SLURL, to About box.Nat Goodspeed
2013-07-02CHOP-959: Report region-local position in Help -> About box.Nat Goodspeed
I've never really understood the usefulness of displaying world-global coordinates in the Help -> About box. It seems to me far more useful to know where you are within the current region. If that proves problematic, we can display both sets of coordinates -- but let's try it this way first.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-06-05storm-1703: update license statementsOz Linden
2012-02-24EXP-1181 FIX As a designer, I would like to specify default floater ↵Richard Linden
positions using relative coordinates floaters given specified positions will stay in that location floaters that stack will treat that as a specified position moving any floater will switch to relative positioning mode cleaned up some XUI where widgets were relying on a default height of 10 pixels
2011-10-19mergeDave Parks
2011-10-11* New floater positioning code. Better than what's checked in but not great.Leslie Linden
* Floater updates for positioning and to revert some earlier string changes.
2011-09-30mergeDave Parks
2011-09-20STORM-1611 FIXED Untrusted link to server release notes.Vadim ProductEngine
Fetch server release notes URL suitable for external browsers from the ServerReleaseNotes capability.
2011-08-19mergeDave Parks
2011-08-11SH-2242 FXAA support instead of unreliable multisample textures (done here ↵Dave Parks
because it's a smaller change than integrating glVertexAttrib with FSAA pipe). Shader integration with LLDynamicTexture subclasses.
2011-08-11update default value for Lindens listOz Linden
2011-08-03Put back the Linden namesOz Linden
2011-08-02STORM-1534: Derive Credits in About Second Life from doc/ sourcesOz Linden
2011-05-12mergeDave Parks
2011-05-05Remove Pth library from viewer build.Nat Goodspeed
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth.
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-07CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of ViewerEli Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-25mergeDave Parks
2010-07-15changed allow_html to parse_urls to be clearer about its meaningRichard Linden
allow_html still supported as alternate
2010-07-15changed allow_html to parse_urls to be clearer about its meaningRichard Linden
allow_html still supported as alternate
2010-06-14Builds with LLConvexDecompInter as a static lib.Dave Parks
2010-06-07Merge with render-pipelineDave Parks
2010-04-07Automated mergeRoxie Linden
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07merge from viewer-trunkTofu Linden
2010-04-07mergeTofu Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-06merge from viewer-trunkTofu Linden
2010-04-06merge from viewer-2-0Tofu Linden
2010-04-06another hairy merge from viewer-trunk :(Tofu Linden
2010-04-02DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunkRoxie Linden
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
2010-04-01merge from viewer-trunkTofu Linden
2010-03-30Fix the credits in the right file.Kent Quirk
2010-03-25Fixed normal bug EXT-6325 (ABOUT SECOND LIFE window, Copy to Clipboard ↵Andrew Dyukov
button overlaps horizontal rule). - Decreased height of text editor. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/98/ --HG-- branch : product-engine
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-18viewer2 merge.Tofu Linden
2010-02-18EXT-5461: Reverting change 49e628c3a0c5.Lynx Linden
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q.