Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-30 | SOCIAL-853 FIX As a new user, I would like Second Life to start up with a ↵ | Linden Staff@LINDEN-E5E9EA17.lindenlab.com | |
maximized window to fully immerse myself in the experience * Added virtual meetsRequirementsForMaximizedStart() function to determine whether or not to start the initial experience in a maximized window Reviewed by Richard | |||
2011-02-22 | SOCIAL-545 WIP Figure out how to configure skylight-specific settings while ↵ | Richard Linden | |
retaining relevant user settings (login account name, etc.) converted settings_file.xml to use param block descriptions for easier modification added session settings file and user session settings file for per-session config overrides | |||
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg | |
2010-12-09 | merge from http://hg.secondlife.com/viewer-development | Monty Brandenberg | |
2010-12-02 | merge | Monroe Linden | |
2010-11-29 | ESC-154 ESC-156 Now using region hash rather than region uuid as identifier. | Monty Brandenberg | |
In the viewer, the region's UUID is acquired very late and isn't generally used as the canonical region identifier. The U64 region hash is a better and more consistently used identifier so I'm moving over to using that as the region key. Don't have a proper reserved invalid region hash which is unfortunate, but then, so much is. | |||
2010-11-24 | ESC-154 ESC-156 Metrics integration across threads | Monty Brandenberg | |
Using unpause() method in derived class rather than wake() in furthest base class solved the stalling problem. I still think too many levels of the LLTextureFetch hierarchy are keeping thread state, however. The LLViewerRegion instance an agent enters doesn't necessarily have its region_id yet, that only comes after the handshake, if any. So add a few more metrics insertion points to propagate region into metrics. Finally, try to launch a final metrics report when a quit is initiated. | |||
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | ESC-154 ESC-155 ESC-156 | Monty Brandenberg | |
Asset fetch requests wrapped to allow for measurements. Asset fetch enqueues, dequeues and completion times recorded to asset stats collector. Texture fetch operations (http and udp) recorded to asset stats collector. Stats collector time vallue switched from F32 to U64 which is the more common type in the viewer. Cross-thread mechanism introduced to communicate region changes and generate global statistics messages. Facility to deliver metrics via Capabilities sketched in but needs additional work. Documentation and diagrams added. | |||
2010-11-15 | merge | Richard Linden | |
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-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-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-14 | for SH-335: create a debug tool to track of memory availability. | Xiaohong Bao | |
2010-10-13 | improved fastquit logic which should reliably disconnect viewer from sim | Richard Linden | |
2010-10-11 | fix for linux build | Richard Nelson | |
2010-10-08 | added "FastQuit" option for forceful termination, default is off | Richard Linden | |
2010-10-07 | EXP-167: Quit On Login Page Activated - viewer code /default setting | callum | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | Merge | Leyla Farazha | |
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 | |||
2010-09-01 | code for DEV-52939: viewer's object geometry cache files are not limited in ↵ | Xiaohong Bao | |
number, and can also be incorrectly cleared with the VFS cache. reviewed by andrew. | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | added remaining hints and fade in/fade out behavior | Richard Linden | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-05-27 | Removed the SyncErrorHandler from llapp and llappviewer*. | Lynx Linden | |
This was only used for the Linux client to dump a stack trace to stack_trace.log, which is no longer needed now that we are using Google Breakpad. I also removed all of the stack printing code from llappviewerlinux.cpp. | |||
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-19 | DEV-47529 Viewer refresh name lookup cap URL on region cross/teleport | James Cook | |
Reviewed with Kelly | |||
2010-04-07 | Automated merge | Roxie Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-04-07 | fix for all wierd crashes happening to lltexturecache.cpp, cuased by running ↵ | Xiaohong Bao | |
viewer 2.0 and viewer 1.23 at the same time. Specifically for the following jiras: EXT-6692: crash at LLTextureCache::readEntryFromHeaderImmediately [secondlife-bin lltexturecache.cpp:1145] EXT-6691: crash at LLTextureCache::writeEntryToHeaderImmediately [secondlife-bin lltexturecache.cpp:1126] possible fix for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170] | |||
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-02-06 | Update the rest of the LLEventTimer users to #include lleventtimer.h. I think. | Tofu Linden | |
2010-01-27 | Plumb getting and setting the system audio mute through appviewer | Rick Pasetto | |
Next step is to actually implement the OS-specific calls to do so. Until then, behavior is the same; the status bar will mute/unmute the "master" audio for the viewer *only* | |||
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2009-11-13 | Refactoring of llviewerprecompiledheaders.h to hopefully increase stability | brad kittenbrink | |
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve. | |||
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-02 | Fix unclear function names around Pacific versus "SLT" time in string ↵ | James Cook | |
operations. Reviewed with Brad. | |||
2009-10-27 | EXT-760 Move Tap tap hold to run to Preferences > Advanced , and make the ↵ | angela | |
default to false | |||
2009-07-30 | Merged in viewer-2.0.0-3 changes up through r129050. Boost got clobbered so ↵ | brad kittenbrink | |
I'll need to rebuild that, plus a couple other minor clenaups. | |||
2009-07-30 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3 |