aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Created new window for inworld dice rolling in advanced > UI. Todo: add ↵McCabe Maxsted1-0/+29
button for 'rocks fall, everybody dies'
2011-06-10Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted1-4/+4
clean up primbackup.cpp). Based on Henri Beauchamp's patch
2011-06-08Fixed AO loading on startup and did some light cleanup for readability's ↵McCabe Maxsted1-1/+1
sake. The AO now checks for the notecard every 10 seconds until it's loaded. This whole feature could really use a major refactor
2011-06-02Fixing the menu to actually use its color options reveals how broken the ↵McCabe Maxsted1-16/+1
whole system is. In this case, fixing the viewer menu color breaks the login menu bar. Seems like a better breakage alternative for the beta, though (cherry picked from commit 084bd7a120e9ac122e4356246a1da57fd8f1204e)
2011-06-02Fixed #875 by removing menu border introduced in 84ba6c13McCabe Maxsted1-2/+4
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4)
2011-04-19fix some flaws in the cloud particle prefsArmin Weatherwax1-14/+0
2011-04-13Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted1-0/+9
Advanced menu
2011-04-11Fixed #599: 'Account History'/'Manage My Account' use SL-specific URLs ↵McCabe Maxsted1-1/+17
(since we don't get these from any grids, disable 'em for now)
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-16Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax1-0/+3
possible for OS
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-26Added 'Teleport to Ground' option in the Advanced menuMcCabe Maxsted1-0/+19
2010-08-26Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-26/+16
2010-08-26Added menu option for toggling IM auto-responses on/off underneath the Busy ↵McCabe Maxsted1-0/+20
option
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.)