aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mccabe/1.2.0-next' into nextJacek Antonelli2009-09-2515-58/+190
|\
| * Fixed region names not showing up on regions with zero avatarsMcCabe Maxsted2009-09-251-2/+1
| |
| * Fixed Windows using wrong GStreamer library namesMcCabe Maxsted2009-09-251-17/+17
| |
| * Removed problematic /MP flagMcCabe Maxsted2009-09-251-16/+7
| |
| * Fixed minor typo in develop.pyMcCabe Maxsted2009-09-251-1/+1
| |
| * Fixed Last Owner text in tools window not disablingMcCabe Maxsted2009-09-252-1/+3
| |
| * Clarified 'Track' button tooltip in radarMcCabe Maxsted2009-09-241-1/+1
| |
| * Fixed Add button being enabled for friends in the radarMcCabe Maxsted2009-09-241-0/+2
| |
| * Applied RLVa patch for Imprudence 1.2 by Kitty BarnettMcCabe Maxsted2009-09-245-17/+76
| |
| * Applied particle chat feature from Emerald viewer (tell an object it's ↵McCabe Maxsted2009-09-223-0/+79
| | | | | | | | selected on channel 9000)
| * Clarifed Mini-Map menu option: 'Show Map' to 'Show World Map'McCabe Maxsted2009-09-221-1/+1
| |
| * Fixed RLVa issue in LLNetMap the right way (thanks Kitty)McCabe Maxsted2009-09-221-3/+3
| |
* | Moved "Show HUD Attachments" back to View, restored shortcut.Jacek Antonelli2009-09-231-7/+5
| | | | | | | | | | | | | | | | | | | | 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 nextJacek Antonelli2009-09-23114-1020/+3964
|\ \ | |/ | | | | | | | | | | | | | | | | 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 Maxsted2009-09-225-12/+18
| | | | | | | | Included missing artwork
| * Merged 1.2.0-minimap-magnify into 1.2.0-radarzoomMcCabe Maxsted2009-09-227-29/+51
| |\
| | * Applied Aimee's minimap zoom patchMcCabe Maxsted2009-06-097-29/+51
| | |
| * | Fixed map textures displaying as XMcCabe Maxsted2009-09-221-1/+6
| | |
| * | Applied Jacek's patch to show number of avatars in world mapMcCabe Maxsted2009-09-222-2/+40
| | |
| * | Changed 'Presets' button to 'Sky'McCabe Maxsted2009-09-214-15/+15
| | |
| * | Fixed unhandled exception in llinventorymodel.cppArmin Weatherwax2009-09-211-0/+2
| | |
| * | Henri Beauchamps $HOME as default load/save location for LinuxArmin Weatherwax2009-09-211-0/+6
| | | | | | | | | | | | modified: linden/indra/newview/llfilepicker.cpp
| * | Merged 1.2.0-radar2 into 1.2.0-nextMcCabe Maxsted2009-09-2114-21/+862
| |\ \
| | * | Estate and track buttons now disable when they should, tweaked spacingMcCabe Maxsted2009-09-163-47/+85
| | | |
| | * | Moved Rotate Mini-Map option to mini-map menu, added first use dialogMcCabe Maxsted2009-09-1610-6/+65
| | | |
| | * | Fixed min minimap sizeMcCabe Maxsted2009-09-161-1/+1
| | | |
| | * | More cleanupMcCabe Maxsted2009-09-162-53/+27
| | | |
| | * | Don't track avatars when focus lostMcCabe Maxsted2009-09-161-3/+16
| | | |
| | * | Fixed bad RLVa behavior in minimapMcCabe Maxsted2009-09-161-3/+3
| | | |
| | * | Some code cleanupMcCabe Maxsted2009-09-153-30/+16
| | | |
| | * | Added tabs to mini-map radarMcCabe Maxsted2009-09-158-10/+781
| | |\ \
| | | * | Fixed radar list scrolling issue, still missing toggleMcCabe Maxsted2009-08-122-42/+98
| | | | |
| | | * | Moved radar back into llfloatermap.cpp, it worksMcCabe Maxsted2009-08-116-198/+316
| | | | |
| | | * | Changed range to 96mMcCabe Maxsted2009-08-092-2/+2
| | | | |
| | | * | XUI tweaks and fixes to minimap.Jacek Antonelli2009-08-093-48/+53
| | | | |
| | | * | Basic basic radar that kinda sorta works but not reallyMcCabe Maxsted2009-08-093-4/+233
| | | | |
| * | | | Added adult compliant flagMcCabe Maxsted2009-09-201-0/+1
| | | | |
| * | | | Fixed group titles showing up as ?McCabe Maxsted2009-09-201-2/+2
| | | | |
| * | | | Fixed inventory offers not avatar name (another RLVa bug)McCabe Maxsted2009-09-191-3/+6
| | | | |
| * | | | Dynamically change max prim size depending upon LL/OpenSim grid (added ↵McCabe Maxsted2009-09-187-10/+52
| | | | | | | | | | | | | | | | | | | | setting for opensim detection: LoggedIntoOpenSim). OpenSim max is 128m
| * | | | Merge branch '1.2.0-streaminfo' into 1.2.0-nextMcCabe Maxsted2009-09-177-14/+95
| |\ \ \ \
| | * | | | Fixed stream info not updatingMcCabe Maxsted2009-06-151-9/+2
| | | | | |
| | * | | | Applied Dale Glass' patch for VWR-12655: Add support for displaying the ↵McCabe Maxsted2009-06-157-14/+102
| | | |/ / | | |/| | | | | | | | | | | | title of the song
| * | | | Applied patch by Aleric Inglewood for VWR-13996 - avatars using 1.22 ↵McCabe Maxsted2009-09-171-1/+1
| | |/ / | |/| | | | | | | | | | completely invisible on first sight
| * | | Added Codebastard Redgrave's windlight presets to ImprudenceMcCabe Maxsted2009-09-156-0/+846
| | | |
| * | | Applied patch by Robin Cornelius for VWR-11138 - Make develop.py play nicely ↵McCabe Maxsted2009-09-151-3/+45
| | | | | | | | | | | | | | | | with express editions of Visual Studio
| * | | Applied patch by Robin Cornelius for VWR-11128 - Python not always detected ↵McCabe Maxsted2009-09-151-0/+4
| | | | | | | | | | | | | | | | by develop.py
| * | | Fixed unhandled exception in llviewerobjectlist.cppMcCabe Maxsted2009-09-151-0/+4
| | | |
| * | | Merged in jacek/nextMcCabe Maxsted2009-09-1491-144/+10021
| | | |
| * | | Applied BlockClickSit debug setting from Emerald to block sit click actionMcCabe Maxsted2009-09-142-1/+12
| | | |