Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-19 | EXT-591 Create an Object (Build tool) will crash viewer | Steven Bennetts | |
EXT-599 Time of the sent messages is '00-00' in the Group chat EXT-598 Acquired/created date for all landmarks is 01/01/1970 | |||
2009-08-18 | svn merge -r130469:130817 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-6 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 This merges in all appearance side panel bug fixes. | |||
2009-08-17 | Significant optimization to LLUIString. | Steven Bennetts | |
2009-08-13 | Merged latest viewer-2.0.0-3 change up through svn r130333 into login-api. | brad kittenbrink | |
2009-08-12 | svn merge -r129617:130277 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-5 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 For DEV-34223 : AVP Current Outfit Folder For DEV-37485 : AVP Appearance Side Panel For DEV-35335 : AVP Automatic Folder Classification This merges the Appearance Side Panel / Ensemble Typing / Current Outfit Folder work for the AVP team. | |||
2009-08-06 | Add on-demand allocation of LLSingletonRegistry::sSingletonMap so we don't ↵ | brad kittenbrink | |
rely on static initialization order. reviewed by nat. | |||
2009-08-06 | Fix for lllogin_tests crash on shutdown. | brad kittenbrink | |
RegisterFlush destructor was dereferencing a dangling reference to the mainloop EventPump which had already been destructed. | |||
2009-08-05 | Merged in my DEV-35401 "doubleton" fix. | brad kittenbrink | |
2009-08-05 | Attemt at fixing "doubleton" problems across shared lib boundaries. ↵ | brad kittenbrink | |
Singletons now keep their SingletonInstaceData in a big global map in the llcommon module. | |||
2009-08-04 | Merged in latest viewer-2.0.0-3 up through svn r129410. LLFloaterTOS needs ↵ | brad kittenbrink | |
some post-merge cleanup. | |||
2009-08-04 | Merged my big mondo merge and boost package changes with nat's DEV-34837 work. | brad kittenbrink | |
2009-08-04 | DEV-34837: Allow Mac SL executable to find libllcommon.dylib in app bundle's | Nat Goodspeed | |
Resources subdir without requiring user to explicitly set DYLD_LIBRARY_PATH. Engage the SHARED_LIB_STAGING_DIR mechanism for Mac as well as Windows and Linux so unit-test executables, too, can find libllcommon.dylib. Perform the POST_BUILD copy of libllcommon.dylib to SHARED_LIB_STAGING_DIR everywhere but Windows -- but make it conditional on SHARED_LIB_STAGING_DIR. | |||
2009-08-04 | svn merge -r 128442:129343 ↵ | Richard Nelson | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-18 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
2009-08-03 | Merged Nat and Palmers latest build fixes with the big ↵ | brad kittenbrink | |
viewer-2.0.0-3/login-api merge work (changeset 486d51877332) | |||
2009-07-31 | Fix for DEV-35401 that makes the copy linux only and doesn't hurt mac build | Palmer Truelson | |
To be reviewed by Mani | |||
2009-07-30 | Merged in viewer-2.0.0-3 changes up through r129050. Boost got clobbered so ↵ | brad kittenbrink | |
I'll need to rebuild that, plus a couple other minor clenaups. | |||
2009-07-30 | Fixes to build on linux for DEV-35401. | palmer@eniac54.lindenlab.com | |
Moves libllcommon.so to a staging dir for unit tests to work and gets rid of LL_COMMON_API in forward declarations | |||
2009-07-30 | Bump trunk version to 1.31 | Christian Goetze | |
2009-07-28 | DEV-35399 - Making the server build llcommon.dll compatible. | Mark Palange (Mani) | |
Now using RunBuildTest.cmake to run tut and lscript_lsl tests, inorder to set path to llcommon.dll Exported a few llcommon apis needed by server components/tests. | |||
2009-07-24 | For QAR-1710 : Server merge for QAR-1594 QAR-1643 QAR-1644 - "AVP Changes [SIM]" | Loren Shih | |
svn merge -r 128022:128028 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/server__merge__trunk-r127980 to svn+ssh://svn.lindenlab.com/svn/linden/trunk This is the server-side merge for inventory links, folder links&types, and landmark&callingcard permissions. | |||
2009-07-23 | svn merge -r 127683:128178 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/folder-links__merge__viewer-2.0.0.3-r127634 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 For DEV-36425 : Viewer merge for Folder Links and Types [VIEWER] Test plans - EXTERNAL * [ Test against a 1.30 server ] * Test various inventory operations -- move, copy, paste-as-link, etc. on both folders and inventory items. * Test ability to change user-created folder types. Test inventory operations on these folder types. Test plans - INTERNAL * Test against any inventory smoke tests. * See test plan in QAR-1643 for full FolderLinks&Types test plan. | |||
2009-07-22 | Merge of Parcel API V1 to trunk for 1.30 release. Hallelujah! | Monty Brandenberg | |
QAR-1687 Merge request for Parcel API project for 1.30 release svn merge -r127262:127300 svn+ssh://svn/svn/linden/branches/parcel-api/merge-qar-1687-parcel-api-2 trunk | |||
2009-07-16 | Merged work for DEV-2066 (and formerly QAR-1538) in Viewer 2. | Mark Palange | |
merged all changes, post copy, from the following branches: linden/brachnes/enable-o-v user/cg/qar-1538 user/mani/viewer2-enable-o-v | |||
2009-07-15 | Disable SHARED_LIB_STAGING_DIR usage on systems where it's not initialized. | brad kittenbrink | |
2009-07-10 | Merged in my latest changes including switching LLAPRSockStream to be fully ↵ | brad kittenbrink | |
non-blocking (and thus not horribly inefficient) and a bunch of new event listener implementations. | |||
2009-07-10 | Expanded tabs in cmake files | palmer@945battery-guestB-224.lindenlab.com | |
2009-07-09 | Brad already added the LLCOMMON_LINK_SHARED definition. I removed the broken ↵ | Mark Palange (Mani) | |
one I added and set the other one to ON by default. | |||
2009-07-09 | Defaulting LLCommonLinkShared to on | Palmer | |
2009-07-09 | Moveing around DLL copying to support building llcommon.dll and using ↵ | Mark Palange (Mani) | |
llcommon.dll while running unit tests. | |||
2009-07-08 | Fix for errors intializing the locale on unrecognized versions of windows ↵ | brad kittenbrink | |
(like windows 7) | |||
2009-07-08 | merge -r 889-936 https://svn.aws.productengine.com/secondlife/pe/stable/ -> ↵ | Steven Bennetts | |
viewer-2-0 Also: * Moved media remote shortcut to Communicate menu * Changed mini map menu to toggle instead of show | |||
2009-07-02 | Windows now links to shared apr when LLCOMMON_LINK_SHARED is on. | brad kittenbrink | |
2009-07-01 | Merged in windows LL_COMMON_API dll linkage fixes. | brad kittenbrink | |
2009-07-01 | Fixups for windows llcommon dll linkage errors that got dropped in the merge ↵ | brad kittenbrink | |
up to viewer-2.0.0-3 | |||
2009-07-01 | Reconcile with Brad's changes before push | Nat Goodspeed | |
2009-07-01 | DEV-31980: provide a way to retrieve LLDispatchListener's tweaked ↵ | Nat Goodspeed | |
LLEventPump name | |||
2009-07-01 | svn merge -r125825:125901 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1654 | Christian Goetze | |
QAR-1654 merge completed. | |||
2009-06-30 | Fixes to let llcommon build as a .dylib. It depends on PTH library. | brad kittenbrink | |
2009-06-29 | Merged my latest eventhost changes with tip/latest viewer-2.0.0-3. | brad kittenbrink | |
2009-06-29 | Merge with viewer-2.0.0-3 | Bryan O'Sullivan | |
2009-06-26 | Moved LLAPRSockStream out of llcommon into eventhost module so I can ↵ | brad | |
reenable its tests in the new world order. | |||
2009-06-25 | Merge with SVN login-api-3 branch | Bryan O'Sullivan | |
2009-06-24 | merge -r125267:125272 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-links__merge__viewer2.0.0-3-r125202 to svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
2009-06-24 | DEV-31980: remove cruft from lleventdispatcher.h | Nat Goodspeed | |
2009-06-24 | DEV-31980: Extend LLEventDispatcher to handle const as well as non-const | Nat Goodspeed | |
methods. Introduce LLAppViewerListener based on LLDispatchListener, instantiate a static one in llappviewer.cpp. Initial implementation only supports ["op"] == "requestQuit". | |||
2009-06-23 | Removed conflict markers (ie. <<<<<<<) in llmessage/CMakeLists.txt | Mark Palange (Mani) | |
Copied snprintf declaration in llstring from login-api-3 | |||
2009-06-23 | Incomplete attempt to clean up Mercurial branch build | Nat Goodspeed | |
2009-06-22 | Merge with viewer-2.0.0-3 branch | Bryan O'Sullivan | |
2009-06-22 | trivial comment fixes for typos that were bugging me... | Adam Moss | |
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch |