Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | EXT-2342 Script : Fails to work in Alpha 6 | Yuri Chebotarev | |
ok toast for objects are back... also add object inspector to nearby chat object context menu --HG-- branch : product-engine | |||
2009-11-13 | merge | Vadim Savchuk | |
2009-11-13 | merge | Vadim Savchuk | |
2009-11-13 | No ticket. Fixed crash caused by wierdly coded std::map by MS | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-13 | No ticket. Fix to prevent crash. | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-13 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-13 | EXT-2339 Chat : Nearby chat does not show full text - increase max_length to 512 | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-13 | implemented normal task EXT-2175 Set up functionality for \"Leave Selected ↵ | Andrew Polunin | |
Group\" option --HG-- branch : product-engine | |||
2009-11-13 | No ticket. A little refactoring. | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-13 | Fixed Low bug EXT-2404-Nearby Chat: There is redundant semicolon in the log ↵ | Eugene Kondrashev | |
for system messages --HG-- branch : product-engine | |||
2009-11-13 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-13 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-13 | fix style readonlycolor overwriting color | angela | |
2009-11-12 | Test intentionally not-found LLUICtrl. | James Cook | |
2009-11-12 | Temporary build un breakage - removing broken unit test from build while fixing. | Mark Palange (Mani) | |
2009-11-12 | Couple LLMimeDiscoveryResponder more tightly with LLViewerMediaImpl. This ↵ | Monroe Linden | |
should fix DEV-41596, as well as other potential problems. | |||
2009-11-12 | EXT-2434 update avatar rendering cost | Nyx (Neal Orman) | |
First crack at updating the rendering cost calculation for avatars to account for the possibility of invisible avatars. Also generalized rendering cost of attachments to be more general - added debug code to build floater will be post-reviewed | |||
2009-11-12 | EXT-2433 Fix tab max width on build tools | Erica | |
2009-11-12 | EXT-2349 : Diagnose warning spam: "[X] is in model and in view, but ↵ | Loren Shih | |
STRUCTURE flag not set" EXT-2432 : Diagnose warning spam: "[X] does not exist in either view or model, but notification triggered" Restructured llinventorypanel's handling of add/remove/structure so it's easier to understand Removed false positive "notification triggered" warning since objects can now exist outside of various inventory panels' directories. --HG-- branch : avatar-pipeline | |||
2009-11-12 | EXT-24131 : Diagnose warning spam: "WARNING: LLObjectBridge::performAction: ↵ | Loren Shih | |
object not found - ignoring" This warning is a false positive, also existed in 1.23. Removing. --HG-- branch : avatar-pipeline | |||
2009-11-12 | Backed out changeset: 153709ddee86 | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-12 | EXT-24131 : Diagnose warning spam: "WARNING: LLObjectBridge::performAction: ↵ | Loren Shih | |
object not found - ignoring" This warning is a false positive, also existed in 1.23. Removing. --HG-- branch : avatar-pipeline | |||
2009-11-12 | Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs | Nat Goodspeed | |
for all registered operations. (untested) Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for a given named operation, its query string and required parameters. (untested) Introduce LLEventDispatcher::add() convenience methods allowing you to omit description strings. Fix LLLoginInstance (which uses a non-LLEventAPI LLEventDispatcher) back to description-less add() calls. However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so that an LLEventAPI subclass *must* provide a description string. | |||
2009-11-12 | Merge with product-engine | Steve Bennetts | |
2009-11-13 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-12 | EXT-1796 right click menu has "take off items" for gestures | Nyx (Neal Orman) | |
renamed "take off items" to "remove from outfit" Code reviewed by Seraph | |||
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-12 | merge | skolb | |
2009-11-12 | EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadable | skolb | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-12 | EXT-2426 : Remove COF processing that is causing recursive calls to ↵ | Loren Shih | |
gInventory.notifyObservers Changing COF processing to happen during idle(), versus within done(). Reviewed by: Vir --HG-- branch : avatar-pipeline | |||
2009-11-12 | EXT-2387 crash on dump local textures | Nyx (Neal Orman) | |
we didn't check local_tex_obj for NULL before using it. checked to make sure pointer is not null before calling ->getImage() | |||
2009-11-12 | EXT-2190 share button in IM should open sidepanel inventory | Nyx (Neal Orman) | |
share button in im popup now opens sidepanel inventory. Code reviewed by Seraph | |||
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-12 | LLAppearanceManager cleanup - removed dead code | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-12 | merging put on submenu fix with avatar-pipeline | Nyx (Neal Orman) | |
2009-11-12 | EXT-2354 menus contain multiple lines not editable in XUI | Nyx (Neal Orman) | |
We're building a pie menu in code, complete with separators for this particular branch of submenus. This is terrible and ugly and needs to be killed, but for now I removed the lines that cause the separators to be added where there are empty pie slices. Code reviewed by Vir | |||
2009-11-12 | merge | richard | |
2009-11-12 | DEV-42747 - lltreeiterators_test.cpp broken on Windows | richard | |
reviewed by Nat | |||
2009-11-12 | merge | James Cook | |
2009-11-12 | do not apply additional decode priority to textures with high boost levels. | Xiaohong Bao | |
2009-11-12 | fix a bug of making invisible spatial group visible. | Xiaohong Bao | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-12 | LLAppearanceManager cleanup - no static at all | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-12 | Corrected 9-slice coords (again) for Tooltip. | Justin C. Rounds (Chuck) | |
2009-11-12 | LLAppearanceManager cleanup - turning into proper singleton | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-12 | Fixed 9-slice scaling coords for Tooltip. | Justin C. Rounds (Chuck) | |
2009-11-12 | merge | Leyla Farazha | |
2009-11-12 | EXT-677 build l arrows don't work | richard | |
EXT-2388 - top of world does not update reviewed by james |