Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-31 | EXP-1486 FIX -- Minimum window size on windows | Leslie Linden | |
Reviewed by Callum. | |||
2011-10-31 | EXP-1487 FIX -- Minimum window size on mac | Leslie Linden | |
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-14 | merge | Dave Parks | |
2011-10-12 | NEVER use glFinish outside shutdownGL | Dave Parks | |
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-26 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
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-09-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-08-25 | CHOP-763: Move llwindowlistener.{h,cpp} from llwindow to newview. | Nat Goodspeed | |
Instantiate LLWindowListener on LLViewerWindow instead of on LLWindow. This permits LLWindowListener to use machinery from llui, e.g. LLUI::resolvePath(). Document planned new ["path"], ["reply"] params to "keyDown", "keyUp", "mouseDown", "mouseUp", "mouseMove" operations; document relationship between ["path"] and ["x"] and ["y"]. NEW PARAMS NOT YET IMPLEMENTED. | |||
2011-08-22 | merge | Brad Payne (Vir Linden) | |
2011-08-19 | merging in latest mesh-development | Nyx (Neal Orman) | |
2011-08-19 | merge changes for storm-1564 | Oz Linden | |
2011-08-17 | add proper license headers to files that did not have them | Oz 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-08-03 | CHOP-763: Remove redundant KEY string names from llwindowlistener.cpp. | Nat Goodspeed | |
A couple of the lookup tables in llwindowlistener.cpp essentially duplicated LLKeyboard::keyFromString() and maskFromString(). Remove those tables and use LLKeyboard lookup methods instead. | |||
2011-07-26 | merge with latest mesh-dev | Nyx (Neal Orman) | |
2011-05-17 | Merge with viewer-development (mesh) | Don Kjer | |
2011-05-17 | Merge with viewer-development | Don Kjer | |
2011-05-17 | merging up latest mesh-development to nyx-mesh-development | Nyx (Neal Orman) | |
2011-05-12 | merge | Dave Parks | |
2011-05-10 | SH-1521 FIX -- Lighting and Shadows grayed out on mac | Leslie Linden | |
* Modified mac feature table to bring it up to date with latest renderer features including deferred rendering * Changed mac AGL pixel format to no longer allow it to revert to software rendering when shader compilation errors occur. * Fixed up various GLSL shader compilation warnings and errors that came up as a result of the above changes. * Changed initial conditions for the "hardware skinning" checkbox on the preferences floater so it can be modified before login on machines that support avatar vertex programs. * Removed unused avatarAlphaF.glsl files Reviewed by davep | |||
2011-05-02 | Automated merge with ↵ | Richard Linden | |
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.t3awyz\ssh__richard@hg.lindenlab.com_richard_viewer-experience-merge_2xcevh.hg | |||
2011-04-25 | EXP-637 FIX -- As a new user, I would like Second Life to start up with a ↵ | Leslie Linden | |
maximized window to fully immerse myself in the experience Mac viewer now properly supports the calls to maximize and unmaximize the screen. Reviewed by Callum | |||
2011-04-14 | Merge with viewer-development | Don Kjer | |
2011-04-09 | fix dos line endings | Oz Linden | |
2011-04-06 | pull pack late beta fixes from 2.6.3 | Oz Linden | |
2011-04-06 | FIX VWR-25444: properly initialize DEVMODE structure to prevent crash. | Andrew A. de Laix | |
2011-04-05 | merge changes for STORM-1051 | Oz Linden | |
2011-04-01 | Merge with viewer-development | Don Kjer | |
2011-03-23 | Merge with https://hg.lindenlab.com/nat/viewer-eventapi2 | Don Kjer | |
2011-03-21 | STORM-1051: merge daggy fix to tip | Nat Goodspeed | |
2011-03-21 | STORM-1051: Fixup to LLWindowListener per code review. | Nat Goodspeed | |
Bug: capturing a const ref to value returned by LLSD::asString() not so good. Bug: LLWindowListener::keyUp() was calling handleTranslatedKeyDown(). In keyDown and keyUp, support keysym lookup (e.g. "TAB") as well as integer keycode. In keyDown, keyUp, mouseDown, mouseUp and mouseMove, support modifier mask by accepting an array of "CONTROL", "SHIFT" etc. strings. State in operation doc strings valid values for button, keycode, keysym, mask. The LLWindowListener(... LLKeyboard*) constructor param gKeyboard is always NULL at the time LLWindowListener is constructed. Eliminate tests and global references to gKeyboard by replacing with a more Feathers-style LLKeyboard* getter function. | |||
2011-03-09 | Fix to LLWindow listener keyUp event. Fix to headless client scanKeyboard, ↵ | Don Kjer | |
allowing input from eventhost | |||
2011-02-23 | Added headless client keyboard | Don Kjer | |
2011-02-17 | Added an EventAPI listener to LLWindow for hooking into key and mouse inputs. | brad kittenbrink | |
2011-01-31 | find latest DirectX dirs. | Alain Linden | |
2011-01-13 | glFlush != glFinish. doh. | Nyx (Neal Orman) | |
2011-01-07 | testing: adding glFlush() each frame for performance testing | Nyx (Neal Orman) | |
2010-12-15 | VWR-24254: Add support for using ld.gold on linux. | Aleric Inglewood | |
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). VWR-24254: Don't link with fontconfig on non-linux. While we already added fontconfig in the above patch, that code turned out to also be used by Windows and Darwin (contrary to the comments in the code). After looking at the history of commits and a discussion on IRC it was decided that the original coder (Kyle Ambroff <ambroff@lindenlab.com>) really meant (LINUX AND VIEWER) instead of (NOT LINUX OR VIEWER). | |||
2010-09-30 | custom skylight key bindings | Richard Linden | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |