Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-28 | Fix build - exported globals must have LL_COMMON_API tag | James Cook | |
2009-11-28 | Migrated LLUUIDs and some float constants out of headers into .cpp files | James Cook | |
Moved some functions with llinfos into .cpp files Linker optimizations, all | |||
2009-11-28 | Move hard-coded image IDs to .cpp file to speed link time. | James Cook | |
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
2009-11-27 | fixed normal bug EXT-2738. 12-hour clock format should not have a leading zero | Paul Guslisty | |
--HG-- branch : product-engine | |||
2009-11-13 | Merging viewer2 changes into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | EXT-2482 : Newly created folders have wrong default type | Loren Shih | |
Removed AT_ROOT_CATEGORY and FT_ROOT_CATEGORY since those types are unused. Changed FT_CATEGORY to FT_ROOT_INVENTORY to make its purpose more clear. This change assumes that no agent inventories have category type 9 for either inventory type or folder preferred type. --HG-- branch : avatar-pipeline | |||
2009-11-13 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-12 | Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs | Nat Goodspeed | |
for all registered operations. (untested) Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for a given named operation, its query string and required parameters. (untested) Introduce LLEventDispatcher::add() convenience methods allowing you to omit description strings. Fix LLLoginInstance (which uses a non-LLEventAPI LLEventDispatcher) back to description-less add() calls. However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so that an LLEventAPI subclass *must* provide a description string. | |||
2009-11-12 | DEV-42747 - lltreeiterators_test.cpp broken on Windows | richard | |
reviewed by Nat | |||
2009-11-11 | Fix for DLL linkage error in new LLEventAPI class. | brad kittenbrink | |
2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed | |
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations. | |||
2009-11-11 | Rename private methods to avoid ambiguity with subclasses | Nat Goodspeed | |
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-10 | Added PluginAttachDebuggerToPlugins debug setting. | Monroe Linden | |
Added accessors to get platform-specific process ID from LLProcessLauncher. Added an optional "debug" argument to LLPluginClassMedia::init() and LLPluginProcessParent::init() (defaults to false). Mac only: made the state machine in LLPluginProcessParent::idle() open a new window in Terminal.app with a gdb session attached to the plugin process upon successful launch. | |||
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-10 | Enhance LLInstanceTracker variants to be more uniform. | Nat Goodspeed | |
For both the (so far unused) generic KEY form and the KEY = T* form, provide key_iter, beginKeys(), endKeys(). Change instance_iter so that when dereferenced, it gives you a T& rather than a T*, to be more harmonious with a typical STL container. (You parameterize LLInstanceTracker with T, not with T*.) Fix existing usage in llfasttimer.cpp and lltimer.cpp to agree. For the KEY = T* specialization, add T* getInstance(T*) so client isn't forced to know which variant was used. Add unit tests for uniformity of public operations on both variants. | |||
2009-11-10 | Remove dangling LLEVENTS_LISTENER_ARITY control | Nat Goodspeed | |
2009-11-09 | Merging DEV-41724/DEV-41725 3rd party lib staging work with viewer-2-0. | brad kittenbrink | |
2009-11-06 | Adding new option definition - forgot. | CG Linden | |
2009-11-06 | DEV-42272 - viewer crash on startup in LLCurlRequest::process | Steve Bennetts | |
2009-11-06 | Automated merge with http://hg.lindenlab.com/viewer/viewer-2-0 | Mark Palange (Mani) | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-05 | Removed search_dirs and dst_path arguments from ll_deploy_sharedlibs_command() | palange | |
Fixed mac breakage. | |||
2009-11-05 | Merge of my DEV-41724/DEV-41725 work with viewer-2-0 | brad kittenbrink | |
normalizing shared library staging on all 3 platforms. Test executables should now run in the debugger. | |||
2009-11-04 | Wrap-up work for DEV-41724/DEV-41725 - normalizing shared library staging on ↵ | brad kittenbrink | |
all 3 platforms. Should now work out of the box on all 3 platforms and in the debugger. | |||
2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-03 | For QAR-2014 : Sandbox for testing FolderTypes [VIEWER] | Loren Shih | |
svn merge -r136068:136089 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/folder-types__merge__viewer2.0.0-3-r135948 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 Infrastructure changes for cleaning up Asset/Folder types. Associated sim changes are only so that the sim still compiles. | |||
2009-11-02 | Merging my DEV-41722 work with viewer-2-0 | brad kittenbrink | |
2009-11-02 | Fix unclear function names around Pacific versus "SLT" time in string ↵ | James Cook | |
operations. Reviewed with Brad. | |||
2009-10-30 | EXT-1565 Menu bar clock now shows Pacific (PDT/PST) time, as does any other | James Cook | |
UI widget that references "slt" in the XML. | |||
2009-10-26 | Beginning work for DEV-41722 normalizing shared lib staging on all 3 ↵ | brad kittenbrink | |
platforms. Renamed CopyWinLibs.cmake to Copy3rdPartyLibs.cmake. | |||
2009-10-21 | Workaround for DEV-35406 lleventhost crash on shutdown. | brad kittenbrink | |
The fix deletes all LLEventPumps boost::signal objects prior to unloading any dlls. reviewed by Nat. | |||
2009-10-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-10-20 | Don't include linden_common.h in lldate.h, or any other .h files. | Nat Goodspeed | |
Migrate to the .cpp files where it's needed. | |||
2009-10-19 | merge | Steve Bennetts | |
2009-10-19 | removed unused static string arrays that were bloating our builds | Richard Nelson | |
reviewed by Leyla | |||
2009-10-19 | merge | Steve Bennetts | |
2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |
2009-10-16 | svn merge -r134817:136516 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-multiattachments-3 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 For DEV-32867 : Avatar Pipeline Project - Multi-Attachments This is a viewer-side-only, infrastructure-only merge for multi-attachments. This should not lead to any new functionality; it simply provides backwards compatibility for when multi-attachments are enabled in viewer2.1, so that viewer2.0 users can see viewer2.1 avatars correctly. Reviewed by: Vir. | |||
2009-10-16 | Merge of latest avatar pipeline working branch into viewer2.0 branch. | Eric Tulla | |
Result of: (NO CONFLICTS) svn merge -r 135985:136503 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-11 . | |||
2009-10-16 | DEV-41408 convert lldependencies tut test to llcommon integration test. | Adam Moss | |
2009-10-16 | DEV-41080 more automated testing love - minor comment fixing. | Adam Moss | |
2009-10-16 | DEV-41403 convert reflection tut test to llcommon integration test. | Adam Moss | |
2009-10-16 | DEV-41402 convert stringize tut test to llcommon integration test. | Adam Moss | |
2009-10-16 | svn revert -r136312 llinstancetracker.h - reverted changed to instance ↵ | Richard Nelson | |
tracker that won't work with llcommon.dll | |||
2009-10-15 | Merge up to latest viewer/viewer-2-0 | Nat Goodspeed | |