Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | merge | Richard Linden | |
2010-08-23 | Points to a different llkdu.dll for Windows (not final name or location) | Merov Linden | |
2010-08-23 | fix for EXT-8101: [crashhunters] crash in LLVOSky::calcAtmospherics() | Xiaohong Bao | |
2010-08-23 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-23 | fix for EXT-8730: crash at llrender/llimagegl.cpp(157) : error ERROR: ↵ | Xiaohong Bao | |
checkTexSize: wrong texture size and discard level: width: 512 Height: 512 Current Level: | |||
2010-08-23 | fix for gcc | Richard Nelson | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-23 | added a toggle "LLGLManager::mDebugGPU" for debugging certain CPUs. | Xiaohong Bao | |
added more debug code for EXT-6791: [crashhunters] Intel 965 Crash in glCopyTexSubImage2D | |||
2010-08-23 | BuildParams for aimee_linden/viewer-development-fixes | Aimee Linden | |
2010-08-23 | VWR-20899 FIXED Minor potential memory leak in LLFlatListView::addItem | Aimee Linden | |
2010-08-22 | SNOW-599/SNOW-747: Pulseaudio should be optional on Linux. | Techwolf Lupindo | |
2010-08-21 | CID-370 | Aimee Linden | |
Checker: UNINIT_CTOR Function: LLVivoxProtocolParser::LLVivoxProtocolParser() File: /indra/newview/llvoicevivox.cpp | |||
2010-08-20 | added llfasttimer_class.h to project | Richard Nelson | |
2010-08-20 | increment patch level so that version is 2.1.2 | Oz Linden | |
2010-08-20 | change defaults so that developer builds are labelled correctly, add ↵ | Oz Linden | |
personal build params | |||
2010-08-21 | VWR-20752 (SNOW-586) Align planar-mapped textures across different faces. | Thickbrick Sleaford | |
Port of svn changset 3458 from Snowglobe, with minor tweaks. | |||
2010-08-20 | DEV-52870 FIX Inventory Notification not given if first Inventory Item comes ↵ | Richard Nelson | |
from a user sharing an object or purchase from xstreet | |||
2010-08-20 | fixed spelling error | Richard Nelson | |
2010-08-20 | removed unused template function | Richard Nelson | |
2010-08-20 | fixed build | Richard Nelson | |
2010-08-20 | fix gcc build error. | Tofu Linden | |
2010-08-20 | merge from PE's viewer-trunk | Tofu Linden | |
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-20 | VWR-20855 (SNOW-510) FIXED Cannot find tut/tut.hpp in Standalone builds | Aimee Linden | |
2010-08-20 | merge | Richard Nelson | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-20 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-20 | BuildParams for to separate debug and release builds for ↵ | Aimee Linden | |
viewer-development-import | |||
2010-08-20 | Merge | Aimee Linden | |
2010-08-20 | VWR-20847 (SNOW-543/SNOW-517) FIXED Linux packaging fixes. | Aimee Linden | |
2010-08-20 | add email for new canonical snowstorm build | Oz Linden | |
2010-08-19 | made favorites button tooltips override parent generic tooltip more consistently | Richard Linden | |
2010-08-19 | eliminated some WTF code | Richard Linden | |
2010-08-19 | eliminated spam when parsing hints llsd | Richard Linden | |
2010-08-19 | EXT-8525 FIX ellipsis are broken on the Favorites bar (trunk) | Richard Linden | |
2010-08-19 | EXT-8668 Added da and pl langs to the windows installer | Mark Palange (Mani) | |
2010-08-19 | removed keyboarstring spam | Richard Linden | |
2010-08-19 | Fix for bad accelerator string lookups | Richard Linden | |
2010-08-19 | merge | Richard Linden | |
2010-08-19 | DEV-52553 FIX Font color/opacity issue in Group Panels | Richard Linden | |
DEV-52554 FIX Font color/opacity issue in About Second Life floater DEV-52617 FIX Font color/opacity issue in Profile Panel DEV-52618 FIX Font color/opacity issue in Covenant tab of About Land reviewed by Monroe | |||
2010-08-19 | DEV-52669 FIX Inventory notification not given if first item comes from ↵ | Richard Linden | |
buying contents | |||
2010-08-19 | DEV-52666 FIX Chat and Move Hints shown when user performs action... | Richard Linden | |
2010-08-19 | VWR-20815 (SNOW-511) Allow standalone builds to correctly find a system ↵ | Aimee Linden | |
version of llqtwebkit | |||
2010-08-19 | Remove obsolete build configurations from BuildParams. | Christian Goetze (CG) | |
2010-08-19 | VWR-20810 (SNOW-503) Oops ... forgot the doc/contributions.txt entry (No ↵ | Aimee Linden | |
functional change) | |||
2010-08-19 | Merge from default branch. Fixed gcc build. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-19 | VWR-20810 (SNOW-503) Quote EXE_STAGING_DIR to prevent it failing with some paths | Aimee Linden | |
2010-08-19 | EXT-8697 FIXED Disabled "Cut" context menu item for folders in 'My Landmarks'. | Sergei Litovchuk | |
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/867/. --HG-- branch : product-engine | |||
2010-08-19 | VWR-20809 (SNOW-504) Do not depend on stage_thirds_party_libs for a ↵ | Aimee Linden | |
standalone build. | |||
2010-08-19 | EXT-8658 FIXED Made only online participants of Adhoc chat to be shown shown ↵ | Andrew Dyukov | |
in Recent Tab. Used previously commented code which adds only online paricipants instead of current code that added all. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/860/ --HG-- branch : product-engine |