Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-11 | merge | Brad Payne (Vir Linden) | |
2017-09-29 | SL-794 - use largest LOD for est tri count, instead of trusting that it's ↵ | Brad Payne (Vir Linden) | |
always the high LOD | |||
2017-09-22 | SL-794, SL-790 - viewer-side enforcement in UI for various animated object ↵ | Brad Payne (Vir Linden) | |
limits that are also enforced on the server. | |||
2017-09-13 | MAINT-7794 Wrap getCapability(..) calls to avoid crashes | Mnikolenko Productengine | |
2017-07-28 | MAINT-7632 Crash in LLMeshRepoThread::fetchMeshLOD() - added allocation check | AndreyL ProductEngine | |
2017-08-30 | MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows ↵ | andreykproductengine | |
folder. | |||
2017-05-22 | merge | Brad Payne (Vir Linden) | |
2017-04-03 | MAINT-7274 Placeholder text shouldn't be shown | andreykproductengine | |
2017-03-06 | SL-409 - build fix, removed unreferenced vars | Brad Payne (Vir Linden) | |
2017-03-06 | merge | Brad Payne (Vir Linden) | |
2017-03-06 | SL-409 - consolidated user of ViewerAsset cap for mesh and texture fetching ↵ | Brad Payne (Vir Linden) | |
as well. | |||
2017-01-24 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last. | |||
2017-01-17 | MAINT-6959 Ability to set custom folders for uploading items | andreykproductengine | |
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-09-15 | MAINT-6734 Fixed processData() crash in LLMeshHeaderHandler | andreykproductengine | |
2016-09-06 | SL-395 - can enable/disable scale lock in mesh upload UI. Feature works. | Brad Payne (Vir Linden) | |
2016-09-05 | MAINT-6697 make sure we have data to process | andreykproductengine | |
2016-08-11 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-08-01 | MAINT-6460 getMeshSize crash | andreykproductengine | |
2016-08-01 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-08-01 | Backed out changeset: c21a7e6d9796 | andreykproductengine | |
2016-07-26 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-07-25 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-07-14 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-07-18 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-07-14 | MAINT-6559 Fixed a constant in Mesh Streaming calculation | AndreyL ProductEngine | |
2016-07-12 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-06-15 | MAINT-6460 additional header check | andreykproductengine | |
2016-06-03 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-04-05 | Remove code duplication caused by merge with 4.0.3 | Ansariel | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-15 | MAINT-5732: Issue in texture_load example and some comments regarding ↵ | Rider Linden | |
NoOpDeletor | |||
2015-10-15 | MAINT-5732: Fixes for Mac build | rider | |
2015-10-14 | MAINT-5732: Change to the way event polling handles error conditions and ↵ | Rider Linden | |
cancel calls. Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr Started minor refactor in the materials manager into coroutines (unfinished) | |||
2018-04-25 | MAINT-8585 "Unknown token in inventory file" Log spam | andreykproductengine | |
2015-09-29 | DRTVWR-409: merge DRTVWR-368 | Rider Linden | |
2015-09-29 | merge changes for 3.8.4-release | Oz Linden | |
2015-09-23 | MAINT-5663: prevent crash in mesh handlers for very short sessions | Oz Linden | |
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | Rider Linden | |
2015-08-25 | Merge | Rider Linden | |
2015-07-23 | Remove unused code and llassetuploadresponders files. | Rider Linden | |
2015-07-08 | Change HttpOptions::ptr_t to be shared_ptr<> rather than intrusive. | Rider Linden | |
2015-07-08 | Convert LLCore::HttpHeaders to use shared_ptr<> rather than an ↵ | Rider Linden | |
intrusive_ptr<> for refrence counting. | |||
2015-01-22 | MAINT-4794 FIXED Present informative dialog if mesh upload fails due to ↵ | maksymsproductengine | |
specific reason | |||
2015-01-22 | MAINT-4794 FIXED Present informative dialog if mesh upload fails due to ↵ | maksymsproductengine | |
specific reason | |||
2014-11-11 | merge changes with 3.7.20-release | maksymsproductengine | |
2014-09-19 | Cleanup work. Use http constants for content-type and | Monty Brandenberg | |
accept headers in mesh and textures. For texture metrics reporting, use the AP_INVENTORY policy class which is non-pipelined and pointing (usually) in the right direction. Use a do-while(false) structure to manage common exit path code in onCompleted() methods. Identical to a 'goto' but might amuse the pedantic. Tuning on background fetch to have it cycle faster. This is experimental. I suspect with HTTP balancing in llcorehttp, we can do away with the timers here. | |||
2014-09-09 | Cleanup pass. Documentation. Get older llcorehttp-using | Monty Brandenberg | |
code to use utils for any LLSD interfaces. |