summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Collapse)Author
2010-12-02Cleaning up fast timer fixesBrad Payne (Vir Linden)
2010-12-02Avoiding more RDTSC dependencies in fast timersBrad Payne (Vir Linden)
2010-12-01Still fixing non-windows buildsBrad Payne (Vir Linden)
2010-12-01Fixing linux build failureBrad Payne (Vir Linden)
2010-12-01Moving timer code for AMD issue diagnosisBrad Payne (Vir Linden)
2010-11-30Use architecture-independent code for windows fast timersBrad Payne (Vir Linden)
2010-11-22CTS-320 SH-465 FIX use system zlib for standalone buildsNyx (Neal Orman)
pulling boroondas' changes to change our includes to use the system versions of zlib if doing a standalone build. Code changes are minimal, and appear to work correctly. Approved. - Nyx
2010-11-22SH-466 FIX fix of VWR-20670/SNOW-506 lost in mergeNyx (Neal Orman)
Verified that the fix is no longer in mesh-development. Verified fix is still in viewer-development. Fix is simply changing visibility of LLInstanceTracker base in LLEventTimer from protected to public. The lack of this fix indicates a bad merge. Re-applying fix.
2010-11-19Don't use llwarns/llinfos from a background thread.Dave Parks
2010-11-11mergeDave Parks
2010-11-08MergeLoren Shih
2010-11-04automated merge from http://hg.secondlife.com/viewer-betaLoren Shih
2010-11-02Make sure mutex is locked before waiting on a signal.Dave Parks
Reviewed by Nyx.
2010-11-02STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵Vadim ProductEngine
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad.
2010-11-01Remove assert from lldictionary that keeps devs from working with mesh ↵Dave Parks
viewer and release viewer.
2010-10-25CTS-320 (part 3 of 3) use system zlib for standaloneBoroondas Gupte
2010-10-25CTS-320 (part 2 of 3) use system zlib for standaloneBoroondas Gupte
2010-10-21Automated merge up from viewer-developmentLoren Shih
2010-10-21Automated merge up from viewer-developmentLoren Shih
2010-10-20STORM-417 : merge with viewer-developmentMerov Linden
2010-10-20STORM-417 FIXED Port of SNOW-140 to SG 2.0 : Forced updates not working on MacVadim ProductEngine
The point of this patch is to make the Mac updater code a bit more flexible and reliable than it is right now. The issue is double: * reliability: the string comparison code on the bundle identifier is not UTF8 compliant * flexibility: the bundle identifier is hard coded to match the bundle identifier of LL viewer (i.e. com.secondlife.indra.viewer) so it can't work for another viewer (in particular, it didn't work for Snowglobe). The "bundle identifier" is one of those Mac only thing stored in the Info.plist of a "bundle" (the ".app" folder that's bundling an executable and all its resources and is seen as an application when browsing with the Mac OS X Finder). The patch fixes both issues: * compare correctly UTF8 encoded strings * allow the bundle ID to be passed as a parameter to the updater The patch has really no consequence on LL viewer. It's more a matter of having cleaner, better code. Author: Cypren Christenson Ported and reviewed by: Merov Linden
2010-10-20STORM-419 FIXED <anonymous>' is used uninitialized in this function in ↵Vadim ProductEngine
lldarray.h Author: Robin Cornelius Ported by: Techwolf Lupindo Reviewed by: Merov Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-20bump Development version to 2.4Oz Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-19Bumped viewer version to 2.3.0Dessie Linden
2010-10-14more debug code for SH-207: viewer crash in LLVertexBuffer::mapBuffer.Xiaohong Bao
2010-10-14for SH-335: create a debug tool to track of memory availability.Xiaohong Bao
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-08Merge fixes for VWR-23047, VWR-20911, and SNOW-748Oz Linden
2010-10-15automated mergeRoxie Linden
2010-10-14Merge from http://hg.secondlife.com/viewer-identity (display names)Leyla Farazha
2010-10-13automated mergeRoxie Linden
2010-09-29Fix for serialization deprecation problems.Dave Parks
2010-09-27MergeLeyla Farazha
2010-09-27mergeDave Parks
2010-09-24Fix for bad zipping of meshes and add mesh icon back to repository.Dave Parks
2010-09-22SH-150 FIX - build params changes for mesh beta viewer, flag in window titleBrad Payne (Vir Linden)
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-16MergeLeyla Farazha
2010-09-16Merged VWR-23047 (SNOW-512, -fPIC for 64bit) and follow-ups (VWR-20911 & ↵Boroondas Gupte
SNOW-748)
2010-09-15Add role action to allow hosting of events on group landRoxie Linden
2010-09-13Bunch of trivial typo fixes that were bothering me on another branch!Tofu Linden
2010-09-04Correct license on newly exported files to LGPL.Aimee Linden
2010-09-03buildfix: disabling fasttimers assert to unstick the buildNyx (Neal Orman)
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-09-02Fix for crash when loading models (Don't hit UI from the main thread). ↵Dave Parks
Added asserts to LLFastTimer to verify main thread use only.
2010-08-31mergeDave Parks
2010-08-31SNOW-748 FOLLOWUP make CMake if indentation consistent with other ↵Boroondas Gupte
occurrences (i.e. two spaces only)