Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | Merge | Dave Parks | |
2010-12-02 | SH-373 Update glext.h, disable anti-aliasing on ATI when rendering deferred. ↵ | Dave Parks | |
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_... | |||
2010-12-01 | Fixes for viewer-development merge into viewer-mesh. | Loren Shih | |
Manually merged llappviewer and viewer_manifest.py. | |||
2010-11-18 | CHOP-135 Bug fixes. | Mark Palange (Mani) | |
2010-11-18 | merge | Mark Palange (Mani) | |
2010-11-18 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | Fix for mac build error. | brad kittenbrink | |
2010-11-18 | inform user on failed install--needs proper user dialog ;-) | Andrew A. de Laix | |
2010-11-18 | First draft of CHOP-106 downloaded update ready notification. | brad kittenbrink | |
Reviewed by mani. | |||
2010-11-11 | STORM-102: Merge from viewer-development | Wolfpup Lowenhar | |
2010-11-11 | fix termination issues with thread safe queue in main loop repeater service. | Andrew A. de Laix | |
2010-11-10 | CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by Brad | Mark Palange (Mani) | |
2010-11-10 | Merge | Mark Palange (Mani) | |
2010-11-10 | CHOP-151 Adding startup updater flow to drive update installation and resume. | Mark Palange (Mani) | |
2010-11-09 | start of a thread safe queue | Andrew A. de Laix | |
2010-11-09 | merge storm-102 branch back to default | Oz Linden | |
2010-11-08 | STORM-105 : takes Vadim's comments into account, clean up use of static ↵ | Merov Linden | |
globals and magic strings, enforce naming conventions | |||
2010-11-08 | Merge | Loren Shih | |
2010-11-05 | STORM-105 : Take Vadim code review into account, code clean up | Merov Linden | |
2010-11-05 | Merge latest lindenlab/viewer-development with mani_linden/viewer-development. | brad kittenbrink | |
2010-11-04 | merge with viewer-development | Merov Linden | |
2010-11-04 | checker working with v1.0 update protocol. | Andrew A. de Laix | |
2010-11-04 | automated merge from http://hg.secondlife.com/viewer-beta | Loren Shih | |
2010-11-02 | STORM-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-01 | Merge | Mark Palange (Mani) | |
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-10-28 | shell of the update checker; it will just print a message to the log ↵ | Andrew A. de Laix | |
depending on the result of the check one time. | |||
2010-10-28 | STORM-480 remove unused "wrap" parameter from LLDir::getNetFileInDir | Oz Linden | |
--HG-- branch : storm-102 | |||
2010-10-27 | STORM-105 : improve decompression perf gathering, allow perf name to be ↵ | Merov Linden | |
passed on the command line, fix crash in analysis phase | |||
2010-10-27 | CHOP-122 Initializing Facade service in the viewer. Rev. by Brad. | Mark Palange (Mani) | |
2010-10-22 | Merge with viewer-development | Merov Linden | |
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-20 | STORM-417 FIXED Port of SNOW-140 to SG 2.0 : Forced updates not working on Mac | Vadim 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-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-14 | more debug code for SH-207: viewer crash in LLVertexBuffer::mapBuffer. | Xiaohong Bao | |
2010-10-14 | for SH-335: create a debug tool to track of memory availability. | Xiaohong Bao | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | Pull update from viewer-development | Merov Linden | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-27 | merge | Dave Parks | |
2010-09-22 | SH-150 FIX - build params changes for mesh beta viewer, flag in window title | Brad Payne (Vir Linden) | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-16 | Pull update from viewer-development | Merov Linden | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-16 | STORM-107 FIXED Fixed Polish character corruption in date. | Andrew Dyukov | |
Added polish language to list of languages that use months and days names from localized xmls. It solved the problem of accented Polish characters "approximation" to their ASCII brethren on non-Polish Windows locales. Now all accented symbols look right. | |||
2010-09-08 | VWR-22761 : Rearchitecture of llmetricperformancetester and simple (non ↵ | Merov Linden | |
complete) implementation in llimagej2c | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution |