Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-25 | PATH-743: Updating the cursors for path testing mode to final designs. | Todd Stinson | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | merge | Dave Parks | |
2012-06-21 | PATH-743: Altering the mouse cursor to give more feed back when in path ↵ | Todd Stinson | |
testing mode. | |||
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-11 | Refining the behavior of the pathing test tool behavior with regards to ↵ | Todd Stinson | |
mouse clicks. | |||
2012-04-09 | Re-implementing the path testing functionality as a proper LLTool. | Todd Stinson | |
2012-03-19 | MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting ↵ | Dave Parks | |
against sculpt based crashers. | |||
2012-02-27 | EXP-1832 WIP Viewer Size not persistent across logins | Richard Linden | |
fixed not unmaximizing properly on Windows put in error logging on Mac | |||
2012-02-27 | EXP-1305 FIXED Prevent avatar from walking after double-clicking the title bar. | Vadim ProductEngine | |
2012-02-23 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
made Set Window Size correctly set interior window rect, preserving measured dimensions | |||
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-11 | MAINT-516 Potential fix for crash on startup in LLWindowWin32::switchContext | Dave Parks | |
2012-02-16 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
Save *window* width and height, not client area | |||
2012-02-13 | EXP-1832 FIXED Viewer Size not persistent across logins. | Vadim ProductEngine | |
Symptoms: Viewer window shrank by a few pixels on each startup. Reason: We used client rect (which did not include the window border) to create the viewer window. Solution: Convert client rect into window rect, i.e. expand it by the border size. | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates fixed build moved conversion funcs to llwindow.cpp as they work on all platforms refactored translateintorect to take overlap as parameter | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates changed over to new convert() method added LLCoordFloater | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates refactored LLCoord code to be templated, ultimately to support arbitrary conversions | |||
2012-01-27 | EXP-1765 POSSIBLE_FIX crash on startup at LLWindowWin32::switchContext(...) | callum | |
2012-01-13 | EXP-1775 : cleanup a bit PeekMessage() usage, avoid eating one event when ↵ | merov | |
reaching MAX_MESSAGE_PER_UPDATE. | |||
2012-01-10 | EXP-1765 (Add debug info) crash on startup at LLWindowWin32::switchContext() | callum | |
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-05 | STORM-1713: Mouse pointer flickers when hovering over any active/clickable ↵ | Ansariel | |
UI item | |||
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-11 | EXP-1527 FIX Debug values for windowwidth and windowheight can be set below ↵ | callum | |
minimum required values and EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size | |||
2011-11-08 | merge changes for vmrg-182 | Oz Linden | |
2011-11-03 | SH-2240 Fix for core profile assertions when Debug GL enabled. | Dave Parks | |
2011-10-31 | EXP-1486 FIX -- Minimum window size on windows | Leslie Linden | |
Reviewed by Callum. | |||
2011-10-31 | SH-2240 Fix for heap corruption under debugger when starting viewer with ↵ | Dave Parks | |
basic shaders disabled. | |||
2011-10-31 | merge | Brad Payne (Vir Linden) | |
2011-10-24 | some debug code for SH-2391: [crashhunters] pre-login crash at ↵ | Xiaohong Bao | |
LLViewerWindow::LLViewerWindow | |||
2011-10-05 | SH-2031 Fix for stall in image update -- don't use the CPU to convert a ↵ | Dave Parks | |
height map into a normal map -- use the GPU instead via a shader. Also, WTF glFinish? | |||
2011-09-26 | merge | Dave Parks | |
2011-09-22 | SH-2244 Fix "RenderGLCoreProfile" actually make a core profile context and ↵ | Dave Parks | |
modify viewer to run under said context without generating errors. | |||
2011-09-20 | SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to ↵ | Dave Parks | |
start with a non-compatibility-profile OpenGL context. | |||
2011-08-22 | merge | Brad Payne (Vir Linden) | |
2011-08-03 | fix for SH-2177: Second Life Crashes On Startup in Advanced Mode -- I have ↵ | Xiaohong Bao | |
reinstalled SL, Clear Caches -- Nothing Works | |||
2011-05-17 | merging up latest mesh-development to nyx-mesh-development | Nyx (Neal Orman) | |
2011-04-09 | fix dos line endings | Oz Linden | |
2011-04-06 | FIX VWR-25444: properly initialize DEVMODE structure to prevent crash. | Andrew A. de Laix | |
2011-01-13 | glFlush != glFinish. doh. | Nyx (Neal Orman) | |
2011-01-07 | testing: adding glFlush() each frame for performance testing | Nyx (Neal Orman) | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-04-30 | additional fix for EXT-4858 Normal "Detecting Hardware..." not showing ↵ | Yuri Chebotarev | |
correctly in non-English languages with Viewer 2.0 reviewed Mike Antipov EXT-4858 "Detecting Hardware..." not showing correctly in non-English languages with Viewer 2.0 --HG-- branch : product-engine | |||
2010-04-27 | fix EXT-4858 "Detecting Hardware..." not showing correctly in non-English ↵ | Yuri Chebotarev | |
languages with Viewer 2.0 reviewed Vadim Savchuk https://codereview.productengine.com/secondlife/r/317/ --HG-- branch : product-engine |