Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-01 | Automated Merge | Roxie Linden | |
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵ | Loren Shih | |
llagentcamera Fix for S32/F32 mismatch. | |||
2010-03-30 | EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class | Loren Shih | |
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions | |||
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | EXT-6633 enable demo of multiwearables code | Nyx (Neal Orman) | |
cleaning up a merge conflict where HG didn't quite do the right thing. | |||
2010-03-30 | EXT-6634 : INFRASTRUCTURE: Generic header file / #include cleanup | Loren Shih | |
LLAgent.* cleanup Also took out some constants from llagent.cpp that aren't being used. | |||
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | EXT-6633 enable basic multiwearables demo | Nyx (Neal Orman) | |
Fixed several areas of code that were not multi-wearables enabled. Specifically allowed for the wearing of created outfits that had links to multiple items of the same type. Such outfits can be created by dragging multiple items of the same type into an unworn outfit folder. When you wear the outfit, all items (up to 5 per type) should be worn. Does not affect right-click options or other buttons. Code reviewed by Vir. | |||
2010-03-30 | EXT-6632 : INFRASTRUCTURE: LLAgentCamera / LLAgent header file / #include ↵ | Loren Shih | |
cleanup Took out unnecessary #includes from llagentcamera.* | |||
2010-03-30 | EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵ | Loren Shih | |
llagentcamera Orbit/Pan keys were already in llagentcamera. Pulled alt/walk/left/up/yaw/pitch into llagentcamera. | |||
2010-03-30 | automated merge | Loren Shih | |
2010-03-30 | EXT-3414 : Move static backgroundfetch methods and variables to ↵ | Loren Shih | |
llinventorymodel subclass Created LLInventoryModelBackgroundFetch file for handling background fetch. | |||
2010-03-30 | EXT-6589 "Are you sure you want to teleport.." dialog has broken ↵ | Tofu Linden | |
"[LOCATION]" tag | |||
2010-03-30 | fix linux build error. | Tofu Linden | |
2010-03-29 | Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the ↵ | Monroe Linden | |
HTTP_USER_AGENT) The issue here is that initBrowserWindow() was doing the wrong thing if it got called after the set_user_agent message was received. Made the handler for the set_user_agent message save the string in a member variable (mUserAgent). Initialize mUserAgent to the default string in the MediaPluginWebKit constructor. initBrowserWindow() now sets the user agent string from mUserAgent instead of from a literal. | |||
2010-03-29 | Automated merge | Roxie Linden | |
2010-03-29 | merge | Richard Nelson | |
2010-03-29 | EXT-3258 - Viewer freezes while external web browser loads page | Richard Nelson | |
reviewed by Callum | |||
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
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-29 | Fix initial outfit selection dialog to choose initial outfit based on | Roxie Linden | |
what's passed up from login.cgi instead of just using hardcoded values. If nothing is passed up, it defaults to values in settings.xml | |||
2010-03-29 | automated merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
No longer explicitly deleting gAgentAvatarp due to reference counting. | |||
2010-03-29 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Fix for cleaning up gAgentAvatar on app shutdown. | |||
2010-03-29 | automated merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Fix for cleaning up gAgentAvatar on app shutdown. | |||
2010-03-29 | fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵ | Xiaohong Bao | |
mHeaderEntriesInfo.mEntries) | |||
2010-03-29 | fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵ | Xiaohong Bao | |
[secondlife-bin lltexturecache.cpp:1292] | |||
2010-03-29 | merge. | Tofu Linden | |
2010-03-29 | merge from viewer-hotfix | Tofu Linden | |
2010-03-29 | EXT-6580 restrict size of linux's fallback font list | Tofu Linden | |
reviewed and approved for hotfix branch by Q. | |||
2010-03-29 | Merge | Aimee Linden | |
2010-03-29 | Merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-29 | For EXT-4666: changed LLGestureManager to LLGestureMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | merge | Brad Payne (Vir Linden) | |
2010-03-29 | EXT-6031 Refactoring of voice volume representation | Aimee Linden | |
Standardizes representation of volume as [0.0 - 1.0] logarithmic with 0db at 0.5 within LLVoiceClient Reviewed by Tofu. | |||
2010-03-29 | The linux counterpart to changeset 818541c93c7c | Tofu Linden | |
2010-03-29 | EXT-6515 Turn off Vivox automatic crash reporting | Aimee Linden | |
2010-03-28 | viewer-2-0 merge | Tofu Linden | |
2010-03-27 | IT translation review of set3 | Eli Linden | |