Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | For EXT-6809 - fixes suggested by Nyx code review | Brad Payne (Vir Linden) | |
2010-04-19 | merge | Brad Payne (Vir Linden) | |
2010-04-19 | For EXT-6809 - search static VFS for all asset types | Brad Payne (Vir Linden) | |
2010-04-16 | Fix line endings | James Cook | |
2010-04-16 | Accept expires timestamp as UTC datetime in LLSD | James Cook | |
2010-04-16 | For EXT-6809 - search static VFS for all asset types | Brad Payne (Vir Linden) | |
2010-04-16 | For EXT-6809 - search static VFS for all asset types | Brad Payne (Vir Linden) | |
2010-04-15 | DEV-47529 Viewer looks up display names via a sim cap | James Cook | |
Squire asked me to route display name lookups via a simulator capability using HTTP GET. This buys us authentication until the data services team can implement a public-facing authenticating web service for People API. | |||
2010-04-19 | automated merge with trunk | Roxie Linden | |
2010-04-14 | slightly hairy merge from viewer-trunk | Tofu Linden | |
2010-04-13 | Fix line endings | James Cook | |
2010-04-13 | DEV-47529 Display name expiration time sent from web service | James Cook | |
2010-04-13 | Fixed bug EXT-5415 (Edit floater and object profile show group as ↵ | Vadim Savchuk | |
"loading..." when set to "none"). Made LLCacheName getGroupName() and getName() methods return TRUE if the given group/avatar name is NULL, so that LLNameBox doesn't display "Loading..." indefinitely. There's nothing to wait for in case of NULL id: the name cache returns a predefined name that won't change (i.e. it's the final result). Reviewed by Mike: https://codereview.productengine.com/secondlife/r/223/ --HG-- branch : product-engine | |||
2010-04-15 | merge from viewer-trunk | Tofu Linden | |
2010-04-15 | merge from viewer-trunk | Tofu Linden | |
2010-04-12 | DEV-47529 Convert viewer to use final People API lookup URL format | James Cook | |
Reviewed with Simon | |||
2010-04-08 | DEV-47529 Add expiration to display name cache for viewer | James Cook | |
Also synchronize LLAvatarNameCache with server version TODO: Get expiration time from web service | |||
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 | merge from viewer-trunk | Tofu Linden | |
2010-04-07 | merge | Tofu Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-06 | YET another hairy merge from viewer-trunk. Conflicts resolved... so far. | Tofu Linden | |
2010-04-06 | some fixing from the viewer-trunk merge. | Tofu Linden | |
2010-04-06 | another hairy merge from viewer-trunk :( | Tofu Linden | |
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. | |||
2010-04-02 | DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunk | Roxie Linden | |
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands | |||
2010-04-01 | Automated Merge | Roxie Linden | |
2010-04-01 | another hairy merge from viewer-trunk | Tofu Linden | |
2010-03-31 | merge | Brad Payne (Vir Linden) | |
2010-03-31 | asset request logging for DEV-47362 investigation. | Brad Payne (Vir Linden) | |
2010-03-31 | EXT-5581 : Centralize is_asset_fetch/knowlable into asset dictionary | Loren Shih | |
Took out some ugly case statements and stuck those functions into the asset dictionary instead. This makes the code a lot more centralized/extensible since if we ever add assets, it'll be clear that their fetch/knowable fields need to be added (versus that logic being in some obscure case statement). | |||
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
2010-03-29 | Automated merge | Roxie Linden | |
2010-03-29 | EXT-3075 : Remove swear words from comments across viewer | Loren Shih | |
This bugs me in a minor way. Did a search-and-cleanup on various swear words. | |||
2010-03-24 | viewer2 merge | Tofu Linden | |
2010-03-23 | Part DEV-47695 route display name changes via sim for rebroadcast to | James Cook | |
nearby avatars for name tag updates and to update cached display name for LSL nonblocking functions | |||
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-22 | Fixed bug EXT-6446 (Profile Real World description gets messed up if out of ↵ | Vadim Savchuk | |
the old characters' number limit). Submitting on behalf of Dmitry Zaporozhan. Reviewed by me and Richard: https://codereview.productengine.com/secondlife/r/67/ --HG-- branch : product-engine | |||
2010-03-20 | merge | Dave Parks | |
2010-03-18 | Partial support for Set Name returning error msg from service | James Cook | |
2010-03-10 | Freshly created SLID-only account now shows white tag, not yellow | James Cook | |
2010-03-09 | Default display names to on for demo | James Cook | |
2010-03-08 | Removed custom star badges for Lindens. | James Cook | |
Plan is to use avatar profile pictures for these. | |||
2010-03-05 | fixed EXT-5910 “Offers logging”, | Alexei Arabadji | |
fixed IM message counter when received interactive notification(offer); corrected logging to file of offer notification; enabled logging for FRIENDSHIP_ACCEPTED notification; --HG-- branch : product-engine | |||
2010-03-03 | Work around bad usernames occasionally sent from server. | James Cook | |
2010-03-02 | Merge | James Cook | |
2010-03-02 | Don't load cached names with blank last names, avoids data corruption | James Cook | |
2010-03-02 | cleanup from review | Dave Parks | |