Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | merge | Steve Bennetts | |
2009-11-23 | Added some threading debugging code. Should catch any recursive mutex locks ↵ | Steve Bennetts | |
in non Release builds. | |||
2009-11-20 | merge | James Cook | |
2009-11-20 | Merging heads, hmm. | Tofu Linden | |
2009-11-20 | EXT-2618 Added code to determine if the viewer is running 'compatibility mode' | Mark Palange (Mani) | |
OS version string reports compatibility mode and real os version number, if accessible. reviewed by Richard | |||
2009-11-20 | merge | James Cook | |
2009-11-19 | EXT-2094 Add click-to-zoom as a one-click settable option for objects | angela | |
2009-11-19 | branch merge | angela | |
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-18 | Merge from product-engine | Steve Bennetts | |
2009-11-18 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-18 | Allow USE_GOOGLE_PERFTOOLS to be set to on. For memory manager | Palmer | |
Reviewed by Bao | |||
2009-11-18 | Fixed major bug EXT-2532-IM timestamp is when message is viewed, not when it ↵ | Eugene Kondrashev | |
was sent and received. Time str from the arriving message used now instead of constructing it dynamicly. --HG-- branch : product-engine | |||
2009-11-18 | EXT-2094 | angela | |
2009-11-17 | Merge of viewer2 into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-16 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-14 | merge | Steve Bennetts | |
2009-11-13 | Mutex lock fix for texture cache. | Steve Bennetts | |
Also a fix for texture purging when reducing the cache size. | |||
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. |