Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-06-23 | Created new window for inworld dice rolling in advanced > UI. Todo: add ↵ | McCabe Maxsted | 1 | -0/+29 | |
button for 'rocks fall, everybody dies' | |||||
2011-06-10 | Allow export of textures from Second Life when we have permission (also ↵ | McCabe Maxsted | 1 | -4/+4 | |
clean up primbackup.cpp). Based on Henri Beauchamp's patch | |||||
2011-06-08 | Fixed AO loading on startup and did some light cleanup for readability's ↵ | McCabe Maxsted | 1 | -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-02 | Fixing the menu to actually use its color options reveals how broken the ↵ | McCabe Maxsted | 1 | -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-02 | Fixed #875 by removing menu border introduced in 84ba6c13 | McCabe Maxsted | 1 | -2/+4 | |
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4) | |||||
2011-04-19 | fix some flaws in the cloud particle prefs | Armin Weatherwax | 1 | -14/+0 | |
2011-04-13 | Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵ | McCabe Maxsted | 1 | -0/+9 | |
Advanced menu | |||||
2011-04-11 | Fixed #599: 'Account History'/'Manage My Account' use SL-specific URLs ↵ | McCabe Maxsted | 1 | -1/+17 | |
(since we don't get these from any grids, disable 'em for now) | |||||
2011-03-13 | Henri Beauchamps version of Sione Lomus media filter patch. | Armin Weatherwax | 1 | -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-24 | Henri Beauchamp: Display Names support v4 | Armin Weatherwax | 1 | -0/+17 | |
2011-01-20 | Fix #757: Missing Raycasting tool from Advanced menu | thickbrick | 1 | -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-20 | Add menu option for sculpt debugging in Advanced menu. | thickbrick | 1 | -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-22 | load unloaded-avatar-cloud particle system from LLSD file. | Armin Weatherwax | 1 | -0/+15 | |
2010-11-12 | Fixed View > Web Browser sometimes loading the external browser and made it ↵ | McCabe Maxsted | 1 | -1/+12 | |
a menu item check rather than a call | |||||
2010-11-10 | Fix #700: View -> Web Browser does nothing | thickbrick | 1 | -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-05 | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 1 | -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-03 | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 1 | -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-01 | Merges the Message log and Message builder from Inertia in. | RevolutionSmythe | 1 | -0/+45 | |
2010-10-10 | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵ | Robin Cornelius | 1 | -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-09 | Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett | McCabe Maxsted | 1 | -43/+59 | |
2010-10-02 | Applied patch by Ansariel Hiller for #568: reload balance option in the ↵ | McCabe Maxsted | 1 | -1/+21 | |
advanced menu. Patch originally from Phoenix. I've modified it to support our currency changes, too | |||||
2010-10-01 | fix crash on logout | Armin Weatherwax | 1 | -0/+1 | |
2010-09-25 | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours) | McCabe Maxsted | 1 | -1/+3 | |
2010-09-23 | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 1 | -10/+10 | |
texture system | |||||
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 1 | -15/+19 | |
2010-09-22 | Added handler for new OpenSim function "OpenRegionInfo", more info at ↵ | Patrick Sapinski | 1 | -5/+10 | |
http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters. | |||||
2010-09-21 | Double-click teleport: | thickbrick | 1 | -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-16 | Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵ | Armin Weatherwax | 1 | -0/+3 | |
possible for OS | |||||
2010-09-13 | Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵ | Armin Weatherwax | 1 | -0/+3 | |
possible for OS | |||||
2010-09-07 | Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵ | McCabe Maxsted | 1 | -0/+7 | |
feature originally by Zi Ree | |||||
2010-08-26 | Added 'Teleport to Ground' option in the Advanced menu | McCabe Maxsted | 1 | -0/+19 | |
2010-08-26 | Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e | McCabe Maxsted | 1 | -26/+16 | |
2010-08-26 | Added menu option for toggling IM auto-responses on/off underneath the Busy ↵ | McCabe Maxsted | 1 | -0/+20 | |
option | |||||
2010-08-21 | Added 'Teleport to Ground' option in the Advanced menu | McCabe Maxsted | 1 | -0/+19 | |
2010-08-19 | Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e | McCabe Maxsted | 1 | -26/+16 | |
2010-08-12 | Added confirmation dialog to derender | McCabe Maxsted | 1 | -2/+56 | |
2010-08-12 | Port "Derender" pie option from Emerald. All credit due to the Emerald team. | Tom Grimshaw | 1 | -0/+32 | |
2010-08-07 | Added menu option for toggling IM auto-responses on/off underneath the Busy ↵ | McCabe Maxsted | 1 | -0/+20 | |
option | |||||
2010-08-01 | fix crash on relog introduced in 66b8150d4ec94161887c | Armin Weatherwax | 1 | -0/+5 | |
2010-08-01 | some more HUDEffect revamp | Armin Weatherwax | 1 | -10/+33 | |
2010-07-19 | Added area search to the advanced menu, port from Emerald by Henri Beauchamp | McCabe Maxsted | 1 | -0/+12 | |
2010-07-15 | Fixed #186: View > Web Browser broken | McCabe Maxsted | 1 | -1/+1 | |
2010-06-19 | Added DisableMaxBuildConstraints setting for disabling viewer max prim size ↵ | McCabe Maxsted | 1 | -3/+29 | |
limit and created an advanced menu item (also updated hippoLimits) | |||||
2010-06-19 | Little cleanup of the AO menu check | McCabe Maxsted | 1 | -20/+20 | |
2010-06-19 | Added menu entry for Private Look At, made it so you can't have Show Look At ↵ | McCabe Maxsted | 1 | -0/+49 | |
and Private Look At enabled at the same time | |||||
2010-06-19 | Made the 'Allow Multiple Instances' checkbox apply immediately rather than ↵ | McCabe Maxsted | 1 | -0/+3 | |
after a relog | |||||
2010-06-19 | Applied patch by Armin Weatherwax for #79: move AllowIdleAFK from advanced ↵ | McCabe Maxsted | 1 | -26/+1 | |
to Preferences > General | |||||
2010-06-19 | Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6) | Armin Weatherwax | 1 | -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-19 | Cleaned up the Emerald showlookat patch | McCabe Maxsted | 1 | -0/+1 | |
2010-06-19 | Make "Show Look At" a persistent setting (Ported from Emerald, full credit ↵ | Tom Grimshaw | 1 | -1/+1 | |
due there.) |