Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-01 | EXT-3531 - Ctrl-P does not work reliably on login | Richard Nelson | |
2010-03-31 | EXT-6666 : Enable debug avatar textures in God, versus non-Release, mode | Loren Shih | |
2010-03-30 | EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class | Loren Shih | |
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions | |||
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
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 LLAppearanceManager to LLAppearanceMgr throughout | Brad Payne (Vir Linden) | |
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject". | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-25 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject() | |||
2010-03-25 | EXT-2959 : Pull out camera functions from llagent to llagentcamera | Loren Shih | |
#3 checkin. Took out llagent "friend llagentcamera" and added accessors instead. Did some superficial formatting cleanup. | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-18 | Merge of PE merge with extra head | Kent Quirk | |
2010-03-18 | merge from hotfix to viewer-2-0 and resolve conflicts | Kent Quirk | |
2010-03-18 | (EXT-5982) [FRAGMENTATION] L$ kaufen window (Buy L$) | Sergei Litovchuk | |
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/56/ --HG-- branch : product-engine | |||
2010-03-17 | fixed EXT-6350 [HARD CODED] - System message when loosing connectivity needs ↵ | Igor Borovkov | |
to be localized extracted strings used in LLAppViewer::forceDisconnect(...) calls Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/41/ --HG-- branch : product-engine | |||
2010-03-16 | Implemented normal task EXT-5982([HARD CODED] on L$ kaufen window (Buy L$)). | Andrew Dyukov | |
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/33/ --HG-- branch : product-engine | |||
2010-03-10 | Merge latest from viewer-hotfix, including fix for TOS screen | James Cook | |
2010-03-10 | EXT-6295 - Cannot log in with new account, TOS dialog does not load | Richard Nelson | |
reviewed by Mani | |||
2010-03-08 | Merge with viewer 2 beta 4 | James Cook | |
2010-03-02 | Merge | James Cook | |
2010-03-01 | Implemented major sub-task EXT-5722 (hard-coded: Right click on Object > Sit ↵ | Eugene Mutavchi | |
Here and Take are hard-coded) --HG-- branch : product-engine | |||
2010-02-23 | Implemented major sub-task EXT-5556 (hard-coded: menu Build > Object > Take. ↵ | Eugene Mutavchi | |
The word "Take" is hard-coded) --HG-- branch : product-engine | |||
2010-02-22 | Fixed normal bug EXT-4682 (Edit Linked Parts (from menu) appears to have no ↵ | Eugene Mutavchi | |
effect) --HG-- branch : product-engine | |||
2010-02-18 | Preference to set what fields name tags display, and | James Cook | |
first attempt at "use display names" menu item which doesn't work yet | |||
2010-02-16 | Fixed low priority bug EXT-5425 (Undocked 'Movement Controls' floater became ↵ | Vadim Savchuk | |
docked after opening from 'World' top menu). --HG-- branch : product-engine | |||
2010-02-15 | CID-37 | Tofu Linden | |
Checker: DEADCODE Function: LLToolsSelectedScriptAction::handleEvent(const LLSD &) File: /indra/newview/llviewermenu.cpp | |||
2010-02-15 | some const'ness for previous fixes. | Tofu Linden | |
2010-02-15 | CID-133 | Tofu Linden | |
Checker: NULL_RETURNS Function: is_agent_mappable(const LLUUID &) File: /indra/newview/llviewermenu.cpp | |||
2010-02-13 | CID-134 | Tofu Linden | |
Checker: NULL_RETURNS Function: LLToolsEnableUnlink::handleEvent(const LLSD &) File: /indra/newview/llviewermenu.cpp | |||
2010-02-11 | EXT-5105 Incorrect keyboard shortcut for Inventory in main menu | Loren Shih | |
EXT-5334 CTRL+SHIFT+I now brings up InventorySP instead of InventoryFloater Fixed a regression due to EXT-5105 where CTRL+SHIFT+I was bringing up the InventorySP instead of InventoryFloater. Note that this reverts some code checked in for EXT-5105 (i.e. it re-adds in some functions that were deleted). As a side bonus, now the Gestures CTRL+G menu option shows as being checked when the gestures floater is active. | |||
2010-02-11 | Merge | James Cook | |
2010-02-11 | EXT-5164 Me->My Inventory opens Inventory floater, not side panel | angela | |
2010-02-09 | EXT-3071 : CTRL+I should bring up either inventorySP or inventory floater | Loren Shih | |
EXT-5239 : Consider removing CTRL+I to spawn multiple inventory windows BTEST-42 : Can't hide inventory by pressing CTRL+I CTRL+I will now either open the inventory sidepanel, or close the sidepanel. | |||
2010-02-09 | EXT-4449 [BSI] Zoom In does not function properly on large or linked prim sets | Leyla Farazha | |
reviewed by Richard CC#99 | |||
2010-02-08 | Converted names build from avatar object LLNameValue pairs to SLID | James Cook | |
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization | |||
2010-02-04 | Converted all gCacheName->getName to getFullName for SLID compatibility | James Cook | |
Also eliminated notification "ObjectGiveItemUnknownUser" because the SLURL-based name lookup will always retrieve the user name. Fixed a bug with ObjectGiveItem where the SLURL would be incorrect for a group. | |||
2010-02-04 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-02-03 | EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymore | Soft Linden | |
2010-02-03 | EXT-4898: Changed English language code to "en" on Mac. | Lynx Linden | |
Now LLUI::getLanguage() returns a result that is consistent on Mac, Windows, and Linux. Also, cleaned up some legacy language code. | |||
2010-01-29 | completely got rid of Communicate floater and stuff | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-29 | got rid from lltoolbar.h includes | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-26 | implemented EXT-4588 “Redirect messages that went to the Communicate ↵ | Alexei Arabadji | |
floater”; --HG-- branch : product-engine | |||
2010-01-25 | Fixed reopened normal bug EXT-4450([BSI] call buttons enabled when voice is ↵ | Andrew Dyukov | |
disabled). - Added check for call availability in miniinspector's context menu - Removed ability to call yourself in group chat context menu - Added check for call availability for context menu which appears on right mouse click on avatar in game area --HG-- branch : product-engine | |||
2010-01-21 | merge | Rick Pasetto | |
2010-01-21 | EXT-4266 Can't "drop" object selected in select-face mode | Leyla Farazha | |
reviewed by Callum | |||
2010-01-20 | got rid of win CR | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-20 | more on LLFloaterChat - oops...commit code with error | Ychebotarev ProductEngine | |
--HG-- branch : product-engine |