Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | MAINT-417 Backed out changeset: 7273a1ac51e8 | Dave Parks | |
2013-01-11 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2013-01-11 | MAINT-1481: Remove xmenity script and viewer_manifest.py references. | Nat Goodspeed | |
2013-01-10 | MAINT-2209 Parcel name not updating after teleport | Kelly Washington | |
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2013-01-09 | Merge. Pull viewer-development in prior to filing DRTVWR merge request. | Monty Brandenberg | |
2013-01-09 | merge changes for DRTVWR-276 | Oz Linden | |
2013-01-09 | More merge cleanup. | Dave Parks | |
2013-01-09 | More merge cleanup. | Dave Parks | |
2013-01-09 | Merge cleanup. | Dave Parks | |
2013-01-08 | merge changes for DRTVWR-277 | Oz Linden | |
2013-01-08 | Automated merge with https://bitbucket.org/lindenlab/viewer-tiger | Dave Parks | |
2013-01-08 | remove duplicated return (merge artifact) | Oz Linden | |
2013-01-08 | merge changes for DRTVWR-250 | Oz Linden | |
2013-01-07 | FIX INTL-110 remove utf8 BOM | eli | |
2013-01-07 | FIX INTL-110 fix corrupted chinese character in translation | eli | |
2013-01-03 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Xiaohong Bao | |
2013-01-03 | fix for MAINT-2147: crash in LLTextureCache::writeToFastCache on OSX | Xiaohong Bao | |
2013-01-03 | MAINT-2195 FIX Terrain textures are different for each session | Richard Linden | |
seed the random number generator in noise.h with a known value when initializing the perlin noise system and then back to a random value when done | |||
2013-01-02 | fix for MAINT-2167: Sculpts failing to rez | Xiaohong Bao | |
2012-12-21 | SH-3357 Texture fetch debugger not running correctly under drano- | Monty Brandenberg | |
http phase 1 Some missing counter initialization kept the debugger from entering the startup state giving the appearance of a do- nothing floater. Also found some unbound recursion that might need looking at in the future. (There's a comment.) | |||
2012-12-21 | SH-3331 Fix incorrect overrun message when sending body with HTTP | Monty Brandenberg | |
request. During readcallback, would generate an overrun-type message about reading position beyond end-of-data. Mistake was is messaging when state is exactly at end of data (which is expected) versus an overrun. Both result in declaring end-of-data to libcurl. Also changed some of the status logging for the metrics payload to be less chatty on success, more informative on error. | |||
2012-12-20 | fix for SH-3151: Some textures not in view load when avatar sits down. | Xiaohong Bao | |
2012-12-19 | MAINT-2152 Fix for bad aspect ratio on custom resolution snapshots | Dave Parks | |
2012-12-18 | MAINT-2150 Fix for super-large ( > 4096 ) snapshots having black borders | Dave Parks | |
2012-12-17 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-12-17 | MAINT-2134: Removing llassert() calls that were causing problems with the ↵ | William Todd Stinson | |
Debug and RelWithDebInfo builds. Also, reworked the rest of the methods to only apply in cases where the class instance has been initialized. | |||
2012-12-17 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-12-17 | MAINT-2136 Add "RenderDepthOfFieldInEditMode" to control whether or not to ↵ | Dave Parks | |
leave DoF enabled while editing | |||
2012-12-17 | MAINT-2080 - remove wrong assert in LLMenuOptionPathfindingRebakeNavmesh::quit() | simon@Simon-PC.lindenlab.com | |
2012-12-14 | MAINT-2121 Fixed case where changing other parcel option disables 'Show ↵ | Maestro Linden | |
place in search'. Reviewed by Simon. | |||
2012-12-14 | merge changes for DRTVWR-224 | Oz Linden | |
2012-12-13 | MAINT-2123 remove WARNINGS about unknown local_id in KillObject message | Andrew Meadows | |
We now ignore unkown local_id's in KillObject. Reviewed with davep. | |||
2012-12-13 | merge fixes from 3.4.3-beta3 | Oz Linden | |
2012-12-13 | merge changes for DRTVWR-267 | Oz Linden | |
2012-12-13 | merge changes for DRTVWR-244 | Oz Linden | |
2012-12-13 | MAINT-2109 Added ATTACH_NECK and ATTACH_AVATAR_CENTER definitions for LSL ↵ | Maestro Linden | |
scripts and script information floater. Reviewed by Andrew. | |||
2012-12-12 | sync with viewer-development | eli | |
2012-12-12 | MAINT-2086 Separate GPU class from settings more completely to avoid GPU ↵ | Dave Parks | |
dependent behavior when manually adjusting detail slider. | |||
2012-12-12 | MAINT-2087 Cleanup XML changes from new preferences hash marks | Dave Parks | |
2012-12-12 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-12-12 | MAINT-2082: fix deletion of an autoreplace list | Oz Linden | |
2012-12-12 | MAINT-2051: Implement replacement of an existing autoreplace list | Oz Linden | |
2012-12-11 | Merged from viewer-release | Aura Linden | |
2012-12-10 | MAINT-1345 Fix for some mesh outfits showing the wrong LoD initially | Dave Parks | |
2012-12-07 | MAINT-2053 Fix for garbangles on rigged attachments. | Dave Parks | |
2012-12-07 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-12-07 | MAINT-2040 Remove leftover debug spam. | Dave Parks | |
2012-12-06 | MAINT-1874 : Viewer needs more logging for ScriptTeleportRequest message. Added | simon@Simon-PC.lindenlab.com | |
log message. | |||
2012-12-05 | merge changes for MAINT-1955 | Nat Goodspeed | |