Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | merge | Dave Parks | |
2012-03-28 | MAINT-809 Disable FSAA above 4x if OpenGL version < 3.0 | Dave Parks | |
2012-03-28 | MAINT-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-28 | merge | Dave Parks | |
2012-03-28 | MAINT-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-27 | MAINT-853: Audit sendListToRegions() function calls and fix memory leaks. | simon_linden | |
Reviewed by Kelly | |||
2012-03-26 | Merge | simon@Simon-PC.lindenlab.com | |
2012-03-26 | MAINT-852 / VWR-8761 : Cannot delete object description. Now you can. ↵ | simon@Simon-PC.lindenlab.com | |
Reviewed by Kelly. | |||
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-792 Only allow up to 4x FSAA on Intel graphics. | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-806 Fix for some shaders failing to link on ATI x800. | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-822 Fix for ATI R300 (Radeon 9700) not being recognized on some systems. | Dave Parks | |
2012-03-24 | MAINT-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) | |||
2012-03-23 | MAINT-424 FIXED ([PUBLIC]IM-window loses focus when tab is closed) | Paul ProductEngine | |
- Return focus to the ImFloaterContainer | |||
2012-03-22 | merge | Dave Parks | |
2012-03-22 | MAINT-810 Fix for crash in LLRenderTarget when exiting wireframe render mode ↵ | Dave Parks | |
after resizing window. | |||
2012-03-22 | CHUI-54 FIXED Backed out fix for EXP-1550 restoring inventory folder ↵ | Seth ProductEngine | |
creation date updating logic. An inventory folder creation date should be updated every time a new item is created in it. Othervise the sorting by creation date is broken. However this leaves the EXP-1550 issue unresolved. | |||
2012-03-21 | MAINT-808 Disable indexed texture rendering and deferred rendering on Linux ↵ | Dave Parks | |
when OpenGL version is pre-3.0 | |||
2012-03-21 | MAINT-804, MAINT-810 Disable framebuffer object usage on intel chips ↵ | Dave Parks | |
(implicitly disables lighting and shadows) | |||
2012-03-21 | MAINT-272 FIXED Animation preview invalid pointer checks added. | Seth ProductEngine | |
2012-03-21 | Added tag 3.3.0-release for changeset 5e8d2662f38a | Oz Linden | |
2012-03-21 | MAINT-518 FIXED Sometimes nearby chat expand button failed to work. | Vadim ProductEngine | |
Made the nearby chat expand/collapse logic work regardless of the previous/saved state. | |||
2012-03-20 | merge | Dave Parks | |
2012-03-20 | SH-795 Potential fix for crash after setting graphics detail to low. | Dave Parks | |
2012-03-20 | MAINT-789 FIXED ([PUBLIC]Button "Buy" isn't work in Object profile) | Paul ProductEngine | |
- Set proper callback for buy button - Removed dead code - Fixed values for action combobox in object profile panel | |||
2012-03-19 | merge | Dave Parks | |
2012-03-19 | MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting ↵ | Dave Parks | |
against sculpt based crashers. | |||
2012-03-19 | MAINT-141, MAINT-95, MAINT-62 FIXED Don't delete files using masks starting ↵ | Vadim ProductEngine | |
with "/". Encountering such a mask will show a warning message and throw a debug assertion. | |||
2012-03-19 | MAINT-261 FIXED Display previously retrieved data (until we get the update) ↵ | Vadim ProductEngine | |
if object inspector is invoked for the same object. | |||
2012-03-16 | MAINT-290 FIXED ([PUBLIC]Take object (which belongs to another avatar) does ↵ | Paul ProductEngine | |
not work) Reason: Showing the confirmation dialog resets object selection, thus there is nothing to derez. Fix: pass selection to the confirm_take, so that selection doesn't "die" after confirmation dialog is opened | |||
2012-03-14 | MAINT-708 Fix for pink when enabling RenderUseVAO | Dave Parks | |
2012-03-13 | merge | Dave Parks | |
2012-03-13 | MAINT-708 Reduce amount of video memory consumed by vertex buffer objects. | Dave Parks | |
2012-03-13 | Added tag viewer-release-candidate for changeset 5e8d2662f38a | Oz Linden | |
2012-03-11 | Added tag DRTVWR-119, 3.3.0-beta1 for changeset d5f263687f43 | Oz Linden | |
2012-03-11 | merge beta tags | Oz Linden | |
2012-03-09 | merge | Dave Parks | |
2012-03-09 | merge | Dave Parks | |
2012-03-08 | Automated merge with http://bitbucket.org/simon_linden/viewmaster | Xiaohong Bao | |
2012-03-08 | for MAINT-682: revert of changeset e63e7b0a4317: fix for SH-2668: "ocean" ↵ | Xiaohong Bao | |
water is always 20m high instead of the Region Water Height | |||
2012-03-08 | fix for MAINT-701: crash at LLCurl::Multi::markDead() | Xiaohong Bao | |
reviewed by davep | |||
2012-03-08 | merge | Dave Parks | |
2012-03-08 | MAINT-708 Add checkbox to hardware settings for controlling texture ↵ | Dave Parks | |
compression. Default texture compression to on for cards with 512MB of VRAM or less, off otherwise. | |||
2012-03-07 | MAINT-708 Don't compress UI textures. Use GL_NICEST as compression hint to ↵ | Dave Parks | |
avoid artifacts. | |||
2012-03-07 | pull back release tags for 3.2.8 | Oz Linden | |
2012-03-02 | debug code for SH-3020: texture stopped loading | Xiaohong Bao | |
2012-03-02 | MAINT-708 Use texture compression to minimize memory bloat (experimental) | Dave Parks | |
2012-03-01 | sync with viewer-development | eli | |