Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-31 | automated merge | Loren Shih | |
2010-03-31 | automated merge | Loren Shih | |
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-31 | merge from viewer-2-0 | Tofu Linden | |
2010-03-31 | recent crash regression fix from Seraph. | Tofu Linden | |
2010-03-31 | Fix for crash in process_avatar_movement. | Loren Shih | |
gAgentAvatarp pointer was being checked for null instead of the local avatarp. | |||
2010-03-31 | EXT-2418 - improved cursors for sit/open/buy - the neglected Linux part. | Tofu Linden | |
2010-03-30 | automated merge | Loren Shih | |
2010-03-30 | EXT-5916 : INFRASTRUCTURE: Move autopopulation code into its own separate class | Loren Shih | |
Moved LLLibraryOutfitsFetch and LLInitialWearablesFetch | |||
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | EXT-3529 : INFRASTRUCTURE : Move LLFindWearables code and others into ↵ | Loren Shih | |
LLInventoryFunctions These functions are defined in LLInventoryFunctions.h but their implementation is in LLInventoryBridge... moved everything to LLInventoryFunctions. | |||
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 | Default MediaShowOnOthers setting to false. | Monroe Linden | |
--HG-- branch : EXT-4880 | |||
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 | VWR-17649 en_xui_change | Eli Linden | |
2010-03-29 | EXT-6572 (major bug) DE workaround to remove the word "Kaufen" and leave ↵ | Eli Linden | |
just the L$ link to avoid obvious linguistic error due to poor source design, at Simone's request | |||
2010-03-29 | VWR-17644 undo old 'es' overrides | Eli 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-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 | |