aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ported viewerinfo.cpp from Kokua.Jacek Antonelli2011-05-191-31/+24
| | | | | | | | | | It defines the ViewerInfo module/namespace, which contains a variety of functions for querying the viewer name and version. It is designed to be a replacement for viewerversion.cpp and viewerversion.xml. viewerversion.cpp has been removed, but viewerversion.xml remains (albeit with a bogus version number) until the packaging system no longer uses it.
* Changed the cache and settings file names back to non-Experimental.Jacek Antonelli2011-05-181-1/+1
| | | | This effectively reverts commits 20216aa7 and 3609adb5.
* add some basic cloud preferences in prefs > advanced >eye candy - please ↵Armin Weatherwax2011-04-191-0/+5
| | | | review perms
* Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted2011-04-191-7/+13
| | | | | | | | | | | work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
* Updated the grid manager to save names and passwords along with grid info. ↵McCabe Maxsted2011-04-151-2/+2
| | | | | | | | | | | | | This commit includes the following: * Fixed missing GPL headers from hippo grid manager * Fixed grids named <required> or "" being saved in the list * Fixed grid manager list only showing grid nicks, not grid names * Fixed grid names not settable in the grid manager * Grid manager now remembers avatar names and passwords * Usernames can now be set in the grid manager for SL (needs work) * Fixed grid manager being stuck in an updating state * Some general code cleanup
* Fixed Mhz -> MHz, ported from Singularity, patch by ShyotlMcCabe Maxsted2011-04-061-2/+2
|
* Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli2011-02-271-1/+1
|
* Better format for channel/version string.Jacek Antonelli2011-02-271-29/+18
| | | | | Before, it was "Imprudence #.#.# / Second Life #.#.#.#". Now, it's just "Imprudence #.#.#".
* Merge remote branch 'remotes/github/weekly' into weeklyMcCabe Maxsted2011-02-181-1/+1
|\
| * IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood2010-11-171-1/+1
| | | | | | | | See http://redmine.imprudenceviewer.org/issues/590
* | simple log rotateArmin Weatherwax2011-01-311-10/+29
| |
* | Henri Beauchamp: Display Names support v4Armin Weatherwax2011-01-241-0/+73
| |
* | re-enable statistics packet for SL, firstuse warn about itArmin Weatherwax2011-01-201-11/+16
| |
* | delete gAudioStream at shutdown.Armin Weatherwax2011-01-041-3/+2
| |
* | move streaming audio out of gAudiop into its own class.Armin Weatherwax2011-01-041-3/+11
|/ | | | | | * might solve several issues with streaming audio, like: streaming audio not working when the sound effects driver fails. * breaks fmod. Sorry. If you want fmod go fix it, its probably not difficult.
* Partial fix #614: wrong calculation of thread run timethickbrick2010-11-131-7/+2
| | | | | | | | | Use gFrameIntervalSeconds instead of gFrameTimeSeconds - which is what the original author tried to do. Also, clean up some dead code. *However*, there is still the issue of texture fetch workers staying alive after finishing partial fetches, which falsly manifests here as pending work.
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-3/+3
| | | | | | | | | | | 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-11/+39
|\ | | | | | | browser/media plugin support
| * Load mime_types_windows.xml instead of mime_types.xml so we can fallback on ↵McCabe Maxsted2010-10-271-1/+1
| | | | | | | | the version in the skins directory correctly
| * Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-241-2/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt Renamed RED --> IMP. Merged entries from both.
| * \ Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-231-9/+6
| |\ \
| * \ \ Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-221-22/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | LindenUserDir fixes.Aleric Inglewood2010-10-201-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LindenUserDir (~/.imprudence/first_last/) cannot be initialized before the user logged in. However, several singletons (that only can be initialized once) depend on this directory for initialization. Therefore we have to take care not to instantiate those singletons until after the user logged in. With regard to webit, this fixes the browser_profile (cache and cookies) directory that the builtin browser uses.
| * | | | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2010-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-5/+27
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | fix platform specific mime_type xml loadingArmin Weatherwax2010-09-231-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | note: mime_type<_nonwindowsplatform>.xml directs SLPlugin to the actual implementation. For using gstreamer on mac + win the file has to be changed (try the linux one :) )
| | * | | | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | texture system
| | * | | | llmediaplugins first stepArmin Weatherwax2010-09-231-3/+17
| | | | | |
* | | | | | Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe2010-11-011-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
* | | | | IMP-661: WARNING: isFeatureAvailable: Feature RenderCubeMap not on feature list!Aleric Inglewood2010-10-231-2/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this warning. Note that LLCubeMap::sUseCubeMaps is set to true by default, so this patch only has effect when the feature is actually NOT available. I tested that LLCubeMap::sUseCubeMaps is NOT used before the point where it is initialized now. The patch also adds an entry for IMP-660 to doc/contributions.txt that I had forgotten in the previous commit; and while I was at it, changes all RED- prefixes in IMP-.
* | | | MP-660: Incorrect start up warningsAleric Inglewood2010-10-231-9/+6
| |_|/ |/| | | | | | | | | | | | | | Only try to remove the marker files when they were found in the first place. Also fixed the debug output regarding what value gLastExecEvent is being set to.
* | | Don't dump callstacks at clean exit of viewer.Aleric Inglewood2010-10-161-10/+0
| | |
* | | Removed a debugging llwarns :Pelektrahesse2010-10-121-1/+0
| | |
* | | RED-526: No more saving of screen_last.bmp on the root of the hard drive if ↵elektrahesse2010-10-121-10/+4
| | | | | | | | | | | | not logged in.
* | | Experimental only: changed Experimental cache folder to ↵McCabe Maxsted2010-10-111-1/+1
| | | | | | | | | | | | ImprudenceExperimental and settings file to settings_imprudence_experimental.xml
* | | Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted2010-10-091-1/+13
|/ /
* | Fixed #157: Group lists get merged after logging into multiple gridsMcCabe Maxsted2010-10-021-0/+3
| |
* | Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2010-10-021-8/+27
|\ \
| * | fix: Bug #390 Logout: snapshot window doesn't close when logging outArmin Weatherwax2010-10-011-8/+17
| | |
| * | fix: don't play balance changed ui-sound when relogging into account with ↵Armin Weatherwax2010-10-011-0/+4
| | | | | | | | | | | | different balance
| * | replacent for f99376788 Fixed #381: using voice causes viewer crash on ↵Armin Weatherwax2010-10-011-2/+5
| | | | | | | | | | | | disconnect/quit
| * | fix friendlist not cleared on logoutArmin Weatherwax2010-10-011-0/+3
| |/
* | RED-576: SNOW-415: Viewer prints always "WARNING: cleanup: Quitting with ↵Aleric Inglewood2010-10-021-2/+5
| | | | | | | | | | | | pending background tasks" See http://redmine.imprudenceviewer.org/issues/576
* | RED-561: Optimization flags used during --Type=Debug (linux x86_64)Aleric Inglewood2010-10-011-1/+1
| | | | | | | | | | | | | | | | See http://redmine.imprudenceviewer.org/issues/561 Fixed erroneous use of optimization flags when not compiling Release. Also removed -DLL_VECTORIZE from compile options: that is set in a header file (llv4math.h), not on the commandline. Patch affects only 64 bit linux.
* | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted2010-09-251-3/+5
|/
* Fixed other instances of 'www.imprudenceviewer.org'. There is no www.Jacek Antonelli2010-09-031-1/+1
|
* Wip - mute group chatMcCabe Maxsted2010-08-281-0/+2
|
* Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted2010-08-191-0/+6
|
* Incremented LLTextureCache::sHeaderCacheVersion to 1.3 and cache_version to ↵McCabe Maxsted2010-08-161-1/+1
| | | | 7 to fix SNOW-799
* Fixed #381: using voice causes viewer crash on disconnect/quitMcCabe Maxsted2010-08-121-3/+0
|