Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | Merge of latest dessie/viewer-public with brad/viewer-public | brad kittenbrink | |
2010-05-27 | DEV-50013 Friendlier info if you can't change name due to time lockout | James Cook | |
Reviewed with Leyla | |||
2010-05-27 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-05-27 | Change to Build params to disable server build | Mark Palange (Mani) | |
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-26 | DEV-50013 Viewer only reads "username" from People API never "sl_id" | James Cook | |
2010-05-26 | Hooked up Google Breakpad for the Linux client too. | Lynx Linden | |
Using Alain's Darwin reporter callback was all that was needed. Also replaced the call that exposed the breakpad exception class with a call to just write out the minidump, as that was the only reason for exposing it. Now clients don't need to know about Google Breakpad. | |||
2010-05-25 | Mac crash behavior matches windows and linux: report on crash (not after ↵ | Andrew A. de Laix | |
restart). This is OK because we use Breakpad generated minidumps instead of OS generated ones. | |||
2010-05-24 | fix eof newline | Andrew A. de Laix | |
2010-05-24 | fix darwin build. | Andrew A. de Laix | |
2010-05-24 | merge | Richard Nelson | |
2010-05-24 | Just enough hackery to get minidumps into Wind'ohs crash reports. Code ↵ | Andrew A. de Laix | |
clean up needed. | |||
2010-05-21 | Rename LLAvatarName::getNameAndSLID() to getCompleteName() | James Cook | |
Discussed with Leyla/Richard | |||
2010-05-21 | New google breakpad package for windows with winsock2 fix, and DLL CRT ↵ | brad kittenbrink | |
library usage. Also moved headers into libraries/include/google_breakpad. Mac and linux packages to come shortly. | |||
2010-05-21 | Added call to use_prebuilt_binary for google-breakpad so it actually gets ↵ | brad kittenbrink | |
installed by install.py. | |||
2010-05-21 | Switch Darwin to use breakpad minidump rather than os generated crash stack. | Andrew A. de Laix | |
2010-05-20 | EXT-7363 FIXED Provided passing owner ID through chat object since it is ↵ | Alexei Arabadji | |
necessary to correctly build objectim SLURL when chat history reloads content. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/420/ --HG-- branch : product-engine | |||
2010-05-19 | Temporarily accept both username and sl_id from People API | James Cook | |
Need this for testing during transition, soon we can remove the code to read "sl_id" | |||
2010-05-19 | DEV-50013 Viewer reads legacy first/last name from People API | James Cook | |
Useful for voice subsystem and muting subsystem. | |||
2010-05-18 | Rename mSLID to mUsername to match the name of the field in the UI | James Cook | |
Product made a late-breaking request to change the name of this field. The wire protocol for People API has not yet changed. | |||
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-12 | DEV-50013 WIP Added utility to get name and SLID in single string | James Cook | |
2010-05-11 | EXT-3780 WIP Adding newline to linux getCPUFeatureDesc output | Mark Palange (Mani) | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-10 | Automated Merge | Roxie Linden | |
2010-05-04 | Automated merge | Roxie Linden | |
2010-05-04 | EXT-7080 Partial FIXED: Outfit texture updates are not transmitted (in ↵ | Xiaohong Bao | |
either direction) when HTTP Textures is enabled Fixed baked textures downloading. Uploading will be fixed on the server side. | |||
2010-05-03 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Mark Palange (Mani) | |
2010-05-03 | EXT-3780 Added linux impl - wip | Mark Palange (Mani) | |
2010-04-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-04-30 | for EXT-7181: create a cheaper call stack tracing tool. | Xiaohong Bao | |
2010-04-30 | Bumped version to 2.0.2.0 - just in case | Dessie Linden | |
2010-04-28 | Remove prototype support for badges next to avatar names | James Cook | |
Easy to reimplement if we decide we want to do it. | |||
2010-04-26 | Don't save dummy records (from 503 errors) to disk cache | James Cook | |
2010-04-28 | automated merge | Loren Shih | |
2010-04-27 | EXT-7076 : Allow "paste as link" for any item | Loren Shih | |
Changed llassettype dictionary table to enable linking to most item types. | |||
2010-04-27 | Making use of LLCommonUtils::computeDifference. | Dmitry Zaporozhan | |
Replaced duplicating code with generic function LLCommonUtils::computeDifference() Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/313/ --HG-- branch : product-engine | |||
2010-04-23 | automated merge | Roxie Linden | |
2010-04-22 | DEV-47529 Turn off display names if no capability from simulator, and | James Cook | |
Display name update broadcasts entire new name record to nearby viewers Display name update directly inserts new name into sim cache indra.xml has display_names_enabled setting to control cap Synchronized viewer and server versions of avatar name cache Reviewed with Ambroff | |||
2010-04-22 | Implemented EXT-6724(normal task) - Implement flat list view of filtered ↵ | Dmitry Zaporozhan | |
inventory for "add wearables" panel of outfit editor 1. Modified LLInventoryItemsList - implemented delayed item construction. Items are added during draw, not more than 50 items will be added in single draw. This lets us reduce system overload during multiple panel construction. 2. Implemented LLFilteredWearableListManager to populate inventory flat list with data. This class filters entire inventory according to specified filter and populates specified inventory list with data. 3. Created LLCommonUtil::computeDifference() to avoid code copy-pasting(will use it in all appropriate places in next review request) Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/301/ --HG-- branch : product-engine | |||
2010-04-21 | Automated merge | Roxie Linden | |
2010-04-20 | Viewer caches avatar display names between sessions | James Cook | |
Reviewed with Simon | |||
2010-04-20 | merge from viewer-hotfix | Tofu Linden | |
2010-04-19 | Change Linux fasttimer implementation back to RDTSC - using a reliable ↵ | Tofu Linden | |
syscall was REALLY chewing CPU time. Sigh. I didn't realize how incredibly often this gets called. So, back to the assembly. But be more careful with CPU clock count on linux, so the fasttimer values are much more accurate than they were the last time we were with RDTSC, in absolute terms - back in the right order of magnitude anyway. Also change many instances of Mhz to MHz. Also some minor comment fixes. | |||
2010-04-16 | Accept expires timestamp as UTC datetime in LLSD | James Cook | |
2010-04-15 | Backed out changeset eaac19489aa6 | Tofu Linden | |
Bao agreed with my initial version after all. | |||
2010-04-15 | be gentler on negative-offset reads - just do nothing instead of asserting. ↵ | Tofu Linden | |
from bao's review. (transplanted from 061b8b55838634425455ebc4ac046462dfc0e5f1) | |||
2010-04-15 | Supporting 'read from the end' doesn't make sense (to me), unlike 'write | Tofu Linden | |
from the end'. Also, more comments. Also, try to avoid a seek when offset==0 in read. To be reviewed by Bao. (transplanted from 60eb013221a83ff76054ab7dcb1d07c108f51a9d) | |||
2010-04-15 | some clean-up of lllfsthread to help me understand it, remove one extraneous ↵ | Tofu Linden | |
close(). to be reviewed by bao. (transplanted from 17c6af7a2396f9890aab8226356a556b4d58a7d8) | |||
2010-04-19 | automated merge with trunk | Roxie Linden | |