Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-24 | MAINT-4009: Correcting a pointer deletion that should have correctly been an ↵ | Stinson Linden | |
array deletion. | |||
2014-04-22 | merge changes for STORM-2023 | Oz Linden | |
2014-04-18 | Remove calls to now unused methods | Cinder Biscuits | |
2014-04-18 | STORM-2023: Restore system color picker on OSX | Cinder Biscuits | |
2014-04-14 | OPEN-215: Replace deprecated call to kCGLRPTextureMemory with ↵ | Cinder Biscuits | |
kCGLRPTextureMemoryMegabytes | |||
2014-04-08 | MAINT-3907 FIXED Handle pressing of Alt/Shift/Control keys without any other ↵ | Mnikolenko ProductEngine | |
key being pressed simultaneously. | |||
2014-03-13 | OPEN-209: Corrected all instances of trigraphs in the code. | Ricky Curtice | |
Trigraphs can cause some real special headaches. The only part that's annoying is the comment in newview/llimview.cpp where there's an unfortunate collision of a trigraph sequence with a character sequence that could be displayed by the viewer. Thankfully, it's only a comment! | |||
2014-03-12 | merge with release | Richard Linden | |
2014-03-11 | Automated merge with https://bitbucket.org/lindenlab/viewer-lion | Dave Parks | |
2014-03-11 | MAINT-3786 FIXED When bringing focus back to the viewer with a single click | andreylproductengine | |
in world view, a double click teleport to clicked point happens under certain circumstances | |||
2014-02-27 | Automated merge with https://bitbucket.org/lindenlab/viewer-lion | Dave Parks | |
2014-02-27 | MAINT-2980 Rename "Texture Memory" to "Video Memory" in hardware floater and ↵ | Dave Parks | |
increase limit. Limit should be however much vram is installed, but underneath the hood, fudge how much memory is used for textures to avoid swapping. Also, catch exceptions when attempting to build a GL context on windows and display an error dialog instead of crashing. | |||
2014-02-12 | merge with release | Richard Linden | |
2014-02-10 | Merge downstream code with viewer-release | simon | |
2014-02-18 | Pull in viewer-lion to lock down next release | simon | |
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2013-12-17 | Mac Fullscreen fix for MAINT-3288 and MAINT-3135 | Aura Linden | |
2013-12-03 | MAINT-3506 FIXED Allocate appropriate amount of memory for temp variable. | Mnikolenko ProductEngine | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-11 | merge changes for 3.6.10-release | Oz Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-11-05 | Shot in the dark patch for MAINT-3353 backported from viewer-tiger | Aura Linden | |
2013-10-29 | BUG-3968: do not wear an object when renaming in inventory | Tonya Souther | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-03 | merge changes for 3.6.7-release | Oz Linden | |
2013-09-26 | MAINT-3155 add cocoa equiv for former AppleEventManager shenanigans for ↵ | Graham Madarasz (Graham Linden) | |
SLURL handling | |||
2013-09-19 | Merge with bitbucket.org/msavchenko/viewer-release-maint-3132 | maksymsproductengine | |
2013-09-17 | MAINT-3161 : Clean up avatar muting code and prototype feature | simon | |
2013-09-12 | MAINT-3135 WIP partial fix, addresses graphics corruption on resize, but not ↵ | Graham Madarasz (Graham Linden) | |
mouse mapping issues | |||
2013-09-12 | merge changes for open-189 | Oz Linden | |
2013-09-11 | OPEN-189 Add missing header guard | Drake Arconis | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-09 | Merge viewer-release | simon | |
2013-09-09 | merge changes for 3.6.5-release | Oz Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-27 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-08-26 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-05 | correct coding standards problems | Oz Linden | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-30 | MAINT-2939 FIXED [CHUI] On Windows machine location address bar in viewer ↵ | maksymsproductengine | |
goes blank if location is selected and a menu item is seleted | |||
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-07-23 | Fix for BUG-3364 | Geenz | |
2013-07-11 | Rework the command+click functionality a bit to ensure we're not mistakenly ↵ | Geenz | |
simulating a right click where we shouldn't. | |||
2013-07-11 | A bit of cleanup and make the return of showAlert match the OSBTN return ↵ | Geenz | |
types in llwindow.h. | |||
2013-07-11 | Alert box support! | Geenz | |