Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | MAINT-5186 FIXED (Avatar textures do not load in the Appearance editor after ↵ | vyacheslavsproductengine | |
disabling an Alpha mask) | |||
2015-03-05 | SL-103 WIP - viewer enforces wearable limits based on total articles of ↵ | Brad Payne (Vir Linden) | |
clothing rather than per-type limit. Limit is artificially low for testing, will bump before release. | |||
2014-06-18 | Merge downstream code | simon | |
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-03-21 | MAINT-3842 FIXED Using "Close Window" (Ctrl + W) shortcut while in ↵ | andreylproductengine | |
Appearance mode doesn't visually revert any changes... | |||
2014-03-20 | MAINT-1190 FIXED Update visual param list when changing sex. | Mnikolenko ProductEngine | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-09-26 | SH-3455 WIP | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-08-14 | SH-4422 FIX - fixed some recently introduced issues with link description ↵ | Brad Payne (Vir Linden) | |
fields, which among other things reduces the number of appearance requests sent. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | Refactoring link creation calls in preparation for adding AIS v3 hook. | Don Kjer | |
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-19 | SH-3889 WIP - added callbacks to control ordering of operations after ↵ | Brad Payne (Vir Linden) | |
wearable save. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-04-24 | SH-4128 WIP - misc cleanup | Brad Payne (Vir Linden) | |
2013-04-24 | SH-4128 WIP - cleanup around item link removal and callbacks | Brad Payne (Vir Linden) | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | merge | prep | |
2013-03-04 | Removed deprecated calls to incrementCofVersion | prep | |
2013-02-27 | Automated merge with https://bitbucket.org/lindenlab/sunshine-internal | Richard Linden | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-16 | SH-3645 WIP - preserve item order after wearable save as | Brad Payne (Vir Linden) | |
2013-01-15 | SH-3339 WIP, SH-3645 WIP - added getActualDescription to obviate an ↵ | Brad Payne (Vir Linden) | |
obnoxious and widely-used workaround, re-create COF link after wearable edit to force COF version bump | |||
2013-01-09 | SH-3620: Fix for editing a nocopy wearable being removed from the outfit | prep | |
2012-12-13 | Merged SH-3339 work with sunshine-internal. Still a WIP. | Logan Dethrow | |
2012-12-13 | WIP SH-3339. Commit to merge from trunk to get build fixes, etc. | Logan Dethrow | |
2012-12-13 | Fix for SH-3591. | prep@lindenlab.com | |
2012-12-12 | Fixes for SH-3591 & SH-3620 | prep | |
2012-12-04 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-19 | Removed a few unnecessary include lines. | Logan Dethrow | |
2012-11-19 | Moved implementation of incrementCofVersion to llappearancemgr.cpp. Changed ↵ | Logan Dethrow | |
retry logic to use the more robust mRetryPolicy instead of my own previous implementation. | |||
2012-11-19 | WIP SH-3339 Only try to increment the cof version if in a server bake region. | Logan Dethrow | |
2012-11-16 | WIP First buildable code after adding support for SH-3339. | Logan Dethrow | |
2012-11-15 | WIP Working on adding http request to increment the COF version when a ↵ | Logan Dethrow | |
change is made to an item in an agent's current outfit folder. SH-3339 | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-10 | MAINT-826 FIXED Show the first subpart by default | maxim_productengine | |
2012-09-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
2012-09-03 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
2012-09-03 | Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |