aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Remember the last logged in grid between sessionsMcCabe Maxsted2009-11-083-4/+21
|/ / / / /
* | | | | Attempted to make the Advanced shortcut play nice with Linux in XUIMcCabe Maxsted2009-11-081-1/+2
| |_|_|/ |/| | |
* | | | Changed version to 1.20 in other filesMcCabe Maxsted2009-11-083-5/+5
| | | |
* | | | Upped version to 1.2.0 RC1McCabe Maxsted2009-11-073-5/+5
| | | |
* | | | Fixed login page not updating after logoutMcCabe Maxsted2009-11-071-4/+4
| | | |
* | | | Fixed login grid combobox not updating correctly after logoutMcCabe Maxsted2009-11-071-1/+10
| | | |
* | | | Applied RLVa-1.0.5e_20091107_Imprudence-1.2.0-diff.patchMcCabe Maxsted2009-11-0719-528/+905
| | | |
* | | | Changed default UIScaleFactor to 1.002 as a workaround to some font ↵McCabe Maxsted2009-11-072-2/+2
| | | | | | | | | | | | | | | | rendering issues
* | | | Fixed some branding issues with alerts.xml and notify.xml.Jacek Antonelli2009-11-0715-233/+235
| | | |
* | | | Changed wording of double-click and autopilot prefs.Jacek Antonelli2009-11-061-5/+5
| | | |
* | | | Created our own Linux fontconfig package, 2.3.7.Jacek Antonelli2009-11-041-1/+1
| | | |
* | | | Added a bunch of Linux libs to viewer_manifest.py.Jacek Antonelli2009-11-031-0/+16
| | | | | | | | | | | | | | | | I had forgotten to add these earlier. Oops.
* | | | Added "Double-Click Action" and "Go Here By" to Input prefs panel.Jacek Antonelli2009-11-022-0/+44
| | | |
* | | | Added "DoubleClickAction" and "GoAction" settings.Jacek Antonelli2009-11-023-43/+41
| | | | | | | | | | | | | | | | | | | | Together they replace "DoubleClickAutopilot" and "DoubleClickTeleport".
* | | | "Go Here" in pie menu no longer asks for confirmation.Jacek Antonelli2009-11-023-3/+20
| | | | | | | | | | | | | | | | Double-click still does, though.
* | | | Cleaned up PanelRadar class a bit.Jacek Antonelli2009-10-303-104/+72
| | | | | | | | | | | | | | | | More privacy, better method names, generally cleaner.
* | | | Minimap radar can now be toggled.Jacek Antonelli2009-10-302-0/+57
| | | |
* | | | Added a button that will toggle the minimap radar.Jacek Antonelli2009-10-304-0/+69
| | | |
* | | | Added PanelRadar class, refactored from LLFloaterMap.Jacek Antonelli2009-10-297-962/+1116
| | | |
* | | | Moved radar XML to panel_radar.xml and cleaned it up.Jacek Antonelli2009-10-292-98/+153
| | | | | | | | | | | | | | | | It had been in floater_mini_map.xml.
* | | | Moved Logout to Advanced menu, removed shortcut.Jacek Antonelli2009-10-261-4/+3
| | | | | | | | | | | | | | | | We want to discourage its use until issues are fixed in 1.3.
* | | | Capped chat channel spinner to 1000000 (1 mil) as temp fix.Jacek Antonelli2009-10-262-2/+2
| | | | | | | | | | | | | | | | Very high numbers cause mysterious rounding problems.
* | | | Added Advanced menu option for AllowMultipleViewers for testing purposesMcCabe Maxsted2009-10-212-1/+38
| | | |
* | | | Partial fix for avatar names not displaying at > 1024m (won't be fixed until ↵McCabe Maxsted2009-10-191-6/+19
| | | | | | | | | | | | | | | | LL actually sends height in more than one byte -_-)
* | | | Clamp map teleporting at 4096 rather than 1000McCabe Maxsted2009-10-191-1/+1
| | | |
* | | | Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2)McCabe Maxsted2009-10-192-1/+18
| |_|/ |/| |
* | | Updated and added some Linux libs.Jacek Antonelli2009-10-181-14/+2
| | | | | | | | | | | | | | | Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml Added: gstreamer-plugins, theora
* | | Ported notecard security fix from LL's 1.23.5 viewerMcCabe Maxsted2009-10-173-1/+31
| | |
* | | Fix muting objects with same name as avatar mutes ScriptDialogs from avatar.Kakurady2009-10-161-3/+17
| | | | | | | | | | | | ScriptDialogs from muted objects or groups will not be displayed either.
* | | Continue to fix unable to compile on CP936Kakurady2009-10-162-2/+2
| | |
* | | Fix rlvdefines.h with VC80 warning C4819 - character cannot be represented ↵unknown2009-10-161-1/+1
| | | | | | | | | | | | in some codesets
* | | Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patchMcCabe Maxsted2009-10-1615-161/+285
| | |
* | | Applied patch for VWR-6787 by Alissa Sabre - 'none' text in group window not ↵McCabe Maxsted2009-10-149-6/+33
| | | | | | | | | | | | translatable
* | | Combine the two mini-map mute buttons into oneMcCabe Maxsted2009-10-132-2/+13
| | |
* | | Parcel highlighting when selecting a name in radar is less buggyMcCabe Maxsted2009-10-133-13/+14
| | |
* | | Added history button for group chat as wellMcCabe Maxsted2009-10-131-0/+2
| | |
* | | Disable IM history button for Linux and Mac usersMcCabe Maxsted2009-10-132-3/+7
| | |
* | | Applied show IM logs button from Emerald viewer and added an alert if there ↵McCabe Maxsted2009-10-134-1/+50
| | | | | | | | | | | | is no history
* | | Updated inventory search to include description (from Emerald)McCabe Maxsted2009-10-135-17/+78
| | |
* | | Disable avatar appearance facelight when local lighting turned offMcCabe Maxsted2009-10-131-0/+5
| | |
* | | Only enable import/export of shapes if they're full perm and you're the creatorMcCabe Maxsted2009-10-131-1/+18
| | |
* | | Removed Emerald viewer modifier for avatar height label in customize windowMcCabe Maxsted2009-10-121-2/+1
| | |
* | | Added avatar shape import and export from Meerkat viewerMcCabe Maxsted2009-10-125-15/+227
| | |
* | | Added check/uncheck all buttons for make outfit from Meerkat viewerMcCabe Maxsted2009-10-122-0/+28
| | |
* | | Merge branch '1.2.0-avheight' into 1.2.0-customizeMcCabe Maxsted2009-10-122-1/+46
|\ \ \
| * | | Applied avatar height in customize window from Emerald viewerMcCabe Maxsted2009-10-072-1/+46
| | | |
* | | | Removed reference to 'Second Life' from postcard message a la MeerkatMcCabe Maxsted2009-10-121-1/+1
| | | |
* | | | Added script load/save from Meerkat viewerMcCabe Maxsted2009-10-127-99/+87
| | | |
* | | | Added particle count to windlight toolbarMcCabe Maxsted2009-10-111-6/+12
| | | |
* | | | Made advanced water toggleMcCabe Maxsted2009-10-111-7/+19
| | | |