Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-22 | CID-512: | Tofu Linden | |
Checker: DEADCODE Function: show_item_sharing_confirmation(std::basic_string<char, std::char_traits<char>, std::allocator<char>>, LLViewerInventoryItem *, const LLSD &, const LLUUID &, const LLUUID &) File: /indra/newview/lltooldraganddrop.cpp | |||
2010-09-22 | merge storm-162 | Tofu Linden | |
2010-09-21 | EXP-94 Disable local file system access | callum | |
2010-09-21 | merge | Tofu Linden | |
2010-09-21 | merge | Richard Linden | |
2010-09-21 | fix for mac build and possible crash when responding to notification twice | Richard Linden | |
2010-09-21 | Increment version number since we forked for beta. | Kent Quirk | |
2010-09-21 | FIX crash when clicking on MOTD | Richard Linden | |
2010-09-21 | merge storm-122 | Tofu Linden | |
2010-09-21 | merge | Tofu Linden | |
2010-09-21 | merge storm-166 | Tofu Linden | |
2010-09-21 | merge. | Tofu Linden | |
2010-09-21 | merge | Richard Linden | |
2010-09-21 | STORM-163 FIXED Intermittent FPS drop related to "audio" (main thread hangs ↵ | Vadim Savchuk | |
often on openal lock) Submitting a patch made by Aleric Inglewood (See VWR-14914). This bug happens for a lot of people, although it might be needed to have a fast multi core machine. I have seen it on 1.22.10 once, never used 1.23 sorry, and saw it often on snowglobe. I am sure it also affects 1.23 but I'd have to test that. The symptons are that on a viewer with normally a good, high FPS, sometimes it happens that the FPS dramatically drops (as low as 0.3, but it can also be anything higher, as high as 10, say). This particular jira is about a problem where the main thread is slowed down by a mutex lock in libopenal (most calls starting with 'al' in indra/llaudio/audioengine_openal.cpp and one in indra/llaudio/listener_openal.cpp). You can see that this is the case by opening the Frame Console (control-shift-2) and checking that the "audio" (and possibly misc) timings are very large compared to the Render time. | |||
2010-09-21 | Tag for beta 2.1.3 | Kent Quirk | |
2010-09-21 | STORM-133 FIXED keyboard navigation in Places SP->My Landmarks while items ↵ | Sergei Litovchuk | |
fetch is in progress. | |||
2010-09-21 | STORM-166 FIXED Memory leak in LLSelectNode constructor. | Vadim Savchuk | |
Submitting on behalf of Thickbrick Sleaford. One of the LLSelectNode constructors has a leak where it does "new LLPermisions()" twice, thus leaking the address of the first object created. This constructor is called every time you interact (click, hover, select, possibly other) with an object, once for each prim in the object. Since sizeof(LLPermissions) is 92 bytes, this can be a significant amount after a while. I think this might explain VWR-18528 (leaking LLpemissions instances), at least partially. This was fixed in snowglobe 1.x as part of SNOW-267. | |||
2010-09-21 | merge storm-189 | Tofu Linden | |
2010-09-21 | STORM-165 decode_priority clamp issue in texture fetching | Tofu Linden | |
Patch by Merov ported and reviewed by Tofu, from SG2. | |||
2010-09-21 | fixed some whitespace errors in files touched by STORM-162 | Boroondas Gupte | |
2010-09-20 | EXP-77 FIX Pop-up warning flashes on and off even whan all popups are ↵ | Richard Nelson | |
enabled in settings | |||
2010-09-20 | EXP-82 FIX MOTD open in external browser notification not given until fully ↵ | Richard Nelson | |
logged in reviewed by Monroe | |||
2010-09-20 | Fix one variant of LLWeb::loadURLExternal() not passing through the uuid to ↵ | Monroe Linden | |
the other variant. | |||
2010-09-20 | STORM-162 : Makes the folder code more resilient | Merov Linden | |
2010-09-20 | EXP-60 FIX not showing after Re-enabling Hints in same session | Richard Nelson | |
2010-09-21 | STORM-189 FIXED Applied text wrapping to fix long string truncation in Build ↵ | Sergei Litovchuk | |
tools->Features. | |||
2010-09-20 | merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583 | Tofu Linden | |
2010-09-20 | merge storm-192 | Tofu Linden | |
2010-09-20 | STORM-192 ADDITIONAL FIX Fixed crash on pressing Ctrl+Shift+W (which closes ↵ | Vadim Savchuk | |
all floaters). The crash was introduced by my previous fix of this ticket in changeset 8ceebd3612f0. The problem was that, suprisingly, even invisible (faded) toasts were destroyed when you hit Ctrl_Shift+W, however they were still referenced by the toast pool, so the references were invalidated. The easiest fix would be to remove all references to the toast being destroyed, no matter is it visible or not. However, then we'd have to search for each destroyed toast in the pool, which is slow. Besides, removing toasts from the pool compromises the whole idea of pooling (which was introduced to speed up creation of new toasts). Another possible fix is not to destroy any nearby chat toasts when user hits Ctrl+Shift+W. That would save us from any crashes at a price of changing existing behaviour (the toasts will remain visible). So I went for a third option: when closing all floaters, skip invisible ones. Then there won't be attempts to destroy invisible (pooled) toasts, so the crash won't happen, and we don't seem to change any existing behavior. However I'm not 100% sure of the latter statement, so the fix requires extensive testing. | |||
2010-09-20 | merge storm-159 | Tofu Linden | |
2010-09-18 | merge storm-192 | Tofu Linden | |
2010-09-18 | merge storm-153 | Tofu Linden | |
2010-09-17 | EXP-60 Hints not showing after Re-enabling Hints in same session | Richard Linden | |
2010-09-17 | merge | Richard Linden | |
2010-09-17 | made address entry field of media browser select all text on first click | Richard Linden | |
2010-09-17 | fix for clicking on Invite Friends resulting in disabling popups | Richard Linden | |
2010-09-17 | STORM-183 : Pull in fix from Vadim | Merov Linden | |
2010-09-17 | Fix for EXP-78 (javascript window.open function with no size parameters ↵ | Monroe Linden | |
opens a tiny window when all popups setting is enabled). | |||
2010-09-17 | clear popup notifications on navigate | Richard Linden | |
2010-09-17 | maded popup alert last forever | Richard Linden | |
2010-09-18 | STORM-159 FIXED Added sharing inventory item by dropping it on resident's ↵ | Sergei Litovchuk | |
Profile SP even when no IM session is started with that resident. | |||
2010-09-17 | fixed build (again) | Richard Linden | |
2010-09-17 | Merge | Richard Linden | |
2010-09-17 | Backed out changeset: d71309f8bd0e | Richard Linden | |
2010-09-17 | merge | Richard Linden | |
2010-09-17 | fix for enable all popups not working | Richard Linden | |
also popup notification is no longer a singleton | |||
2010-09-17 | Turn off new inventory hints until defect EXP-62 is fixed | callum | |
2010-09-17 | updated comment on MediaEnablePopups setting to reflect new behavior | Richard Linden | |
2010-09-17 | STORM-183 ADDITIONAL FIX Disabled the "Replace Current Outfit" option of the ↵ | Vadim Savchuk | |
inventory context menu for incomplete outfits. | |||
2010-09-17 | fixed build | Richard Linden | |