aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '76dd2a2c2395e50fd31' into nextMcCabe Maxsted2010-01-0113-14/+612
|\
| * Merge branch 'mimikry' into nextArmin Weatherwax2009-12-2911-12/+598
| |\
| | * added our own website to fetch the client listArmin Weatherwax2009-12-292-2/+2
| | | | | | | | | | | | | | | modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
| | * added our uuidArmin Weatherwax2009-12-022-14/+10
| | | | | | | | | | | | | | | modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/newview/llvoavatar.cpp
| | * Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax2009-12-0111-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
| | * Fixed a little mistake in .gitignore.Jacek Antonelli2009-12-011-2/+2
| | |
| | * dynamically linked libpng for windows added to install.xml (from snowglobe) ↵Patrick Sapinski2009-12-011-2/+2
| | | | | | | | | | | | | | | | | | which is required to build 1.23 and up. Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
| | * commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski2009-12-011-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>
| | * don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax2009-11-301-1/+14
| | | | | | | | | | | | | | | | | | (SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
| * | ignore (makes github happy)Armin Weatherwax2009-12-131-1/+0
| | |
| * | Merge branch 'next' of git://github.com/jacek/imprudence into nextArmin Weatherwax2009-12-1325-28/+198
| |\ \
| * | | don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax2009-12-131-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | (SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
* | | | Fixed panel_radar.xml missing from newview\CMakeLists.txtMcCabe Maxsted2010-01-012-0/+6
| | | |
* | | | Added missing debug tags to logcontrol.xmlMcCabe Maxsted2010-01-012-0/+20
| | | |
* | | | Merge commit 'jacek/next' into nextMcCabe Maxsted2009-12-311-2/+3
|\ \ \ \
| * | | | Disabled sending viewer stats.Patrick Sapinski2009-12-301-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>
* | | | | Moved notify when L$ spent from Preferences > General to Preferences > PopupsMcCabe Maxsted2009-12-315-14/+23
| | | | |
* | | | | Added preferences option to use legacy pie menu layoutMcCabe Maxsted2009-12-3112-35/+387
| | | | |
* | | | | Removed old pre-1.23 alerts and notificationsMcCabe Maxsted2009-12-283-3896/+8
|/ / / /
* | | | Added script creation resource to the script editor's help menuMcCabe Maxsted2009-12-267-0/+68
| | | |
* | | | Use Liberation-Sans font sizesMcCabe Maxsted2009-12-262-5/+10
| | | |
* | | | Added copy key button to profile windowMcCabe Maxsted2009-12-264-2/+27
| | | |
* | | | Made drag and drop work across the entire profile windowMcCabe Maxsted2009-12-232-4/+9
| | | |
* | | | Fixed info not being displayed in About Imprudence floaterMcCabe Maxsted2009-12-232-3/+6
| | | |
* | | | Fixed login panel not showing viewer channelMcCabe Maxsted2009-12-232-3/+8
| | | |
* | | | Fixed default fontsMcCabe Maxsted2009-12-232-3/+8
| | | |
* | | | Fixed the Advanced menu togglingMcCabe Maxsted2009-12-232-0/+8
| |/ / |/| |
* | | Added Imprudence VC80 .config files to the repoMcCabe Maxsted2009-12-064-4/+53
| | |
* | | Forgot to remove the debug entry for libpng12-0.dll from CopyWinLibs.cmakeMcCabe Maxsted2009-12-062-2/+6
| | |
* | | Downgraded OpenAL-soft back to 1.6.372 for the time being (reverts 4633284f)McCabe Maxsted2009-12-062-2/+9
| | |
* | | Moved the viewer artwork to its own CMake fileMcCabe Maxsted2009-12-065-10/+24
| | |
* | | vstool VS2010 supportPatrick Sapinski2009-12-062-0/+8
| | | | | | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | | develop.py support for VS2010Patrick Sapinski2009-12-061-2/+7
| | | | | | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | | Removed libpng12-0.dll from CopyWinLibs.cmakeMcCabe Maxsted2009-12-062-1/+7
| | |
* | | Made downloading the artwork work while using the --standalone flagMcCabe Maxsted2009-12-063-3/+14
| | |
* | | Added Imprudence viewer artwork to install.xmlMcCabe Maxsted2009-12-0616-2/+65
| | |
* | | Removed VS2003 boost references from CMakeMcCabe Maxsted2009-12-062-12/+7
| | |
* | | Make sure windows always uses the Imprudence iconMcCabe Maxsted2009-12-063-3/+11
|/ /
* | Fixed a little mistake in .gitignore.Jacek Antonelli2009-11-291-2/+2
| |
* | dynamically linked libpng for windows added to install.xml (from snowglobe) ↵Patrick Sapinski2009-11-281-2/+2
| | | | | | | | | | | | which is required to build 1.23 and up. Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski2009-11-281-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>
* Compile flag "-Wno-non-virtual-dtor" is for C++, not C.Jacek Antonelli2009-11-282-2/+8
| | | | Fixes a warning when compiling Mac updater.
* Downgraded Linux boost to 1.36.0.Jacek Antonelli2009-11-282-2/+9
|
* Merged SL 1.23.5 into Imprudence.Jacek Antonelli2009-11-289-17/+164
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/CopyWinLibs.cmake linden/indra/lib/python/indra/util/llversion.py linden/indra/llcommon/llversionviewer.h linden/indra/newview/English.lproj/InfoPlist.strings linden/indra/newview/Info-Imprudence.plist linden/indra/newview/llassetuploadresponders.cpp linden/indra/newview/llpreview.cpp linden/indra/newview/res/viewerRes.rc linden/indra/newview/viewer_manifest.py
| * Second Life viewer sources 1.23.5Jacek Antonelli2009-11-0314-44/+218
| |
* | 'FALSE' is supposed to be 'OFF' in develop.py.Jacek Antonelli2009-11-272-2/+9
| |
* | Updated .gitignore.Jacek Antonelli2009-11-271-12/+16
| |
* | make the linker happy not linking ndof twice (yes, again -lol)Armin Weatherwax2009-11-271-1/+0
| | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | Port of objectbackup to 1.23 source tree: fixed LLAPRFile changesLilly Zenovka2009-11-271-3/+6
| | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | Reverted "Updated primbackup from latest meerkat svn (r246)"Jacek Antonelli2009-11-263-616/+60
| | | | | | | | This reverts commit 8af226efd89b2f2190555ce578d4e7f1cde99f32.