aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-11Work around the endless bitching about webkit failing when you open the ↵David Seikel1-2/+2
search window. At least now you can close search, THEN deal with the error popups.
2011-02-10Remove special handling of linden estates. We don't have them in meta, and ↵David Seikel16-424/+34
that sort of policy should be server side anyway. It's good to remove useless code. As usual I found three ways of recognising linden estates being used in the code, makes it hard to find them all. Might be some left over.
2011-02-10For meta7 - while LL reserves the first 5 estate numbers for it's own use, ↵David Seikel1-1/+1
we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies.
2011-01-20The new height limit is not reflected in the max you can enter in the map TP ↵David Seikel1-1/+1
location. This is an unimplimented feature for Imprudence, as they update the max Z position for prims. Since we don't actually provide these sorts of things from the sims, I'm just gonna hard code it for now.
2011-01-18Increase maximum build height and sim size to 16383 meters.David Seikel2-3/+4
2011-01-18Update the grid manager to load grids from our meta7 server. Set the default ↵David Seikel2-2/+5
grid to meta7. Prevent setting the default grid to anything but meta7 (except by editing the settings file). By Tom Meta from his fork. See the TomsOldWork branch.
2011-01-18Set the Grid Manager to not show by default, but make it configurable and ↵David Seikel2-2/+26
toggled by CTRL+SHIFT+G. By Tom Meta from his fork. See the TomsOldWork branch.
2011-01-18Comment changing the texture cache to match the system cache, since it turns ↵David Seikel2-1/+3
out that important system textures such as the water normal map are delivered in the SKINS folder and if they were in the cache directory they'd be deleted when the cache was reset. Also fix a bug with resetting the cache location. By Tom Meta from his fork. See the TomsOldWork branch.
2011-01-18Just a temporary hack, to make sure make -j does not get a ridiculously ↵David Seikel1-1/+1
large number. Only affects linux builders. I'll fix it properly later, after I learn python.
2010-11-14Simplified install of libllcommon in Mac manifest.Jacek Antonelli1-45/+21
2010-11-14Use proper install_name for Mac libllcommon.Jacek Antonelli1-0/+9
2010-11-14Mac SLPlugin.app needs symlinks to some libs.Jacek Antonelli1-11/+22
2010-11-14Fixed path to Mac SLPlugin launcher.Jacek Antonelli2-2/+2
2010-11-14Commented out gstreamer libs from Mac manifest.Jacek Antonelli1-92/+92
2010-11-14Disable packaging of mac-updater.app.Jacek Antonelli1-12/+12
2010-11-14Ported some LLWindowMacOSX changes from Snowglobe 2.Jacek Antonelli4-17/+93
Fixes missing definition for LLWindowMacOSX::getNativeKeyData().
2010-11-13Use Quicktime plugin on Mac, not GStreamer.Jacek Antonelli1-4/+4
2010-11-13GStreamer010 plugin needs Carbon.h on Mac.Jacek Antonelli1-0/+4
2010-11-13Disable SSE4 on Mac (temporarily).Jacek Antonelli1-2/+2
GCC 4.0 on Mac OS X 10.5 can't handle SSE4, GCC 4.2 fails.
2010-11-13Ported keyboard shortcut for align tool from Ascent, by Beeks. Has the ↵McCabe Maxsted3-5/+22
followingrepercussions: * CTRL-A while a prim is selected switches to the align tool * CTRL-SHIFT-A while a prim is selected switches to the pack tool * Area Object Search shortcut has been changed from CTRL-SHIFT-A to ALT-A
2010-11-13Ported fix from Ascent: disable align tool controls if you can't move the ↵McCabe Maxsted1-2/+18
object, by Beeks
2010-11-13Added some status text for the new align toolMcCabe Maxsted3-1/+6
2010-11-13Changed version to Experimental 2010.11.13McCabe Maxsted1-1/+1
2010-11-13Updated local copy of default_grids.xml with the latest osgrid ↵McCabe Maxsted1-5/+5
register/password urls and science sim name
2010-11-13Applied patch by tx Oh for #647: loginuri of osgrid changedMcCabe Maxsted1-1/+1
2010-11-13Added default_grids.xml to cmakeMcCabe Maxsted1-0/+1
2010-11-13Added updated French translations for several preferences panels from Eddi ↵McCabe Maxsted3-10/+199
Decosta
2010-11-12Revert "Reduced the max width and height for the snapshot window to ↵McCabe Maxsted1-2/+2
hopefully lower the crash rate a little" as it's a poor fix, and many photographers find the higher sizes useful This reverts commit 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.
2010-11-12Fixed command line window missing a name for translation (patch by Eryn)McCabe Maxsted1-2/+2
2010-11-12Added info to DisableInternalFlyUpAnimation to clarify it's local machine onlyMcCabe Maxsted1-1/+1
2010-11-12Applied patch by Ansariel Hiller for #689: Optionally disable internal hover ↵McCabe Maxsted2-0/+20
(fly) up animation
2010-11-12Fixed View > Web Browser sometimes loading the external browser and made it ↵McCabe Maxsted2-3/+15
a menu item check rather than a call
2010-11-12Fixed the align tool label not hiding when switching tabs in the tools windowMcCabe Maxsted1-0/+2
2010-11-12Patch by Eryn: fixed the tools window not having enough room to display the ↵McCabe Maxsted1-2/+2
ruler after applying Qarl's align patch
2010-11-12Applied 8th batch of German translations from ErynMcCabe Maxsted12-143/+348
2010-11-12Fixed fontconfig library not being set for Linux-onlyMcCabe Maxsted2-8/+17
2010-11-13Partial fix #614: wrong calculation of thread run timethickbrick1-7/+2
Use gFrameIntervalSeconds instead of gFrameTimeSeconds - which is what the original author tried to do. Also, clean up some dead code. *However*, there is still the issue of texture fetch workers staying alive after finishing partial fetches, which falsly manifests here as pending work.
2010-11-12Add support for using ld.gold on linux.Aleric Inglewood3-3/+15
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). Thanks to Siana Gearz for pointing out that ld.gold is so much faster.
2010-11-10Added missing 'Plugin' entry in logcontrol.xmlMcCabe Maxsted1-0/+1
2010-11-10More #700: remove llfloaterhtmlhelp.cppthickbrick1-562/+0
This file is media plugin a merge leftover. It was renamed to llfloatermediabrowser.cpp, but somehow this got left behind.
2010-11-10Fix #700: View -> Web Browser does nothingthickbrick3-6/+47
Also made the "Home" and "Set Home" buttons work. "Send current URL to parcel" is still broken in SL, since it relies on the ParcelNavigateMedia capability which was never implemented by LL.
2010-11-10Fix #699: Can't drag prims with translate manipulatorthickbrick1-5/+6
2010-11-09llstring.h directly depends on #include <map>.Jacek Antonelli1-0/+1
2010-11-09fix: add missing AllowEditingOfTrees settingArmin Weatherwax1-0/+12
2010-11-09fix: add missing settings for logging into Aurora SimArmin Weatherwax1-1/+37
2010-11-09feature: add a tiny context menu to areasearch scroll list itemsArmin Weatherwax5-0/+192
rightclick one of the results and teleport or cam to the object or bring it in edit mode
2010-11-09Install unstripped binary in packaged when --type=DebugAleric Inglewood3-2/+16
This only affects linux. When one compiles the viewer with --type=Debug you want to be able to actually debug it, so you need debug symbols in the binary. Until now I manually copied imprudence-bin over the installed bin/do-not-directly-run-imprudence-bin, but this seems a more convient solution ;)
2010-11-08As we currently do not build the gstreamer plugin for windows, do not try to ↵Robin Cornelius1-6/+1
stage it in viewer_manifest.py
2010-11-08Correctly stage libhunspell.dll in viewer_manifest.pyRobin Cornelius1-1/+3
2010-11-07As we currently do not build the gstreamer plugin for windows, do not try to ↵Robin Cornelius1-6/+1
stage it in viewer_manifest.py