aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-02There are other ways to tell if someone is age verified. Implimenting ↵David Seikel1-8/+6
policy should be done server side. Plus, we abuse this in the meta 7 grid for our own purposes.
2011-03-02Possible work around for the HUD hair of death server bug. Written by Tom ↵David Seikel1-2/+6
Meta, forward ported from the old meta viewer.
2011-03-02Look for more versions of python. Isn't pythen wonderful like that? Noooot!David Seikel1-5/+6
2011-03-02We don't care if LL changes their protocol, and one less thing to need the ↵David Seikel1-1/+1
'net for during the build.
2011-03-02Bugfix from snowglobe - stops the build system from trying to build the ↵David Seikel1-6/+23
viewer with 6 extra computers I don't have. Forward ported from the old meta viewer.
2011-03-01Revert "Added a "news bar" at the bottom of the login screen."David Seikel4-112/+21
Seems like something that is better done in the login page for us, and stops people bitching about how insecure this viewer is due to sending stuff to the impy server. They are still sensative after the Emerald fiasco. This reverts commit 373179115193077d258881d54cc1c07edf99c3a5.
2011-02-27Switched to Phoenix Viewers Boost 1.43 libs for WindowsPatrick Sapinski1-3/+1
2011-02-27Added a "news bar" at the bottom of the login screen.Jacek Antonelli4-21/+112
The web page to load is defined by the setting "NewsBarURL". Default is "http://app.kokuaviewer.org/news/", which will display links to the latest Imprudence/Kokua blog posts, etc.
2011-02-27Improved warning message about SL statistics packet.Jacek Antonelli2-15/+13
2011-02-27Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli8-17/+17
2011-02-27Updated default_grids.xml from current online grids list.Jacek Antonelli1-26/+13
2011-02-27Better format for channel/version string.Jacek Antonelli1-29/+18
Before, it was "Imprudence #.#.# / Second Life #.#.#.#". Now, it's just "Imprudence #.#.#".
2011-02-27postfix: new maximum number of groups in SL.Armin Weatherwax2-1/+10
2011-02-27Re-enabled rezplat for OpenSim-based gridsMcCabe Maxsted1-9/+0
2011-02-27Fixed the imprudence.url file not using the new kokuaviewer wiki linkMcCabe Maxsted1-1/+5
2011-02-26Staff, not employee.David Seikel1-1/+1
2011-02-26Change the skin preferences panel to have the meta skins.David Seikel5-37/+37
2011-02-26Add the PSL purple skin.David Seikel189-0/+596
2011-02-26Adding the meta 7 web site stuff to the help menu. With translations by Ben ↵David Seikel15-13/+247
and Daniel.
2011-02-26Update the About viewer bit for meta-impy.David Seikel4-17/+11
2011-02-26Add meta7 logo to startup page, AND make it work.David Seikel3-1/+10
2011-02-26Missed some is_linden -> is_god conversions.David Seikel1-7/+7
2011-02-26More meta-impy branding. Not so sure about the Mac and Windows stuff in ↵David Seikel6-15/+15
this one.
2011-02-26Unbranding word of the day is "Second Life".David Seikel7-11/+12
2011-02-25In the meta grid, staff members have the last name "Meta", the users are ↵David Seikel2-5/+5
"metazens", and we abuse the age verification flag to let people choose to see Adult stuff.
2011-02-25Unbranding. Todays word is "linden".David Seikel111-243/+233
2011-02-20Reduce the logging spam to warnings. Debug was too much.David Seikel1-2/+2
2011-02-18Fixed compile error in llmediaplugintest: lingering ll_init_aprMcCabe Maxsted1-3/+0
2011-02-18Removed a bit of spam from the GStreamer log fileMcCabe Maxsted1-0/+1
2011-02-18Created a media_plugin_gstreamer010.log file in the cwd for the GStreamer pluginMcCabe Maxsted1-68/+96
2011-02-18Fixed cmake using the old windows gstreamer plugin libsMcCabe Maxsted1-4/+4
2011-02-13Remove catering to LL's probably illegal attempt to block copying of open ↵David Seikel1-5/+12
source content that specifically prevents attempts to block copying.
2011-02-13Changing some "Second Life" references to "meta-impy".David Seikel3-7/+7
2011-02-13UNBRANDING! Conservativley remove references to "second life", replacing ↵David Seikel33-88/+65
them with something generic.
2011-02-12Revert "Comment out the server tellinsg us what the search URL is, seems the ↵David Seikel1-3/+2
server sends garbage." This reverts commit c7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb. The server is now fixed.
2011-02-11Comment out the server tellinsg us what the search URL is, seems the server ↵David Seikel1-2/+3
sends garbage. Should revert this when the server is fixed. Also explains why some viewers don't have working search.
2011-02-11Make most of search work.David Seikel1-0/+2
2011-02-11One part of the system does not like the meta-impy name. Seems to be an ↵David Seikel1-1/+2
unused part though, so take the lazy way out.
2011-02-10Fixed gstreamer plugin headers missing from cmakeMcCabe Maxsted1-0/+6
2011-02-10Give a little information in the log when we fail to init the audio plugin ↵McCabe Maxsted1-0/+3
on the first try
2011-02-10Patch by Armin to split apart the 'Plugin' logcontrol.xml entry to avoid ↵McCabe Maxsted7-107/+115
spam when debugging plugins
2011-02-10Use gstreamer plugin for windows audio mime typesMcCabe Maxsted1-11/+11
2011-02-10Make media_plugin_gstreamer010 find all its headers correctly on Windows ↵McCabe Maxsted2-6/+14
(notes: need to add archives for iconv and gstreamer to install.xml, doesn't link yet)
2011-02-11Work around the endless bitching about webkit failing when you open the ↵David Seikel1-2/+2
search window. At least now you can close search, THEN deal with the error popups.
2011-02-10Updated windows version of boost to the 1.39 version used in Snowglobe 1.5. ↵McCabe Maxsted2-26/+3
Note: only VS2005 libs currently included
2011-02-10Remove special handling of linden estates. We don't have them in meta, and ↵David Seikel16-424/+34
that sort of policy should be server side anyway. It's good to remove useless code. As usual I found three ways of recognising linden estates being used in the code, makes it hard to find them all. Might be some left over.
2011-02-10Enabled gstreamer10 media plugin in CMake for WindowsMcCabe Maxsted2-14/+20
2011-02-10Revert "For meta7 - while LL reserves the first 5 estate numbers for it's ↵David Seikel1-1/+1
own use, we never did that here in meta7." This should have been in the weekly branch. This reverts commit 08dd8adc3d12abdca430b6a1ea9c570258b4e655.
2011-02-10For meta7 - while LL reserves the first 5 estate numbers for it's own use, ↵David Seikel1-1/+1
we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies.
2011-02-09Seems we need to hard code the meta7 tag colours. Also did the Imprudence ↵David Seikel2-15/+29
colours, coz dark purple on black is just unreadable. Invented a tag for meta-impy to.