aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-13Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax1-0/+9
from http://sldev.free.fr/ : "MediaFilter_v3: based on code by Sione Lomu with a couple of bugfixes by Tonya Souther, this improved patch brings media and streaming audio URLs filtering (to prevent IP ripping by so-called security systems which violate the SL TOS by catching your IP and associating your various avatars with it, thus violating your anonimity). Beside empowering your viewer with allow/deny/blacklist/whitelist functions per domain, this improved patch makes the difference between external servers (domains names filtering) and in-world servers (scripted objects with built-in HTTP servers). I also fixed various bugs, security holes and shortcomings, refactored the code and improved it, and added a whitelist/blacklist erasing function." Imprudence changes: added "MediaFilter" debug to be able to inspect the full url and media texture uuid
2011-01-24Henri Beauchamp: Display Names support v4Armin Weatherwax1-0/+17
2011-01-20Fix #757: Missing Raycasting tool from Advanced menuthickbrick1-0/+4
The code to render this tool is in the viewer, but the menu option was dropped when the advanced menu was moved to xml. This adds it back.
2011-01-20Add menu option for sculpt debugging in Advanced menu.thickbrick1-0/+4
The new option is Advanced -> Rendering -> Info Displays -> Sculpt. The code for displaying this debug info is old, but the menu option was lost when the Advanced menu was converted to xml.
2010-12-22load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax1-0/+15
2010-11-12Fixed View > Web Browser sometimes loading the external browser and made it ↵McCabe Maxsted1-1/+12
a menu item check rather than a call
2010-11-10Fix #700: View -> Web Browser does nothingthickbrick1-4/+4
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-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-2/+2
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-03Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-2/+2
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-01Merges the Message log and Message builder from Inertia in.RevolutionSmythe1-0/+45
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius1-10/+10
Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h
2010-10-09Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted1-43/+59
2010-10-02Applied patch by Ansariel Hiller for #568: reload balance option in the ↵McCabe Maxsted1-1/+21
advanced menu. Patch originally from Phoenix. I've modified it to support our currency changes, too
2010-10-01fix crash on logoutArmin Weatherwax1-0/+1
2010-09-25Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted1-1/+3
2010-09-23port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax1-10/+10
texture system
2010-09-23llmediaplugins first stepArmin Weatherwax1-15/+19
2010-09-22Added handler for new OpenSim function "OpenRegionInfo", more info at ↵Patrick Sapinski1-5/+10
http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters.
2010-09-21Double-click teleport:thickbrick1-2/+2
- clean up duplicated (and subtly and needlessly different) code. - keep the camera heading in inter-sim double-click teleport in a hackish way, since SL sims give LookAt info that is kind of random in AgentMovementComplete.
2010-09-13Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax1-0/+3
possible for OS
2010-09-07Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted1-0/+7
feature originally by Zi Ree
2010-08-21Added 'Teleport to Ground' option in the Advanced menuMcCabe Maxsted1-0/+19
2010-08-19Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-26/+16
2010-08-12Added confirmation dialog to derenderMcCabe Maxsted1-2/+56
2010-08-12Port "Derender" pie option from Emerald. All credit due to the Emerald team.Tom Grimshaw1-0/+32
2010-08-07Added menu option for toggling IM auto-responses on/off underneath the Busy ↵McCabe Maxsted1-0/+20
option
2010-08-01fix crash on relog introduced in 66b8150d4ec94161887cArmin Weatherwax1-0/+5
2010-08-01some more HUDEffect revampArmin Weatherwax1-10/+33
2010-07-19Added area search to the advanced menu, port from Emerald by Henri BeauchampMcCabe Maxsted1-0/+12
2010-07-15Fixed #186: View > Web Browser brokenMcCabe Maxsted1-1/+1
2010-06-19Added DisableMaxBuildConstraints setting for disabling viewer max prim size ↵McCabe Maxsted1-3/+29
limit and created an advanced menu item (also updated hippoLimits)
2010-06-19Little cleanup of the AO menu checkMcCabe Maxsted1-20/+20
2010-06-19Added menu entry for Private Look At, made it so you can't have Show Look At ↵McCabe Maxsted1-0/+49
and Private Look At enabled at the same time
2010-06-19Made the 'Allow Multiple Instances' checkbox apply immediately rather than ↵McCabe Maxsted1-0/+3
after a relog
2010-06-19Applied patch by Armin Weatherwax for #79: move AllowIdleAFK from advanced ↵McCabe Maxsted1-26/+1
to Preferences > General
2010-06-19Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6)Armin Weatherwax1-0/+16
slviewer-0-v12350-AlphaAndTattooSupport-patch.zip contains the necessary avatar_lad.xml and other artwork. The new avatar_lad.xml crashes clients without alpha and tattoo support at startup.
2010-06-19Cleaned up the Emerald showlookat patchMcCabe Maxsted1-0/+1
2010-06-19Make "Show Look At" a persistent setting (Ported from Emerald, full credit ↵Tom Grimshaw1-1/+1
due there.)
2010-06-19Fixed missing Notification Console menu entry from Advanced > ConsolesMcCabe Maxsted1-1/+5
2010-06-19Fixed Autopilot > Move featureMcCabe Maxsted1-2/+2
2010-06-19add "Advanced > Crash" menu.Armin Weatherwax1-0/+38
2010-04-28fix: crash on relog; appearence self pie greyed out after relog.Armin Weatherwax1-7/+33
2010-04-26Ported currency changes from Hippo (#237) and fixed some labels Hippo missed ↵McCabe Maxsted1-6/+9
(also fixed #200 in the process)
2010-04-12fix bring help-f1 page under control of hippogridmanagerArmin Weatherwax1-1/+1
2010-04-12remove link limits: (take 2) depending on grid.Armin Weatherwax1-8/+13
Seems OSim creates several linksets though.
2010-03-30Made the AO toggle and work like an actual menu checkMcCabe Maxsted1-2/+13
2010-03-30Ported clientside AO from Emerald r1633McCabe Maxsted1-0/+12
2010-03-12Restored some missing Advanced menu items from SL 1.23. (#175)Jacek Antonelli1-4/+17
* Advanced > UI > Use default system color picker * Advanced > UI > Show search panel in overlay bar * Advanced > UI > Show Matrices * Advanced > XUI > Font Test...
2010-03-11SNOW-97: Building hotkeys to navigate prims in a link set.McCabe Maxsted1-0/+93
Patch by Thickbrick Sleaford.
2009-12-31Added preferences option to use legacy pie menu layoutMcCabe Maxsted1-18/+30