summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-04-25SEC-995 FIX viewer is easily spammed to death by chatKelly Washington
removed a couple more unnecessary string copies from unfortunate LLSD behavior. reviewed with simon, post review from Richard.
2012-04-23SEC-995 FIX viewer is easily spammed to death by chatRichard Linden
removed unnecessary string copies from chat message handling
2012-04-20MAINT-775 More edge case cleanup -- spinning child prims still break on ↵Dave Parks
deselect until the next LoD update
2012-04-19MAINT-775 Cleanup of some weird corner cases on animated child prims.Dave Parks
2012-04-19MAINT-775 Don't thrash vertex buffers on animated prims (flexis, spinners, etc).Dave Parks
2012-04-18MAINT-775 More aggressive removal of textures from video memory.Dave Parks
2012-04-17mergeDave Parks
2012-04-17MAINT-775 WIP on crash when exploring Insilico -- don't hold onto off-screen ↵Dave Parks
vertex buffers for more than a few seconds.
2012-04-17MAINT-966 FIXED ([PUBLIC]typo on viewer Second Life 3.3.2 (253914) Apr 14)Paul ProductEngine
- Fixed typo in word "browser"
2012-04-13MAINT-861 Fix for crash on exit due to bad matrix modeDave Parks
2012-04-13MAINT-871 Fix for freeze on shutdown while calculating weights and fees of a ↵Dave Parks
mesh.
2012-04-13mergeDave Parks
2012-04-13MAINT-939 Potential fix for crash when editing objects.Dave Parks
2012-04-13MAINT-926 FIXED ([PUBLIC]IMs from objects appear only as notifications, not ↵Paul ProductEngine
in local chat history, in some circumstances, making the sending prim untraceable (and impossible to mute)) - Improved detection of CHAT_SOURCE_SYSTEM type messages
2012-04-13MAINT-798 FIXED ([PUBLIC]Some part of Build dialog is presented under Object ↵Paul ProductEngine
profile dialog for objects that for sale) - Just increased min height of floater to avoid truncation
2012-04-12mergeDave Parks
2012-04-12MAINT-779 Better handling of GLSL loading errors -- incrementally disable ↵Dave Parks
features until shaders successfully load
2012-04-12MAINT-940 FIXED (Spelling error in Favorites Bar source)Paul ProductEngine
- Corrected spelling error
2012-04-12MAINT-841 FIXED ([PUBLIC]Folder "Lost and found" isn't cleaned)Paul ProductEngine
- This happens if something was added to the category before it was initialized, so accountForUpdate didn't update descendent count and thus the category thinks it has fewer descendents than it actually has.
2012-04-11MAINT-516 Potential fix for crash on startup in LLWindowWin32::switchContextDave Parks
2012-04-11mergeDave Parks
2012-04-11MAINT-870 Fix for crash from out of control lawns.Dave Parks
2012-04-10Merge with headcallum
2012-04-10MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵callum
request from similator and display a notification Reviewed by Simon
2012-04-10MAINT-74 Fix "show cross sections" crashing and not working in general.Dave Parks
2012-04-09MAINT-890 Fix for freeze on exit when a mesh upload is pending.Dave Parks
2012-04-04MAINT-830 FIXED ([PUBLIC]"Items successfully shared" appears even when share ↵Paul ProductEngine
fails) - Added check whether sharing inventory category or inventory item was successful
2012-04-04MAINT-845 FIXED Inventory items auto selection is disabled during filtering, ↵Seth ProductEngine
unless a search string is being typed in.
2012-04-03MAINT-463 FIXED [PUBLIC]URL-name of object is shown as hyperlink in Report ↵Paul ProductEngine
Abuse window - Simply disabled url parsing
2012-04-03MAINT-117 FIXED Login screen didn't hide if you minimized viewer window ↵Vadim ProductEngine
right after pressing "Log In".
2012-04-02fix for SEC-905, SEC-1025: Show Texture Info Allows People To See and Use ↵Xiaohong Bao
Textures And Override Permissions System
2012-04-02MAINT-180 FIXED Reject group and ad-hoc chat messages from lindens when we ↵Vadim ProductEngine
are busy.
2012-03-30mergeDave Parks
2012-03-30MAINT-778, MAINT-793 Fix for crash when enabling Debug GL on Mobile Intel 4 ↵Dave Parks
Express. Don't pop up driver update notification if GPU class is < 1
2012-03-30MAINT-813 FIXED Potential fix for a crash at ↵Vadim ProductEngine
LLViewerRegion::getPosGlobalFromRegion. As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure).
2012-03-28mergeDave Parks
2012-03-28MAINT-809 Disable FSAA above 4x if OpenGL version < 3.0Dave Parks
2012-03-28MAINT-405 FIXED ([PUBLIC]Ctrl W does not properly close IM tabs using tabbed ↵Paul ProductEngine
IM in 2.x/3.x) - Now tabs are closed with Ctrl+W as expected
2012-03-28mergeDave Parks
2012-03-28MAINT-793 Pop up notification when drivers are likely out of date. Allow ↵Dave Parks
Lighting and Shadows on Intel when drivers are up to date.
2012-03-27MAINT-853: Audit sendListToRegions() function calls and fix memory leaks.simon_linden
Reviewed by Kelly
2012-03-26Mergesimon@Simon-PC.lindenlab.com
2012-03-26MAINT-852 / VWR-8761 : Cannot delete object description. Now you can. ↵simon@Simon-PC.lindenlab.com
Reviewed by Kelly.
2012-03-26mergeDave Parks
2012-03-26MAINT-792 Only allow up to 4x FSAA on Intel graphics.Dave Parks
2012-03-26mergeDave Parks
2012-03-26MAINT-806 Fix for some shaders failing to link on ATI x800.Dave Parks
2012-03-26mergeDave Parks
2012-03-26MAINT-822 Fix for ATI R300 (Radeon 9700) not being recognized on some systems.Dave Parks
2012-03-24MAINT-807 FIXED ([PUBLIC]Button Clear history from Preferences isn't clear ↵Paul ProductEngine
last teleport) - The order of clearing LLTeleportHistory and LLTeleportHistoryStorage does matter: first LLTeleportHistory must be cleared after LLTeleportHistoryStorage. Clearing LLTeleportHistory from LLNavigationBar::draw() breaks this order (see callback_clear_browser_cache)