Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-11-13 | Partial fix #614: wrong calculation of thread run time | thickbrick | 1 | -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. | |||||
2010-11-05 | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 1 | -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. | |||||
2010-11-03 | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 1 | -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. | |||||
2010-11-01 | Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵ | RevolutionSmythe | 1 | -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. | |||||
2010-10-27 | Load mime_types_windows.xml instead of mime_types.xml so we can fallback on ↵ | McCabe Maxsted | 1 | -1/+1 | |
the version in the skins directory correctly | |||||
2010-10-23 | IMP-661: WARNING: isFeatureAvailable: Feature RenderCubeMap not on feature list! | Aleric Inglewood | 1 | -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-. | |||||
2010-10-23 | MP-660: Incorrect start up warnings | Aleric Inglewood | 1 | -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. | |||||
2010-10-20 | LindenUserDir fixes. | Aleric Inglewood | 1 | -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. | |||||
2010-10-16 | Don't dump callstacks at clean exit of viewer. | Aleric Inglewood | 1 | -10/+0 | |
2010-10-17 | Don't dump callstacks at clean exit of viewer. | Aleric Inglewood | 1 | -10/+0 | |
2010-10-12 | Removed a debugging llwarns :P | elektrahesse | 1 | -1/+0 | |
2010-10-12 | RED-526: No more saving of screen_last.bmp on the root of the hard drive if ↵ | elektrahesse | 1 | -10/+4 | |
not logged in. | |||||
2010-10-11 | Experimental only: changed Experimental cache folder to ↵ | McCabe Maxsted | 1 | -1/+1 | |
ImprudenceExperimental and settings file to settings_imprudence_experimental.xml | |||||
2010-10-10 | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵ | Robin Cornelius | 1 | -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 | |||||
2010-10-09 | Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett | McCabe Maxsted | 1 | -1/+13 | |
2010-10-02 | Fixed #157: Group lists get merged after logging into multiple grids | McCabe Maxsted | 1 | -0/+3 | |
2010-10-02 | RED-576: SNOW-415: Viewer prints always "WARNING: cleanup: Quitting with ↵ | Aleric Inglewood | 1 | -2/+5 | |
pending background tasks" See http://redmine.imprudenceviewer.org/issues/576 | |||||
2010-10-01 | RED-561: Optimization flags used during --Type=Debug (linux x86_64) | Aleric Inglewood | 1 | -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. | |||||
2010-10-01 | fix: Bug #390 Logout: snapshot window doesn't close when logging out | Armin Weatherwax | 1 | -8/+17 | |
2010-10-01 | fix: don't play balance changed ui-sound when relogging into account with ↵ | Armin Weatherwax | 1 | -0/+4 | |
different balance | |||||
2010-10-01 | replacent for f99376788 Fixed #381: using voice causes viewer crash on ↵ | Armin Weatherwax | 1 | -2/+5 | |
disconnect/quit | |||||
2010-10-01 | fix friendlist not cleared on logout | Armin Weatherwax | 1 | -0/+3 | |
2010-09-30 | RED-576: SNOW-415: Viewer prints always "WARNING: cleanup: Quitting with ↵ | Aleric Inglewood | 1 | -2/+5 | |
pending background tasks" See http://redmine.imprudenceviewer.org/issues/576 | |||||
2010-09-28 | RED-561: Optimization flags used during --Type=Debug (linux x86_64) | Aleric Inglewood | 1 | -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. | |||||
2010-09-25 | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours) | McCabe Maxsted | 1 | -3/+5 | |
2010-09-23 | fix platform specific mime_type xml loading | Armin Weatherwax | 1 | -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 :) ) | |||||
2010-09-23 | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 1 | -1/+1 | |
texture system | |||||
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 1 | -3/+17 | |
2010-09-03 | Fixed other instances of 'www.imprudenceviewer.org'. There is no www. | Jacek Antonelli | 1 | -1/+1 | |
2010-08-28 | Wip - mute group chat | McCabe Maxsted | 1 | -0/+2 | |
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 | -0/+6 | |
2010-08-16 | Incremented LLTextureCache::sHeaderCacheVersion to 1.3 and cache_version to ↵ | McCabe Maxsted | 1 | -1/+1 | |
7 to fix SNOW-799 | |||||
2010-08-12 | Fixed #381: using voice causes viewer crash on disconnect/quit | McCabe Maxsted | 1 | -3/+0 | |
2010-08-02 | Added first use grid selector for selecting the default grid when Imprudence ↵ | McCabe Maxsted | 1 | -0/+1 | |
is first run | |||||
2010-08-01 | Added first use grid selector for selecting the default grid when Imprudence ↵ | McCabe Maxsted | 1 | -0/+1 | |
is first run | |||||
2010-07-30 | Added option in Preferences > General for setting the default time to 12 ↵ | McCabe Maxsted | 1 | -2/+20 | |
hour/24 hour/UTC. Side effects: moved crash logger settings to advanced prefs, fixed french date translations, past/future dates and times still need to be correctly formatted | |||||
2010-07-26 | Don't cleanup menus on disconnect (#327) | McCabe Maxsted | 1 | -4/+4 | |
2010-07-09 | revamp autoenable joystick | Armin Weatherwax | 1 | -1/+7 | |
2010-07-03 | If controls are missing from a skin's colors_base.xml, use the values in the ↵ | McCabe Maxsted | 1 | -0/+11 | |
default skin instead of crashing (from Emerald) | |||||
2010-06-19 | Made the AO start loading at startup | McCabe Maxsted | 1 | -6/+10 | |
(fixes bug where it wouldn't enable unless the window was opened) | |||||
2010-06-19 | Implement UseKDUIfAvailable setting to specify if we will allow the viewer ↵ | Tom Grimshaw | 1 | -1/+1 | |
to use the llkdu library if it exists | |||||
2010-06-19 | fix: Bug #269 clicking Quit Button crashes viewer. | Armin Weatherwax | 1 | -33/+37 | |
2010-06-19 | Applied snowglobe-0-v14000-AvatarNameInWindowTitle_v1.patch and set the name ↵ | McCabe Maxsted | 1 | -3/+3 | |
in the window title only when running multiple instances | |||||
2010-06-19 | Potential fix for #330 (messages in queue cause a crash when logging back in) | McCabe Maxsted | 1 | -6/+10 | |
2010-06-19 | Applied patch by Armin Weatherwax for #79: move AllowIdleAFK from advanced ↵ | McCabe Maxsted | 1 | -2/+0 | |
to Preferences > General | |||||
2010-06-19 | Add a --cache command line flag to set cache location | Tom Grimshaw | 1 | -3/+8 | |
2010-06-19 | Added button to Preferences > Advanced to reset all preferences (#272) | McCabe Maxsted | 1 | -2/+13 | |
2010-06-19 | Cleaned up the Emerald showlookat patch | McCabe Maxsted | 1 | -0/+3 | |
2010-06-19 | Set the imprudence viewer version in xml | McCabe Maxsted | 1 | -33/+36 | |
2010-06-19 | Incremented cache version | McCabe Maxsted | 1 | -1/+1 | |