Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | STORM-1026 : Suppress trivial assert that makes Mac build fail (warning ↵ | Merov Linden | |
treated as error) | |||
2011-03-08 | fix for STORM-1053: crash at LLTextureCache::writeToCache | Xiaohong Bao | |
2011-03-08 | fix for STORM-1052: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138 | Xiaohong Bao | |
2011-03-08 | fix for STORM-1049: [crashhunters] crash at ↵ | Xiaohong Bao | |
LLViewerFetchedTexture::forceToSaveRawImage(int,bool) | |||
2011-03-07 | fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion | Xiaohong Bao | |
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap | |||
2011-03-07 | fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion | Xiaohong Bao | |
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap | |||
2011-03-07 | fix for STORM-1026: Viewer crahes while trying to reset Graphics quality. | Xiaohong Bao | |
reviewed by davep | |||
2011-03-09 | Added tag DRTVWR-37_2.5.1-release for changeset 4dede9ae1ec7 | Dessie Linden | |
2011-03-07 | Added tag 2.5.1-release for changeset 4dede9ae1ec7 | Oz Linden | |
2011-03-01 | Added tag 2.5.1-start for changeset 63a6aedfce78 | Merov Linden | |
2011-03-01 | Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint) | Merov Linden | |
2011-03-01 | STORM-1004 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-954 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-949 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-889 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-842 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-665 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-1024 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-977 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-980 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-974 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-680 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-979 : pull into viewer-development | Merov Linden | |
2011-02-25 | Fix llhost integration test: replaced linux.org by lindenlab.com in the DNS ↵ | Merov Linden | |
lookup test as linux.org was not being resolved as expected | |||
2011-02-24 | STOMR-665 FIXED User is not able to view full name of Group's founder in the ↵ | Paul ProductEngine | |
Group Profile - Made text box and its panel follow right | |||
2011-02-23 | separate vertex buffer and index buffer when map/unmap VBO. can be treated ↵ | Xiaohong Bao | |
as part of STORM-1011. reviewed by davep. | |||
2011-02-22 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-22 | STORM-889 FIXED Put Link/Unlink in Edit Panel | Paul ProductEngine | |
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind | |||
2011-02-18 | BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵ | paul_productengine | |
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names. | |||
2011-02-17 | STORM-842 FIXED displaying favorites list at login screen when user name is ↵ | Seth ProductEngine | |
typed like "firstname.lastname" or "firstname_lastname" or user name consists of a single word. | |||
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-16 | merge changes for storm-981 | Oz Linden | |
2011-02-16 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-02-15 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-15 | STORM-954 SL-viewer 2.0 No nearby people when over approxiamately 1000 meters | Twisted Laws | |
2011-02-14 | debug_console is now resizable | Andrew Meadows | |
Reviewed with Callum Linden. | |||
2011-02-14 | bump version number to 2.7.0 | Oz Linden | |
2011-02-14 | Added tag 2.6.0-start for changeset 92e58e51776a | Oz Linden | |
2011-02-14 | STORM-949 FIXED Actual usernames removed from XUI files. | Seth ProductEngine | |
Actual usernames are replaced with "TestString PleaseIgnore" in EN locale with setting translate="false" flag for affected widgets. Translated phrases with actual usernames are removed from XUI files in other locales. | |||
2011-02-11 | STORM-975 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-833 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-937 : Use subprocess instead os commands in python, suppress crufty ↵ | Merov Linden | |
svn code | |||
2011-02-11 | pull back release tag from viewer-beta | Oz Linden | |
2011-02-11 | Added tag 2.5.0-release, DRTVWR-31_2.5.0-release for changeset b723921b5c71 | Dessie Linden | |
2011-02-11 | STORM-680 FIXED (Avaline callers are added to the Recent list) | paul_productengine | |
- When accepting an avaline call, add a caller to the recent list as AvalineListItem - When adding item to the LLRecentPeople, check whether item with the same phone number exists and delete it if exists. This is need to avoid duplication in the Recent list of the panel People. | |||
2011-02-11 | STORM-980 Appearance panel / Wear button is too wide | Jonathan Yap | |
2011-02-11 | OPEN-29 Cleanup: strip trailing whitespace | Boroondas Gupte | |
As people will have to rebuild half the tree anyway, because these headers changed, we might as well prettify them a bit. |