Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | merge changes for 3.7.6-release | Oz Linden | |
2014-04-21 | Merge downstream code | simon | |
2014-04-21 | Merge downstream code updating version to 3.7.7 | simon | |
2014-04-21 | increment viewer version to 3.7.7 | Oz Linden | |
2014-04-21 | Another oops windows build fix. | Cinder | |
2014-04-21 | Windows build fix. | Cinder | |
2014-04-18 | Reinstate support text appendText() in LLFloaterAbout | Cinder | |
2014-04-18 | Remove clearHighlights() | Cinder | |
2014-04-18 | Move some more script editor functions from LLTextEditor to LLScriptEditor | Cinder | |
2014-04-18 | Fix header guard | Cinder | |
2014-04-18 | Trivial typo fix | Cinder | |
2014-04-18 | Begin moving script editor portions of LLTextEditor to their own derived class. | Cinder | |
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake | |||
2014-04-15 | Linux/Win: Bad checksum on Windows package. Libz and libpng linking ↵ | Monty Brandenberg | |
changes to find newest code. Windows autobuild package had a bad checksum due to oddities in the build system. On Linux I've been fighting with getting libz 1.2.8 and libpng 1.6.8 to be the definitive version in the viewer. Problem is the *massive* library search tree we assemble. We find older shared library versions first and so those dominated. By using --whole-archive with static libraries, the packaged versions of these libraries are made definitive. | |||
2014-04-15 | Merges in fix for Maint-5707 | Aura Linden | |
2014-04-14 | Fix for MAINT-5707 bad breakpad behavior with teleport links | Aura Linden | |
2014-04-11 | Mac: Update llqtwebkit build, build and package dylib Qt4 pieces. | Monty Brandenberg | |
Part of the switchover to dynamic Qt4. This mostly completes the Mac side. Webkit is functional on Mac, plugins work. The two test programs, llfbconnectest and llplugintest, need a little more work to run without manual fixup ('.' on PATH and maybe a symlink to libz.1.dylib and they run and function on Mac). Also need to address libz.dylib vs libz.a. Currently resolving against dylib which is not what I want. | |||
2014-04-11 | MAINT-3698 Typo is fixed | maxim@mnikolenko | |
2014-04-11 | MAINT-3698 Typo is fixed | maxim@mnikolenko | |
2014-04-10 | MAINT-4133 FIXED Import llpanelgroupinvite.cpp from viewer_lion to ↵ | andreylproductengine | |
voorhees_groupban: import of changes for MAINT-3846. | |||
2014-06-10 | Import llpanelgroupinvite from viewer_lion | maksymsproductengine | |
2014-06-06 | MAINT-3389 FIXED [vwr] No visual feedback if you try to ban an already ↵ | maksymsproductengine | |
banned agent. | |||
2014-06-04 | MAINT-3386 FIXED [vwr] Banned Agents list does not show newly-banned residents | andreykproductengine | |
2014-05-29 | MAINT-3351 FIXED Misleading failure message when user is successfully ↵ | maksymsproductengine | |
removed from a group's Owners role | |||
2014-04-28 | MAINT-3957 FIXED Group owner issue | Mnikolenko ProductEngine | |
2014-04-09 | Merge downstream code | simon | |
2014-04-09 | MAINT-2034 : Terrain texture changes caused by changing texture elevation | simon | |
ranges or terraforming can not be seen until after relog or teleporting out and back to the region | |||
2014-04-09 | All/Linux: Update llqtwebkit to latest all-shared lib build. Linux package | Monty Brandenberg | |
assembly updated to deal with Qt libraries and discrete codec and imageformat plugins (which live under bin/llplugin). Functioning Linux viewer with MoaP support with a few image problems (sRGB profile, zlib errors). Much of this expected to be due to the new 1.6.8/1.2.8 libpng/libz and we'll fix as needed. | |||
2014-04-09 | MAINT-3903 FIXED Instant message toasts and certain kinds of popups (ex. ↵ | maksymsproductengine | |
group invites) fail to display if an offline inventory offer was received before logging in: Backed out changeset: f7234f8fdce8: MAINT-3536 new crash in XML_ParserFree. | |||
2014-04-08 | added SKIP_AUTORUN command line flag to disable automatically running viewer ↵ | Richard Linden | |
after install | |||
2014-04-08 | merge | Brad Payne (Vir Linden) | |
2014-04-08 | merge changes for 3.7.5-release | Oz Linden | |
2014-04-08 | merge latest changes from Ima | Oz Linden | |
2014-04-08 | merge changes for 3.7.5-release | Oz Linden | |
2014-04-07 | merge with release | Richard Linden | |
2014-04-07 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-04-07 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-04-07 | Merge downstream code | simon | |
2014-04-07 | Merge in viewer-release and version update to 3.7.6 | simon | |
2014-04-07 | MAINT-3915 FIX Recent Inventory Tab not showing Recent activity | Richard Linden | |
old logic would interpret "don't care whether or not I am showing wearables" as "filter for just wearables, of any type" | |||
2014-04-07 | increment viewer version to 3.7.6 | Oz Linden | |
2014-04-07 | Linux/Mac: Update to latest OpenSSL 1.0.1e build. Fix manifest for | Monty Brandenberg | |
openssl on Mac (copy, deploy). Revert Linux manifest work which tried to work around 0555 permissions on .sos (and didn't work). | |||
2014-04-04 | Linux: Building some .so's with 0555 permissions now but viewer wants to | Monty Brandenberg | |
strip those down for packaging. So we'll target those .so's for a chmod. | |||
2014-04-04 | Library updates and switch to 3d-llqtwebkit2 build products. | Monty Brandenberg | |
SDL to 1.2.15, c-ares to latest 1.10.0 build, Boost to 1.55.0 with coroutine updates/fixes, curl to 7.34.0, libpng to 1.6.8, openssl to 1.0.1e, zlib to latest 1.2.8 build, llqtwebkit built from 4.7.1 sources refactored and tested in 3p-llqtwebkit2 repository. Windows is functional with a good number of warning messages at runtime from libpng and KDU. MoaP/slplugin functioning. | |||
2014-04-03 | MAINT-3870 FIXED The freelook animation never ends so the avatar never gets ↵ | andreylproductengine | |
to the idle status... | |||
2014-04-01 | Merge downstream code | simon | |
2014-03-31 | merge | Brad Payne (Vir Linden) | |
2014-03-31 | MAINT-1696 FIXED "Owner" name is not clickable in "Place Profile" dialog if ↵ | andreykproductengine | |
region is group owned | |||
2014-03-31 | MAINT-535 FIXED The teleport SLAPP is changed to UNTRUSTED_THROTTLE. ↵ | Mnikolenko ProductEngine | |
Confirmation dialog for teleporting via slapp is added. | |||
2014-04-01 | BUG-5537 FIX reverting breaking changes to pectorals and belly. | Nyx Linden | |
Fitted mesh introduced a couple of changes to the avatar_lad.xml file that cause the avatar definition to change in ways that are not backwards- compatible. Reverted the change in the range of pectoral size for male avatars, and the change in the position of the belly morph position (the later being a copy/paste error). | |||
2014-03-28 | storm-1831: Fixing the remaining LL_ERRS. | Ima Mechanique | |