Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | Watter settings active and start of new joystick button type. | Rider Linden | |
2017-09-27 | No longer 'goth windlight only', sky parameters passed from settings object. | Rider Linden | |
2017-03-06 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-12-27 | MAINT-3027 remove CameraAspectRatio from Debug Settings | Mnikolenko Productengine | |
2016-12-20 | DRTVWR-418: Rationalize LLPipeline API. | Nat Goodspeed | |
Someone evidently figured every static LLPipeline method should have at least one void* parameter. There were methods requiring void* parameters that were completely ignored. More to the point, there were methods whose callers have a U32 in hand -- and which want to use a U32 -- but which bizarrely forced callers to cast to void* just so the method could cast back to U32. In a 64-bit compile, this isn't merely pointless, it's erroneous. Change all such methods to accept U32; remove (void*) casts from call sites. While at it, fix LLPipeline API to use bool, true, false rather than their obsolete all-caps predecessors. Once you eat that first potato chip... :-P | |||
2016-12-15 | Backed out changeset: b1a30962dd54 | AndreyL ProductEngine | |
2016-12-15 | Backed out changeset: f73be0eb9d00 | AndreyL ProductEngine | |
2016-12-15 | Backed out changeset: ebe10b4b1197 | AndreyL ProductEngine | |
2016-12-12 | MAINT-6125 - Mesh avatar deforms constantly | ruslantproductengine | |
MAINT-6910 - [MAINT-RC] Some mesh turns invisible when camera is moved on the Maint-RC viewer only - caused by fix for MAINT-6125. Commulative fix. Fixed for booth ticket's in indra/newview/llvovolume.cpp Remained fixed, it's a small code improvements which is not related to MAINT-6125, MAINT-6910 | |||
2016-11-16 | MAINT-6872 Account for CTRL+0 zoom when mesh LOD is calculated | Mnikolenko Productengine | |
2016-11-14 | Merged in lindenlab/viewer-cleanup | AndreyL ProductEngine | |
2016-11-09 | MAINT-6917 Setting one avatar to "Do not render" causes all avatars to ↵ | Mnikolenko Productengine | |
become imposters | |||
2016-08-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2016-03-02 | MAINT-5700 [QuickGraphics-RC] Blocked avatars should always be derendered | ruslantproductengine | |
2016-02-24 | MAINT-5893 Issue with muted agent's attached lighting still rendering. | Mnikolenko ProductEngine | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2015-11-24 | MAINT-5893 FIXED Issue with muted agent's attached lighting still rendering. | Mnikolenko ProductEngine | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-27 | MAINT-5685 FIXED light still renders when complexity threshold is reached | Mnikolenko ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | Rider Linden | |
2015-09-11 | MAINT-5622: correct rendering of explicitly derendered and blocked avatars | Oz Linden | |
2015-09-04 | MAINT-5416 FIXED Cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
--HG-- branch : maint-5416 | |||
2015-07-23 | MAINT-5416 Reverted changeset: 9bd24c17d908 | AndreyL ProductEngine | |
2015-07-17 | MAINT-5416 FIXED cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
2015-06-30 | Fix impostors. | Drake Arconis | |
2015-05-21 | log macro typo | Oz Linden | |
2015-05-20 | correct logging to avoid linux compiler finikieness | Oz Linden | |
2015-05-20 | MAINT-5232: Introduce SUBSYSTEM_CLEANUP() macro | Nat Goodspeed | |
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it. | |||
2015-05-15 | additional debugging code for the problem with rendering too-complex avatars | Oz Linden | |
2015-04-17 | reorganize visual muting, impostors, and complexity criteria [does not ↵ | Oz Linden | |
render correctly yet] | |||
2015-02-20 | Clean up impostors and visual muting | Oz Linden | |
Rename the settings that control them to be more descriptive Remove the separate boolean setting (RenderUseImpostors) that governed both Establish default values based on gpu class for impostors and visual muting | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-21 | Merge downstream code | simon | |
2014-03-26 | Pull in downstream -bear, viewer-release and become version 3.7.5 | simon | |
2014-04-16 | Backed out changeset: d0dfe3cda5b1 | Dave Parks | |
2014-03-20 | MAINT-3827 FIXED crash in KDU texture decoding, likely out of memory | maksymsproductengine | |
2014-03-17 | Restore use of RenderSpecularExponent | Oz Linden | |
2014-03-05 | balance the Object cache trees to delete empty nodes to save memory. | Xiaohong Bao | |
2014-02-13 | MAINT-2876 Fix for freeze when editing certain rigged meshes at high altitude. | Dave Parks | |
2014-01-09 | fix for SH-4659:crash at LLOcclusionCullingGroup::doOcclusion line 1150 | Xiaohong Bao | |