aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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
2009-11-18SNOW-108: Fast timers fail on non i386 systemsJacek Antonelli2-10/+26
Patch by Robin Cornelius
2009-11-18Added "File > Export Selected Objects..."Jacek Antonelli1-0/+5
2009-11-18Added "(L$[COST] per texture)" to "Import + Upload..."Jacek Antonelli2-1/+2
2009-11-18Renamed menu items: "Import Object..." and "Import + Upload..."Jacek Antonelli1-2/+3
2009-11-18Cleaned up a harmless bad merge in llimagej2coj.cppMcCabe Maxsted1-14/+19
2009-11-18Fixed a compile blocker in LLVoSky::stepCurrent().Jacek Antonelli1-1/+1
2009-11-18Removed non-English credits sections in the About floater.Jacek Antonelli5-226/+0
They will default to the English versions, so we don't have to maintain many copies of the same text.
2009-11-18Added Linux package for liboil 0.3.16.Jacek Antonelli2-0/+2
It's needed by some GStreamer plugins.
2009-11-18VWR-12620: Linux compile fails with -O2 (--type=Release)Jacek Antonelli2-2/+2
Patch by Alissa Sabre.
2009-11-18Removed prepackaged libstdc++ (Linux only). Fixes VWR-12404.Jacek Antonelli1-1/+0
2009-11-18Fixed more warnings about converting string to gchar*Jacek Antonelli1-6/+6
2009-11-18Silenced some compiler warnings on Linux.Jacek Antonelli1-7/+8
2009-11-18Combined and updated the LICENSE-libraries.txt files.Jacek Antonelli1-3/+3
2009-11-15Fixed a warning about converting string literal to gchar*.Jacek Antonelli1-4/+4
2009-11-15Fixed CMake setting errorsMcCabe Maxsted2-1/+3
2009-11-15Updated missing menu entry comments in llviewermenu.cppMcCabe Maxsted1-5/+2
2009-11-14Moved blog and forums menu option alerts to new notifications systemMcCabe Maxsted2-42/+25
2009-11-13Force Imprudence to use the correst boost libraries, e.g: #pragma comment( ↵McCabe Maxsted1-0/+25
lib, libboost_signals-vc80-mt-1_36.lib )
2009-11-13Fixed linker error (onClickHome in llfloaterhtmlhelp.cpp)McCabe Maxsted1-32/+29
2009-11-13Disable unreachable code in boost/lexical_cast.hpp errors in WindowsMcCabe Maxsted2-1/+15
2009-11-12Fixed Hide Group Titles preferences optionMcCabe Maxsted1-1/+1
2009-11-10Viewer compiles, but still trying to get everything to link on WindowsMcCabe Maxsted5-13/+29
2009-11-09Fixed llstartup header issue and removed WIN32_LEAN_AND_MEAN defineMcCabe Maxsted1-8/+1
2009-11-09Removed deprecated EGridInfo from llloginhandlerMcCabe Maxsted1-3/+3
2009-11-09Updated primbackup from latest meerkat svn (r246)McCabe Maxsted2-52/+616
2009-11-09Attachment size limits need to use the max prim size set in llmanipscaleMcCabe Maxsted1-1/+2
2009-11-09Updated streaming video callback in llviewerparcelmediaMcCabe Maxsted1-1/+5
2009-11-09llpanellogin and llviewermessage now compileMcCabe Maxsted2-63/+4
2009-11-09Updated several menu entries to 1.23McCabe Maxsted1-21/+19
2009-11-09Removed unused menu entries (still merging 1.23)McCabe Maxsted2-36/+10
2009-11-09Updated asset browser from old font systemMcCabe Maxsted1-4/+4
2009-11-09Media browser now compiles (TODO: rewrite this file again)McCabe Maxsted3-2/+51
2009-11-09Moved 1.2 alerts to the new notification systemMcCabe Maxsted16-1308/+1374
2009-11-09Removed RLVa temporarily from First UseMcCabe Maxsted3-58/+0
2009-11-09Fixed First Use Mini-MapMcCabe Maxsted4-6/+9
2009-11-09Added Geneko Nemeth and Lilly Zenovka to About > ImprudenceMcCabe Maxsted1-1/+1
2009-11-08Fixed Sunset being mislabeled as Midday in windlight toolbarMcCabe Maxsted2-4/+4
2009-11-08Remember the last logged in grid between sessionsMcCabe Maxsted3-4/+21
2009-11-08Removed unused CMake resource filesMcCabe Maxsted1-2/+0
2009-11-08Removed Advanced Water and Sky tabs from Windlight toolbar presets.Jacek Antonelli1-5/+5
They don't fit the purpose of the preset list.