| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-14 | BUILDFIX: WIN fixing up windows building issues | Nyx (Neal Orman) | |
| Cleaned up a couple of things that the windows compiler was warning about, with our inheritance structure | |||
| 2012-09-14 | Removed appearance utility from viewer source. Added appearance utility ↵ | Don Kjer | |
| autobuild package. | |||
| 2012-09-13 | Fix for merge build error. Attempt to cleanup cmake warnings regarding ↵ | Don Kjer | |
| incorrect target_link_libraries | |||
| 2012-09-13 | Another merge of sunshine -> sunshine-experimental | Don Kjer | |
| 2012-09-13 | Merge sunshine -> sunshine-experimental | Don Kjer | |
| 2012-09-13 | more dump capabilities for visual params and textures in avatar and ↵ | Brad Payne (Vir Linden) | |
| appearance messages | |||
| 2012-09-13 | MAINT-1561: BUGFIX Another target omega fix for an issue detected with a ↵ | William Todd Stinson | |
| clock pendulum. | |||
| 2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
| Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
| 2012-09-13 | Instantiated bare-bones LLBakingAvatar concrete class (derived from ↵ | Don Kjer | |
| LLAvatarAppearance). Moved some LLCharacter funcionality from LLVOAvatar to LLAvatarAppearance. | |||
| 2012-09-13 | Moved most of the appearance utility application level logic into ↵ | Don Kjer | |
| LLAppAppearanceUtility. Added LLBakingProcess class for adding new process modes. Create a couple concrete classes for llappearance base classes. | |||
| 2012-09-12 | MAINT-1456,MAINT-1519,PATH-879: BUGFIX Correcting behavior for objects moved ↵ | William Todd Stinson | |
| by scripts so that the drawable is properly updated with the updated location. | |||
| 2012-09-12 | SH-3347 create demo of back end texture baking service | Nyx Linden | |
| First link of the back-end service with some LLAppearance code. | |||
| 2012-09-12 | Fixing merge conflicts related to restoring DRTVWR-167 changes | Brad Payne (Vir Linden) | |
| 2012-09-12 | initial attempt to restore changes that make removing tcmalloc possible; not ↵ | Oz Linden | |
| tested | |||
| 2012-09-11 | Dump XML tweaks, suppress wearable updates when bakes should dominate | Brad Payne (Vir Linden) | |
| 2012-09-11 | Resync steam/xui/*/strings.xml with default/xui/*/strings.xml. | Nat Goodspeed | |
| The steam/xui/*/strings.xml files are intended only to override a single string (create_account_url). But until the strings.xml C++ code supports fallback to the default skin, we must manually keep them synchronized except for that one string. | |||
| 2012-09-11 | SH-3264 Moved over a few more items to llappearance | Nyx (Neal Orman) | |
| moved over: isWearingWearableType wearable::writeToAvatar wearable::mTEMap (stores LocalTextureObject*) more from wearable::import/export wearable::createVisualParams, etc | |||
| 2012-09-11 | merge changes for DRTVWR-213 | Oz Linden | |
| 2012-09-10 | Fixed line endings from DOS to UNIX. | Baker Linden | |
| 2012-09-10 | dumpArchetypeXML tweaks, appearance debugging | Brad Payne (Vir Linden) | |
| 2012-09-10 | FIX INTL-104 Translation of Set34 in 8 languages, including Steam content | eli | |
| 2012-09-10 | FIX INTL-106 French linguistic fixes | eli | |
| 2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
| repository. | |||
| 2012-09-10 | merge | Brad Payne (Vir Linden) | |
| 2012-09-10 | more baked texture debugging under DebugAvatarCompositeBaked | Brad Payne (Vir Linden) | |
| 2012-09-09 | Fixed crashes on login. Moved most of the remaining character/skeleton ↵ | Don Kjer | |
| generation code into llappearance. Moved non-rendering related LLViewerJoint functionality into LLAvatarJoint. | |||
| 2012-09-08 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
| cmake and other files didn't get moved over, do it by hand. | |||
| 2012-09-08 | Automated merge | Don Kjer | |
| 2012-09-08 | Removed most llappearance -> llui dependencies (LLTrans remains). Moved ↵ | Don Kjer | |
| LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender. | |||
| 2012-09-07 | SH-3264 Porting over the XML loading of the avatar structure to llappearance | Nyx (Neal Orman) | |
| Moved over the necessary classes to llappearance to support the loading of the avatar's structure & params from file. | |||
| 2012-09-07 | enhanced XML archetype dumping, added to per-avatar menus | Brad Payne (Vir Linden) | |
| 2012-09-07 | DRTVWR-209 Additional merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
| Restore original deleteRequest/removeRequest implementation removing a small race. Remove a short-lived additional timeout scheme on requests which really isn't appropriate as originally implemented as we can have very long-lived requests on big regions. | |||
| 2012-09-07 | Automated merge with file:///Users/nat/linden/davep-viewer-development-rebased | Nat Goodspeed | |
| 2012-09-07 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
| This was yet another refresh from v-d because of significant changes to lltexturefetch that would not have been resolvable by casual application of any merge tool. There are still a few questions outstanding but this is the initial, optimistic merge. | |||
| 2012-09-07 | MAINT-1491 Fix for L&S never being enabled by default on XP/Linux/OS X | Dave Parks | |
| 2012-09-06 | Automated merge with file:///Users/nat/linden/davep-viewer-development-rebased | Nat Goodspeed | |
| 2012-09-06 | Do the proper fix this time... | Baker Linden | |
| 2012-09-06 | Added explicit casting for Linux build, hopefully making it work. | Baker Linden | |
| 2012-09-06 | DRTVWR-232: MAINT-1440: FIXED Call Tools.TakeCopy instead of ↵ | maxim_productengine | |
| InspectObject.TakeFreeCopy | |||
| 2012-09-06 | Merge | Don Kjer | |
| 2012-09-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
| llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
| 2012-09-05 | [MAINT-513] Large group management | Baker Linden | |
| - Reduced the timeout to 5 minutes, down from 10 minutes. - Provided output for GroupMemberResponder error - Removed commented calls to sendGroupMembersRequest - Reordered calls to sendCapGroupMembersRequest so it's called last | |||
| 2012-09-05 | merge | Brad Payne (Vir Linden) | |
| 2012-09-05 | Debug display for baked vs. composite status, via setting ↵ | Brad Payne (Vir Linden) | |
| DebugAvatarCompositeBaked | |||
| 2012-09-05 | SH-3264 Worked to move over mBakedTextureDatas from LLVOAvatar to ↵ | Nyx (Neal Orman) | |
| LLAvatarAppearance. Appear to have been able to move over the parts that are common to both the backend and the viewer into LLAvatarAppearance. | |||
| 2012-09-05 | Reapply f6ed57210865 to zh/notifications.xml: remove "FirstRun" link. | Nat Goodspeed | |
| Because create_account_url should vary between viewer languages and skins, we've made an effort to ensure that create_account_url is used everywhere, instead of directly embedding http://join.secondlife.com. Recent rev 6ee71714935f accidentally reinserted the link embedded in the "FirstRun" notification for language 'zh'. Delete it again. | |||
| 2012-09-05 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
| 2012-09-05 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
| 2012-09-05 | Merge viewer-development -> VirLinden/sunshine | Don Kjer | |
| 2012-09-04 | WIP INTL-46 Set25, Set26, Set27 translations for traditional chinese; add ↵ | eli | |
| new files | |||
