summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-12-03SH-3562 WIPBrad Payne (Vir Linden)
2012-11-30SH-3562 WIP - detect possible hangs in item copyingBrad Payne (Vir Linden)
2012-11-29fix for possible crash on exit in self_av_string()Brad Payne (Vir Linden)
2012-11-19mergeBrad Payne (Vir Linden)
2012-11-19Implementation for SH-3530, CR:Nyxprep@lindenlab.com
2012-11-15removed param location from archetype dump - not currently usedBrad Payne (Vir Linden)
2012-11-15SH-3484 WIP, SH-3546 WIP, SH-3541 WIP - restrict useBakedTexture when in ↵Brad Payne (Vir Linden)
local update, minor readability tweaks
2012-11-14block appearance messages while editingBrad Payne (Vir Linden)
2012-11-14SH-3541 WIP - prioritize local textures when in local appearanceBrad Payne (Vir Linden)
2012-11-14Fix for build failuresBrad Payne (Vir Linden)
2012-11-14SH-3541 WIP - fixed one cause of local textures failing to loadBrad Payne (Vir Linden)
2012-11-09SH-3484 WIP - added additional logging under DebugAvatarCompositeBaked to ↵Brad Payne (Vir Linden)
try to track down baked texture issues
2012-11-08removed references to two nonexistent textures in textures.xmlBrad Payne (Vir Linden)
2012-11-07Fixed a temp file deletion problem found by inspection of SL log fileBrad Payne (Vir Linden)
2012-11-07SH-3493 FIX - removed a large number of completely unnecessary image cache ↵Brad Payne (Vir Linden)
clears, each of which then forced re-reading the same data from disk
2012-11-07SH-3500 FIX - added additional logging to allow params in various locations ↵Brad Payne (Vir Linden)
to be distinguished
2012-11-07SH-3500 FIX - removed an overzealous warning messageBrad Payne (Vir Linden)
2012-11-05renamed a confusingly-named fieldBrad Payne (Vir Linden)
2012-11-05small logging tweakBrad Payne (Vir Linden)
2012-11-02SH-3429 WIP - Added adaptive retry mechanism for failed appearance update ↵Brad Payne (Vir Linden)
requests
2012-11-01misc error detection, debug coloration for avatar meshesBrad Payne (Vir Linden)
2012-10-30mergeBrad Payne (Vir Linden)
2012-10-29Fix for general graphical glitching on some cardsBrad Payne (Vir Linden)
2012-10-26SH-3469 FIX - use callback mechanism to handle possible race between getting ↵Brad Payne (Vir Linden)
caps and setting agent region
2012-10-25mergeBrad Payne (Vir Linden)
2012-10-25SH-3469 FIX - discard new-style updates for self with cof version = 0. This ↵Brad Payne (Vir Linden)
removes a race condition that was causing us to mis-handle region crossing logic
2012-10-24Switching to system osmesa library instead of pre-packaged libraryDon Kjer
2012-10-24SH-3430 FIX - don't cache ids of images with specified URLs, such as server ↵Brad Payne (Vir Linden)
bakes
2012-10-22mergeBrad Payne (Vir Linden)
2012-10-22handling for crossing from non-server-bake to server-bake regionsBrad Payne (Vir Linden)
2012-10-19FIX: fixed broken baked texture rendering in lltexlayer, by enforcing ↵Nyx Linden
correct gl state in lltexlayer.cpp FIX: updated appearance utility source package
2012-10-18Automated merge with https://bitbucket.org/lindenlab/sunshine-internalNyx (Neal Orman)
2012-10-18Setting alpha rejection settings properly for texture bakes without basic ↵Nyx (Neal Orman)
shaders enabled
2012-10-17automated mergeDon Kjer
2012-10-17Fix for headless appearance utility not linking correctlyDon Kjer
2012-10-17additional diagnostics, improved shape stability at cost of increasing ↵Brad Payne (Vir Linden)
entanglement between baked and local appearance
2012-10-17more param location logging, added wearable type info to dumpArchetypeXMLBrad Payne (Vir Linden)
2012-10-16mergeBrad Payne (Vir Linden)
2012-10-15additional debugging info, including tracking where visual params liveBrad Payne (Vir Linden)
2012-10-15Speeding up cmake configuration, especially on linux. Re-arranged ↵Don Kjer
llrender/llwindow cmake source a bit
2012-10-13Adding libdl to OSMesa16 link lineDon Kjer
2012-10-13Pulling in viewer-gcc4.6 freetype fixesDon Kjer
2012-10-12Fix for 'no text in release builds' problemBrad Payne (Vir Linden)
2012-10-11Adding multi-arch hints to CMake, allowing it to correctly find libraries on ↵Don Kjer
multi-arch debian-based systems.
2012-10-11Fixes for build issues, missing LLCOMMON_SYSTEM_INCLUDE_DIRS in some librariesBrad Payne (Vir Linden)
2012-10-11Fix for release build in gcc 4.6Don Kjer
2012-10-11Updating linux build to gcc4.6Don Kjer
2012-10-06Added fast timers for baked texture rendering. Updated appearance utilityDon Kjer
2012-10-04Updating to newer build of tcmalloc/google perf tools. Removing X11 library ↵Don Kjer
dependencies from headless libraries
2012-10-04Turning on mHasShaderObjects for mesa headlessDon Kjer