Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-10 | L10N: Add some translations to FR, DE, JA from Localization Cycle1. | Ramzi Linden | |
2009-11-10 | merge | Ramzi Linden | |
2009-11-10 | I18N: several nodes in XUI have no name= or a duplicate name=, thus cant be ↵ | Ramzi Linden | |
localized. Notifications console was listed twice in the Develop>Console menu | |||
2009-11-10 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-10 | DEV-35097 final check in XUI for instances of the nonapproved terms "2nd ↵ | Ramzi Linden | |
Life", "1st Life", "SLURL" | |||
2009-11-10 | Develop>XUI>Send Test IMs: Lets not poke fun of a resident tradition in the ↵ | Ramzi Linden | |
public beta. Also it should test a sentence that wraps. Ideally it would also test a string with double-byte characters but I dont know how to do that. | |||
2009-11-10 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-10 | clean up include llfontgl | angela | |
2009-11-09 | LLViewerMediaImpl now keeps track of which instance is the current parcel ↵ | Monroe Linden | |
media instance. The active parcel media instance always gets priority over other inworld media. | |||
2009-11-09 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-09 | Refinement to my previous commit: | Monroe Linden | |
Created LLViewerMediaImpl::unload(), which unloads the media and clears internal state (such as the last-navigated URL) to keep it from getting reloaded. LLViewerMedia::updateMediaImpl() now calls unload() on the impl instead of just using destroyMediaSource(). | |||
2009-11-09 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-09 | Dev-42424 Turning on impostors for intel cards above 965 | Palmer | |
2009-11-09 | Fix for DEV-42029 (changing media on multiple faces can make a zombie SLPlugin). | Monroe Linden | |
Made LLViewerMedia::updateMediaImpl() unload the impl's media plugin when the current URL goes empty. Made LLVOVolume::syncMediaData() call removeMediaImpl() if the media data gets deleted. | |||
2009-11-09 | merge | Brad Payne (Vir Linden) | |
2009-11-09 | merge | James Cook | |
2009-11-09 | DEV-42409 Email snapshot now fills in sender email address as before. | James Cook | |
Sending now works. Reviewed with Ambroff. | |||
2009-11-09 | Disabled saving notifications to disk because the load code hasn't worked ↵ | James Cook | |
for months, it spams the logs, and it hits the disk. Discussed with Q, the author. | |||
2009-11-09 | First name field on login screen is now same size as last name. | James Cook | |
Reviewed with Ambroff | |||
2009-11-09 | Merge with tip | callum | |
2009-11-09 | Fix for DEV-41797 - "LL_QUICKTIME_ENABLED is often unset on Windows builds" | callum | |
2009-11-09 | ext-1444 log, speak and gestures btns don't have tool-tips | Lis Pardi | |
These changes had been made last month, but got smooshed. | |||
2009-11-09 | Removed some log file spam. | Brad Payne (Vir Linden) | |
2009-11-09 | merge | Loren Shih | |
2009-11-09 | Fix signed/unsigned build breakage in llvovolume.cpp | James Cook | |
2009-11-09 | For EXT-2325: Should purge inventory cache moving from 1.23 to 2.0. | Brad Payne (Vir Linden) | |
Added a version field at the beginning of inventory cache files. If version field is not found or does not match expectected value, then the cache is discarded. In 1.23, the version line triggers a warning but is otherwise ignored. Reviewed by Seraph. | |||
2009-11-09 | For EXT-2335 Diagnose warning spam: "LLInventoryPanel::buildNewViews called ↵ | Loren Shih | |
with invalid objectp->mType" Trivial fix to just ignore reading in items that have unknown/none asset type. | |||
2009-11-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2009-11-09 | EXT-2326 Editing appearance causes too many texture callbacks stalls the viewer | Nyx (Neal Orman) | |
problem was caused by triggering updateMeshTextures() every time visual params or textures were changed on your base avatar object. The latest structure makes the parameters and textures in the wearables authoritative, causing them to be copied to the avatar on a regular basis. This resulted in way too many callbacks to be registered while waiting for baked textures to be uploaded. Fixed by removing many calls to updateMeshTextures() and ensuring that it gets called every time an appropriate param or texture actually changes, or a wearable gets added/removed. This appears to cut the number of callbacks to a reasonable level. Code reviewed by Bigpapi. | |||
2009-11-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-11-09 | DEV-41358: Renamed the title of the search floater to be "Find". | Lynx Linden | |
As requested by the search team. | |||
2009-11-09 | Better fix for DEV-42153. | Monroe Linden | |
2009-11-09 | merge | James Cook | |
2009-11-09 | Fixed crash on hovering over debug rendering menu due to texture atlas. | James Cook | |
2009-11-09 | merge. | Tofu Linden | |
2009-11-09 | remove debug spew. | Tofu Linden | |
2009-11-09 | Smarter mildly-refactored voice-toggle state management. | Tofu Linden | |
2009-11-09 | don't have the 'speak' button be, technically, a toggle button | Tofu Linden | |
- we'll be managing its state rather manually, not necessarily conforming to 'toggle' semantics. | |||
2009-11-09 | EXT-1866 : Inventory Side Panel | Loren Shih | |
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items. This is to make the UI behavior compliant with the Inventory Panel MVP. Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0). | |||
2009-11-09 | Central-source the authoritative state of mic openness. | Tofu Linden | |
2009-11-09 | remove #include no longer needed. | Tofu Linden | |
2009-11-09 | Don't have LLVoiceClient manually poke the nearbychatbar's 'speak' button's ↵ | Tofu Linden | |
visual state as a special case - all speak buttons will soon know how to poll (sigh) the ptt state, with more reliability. | |||
2009-11-10 | fix xml function param problem and adding missing settings in settings.xml | angela | |
2009-11-09 | check for NULL UUID for friendListFolderID | angela | |
2009-11-09 | trivial comment fix while I was there. | Tofu Linden | |
2009-11-09 | ... remove unused llrandgauss.h | Tofu Linden | |
- because on second thoughts, there's not much wisdom in carrying probably-not-tested-for-years code around 'just in case'. | |||
2009-11-09 | randgauss.h isn't *really* used by the viewer - remove #include and move it ↵ | Tofu Linden | |
to llmath with ll-header naming convention. | |||
2009-11-09 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-09 | merge | Ramzi Linden | |
2009-11-09 | EXT-2106 I18N Nav bar: a node in panel_navigation_bar.xml cant be localized ↵ | Ramzi Linden | |
because it has no name= I18N: 2 nodes in panel_preferences_privacy.xml cant be localized because it has no name= I18N: 2 EN files menu_inspect_object_gear.xml, panel_group.xml use duplicate name= parameters from a copy/paste error L10N: rephrase for localizability in panel_preferences_advanced.xml and panel_preferences_sound.xml |