Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-06 | fix model importer to create a single coalesced object. | Karl Stiefvater (qarl) | |
2010-04-06 | extra diffuse sample in ssreflection to decrease aliasing. | Tofu Linden | |
2010-04-06 | Rigged attachments (almost works). | Dave Parks | |
2010-04-06 | ES linguistic | Eli Linden | |
2010-04-06 | merge from viewer-trunk | Tofu Linden | |
2010-04-06 | merge from viewer-2-0 | Tofu Linden | |
2010-04-06 | merge from viewer-trunk | Tofu Linden | |
2010-04-06 | Resurrect 'Sun' menu options. | Tofu Linden | |
These seem to have been clobbered by some bad XML merging that probably came in with 73f60e5518af / EXT-3531 | |||
2010-04-06 | Fixed major bug EXT-6718 (Top menu: 'Build' and 'Help' items are absent). | Vadim Savchuk | |
Restoring comment end marker, accidentally removed in changeset 73f60e5518af. Trivial change, not reviewed. --HG-- branch : product-engine | |||
2010-04-06 | Fixed major bug EXT-6572 (EXT-6572 ([VARIABLE IN WRONG PLACE] in Taskbar ↵ | Paul Guslisty | |
\"Kaufen L$\" should be \"L$ kaufen\") - Removed the L$ graphic and made \"L$\" part of the label string. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/172/ --HG-- branch : product-engine | |||
2010-04-06 | YET another hairy merge from viewer-trunk. Conflicts resolved... so far. | Tofu Linden | |
2010-04-06 | un-hairy merge from viewer-trunk | Tofu Linden | |
2010-04-06 | sigghhhh, yet more conflict resolution from the viewer-trunk merge. ↵ | Tofu Linden | |
actually builds now. let's see if it runs and works. | |||
2010-04-06 | yet more conflict fixing from viewer-trunk merge | Tofu Linden | |
2010-04-06 | another conflict fix from viewer-trunk merge | Tofu Linden | |
2010-04-06 | automated merge | Loren Shih | |
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically Preliminary work to clean up naming conventions. | |||
2010-04-06 | wtf-fix for using \\ instead of // as a comment. | Tofu Linden | |
2010-04-06 | wtf-fix for using \\ instead of // as a comment. | Tofu Linden | |
2010-04-06 | more fixing from the viewer-trunk merge | Tofu Linden | |
2010-04-06 | some fixing from the viewer-trunk merge. | Tofu Linden | |
2010-04-06 | another hairy merge from viewer-trunk :( | Tofu Linden | |
2010-04-06 | merge | Tofu Linden | |
2010-04-06 | Fixed normal bug EXT-6545 - Admin > God Tools > Object > Sim Name ↵ | Dmitry Zaporozhan | |
incorrectly reported. Using region name retrieval code. Fixed labels. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/125/ --HG-- branch : product-engine | |||
2010-04-06 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-04-06 | Fixed normal bug EXT-6464 (Buy pass from popup menu doesn't work). | Andrew Dyukov | |
- The bug was caused by deselection of parcel(because of zero ref count to parcel selection) after appearance of alert with ok/cancel. Added setting pointer to this selection before notification appearance and nullifying pointer it after user chooses ok or cancel. Nullifying will always take place because alert is modal, so there is no chance that LLPanelLandGeneral::cbBuyPass() won't be called. Reviewed by Mike at https://codereview.productengine.com/secondlife/r/180/ --HG-- branch : product-engine | |||
2010-04-06 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-04-05 | Merge | Eli Linden | |
2010-04-05 | ES fix unlocalized sidepanel titles | Eli Linden | |
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Superficial header file cleanup for LLInventoryFunctions. Change made to simulator files as well. | |||
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. | |||
2010-04-02 | merge hotfix changes to release | Kent Quirk | |
2010-04-02 | EXT-6696 : Make Library inventory items somehow distinguishable at first ↵ | Loren Shih | |
glance from My Inventory items Library items are now set to Emphasis Color. This can be easily changed. Also fixed an issue where the "(Loading...)" string was overlapping with folder inventory strings. | |||
2010-04-02 | EXT-6690 shorten PL translation | Eli Linden | |
2010-04-02 | merge | Tofu Linden | |
2010-04-02 | Fix for EXT-6663 (TOS Screen logic for enabling agreement checkbox is ↵ | Monroe Linden | |
questionable) * remove the use of the start_url parameter, and instead store the loading url as a string in the xui, so that there's no chance of the loading screen page completing before we add our observer. * replace the "load complete count" with explicit state variables for whether the loading screen has completed and whether the site is alive * don't begin trying to load the real URL until both of the above conditions are met (and begin the load no matter which order they are satisfied in) Reviewed by Richard at http://codereview.lindenlab.com/1218007 | |||
2010-04-02 | VWR-17709 en_xui_change to accommodate the longest translation in PL even ↵ | Eli Linden | |
though this is a bug reported for ES; undo JA old override | |||
2010-04-02 | EXT-5940 : INFRASTRUCTURE: Typedef all vector<LLUUID>'s | Loren Shih | |
Fixed some more typedefs that I missed in first checkin. | |||
2010-04-02 | automated merge | Loren Shih | |
2010-04-02 | automated merge | Loren Shih | |
2010-04-02 | merge | Brad Payne (Vir Linden) | |
2010-04-02 | Fixed normal bug EXT-6348 (SLapp world map location does not display the ↵ | Eugene Mutavchi | |
correct region) - fixed displaying the world map location for escaped SLapp urls. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/173/. --HG-- branch : product-engine | |||
2010-04-02 | merge | Brad Payne (Vir Linden) | |
2010-04-02 | Fixed normal bug EXT-6673 (Default sort order of Nerby People list should be ↵ | Eugene Mutavchi | |
by most recent speaker) - corrected the default setting for nearby people sort order. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/175/. --HG-- branch : product-engine | |||
2010-04-02 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-04-02 | add some debug code for EXT-5394: Crash in ↵ | Xiaohong Bao | |
LLViewerMediaImpl::calculateInterest() | |||
2010-04-02 | automated merge | Loren Shih | |
2010-04-02 | EXT-6689 : INFRASTRUCTURE : LLInventoryBridge code cleanup | Loren Shih | |
Moved a bunch of local llinventorybridge functions into .cpp. Did a bunch of superficial cleanup of llinventorybridge and related files. | |||
2010-04-02 | No ticket. Fixed Linux build. | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-04-02 | ssreflection: restore the shadow factor I accidentally removed with the last ↵ | Tofu Linden | |
update. |