aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A little more 64 bit clean now.David Walter Seikel2013-04-081-6/+6
|
* MOAP Radar patch setRobin Cornelius2013-04-051-0/+32
|
* Created new window for inworld dice rolling in advanced > UI. Todo: add ↵McCabe Maxsted2011-06-231-0/+29
| | | | button for 'rocks fall, everybody dies'
* Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted2011-06-101-4/+4
| | | | clean up primbackup.cpp). Based on Henri Beauchamp's patch
* Fixed AO loading on startup and did some light cleanup for readability's ↵McCabe Maxsted2011-06-081-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
* Fixing the menu to actually use its color options reveals how broken the ↵McCabe Maxsted2011-06-021-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)
* Fixed #875 by removing menu border introduced in 84ba6c13McCabe Maxsted2011-06-021-2/+4
| | | | (cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4)
* fix some flaws in the cloud particle prefsArmin Weatherwax2011-04-191-14/+0
|
* Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted2011-04-131-0/+9
| | | | Advanced menu
* Fixed #599: 'Account History'/'Manage My Account' use SL-specific URLs ↵McCabe Maxsted2011-04-111-1/+17
| | | | (since we don't get these from any grids, disable 'em for now)
* Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax2011-03-131-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
* Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2011-03-041-0/+8
|\
| * Merge remote branch 'origin/weekly' into weeklythickbrick2011-02-031-1/+12
| |\
| * | Fix #757: Missing Raycasting tool from Advanced menuthickbrick2011-01-201-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.
| * | Add menu option for sculpt debugging in Advanced menu.thickbrick2011-01-201-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.
* | | Henri Beauchamp: Display Names support v4Armin Weatherwax2011-01-241-0/+17
| | |
* | | load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax2010-12-221-0/+15
| |/ |/|
* | Fixed View > Web Browser sometimes loading the external browser and made it ↵McCabe Maxsted2010-11-121-1/+12
|/ | | | a menu item check rather than a call
* Fix #700: View -> Web Browser does nothingthickbrick2010-11-101-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.
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-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.
* Merged webkit_plugins into weekly. Huzzah! The weekly branch now has ↵McCabe Maxsted2010-11-021-15/+19
|\ | | | | | | browser/media plugin support
| * Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-221-43/+59
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to use system libs, so any improvements that have been made in weekly have been invane. linden/indra/newview/llstartup.cpp Trivial #include collision. One include added another removed. Fixed. linden/indra/newview/lltoolpie.cpp Collision with RLV, pretty trivial. Fixed. linden/indra/newview/viewer_manifest.py Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
| * | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2010-10-101-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
| * | Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-101-25/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt linden/indra/cmake/GStreamer.cmake linden/indra/cmake/LLMedia.cmake linden/indra/cmake/OPENAL.cmake linden/indra/llmedia/CMakeLists.txt linden/indra/llprimitive/material_codes.h linden/indra/newview/chatbar_as_cmdline.cpp linden/indra/newview/llappviewer.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h linden/indra/newview/viewer_manifest.py linden/install.xml
| | * | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-231-10/+10
| | | | | | | | | | | | | | | | texture system
| | * | llmediaplugins first stepArmin Weatherwax2010-09-231-15/+19
| | | |
* | | | Merges the Message log and Message builder from Inertia in.RevolutionSmythe2010-11-011-0/+45
| |_|/ |/| |
* | | Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted2010-10-091-43/+59
|/ /
* | Applied patch by Ansariel Hiller for #568: reload balance option in the ↵McCabe Maxsted2010-10-021-1/+21
| | | | | | | | advanced menu. Patch originally from Phoenix. I've modified it to support our currency changes, too
* | Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2010-10-021-0/+1
|\ \
| * | fix crash on logoutArmin Weatherwax2010-10-011-0/+1
| |/
* | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted2010-09-251-1/+3
| |
* | Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2010-09-231-2/+2
|\ \
| * | Double-click teleport:thickbrick2010-09-211-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.
* | Added handler for new OpenSim function "OpenRegionInfo", more info at ↵Patrick Sapinski2010-09-221-5/+10
|/ | | | | | http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters.
* Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax2010-09-131-0/+3
| | | | possible for OS
* Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted2010-09-071-0/+7
| | | | feature originally by Zi Ree
* Added 'Teleport to Ground' option in the Advanced menuMcCabe Maxsted2010-08-211-0/+19
|
* Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted2010-08-191-26/+16
|
* Added confirmation dialog to derenderMcCabe Maxsted2010-08-121-2/+56
|
* Port "Derender" pie option from Emerald. All credit due to the Emerald team.Tom Grimshaw2010-08-121-0/+32
|
* Added menu option for toggling IM auto-responses on/off underneath the Busy ↵McCabe Maxsted2010-08-071-0/+20
| | | | option
* fix crash on relog introduced in 66b8150d4ec94161887cArmin Weatherwax2010-08-011-0/+5
|
* some more HUDEffect revampArmin Weatherwax2010-08-011-10/+33
|
* Added area search to the advanced menu, port from Emerald by Henri BeauchampMcCabe Maxsted2010-07-191-0/+12
|
* Fixed #186: View > Web Browser brokenMcCabe Maxsted2010-07-151-1/+1
|
* Added DisableMaxBuildConstraints setting for disabling viewer max prim size ↵McCabe Maxsted2010-06-191-3/+29
| | | | limit and created an advanced menu item (also updated hippoLimits)
* Little cleanup of the AO menu checkMcCabe Maxsted2010-06-191-20/+20
|
* Added menu entry for Private Look At, made it so you can't have Show Look At ↵McCabe Maxsted2010-06-191-0/+49
| | | | and Private Look At enabled at the same time
* Made the 'Allow Multiple Instances' checkbox apply immediately rather than ↵McCabe Maxsted2010-06-191-0/+3
| | | | after a relog