Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-12 | initial attempt to restore changes that make removing tcmalloc possible; not ↵ | Oz Linden | |
tested | |||
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
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 | 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-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-09-03 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-08-24 | merge | Brad Payne (Vir Linden) | |
2012-08-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-22 | CHUI-282 : WIP : Isolated llconversationview classes and suppressed the ↵ | Merov Linden | |
dependency of model to widgets | |||
2012-08-22 | merge changes for DRTVWR-202 | Oz Linden | |
2012-08-22 | pull back release hotfix and beta fixes | Oz Linden | |
2012-08-21 | SH-3261 SH-3324 WIP Starting extraction of wearable/appearance libraries | Nyx (Neal Orman) | |
First pass at cmake configs, and starting to try to move wearable class. Things are broken, checkpointing work to collaborate. | |||
2012-08-21 | storm-1906: correct cmake error when using precompiled llphysicsextensions_tpv | Oz Linden | |
2012-08-17 | Merged in from viewer-development. | Aura Linden | |
2012-08-20 | CHUI-295: Problem: The places panel implemention was incomplete and trying ↵ | Gilbert Gonzales | |
to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking. | |||
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-06 | CHUI-98 : Isolate LLConversationItem and LLConversationViewModel in their ↵ | Merov Linden | |
own file | |||
2012-08-03 | Merge of viewer-development (3.4.1). | Monty Brandenberg | |
2012-08-02 | Merge viewer-horde-fixes -> sunshine | Don Kjer | |
2012-07-30 | CHUI-217 FIX Items are not visible in Merchant Outbox | Richard Linden | |
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder | |||
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-27 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | Todd Stinson | |
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-27 | CHUI-151 FIXED (Implement conversation log) | Paul ProductEngine | |
A brief explanation of what have been implemented. More information can be found in comments. 1. Created conversation history viewer (llfloaterconversationpreview) 2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog) 3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively 4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList | |||
2012-07-26 | Merge viewer-development -> viewer-horde-fixes | Don Kjer | |
2012-07-25 | Fix to build with code signing option (patch from STORM-1900) | callum_linden | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-19 | SH-3280 Better init/shutdown functionality for llcorehttp by llappviewer | Monty Brandenberg | |
Isolate llcorehttp initialization into a utility class (LLAppCoreHttp) that provides glue between app and library (sets up policies, handles notifications). Introduce 'TextureFetchConcurrency' debug setting to provide some field control when absolutely necessary. | |||
2012-07-17 | Merge viewer-development -> viewer-horde-fixes | Don Kjer | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Added LLPipeline eventhost API. Added ForcePeriodicRenderingTime setting. | Don Kjer | |
2012-07-05 | partial changes for building with the llphysicsextensions source package | Oz Linden | |
2012-07-05 | successful build with llphysicsextensions stub | Oz Linden | |
2012-08-01 | Merge back viewer-lion, which has viewer-development and down-stream fixes | simon@Simon-PC.lindenlab.com | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-07-05 | begin integrating building of llphysicsextensions from source here (incomplete) | Oz Linden | |
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! | |||
2012-07-02 | Pull merge from richard/viewer-chui | Richard Linden | |
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
refactored source files, moving logic into llfolderviewmodel*.cpp filter logic tweaks purging and moving inventory now properly cleans up view model | |||
2012-07-02 | Merge 3.3.3 release with Drano HTTP library at 3.3.0 | Monty Brandenberg | |
Big delta was converting the new texture debugger support code to the new library. Viewer manifest should probably get an eyeball before release. | |||
2012-06-27 | merge changes for DRTVWR-167 | Oz Linden | |
2012-06-26 | Renaming the rebake navmesh panel class. | Todd Stinson | |
2012-06-26 | v-r to drano merge conflicts wip | Brad Payne (Vir Linden) | |
2012-06-26 | Some clean-up after checking the differences between the pathfinding branch ↵ | Todd Stinson | |
and viewer-release. |