Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2010-04-28 | fix: crash on relog; appearence self pie greyed out after relog. | Armin Weatherwax | 1 | -4/+7 | |
2010-04-25 | Fixed #199: After losing connection, 'Quit' button doesn't quit | McCabe Maxsted | 1 | -3/+7 | |
2010-04-25 | Removed hardcoded references to secondlife.com/support | McCabe Maxsted | 1 | -2/+8 | |
2010-04-12 | Use Hippogridmanager for OpenSim detection. | Armin Weatherwax | 1 | -1/+3 | |
2010-04-09 | Added a first use notification to the AO | McCabe Maxsted | 1 | -0/+1 | |
2010-04-07 | Use system chat color when DisableLoginLogoutScreens enabled, added logout chat | McCabe Maxsted | 1 | -8/+34 | |
2010-04-07 | Ported disable login/tp screen options from Emerald (in Preferences > Advanced) | McCabe Maxsted | 1 | -2/+2 | |
2010-02-22 | Fixed an error at shutdown (gSavedSettings.cleanup). | Armin Weatherwax | 1 | -1/+3 | |
2010-02-16 | Ported some minor rendering engine changes from Snowglobe. | Jacek Antonelli | 1 | -1/+1 | |
2010-02-16 | Ported some stats and texture console changes from Snowglobe. | Jacek Antonelli | 1 | -0/+3 | |
2010-02-16 | Ported many texture engine changes from Snowglobe. | Jacek Antonelli | 1 | -7/+10 | |
2010-02-08 | Ported many APR changes from Snowglobe. | Jacek Antonelli | 1 | -9/+9 | |
2010-02-04 | Added SliderScrollWheelMultiplier setting. | Jacek Antonelli | 1 | -0/+3 | |
Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier(). | |||||
2009-12-30 | Disabled sending viewer stats. | Patrick Sapinski | 1 | -2/+3 | |
It is useless to the viewer and also transmits some sensitive information about the user's computer to LL. Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com> | |||||
2009-12-01 | Emeralds client name tag and clothing layer protection. Needs decision about ↵ | Armin Weatherwax | 1 | -0/+9 | |
a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||||
2009-11-09 | Fixed First Use Mini-Map | McCabe Maxsted | 1 | -0/+1 | |
2009-10-19 | Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2) | McCabe Maxsted | 1 | -1/+1 | |
2009-10-01 | Suspected partial crash fix for Logout | McCabe Maxsted | 1 | -17/+0 | |
2009-09-14 | Merged in jacek/next | McCabe Maxsted | 1 | -0/+17 | |
2009-09-06 | Ported phantom avatar option from Emerald viewer | McCabe Maxsted | 1 | -1/+6 | |
2009-09-04 | Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch. | Jacek Antonelli | 1 | -0/+17 | |
Made a few non-functional changes to help it apply. | |||||
2009-07-11 | Broken: relog sometimes works once; fixed inventory and avatar not ruthed ↵ | Armin Weatherwax | 1 | -1/+1 | |
anymore. deleted: Imprudence.log modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llinventorymodel.cpp modified: linden/indra/newview/llinventorymodel.h modified: linden/indra/newview/llinventoryview.cpp modified: linden/indra/newview/llviewerjointattachment.h modified: linden/indra/newview/llviewermenu.cpp deleted: mAttachedObject.diff.txt deleted: meerkat-llmenugl.diff.txt deleted: meerkat-message.diff.txt deleted: meerkat-pipeline.cpp.diff.txt deleted: meerkat-voice.diff.txt deleted: stack_trace.log | |||||
2009-07-11 | BROKEN logoff/relog crashing inconsistently on various startup states. | Armin Weatherwax | 1 | -27/+135 | |
2009-06-13 | Second Life viewer sources 1.23.3-RC | Jacek Antonelli | 1 | -10/+25 | |
2009-06-13 | Cleaned up some old unused references | McCabe Maxsted | 1 | -3/+0 | |
2009-06-13 | Applied Aimee's patch for VWR-6918: Hide/Show Selection Outlines | McCabe Maxsted | 1 | -0/+1 | |
2009-05-24 | Second Life viewer sources 1.23.2-RC | Jacek Antonelli | 1 | -3/+42 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 1 | -290/+373 | |
2009-03-29 | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵ | McCabe Maxsted | 1 | -3/+0 | |
for windows | |||||
2009-03-28 | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. | Jacek Antonelli | 1 | -26/+0 | |
LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path |