aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-05Added a nullcheck, from Singularity, patch by ShoytlMcCabe Maxsted1-1/+1
2011-04-05Fixed viewer crash when hair etc. is attached to the HUD, ported from ↵McCabe Maxsted1-2/+5
Singularity, patch by Tom Meta
2011-04-04Fixed quicktime not being used for m4v files on WindowsMcCabe Maxsted1-2/+2
2011-04-02Changed version to Experimental 2011.04.02.Jacek Antonelli4-7/+7
2011-04-02Fixed a GCC warning in LLPanelLogin::convertUsernameToLegacy().Jacek Antonelli1-1/+2
Full warning message was: cc1plus: warnings being treated as errors /usr/lib/gcc/i686-pc-linux-gnu/4.3.4/include/g++-v4/bits/stl_algo.h: In static member function ‘static bool LLPanelLogin::convertUsernameToLegacy(std::string&, std::string&, std::string&)’: /usr/lib/gcc/i686-pc-linux-gnu/4.3.4/include/g++-v4/bits/stl_algo.h:1829: error: array subscript is above array bounds See also: http://stackoverflow.com/questions/1168525/c-gcc4-4-warning-array-subscript-is-above-array-bounds
2011-04-01Fix #838: disable hiding of stream urlsthickbrick5-84/+9
NoObscuredURL Patch from Henri Beauchamp, applied by hand because of changes between Imprudence and Snowglobe.
2011-04-01Fix 829: Several changes to media filterthickbrick10-89/+308
- Adds a "less annoying" mode, which attempts to only filter scripted streaming events. On by default (should we change that?) - Adds UI to enable and disable the media filter, both from the filter floater and from the preferences floater. - Adds a button to launch the filter floater to prefences. - Some UI tweaks to the filter floater.
2011-03-28Fix #832: Media Filter: handle sim hosts with no dns name.thickbrick1-2/+11
This prevents streams from being erronously identified as originating from a scripted object on the current sim, when the sim host doesn't have a name that can be reverese resolved.
2011-03-28Sync media filter patch to Henri Beauchamp's MediaFilter_v4thickbrick5-42/+239
Compared to v3, this adds resolving domains to IPs in order to list them and match them against listed IPs. Also shows both the full stream url and the munged domain that will be added to the lists.
2011-03-27Fix #811: Map tiles are deformed when NOT on Aurora.thickbrick2-2/+4
Caused by uninitialized members.
2011-03-26grab latest gpu table from phoenixArmin Weatherwax1-69/+78
2011-03-26Fix #810: Add video/x-m4v to mime_types_*.xmlthickbrick3-2/+35
2011-03-25cleaned up particle system llsd de/serialization; improvements to the avatar ↵Armin Weatherwax2-41/+69
cloud * llsd now uses camel case for each key, confusion of particle max age vs source max age fixed * cloud.xml is now loaded with a fallback chain PER_SL_ACCOUNT -> USER_SETTINGS -> APP_SETTINGS so that customized clouds can exist per account or for all users and survive updates
2011-03-24Fix #824/SNOW-466: Window Creation Error related to FSAAthickbrick1-0/+7
- Linux only: Retry window creation with lower FSAA samples if it fails. - All platforms: save actual FSAA level into RenderFSAASamples after window is created. This exapnds on the patch from SNOW-466 by Robin Cornelius.
2011-03-24Added a new default font size FontSansSerifBigger and fixed FontSansSerifBig ↵McCabe Maxsted12-22/+26
not being named FontSansSerifLarge
2011-03-23Comboboxes can now use the font= xui settingMcCabe Maxsted2-2/+4
2011-03-23Moved 'Reset all preferences to default' button to a more logical place: in ↵McCabe Maxsted6-27/+27
the main preferences window
2011-03-22Don't try to fetch grid list from empty url in GridUpdateListArmin Weatherwax1-1/+11
2011-03-22Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax2-2/+32
the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
2011-03-22allow interaction with parcel web mediaArmin Weatherwax5-11/+33
* the media face gets focus on click and you can interact with mouse and keyboard with it - just as you would expect it to work in the first place anyway. * added a checkbox in prefs audio & video for what I call "media helper widget" which allows zooming on the face, open the link in a browser window and such - the name of the LL debug setting is a bit misleading ("MediaOnAPrimUI"), since this is not MOAP I avoided that name.
2011-03-22several embedded browser proxy fixes and one small cookie fixArmin Weatherwax9-6/+147
* split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
2011-03-22Support username logins on Linden grids. Seems to cover most edge cases with ↵McCabe Maxsted8-19/+295
our current grid manager, but really exposes the weaknesses of not saving login info with the grid, usability-wise. (Note: autologin and the command line need to be tested)
2011-03-22Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax2-2/+32
the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
2011-03-21allow interaction with parcel web mediaArmin Weatherwax5-11/+33
* the media face gets focus on click and you can interact with mouse and keyboard with it - just as you would expect it to work in the first place anyway. * added a checkbox in prefs audio & video for what I call "media helper widget" which allows zooming on the face, open the link in a browser window and such - the name of the LL debug setting is a bit misleading ("MediaOnAPrimUI"), since this is not MOAP I avoided that name.
2011-03-21several embedded browser proxy fixes and one small cookie fixArmin Weatherwax9-6/+147
* split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
2011-03-20Fixed tab order on login screenMcCabe Maxsted1-39/+47
2011-03-20Added Windows Imprudence install scripts to the repo and modified the ↵McCabe Maxsted3-0/+496
artwork package
2011-03-20Changed version to Experimental 2011.03.20McCabe Maxsted1-1/+1
2011-03-20fix: voice always on, even if told not to beArmin Weatherwax1-1/+3
introduced by 56bf45f >_>
2011-03-19Package both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790)Jacek Antonelli1-1/+2
The viewer binary links against libz.so, but libvivoxsdk.so and some other libraries link against libz.so.1.
2011-03-19less misleading wording for linux script messagesArmin Weatherwax2-3/+3
2011-03-19package libz.so instead of libz.so.1 for linux32Armin Weatherwax1-1/+1
2011-03-18Fixed bad line endings (CRLF) in many files.Jacek Antonelli19-3893/+3893
Windows users, please set "autocrlf = input" or "autocrlf = true" in your .git/config [core] section to avoid this in the future.
2011-03-18Fix a bug that only occurs when not running in a debugger.RevolutionSmythe1-2/+1
2011-03-18Fix setting the viewer offset time from OpenRegionSettings, and also have it ↵RevolutionSmythe2-5/+19
show what UTC offset it is representing in the time bar.
2011-03-18Merge in Var Sized Regions into the Imprudence Experimental.RevolutionSmythe20-76/+178
2011-03-18Added a null check for corrupt volume listsMcCabe Maxsted1-1/+1
2011-03-18only use vbo if availableArmin Weatherwax2-2/+2
2011-03-18fix currency in the german status bar button missingArmin Weatherwax1-1/+1
2011-03-18Fix Bug #799 german floater_pay_object.xml brokenArmin Weatherwax1-1/+1
2011-03-15Don't use the build window keyboard shortcuts when the UI has focus (except ↵McCabe Maxsted3-4/+30
for the chatbar)
2011-03-14Use a buffer for debug console output (improves speed on Windows when ↵McCabe Maxsted1-1/+2
console is enabled). Ported from Singularity, patch by Shyotl
2011-03-14Added copy text button to Help > About Imprudence and tabbed the info. ↵McCabe Maxsted3-54/+101
Ported from Singularity, patch by Siana Gearz
2011-03-14Added the newview/character directory to the repo. This'll make it easier to ↵McCabe Maxsted93-0/+18700
update
2011-03-13Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax16-13/+1025
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-03-13fix voice doesn't kick in.Armin Weatherwax1-12/+10
also fixed some LL_INFOS that should be LL_WARNS in the voice client.
2011-03-11Changed version to Experimental 2011.03.11McCabe Maxsted1-1/+1
2011-03-10moved the AO inventory preloading to a better place, a place where it ↵Patrick Sapinski2-12/+13
actually works. Does anyone even read this? IF YOU SEE THIS TEXT YOU HAVE WON $500, MESSAGE ME TO COLLECT YOUR PRIZE.
2011-03-10fix for AO from EmeraldPatrick Sapinski2-0/+12
2011-03-10Commented out more libs used only by GStreamer from Mac manifest.Jacek Antonelli1-8/+8
Since Mac is still using the Quicktime plugin, these libs aren't downloaded, so trying to package them makes viewer_manifest.py fail.