aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-08Fixed GStreamer missing libpng12-0.dll (TODO: update gstreamer)McCabe Maxsted1-0/+2
2010-01-03Tell the wrapper script where 64bit gstreamer plugins are.Armin Weatherwax1-1/+3
(Cherry picked by Jacek from 560d3013)
2010-01-03Use ${ARCH} instead of x86_64 in CMake.Armin Weatherwax1-3/+1
(Cherry picked by Jacek from f604a685)
2010-01-03Several changes to the 64bit build.Armin Weatherwax2-10/+18
- lib folder becomes lib64, - lib32 folder prepared (for voice libs), - pango removed - gdk_pixbuf removed (Cherry picked by Jacek from da4c5189)
2010-01-03Fix filepicker not working in 64bit build.Armin Weatherwax1-10/+12
(Cherry picked by Jacek from 08cc8bc2)
2010-01-03Fix just another hardcoded path to Linux-i686.Armin Weatherwax2-1/+10
(Cherry picked by Jacek from 2e96ac24)
2010-01-03Updating a few 64bit Linux libs.Armin Weatherwax1-1/+1
(Cherry picked by Jacek from 95c834e7)
2010-01-03Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax5-23/+138
(Cherry picked by Jacek from 13412855)
2010-01-02Fixed log spam about missing ParcelVoiceInfoRequest capability.Armin Weatherwax1-1/+14
SNOW-66 fix by Armin. SNOW-250 fix by Pixel Gausman and Aleric Inglewood. (Cherry picked by Jacek from 3a84d801)
2010-01-02Updated version to 1.3.0 "merge test".Jacek Antonelli3-6/+6
(newview/res/viewerRes.rc is already at 1.3.0.)
2010-01-01remove FIXME reminders from fixed issuesArmin Weatherwax1-10/+3
modified: linden/indra/newview/llvoavatar.cpp
2010-01-01Fixed panel_radar.xml missing from newview\CMakeLists.txtMcCabe Maxsted1-0/+1
2010-01-01Added missing debug tags to logcontrol.xmlMcCabe Maxsted1-0/+13
2009-12-31Moved notify when L$ spent from Preferences > General to Preferences > PopupsMcCabe Maxsted4-14/+15
2009-12-31Added preferences option to use legacy pie menu layoutMcCabe Maxsted11-35/+370
2009-12-30Disabled sending viewer stats.Patrick Sapinski1-2/+3
It is useless to the viewer and also transmits some sensitive information about the user's computer to LL. Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-12-29added our own website to fetch the client listArmin Weatherwax2-2/+2
modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
2009-12-28Removed old pre-1.23 alerts and notificationsMcCabe Maxsted2-3896/+0
2009-12-26Added script creation resource to the script editor's help menuMcCabe Maxsted6-0/+58
2009-12-26Use Liberation-Sans font sizesMcCabe Maxsted1-5/+5
2009-12-26Added copy key button to profile windowMcCabe Maxsted3-2/+18
2009-12-23Made drag and drop work across the entire profile windowMcCabe Maxsted1-4/+4
2009-12-23Fixed info not being displayed in About Imprudence floaterMcCabe Maxsted1-3/+1
2009-12-23Fixed login panel not showing viewer channelMcCabe Maxsted1-2/+2
2009-12-23Fixed default fontsMcCabe Maxsted1-3/+3
2009-12-23Fixed the Advanced menu togglingMcCabe Maxsted1-0/+1
2009-12-13don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax1-1/+14
(SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
2009-12-06Added Imprudence VC80 .config files to the repoMcCabe Maxsted3-4/+44
2009-12-06Forgot to remove the debug entry for libpng12-0.dll from CopyWinLibs.cmakeMcCabe Maxsted1-1/+0
2009-12-06Moved the viewer artwork to its own CMake fileMcCabe Maxsted4-10/+16
2009-12-06vstool VS2010 supportPatrick Sapinski2-0/+8
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-12-06develop.py support for VS2010Patrick Sapinski1-2/+7
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-12-06Removed libpng12-0.dll from CopyWinLibs.cmakeMcCabe Maxsted1-1/+0
2009-12-06Made downloading the artwork work while using the --standalone flagMcCabe Maxsted2-3/+8
2009-12-06Added Imprudence viewer artwork to install.xmlMcCabe Maxsted14-2/+6
2009-12-06Removed VS2003 boost references from CMakeMcCabe Maxsted1-12/+2
2009-12-06Make sure windows always uses the Imprudence iconMcCabe Maxsted2-3/+3
2009-12-02added our uuidArmin Weatherwax2-14/+10
modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/newview/llvoavatar.cpp
2009-12-01Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax11-12/+602
a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
2009-12-01commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski1-7/+7
Windows, doesn't affect other builds, seems to do nothing, and was commented out on MK years ago :) Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-11-30don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax1-1/+14
(SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
2009-11-28commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski1-7/+7
Windows, doesn't affect other builds, seems to do nothing, and was commented out on MK years ago :) Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-11-28Compile flag "-Wno-non-virtual-dtor" is for C++, not C.Jacek Antonelli1-2/+2
Fixes a warning when compiling Mac updater.
2009-11-27'FALSE' is supposed to be 'OFF' in develop.py.Jacek Antonelli1-2/+2
2009-11-27make the linker happy not linking ndof twice (yes, again -lol)Armin Weatherwax1-1/+0
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-11-27Port of objectbackup to 1.23 source tree: fixed LLAPRFile changesLilly Zenovka1-3/+6
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-11-26Reverted "Updated primbackup from latest meerkat svn (r246)"Jacek Antonelli2-616/+52
This reverts commit 8af226efd89b2f2190555ce578d4e7f1cde99f32.
2009-11-25Updated version to 1.2.1McCabe Maxsted4-6/+6
2009-11-21libxml2.so.2 was missing from Linux viewer manifest.Jacek Antonelli1-0/+1
2009-11-18Removed old unused reference to gProductName in windows updaterMcCabe Maxsted1-10/+0