Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fixed minor typo in develop.py | McCabe Maxsted | 2009-09-25 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fixed Last Owner text in tools window not disabling | McCabe Maxsted | 2009-09-25 | 3 | -1/+9 | |
| | | | | | ||||||
| * | | | | Clarified 'Track' button tooltip in radar | McCabe Maxsted | 2009-09-24 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fixed Add button being enabled for friends in the radar | McCabe Maxsted | 2009-09-24 | 2 | -0/+7 | |
| | | | | | ||||||
| * | | | | Applied RLVa patch for Imprudence 1.2 by Kitty Barnett | McCabe Maxsted | 2009-09-24 | 6 | -17/+87 | |
| | | | | | ||||||
| * | | | | Applied particle chat feature from Emerald viewer (tell an object it's ↵ | McCabe Maxsted | 2009-09-22 | 4 | -0/+86 | |
| | | | | | | | | | | | | | | | | | | | | selected on channel 9000) | |||||
| * | | | | Clarifed Mini-Map menu option: 'Show Map' to 'Show World Map' | McCabe Maxsted | 2009-09-22 | 2 | -1/+6 | |
| | | | | | ||||||
| * | | | | Fixed RLVa issue in LLNetMap the right way (thanks Kitty) | McCabe Maxsted | 2009-09-22 | 2 | -3/+10 | |
| | | | | | ||||||
* | | | | | Moved "Show HUD Attachments" back to View, restored shortcut. | Jacek Antonelli | 2009-09-23 | 2 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts earlier change (Jan 27) which moved it to Advanced menu. This reverts commit e43ad0a92e04eb2fd55f42f983e9d7495df90ae9. Conflicts: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||||
* | | | | | Merge remote branch 'mccabe/1.2.0-next' into next | Jacek Antonelli | 2009-09-23 | 115 | -1020/+4379 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/llfloaterchat.cpp linden/indra/newview/llfloatermap.cpp linden/indra/newview/llinventorybridge.cpp linden/indra/newview/llnetmap.cpp linden/indra/newview/llviewermessage.cpp linden/indra/newview/llviewerobjectlist.cpp | |||||
| * | | | Display selected avatars larger than normal, zoom in at a reasonable speed. ↵ | McCabe Maxsted | 2009-09-22 | 6 | -12/+27 | |
| | | | | | | | | | | | | | | | | Included missing artwork | |||||
| * | | | Merged 1.2.0-minimap-magnify into 1.2.0-radarzoom | McCabe Maxsted | 2009-09-22 | 8 | -29/+62 | |
| |\ \ \ | ||||||
| | * | | | Applied Aimee's minimap zoom patch | McCabe Maxsted | 2009-06-09 | 8 | -29/+62 | |
| | | | | | ||||||
| * | | | | Fixed map textures displaying as X | McCabe Maxsted | 2009-09-22 | 2 | -2/+12 | |
| | | | | | ||||||
| * | | | | Applied Jacek's patch to show number of avatars in world map | McCabe Maxsted | 2009-09-22 | 3 | -2/+46 | |
| | | | | | ||||||
| * | | | | Changed 'Presets' button to 'Sky' | McCabe Maxsted | 2009-09-21 | 5 | -15/+25 | |
| | | | | | ||||||
| * | | | | Fixed unhandled exception in llinventorymodel.cpp | Armin Weatherwax | 2009-09-21 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Henri Beauchamps $HOME as default load/save location for Linux | Armin Weatherwax | 2009-09-21 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | modified: linden/indra/newview/llfilepicker.cpp | |||||
| * | | | | Merged 1.2.0-radar2 into 1.2.0-next | McCabe Maxsted | 2009-09-21 | 15 | -22/+925 | |
| |\ \ \ \ | ||||||
| | * | | | | Estate and track buttons now disable when they should, tweaked spacing | McCabe Maxsted | 2009-09-16 | 4 | -47/+94 | |
| | | | | | | ||||||
| | * | | | | Moved Rotate Mini-Map option to mini-map menu, added first use dialog | McCabe Maxsted | 2009-09-16 | 11 | -6/+84 | |
| | | | | | | ||||||
| | * | | | | Fixed min minimap size | McCabe Maxsted | 2009-09-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | More cleanup | McCabe Maxsted | 2009-09-16 | 2 | -53/+27 | |
| | | | | | | ||||||
| | * | | | | Don't track avatars when focus lost | McCabe Maxsted | 2009-09-16 | 2 | -3/+21 | |
| | | | | | | ||||||
| | * | | | | Fixed bad RLVa behavior in minimap | McCabe Maxsted | 2009-09-16 | 2 | -3/+8 | |
| | | | | | | ||||||
| | * | | | | Some code cleanup | McCabe Maxsted | 2009-09-15 | 4 | -30/+23 | |
| | | | | | | ||||||
| | * | | | | Added tabs to mini-map radar | McCabe Maxsted | 2009-09-15 | 9 | -10/+798 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fixed radar list scrolling issue, still missing toggle | McCabe Maxsted | 2009-08-12 | 3 | -42/+108 | |
| | | | | | | | ||||||
| | | * | | | | Moved radar back into llfloatermap.cpp, it works | McCabe Maxsted | 2009-08-11 | 6 | -198/+316 | |
| | | | | | | | ||||||
| | | * | | | | Changed range to 96m | McCabe Maxsted | 2009-08-09 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | | * | | | | XUI tweaks and fixes to minimap. | Jacek Antonelli | 2009-08-09 | 3 | -48/+53 | |
| | | | | | | | ||||||
| | | * | | | | Basic basic radar that kinda sorta works but not really | McCabe Maxsted | 2009-08-09 | 3 | -4/+233 | |
| | | | |/ / | | | |/| | | ||||||
| * | | | | | Added adult compliant flag | McCabe Maxsted | 2009-09-20 | 2 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | Fixed group titles showing up as ? | McCabe Maxsted | 2009-09-20 | 2 | -3/+8 | |
| | | | | | | ||||||
| * | | | | | Fixed inventory offers not avatar name (another RLVa bug) | McCabe Maxsted | 2009-09-19 | 2 | -3/+11 | |
| | | | | | | ||||||
| * | | | | | Dynamically change max prim size depending upon LL/OpenSim grid (added ↵ | McCabe Maxsted | 2009-09-18 | 8 | -10/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | setting for opensim detection: LoggedIntoOpenSim). OpenSim max is 128m | |||||
| * | | | | | Merge branch '1.2.0-streaminfo' into 1.2.0-next | McCabe Maxsted | 2009-09-17 | 8 | -14/+118 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fixed stream info not updating | McCabe Maxsted | 2009-06-15 | 2 | -9/+7 | |
| | | | | | | | ||||||
| | * | | | | | Applied Dale Glass' patch for VWR-12655: Add support for displaying the ↵ | McCabe Maxsted | 2009-06-15 | 8 | -14/+120 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | title of the song | |||||
| * | | | | | Applied patch by Aleric Inglewood for VWR-13996 - avatars using 1.22 ↵ | McCabe Maxsted | 2009-09-17 | 2 | -1/+8 | |
| | |/ / / | |/| | | | | | | | | | | | | | completely invisible on first sight | |||||
| * | | | | Added Codebastard Redgrave's windlight presets to Imprudence | McCabe Maxsted | 2009-09-15 | 7 | -0/+856 | |
| | | | | | ||||||
| * | | | | Applied patch by Robin Cornelius for VWR-11138 - Make develop.py play nicely ↵ | McCabe Maxsted | 2009-09-15 | 2 | -3/+50 | |
| | | | | | | | | | | | | | | | | | | | | with express editions of Visual Studio | |||||
| * | | | | Applied patch by Robin Cornelius for VWR-11128 - Python not always detected ↵ | McCabe Maxsted | 2009-09-15 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | by develop.py | |||||
| * | | | | Fixed unhandled exception in llviewerobjectlist.cpp | McCabe Maxsted | 2009-09-15 | 2 | -0/+9 | |
| | | | | | ||||||
| * | | | | Merged in jacek/next | McCabe Maxsted | 2009-09-14 | 92 | -188/+10185 | |
| | | | | | ||||||
| * | | | | Applied BlockClickSit debug setting from Emerald to block sit click action | McCabe Maxsted | 2009-09-14 | 3 | -1/+18 | |
| | | | | | ||||||
| * | | | | Small performance change from Emerald viewer in LLVLComposition | McCabe Maxsted | 2009-09-14 | 2 | -2/+12 | |
| | | | | | ||||||
| * | | | | Small improvement to hide selection outlines in LLSelectMgr | McCabe Maxsted | 2009-09-14 | 2 | -0/+12 | |
| | | | | | ||||||
| * | | | | Added missing left/right arrow textures | McCabe Maxsted | 2009-09-13 | 5 | -0/+8 | |
| | | | | | ||||||
| * | | | | Fixed World options not showing up when windlight remote expanded | McCabe Maxsted | 2009-09-13 | 2 | -0/+20 | |
| | | | | |