Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-27 | working on EXT-1713,EXT-1712,EXT-1711,EXT-1709 | Yuri Chebotarev ychebotarev@productengine.com | |
EXT-1713 Nearby Chat: Objects have tooltips (???)(???) EXT-1712 Nearby Chat: change context menu for objects EXT-1711 Nearby Chat: context menu isn't applicable for system messages EXT-1709 Nearby Chat: Avatar context menu can be triggered on avatar's icon only initial commit - panel for message headers --HG-- branch : product-engine | |||
2009-10-26 | Fixed a crash on exit in gInventory destructor. | Steve Bennetts | |
2009-10-26 | EXT-5 - Fixed ESC and other shortcuts, again. | Steve Bennetts | |
Moved Shortcuts from Develop menu to Advanced. | |||
2009-10-26 | EXT-1548 - Fix for Crash on restart of a region | Steve Bennetts | |
2009-10-27 | merge | angela | |
2009-10-26 | Fix for DEV-41638 (current URL is not propagated if media changes from ↵ | Monroe Linden | |
website to media). Made the quicktime plugin send navigate_begin and navigate_complete events. This should allow the viewer's logic for sending prim media navigate events to work when loading quicktime media. | |||
2009-10-26 | Volume controls in the media HUD should now work -- this fixes DEV-41746, ↵ | Monroe Linden | |
DEV-41748, and DEV-40782. Added LLPluginClassMedia::getVolume(). Added setVolume/getVolumeupdateVolume methods to LLViewerMediaImpl. LLViewerMedia::setVolume() now no longer overrides the volume settings on all media instances -- it now sets a "global volume" value which is multiplied by all instances' volumes to modulate them. Cleaned up volume/mute handling in LLPanelMediaHUD (made it go through the LLViewerMediaImpl interface instead of directly through LLPluginClassMedia, and removed the mMediaVolume member variable, since the media impl now stores that state). | |||
2009-10-26 | Merge | callum | |
2009-10-26 | Potential fix for https://jira.lindenlab.com/jira/browse/DEV-41702 | callum | |
and https://jira.lindenlab.com/jira/browse/DEV-38579. Both relate to media not working properly and were likely caused by an uninitialized heartbeat timeout. | |||
2009-10-26 | EXT-1901 Add color inventory icons, remove old art, add references to new art | Erica Firment | |
2009-10-26 | merge | Steve Bennetts | |
2009-10-26 | EXT-1402 - Thousands of "WARNING: LLAssetStorage::getAssetData: Discarding ↵ | Steve Bennetts | |
duplicate request for asset" lines Added a list of requested landmark assets and limited the frequency of multiple requests for the same asset | |||
2009-10-26 | merge | richard | |
2009-10-26 | merge | richard | |
2009-10-26 | tweaked clipping rect for scroll containers to not overlap vertical scrollbar | richard | |
fixed reflow logic when resizing text editors that contain widgets (would make text appear and disappear) reviewed by James | |||
2009-10-26 | Re labled "About Land" links back to "About Land" for 2.0. | Steve Bennetts | |
2009-10-26 | Add some logging to perhaps discern more information about reported crashes | Rick Pasetto | |
2009-10-26 | Fixed low bug EXT-1851 (Unable to process multiple selected friends) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-10-26 | Fixed major bug EXT-1850-Crash after open of group-chat (ProductEngine) | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-10-26 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Sergey Borushevsky | |
--HG-- branch : product-engine | |||
2009-10-26 | Fixed normal bug EXT-1450 (Set max height on Gestures tray). | Sergey Borushevsky | |
--HG-- branch : product-engine | |||
2009-10-26 | Merge | callum | |
2009-10-26 | Fix for DEV-39996 / EXT-942. Avatar hair and eyelashes had lost partial ↵ | Eric Tulla | |
transparency. -Reviewed by nyx (simpler xml fix for hair suggested by him as well) | |||
2009-10-26 | merge from remote repo | Rick Pasetto | |
2009-10-26 | Mac build fix; fix error about hidden functions in llui_libtest.cpp | Rick Pasetto | |
2009-10-26 | merge | Andrew Dyukov | |
--HG-- branch : product-engine | |||
2009-10-26 | Implemented low task EXT-1156(Implement option to show/hide avatar icon in ↵ | Andrew Dyukov | |
the friend list) --HG-- branch : product-engine | |||
2009-10-26 | EXT-1816 Wearable changes do not persist | Neal Orman | |
issue was in the isDirty() function - one case where images in the wearable get added caused the function to return FALSE when it should have returned TRUE. Now wearables that you change the images of will be detected as dirty and will save properly. Code reviewed by Bigpapi. | |||
2009-10-26 | merge | Dmitry Oleshko | |
--HG-- branch : product-engine | |||
2009-10-26 | merge | Steve Bennetts | |
2009-10-26 | Fixed normal bug [BSI] The "X notifications arrived while you were away" ↵ | Dmitry Oleshko | |
toast on login is not clickable --HG-- branch : product-engine | |||
2009-10-26 | Merge | callum | |
2009-10-26 | Fixed up mouseEvent function to reflect mouse button | callum | |
2009-10-26 | IM: got rid of old im floater dependency in LLIMMgr::addMessage(...) | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-26 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-26 | IM refac.: replaced passing copies by passing references, moved some IMModel ↵ | Igor Borovkov | |
private, added documentation --HG-- branch : product-engine | |||
2009-10-26 | Fixed normal bugs EXT-1628 ([BSI] - New IM system isn't sending typing ↵ | Eugene Mutavchi | |
notifications anymore) and EXT-1629 ([BSI] - add hint in IM window when Resident is typing) --HG-- branch : product-engine | |||
2009-10-26 | IM: fixed remove session logic, got rid of "being session removed" field | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-26 | merge | Yuri Chebotarev ychebotarev@productengine.com | |
--HG-- branch : product-engine | |||
2009-10-26 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-26 | merge | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-10-26 | IM: removed unused & empty methods and classes, added TODO marks | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-26 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-10-26 | no ticket | Yuri Chebotarev ychebotarev@productengine.com | |
set single_instance for nearby_chat floater --HG-- branch : product-engine | |||
2009-10-26 | Merge from default to product-engine | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-10-26 | IM minor refactoring: removed unused LLIMMgr::isIMSessionOpen(...) - ↵ | Igor Borovkov | |
duplicate of LLIMMgr::hasSession(...) --HG-- branch : product-engine | |||
2009-10-25 | * Changes to enable differentiating between icon texture priority and other ↵ | Steve Bennetts | |
UI texture priority. * Still need to only request smaller mip maps of icon textures | |||
2009-10-24 | DEV-41803 class2 deferred light smoothing wrong in creases | Adam Moss | |
to be reviewed by davep | |||
2009-10-23 | Merge | callum | |
2009-10-24 | EXT-1305 Hook up Script Error preferences -- reviewed by james | angela | |