Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-04 | Fix for a crash bug on login after clearing the cache. | Steven Bennetts | |
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 | New linux packages for linux and linux64. | brad kittenbrink | |
Combines the Boost.Coroutine changes in old login-api with the -Woverloaded-virtuals changes in viewer-2.0.0-3. I could not verify the 64 bit build for now, as other breakage is getting in the way... | |||
2009-08-04 | Fixed missing newline at end of llappviewer.cpp for linux build. | 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-03 | New boost packages for windows and os x. | brad kittenbrink | |
Combines the Boost.Coroutine changes in old login-api with the -Woverloaded-virtuals changes in viewer-2.0.0-3. | |||
2009-08-04 | fix for broken build | Richard Nelson | |
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 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1211 https://svn.aws.productengine.com/secondlife/pe/stable-1@1228 -> viewer-2.0.0-3 QA: New movement and camera controls. Test all movement and camera behavior against spec and expected behaviors, including sitting & standing. Many other changes to the bottom bar. Changes to local chat behavior. | |||
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 | Fixups for changest 486d51877332 merge. Deleting references to things that ↵ | brad kittenbrink | |
got deleted in viewer-2.0.0-3 | |||
2009-07-31 | Fixups for conflicts that got dropped in the changeset 486d51877332 merge of ↵ | brad kittenbrink | |
viewer-2.0.0-3 with login-api. Mostly code that had been modified in viewer-2.0.0-3 that had been moved elsewhere in login-api. | |||
2009-07-31 | DEV-34837: fix viewer_manifest.py to continue supporting static llcommon build | Nat Goodspeed | |
2009-07-31 | Fixups after merge for new files failing to include linden_common.h | brad kittenbrink | |
2009-07-31 | Merge with SVN trunk | Bryan O'Sullivan | |
2009-07-31 | Update with palmer's round 2 changes | Nat Goodspeed | |
2009-07-31 | Update with palmer's round 1 changes | Nat Goodspeed | |
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-31 | for DEV-33077 partially: don't call analyzeAlpha for media textures. | Xiaohong Bao | |
2009-07-31 | DEV-34837: update Mac apr_suite package so that each of the .dylib files | Nat Goodspeed | |
self-identifies as @executable_path/../Resources/filename. This allows the SL executable to find it at runtime in its official place in the app bundle. Change viewer_manifest.py to copy libllcommon.dylib, libapr*.dylib to app bundle's Resources subdir. | |||
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-31 | Minor change to protect against odd case where mArrowImage was NULL (unclear ↵ | Steven Bennetts | |
why it's happening, but the extra checks are not a bad thing). | |||
2009-07-30 | Merged my missing eventhost module error handling with palmer's linux build ↵ | brad kittenbrink | |
fixes. | |||
2009-07-30 | DEV-36893 make missing eventhost module a non-fatal error. We now print a ↵ | brad kittenbrink | |
warning and fail gracefully. | |||
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-31 | Re-added volume column to panel_people.xml (lost in XUI cleanup). | Steven Bennetts | |
2009-07-30 | Merged my DEV-35406 work with nat's mac work. | brad kittenbrink | |
2009-07-30 | partial work on DEV-35406:crash on shutdown. | brad kittenbrink | |
this doesn't actually fix anything yet though. | |||
2009-07-30 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3 | |||
2009-07-30 | DEV-34837: Improve Mac support for LLCOMMON_LINK_SHARED. | Nat Goodspeed | |
Update Mac apr_suite package, introducing libapr-1.0.3.7.dylib and libaprutil-1.0.3.8.dylib. We want to use dynamic APR libraries, but libllcommon.dylib isn't allowed to depend on .so libraries: must be .dylibs themselves. Tweak APR.cmake to reference the aforementioned .dylibs when on Mac with LLCOMMON_LINK_SHARED set. Eliminate some redundancy in Windows section. For .dylibs, RunBuildTest.cmake must set DYLD_LIBRARY_PATH: LD_LIBRARY_PATH only affects search for .so files. PENDING: CMake dependencies broken? With LLCOMMON_LINK_SHARED on, it seems we need to build libllcommon.dylib explicitly before full build can succeed. This snapshot does NOT yet copy the llcommon, apr or aprutil dylibs into the app bundle. | |||
2009-07-30 | Bump trunk version to 1.31 | Christian Goetze | |
2009-07-30 | Reduce job count for linux builds to something the build farm can survive | Christian Goetze | |
2009-07-29 | DEV-35405 Added creation of <exe_dir>/components directory in debug builds ↵ | Mark Palange (Mani) | |
to quell the savage llmozlib. | |||
2009-07-29 | DEV-35405 Viewer manifest needed some love for supporting the debug build, ↵ | Mark Palange (Mani) | |
but its still broke on llmozlib | |||
2009-07-29 | svn merge -r128774:128808 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1737 | Christian Goetze | |
effective merge: svn merge -r127126:128746 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.27 | |||
2009-07-29 | svn merge -c 128669 svn+ssh://svn.lindenlab.com/svn/linden/branches/bots/sisa-4 | Dave Simmons | |
Pulled all the sisa changes into trunk for QAR-1734 These changes are the same as revisions 126447:126495 from svn+ssh://svn.lindenlab.com/svn/linden/branches/bots/sisa-2 or the one merge branch in svn+ssh://svn.lindenlab.com/svn/linden/branches/bots/sisa-3 | |||
2009-07-28 | merge | Mark Palange (Mani) | |
2009-07-28 | DEV-35399 - Making the server build llcommon.dll compatible. | Mark Palange (Mani) | |
Fixing up string escaping on calls to RunBuildTest.cmake Also added ilasm.bat to the FindMono.cmake search | |||
2009-07-28 | Merge | Bryan O'Sullivan | |
2009-07-28 | Merge | Bryan O'Sullivan | |
2009-07-28 | Merge with SVN trunk | Bryan O'Sullivan | |
2009-07-28 | Fix Linux compile problem | Nat Goodspeed | |
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-27 | New package of xmlrpc-epi that actually links to the expat libs we ship. I ↵ | brad kittenbrink | |
have no idea how this has worked for so long. | |||
2009-07-27 | DEV-36783 I18N: important .on_click and .on_enable widgets are missing a ↵ | Ramzi Ramey | |
name= parameter. This breaks localization. Fixed in en and fr (as 1 test case) | |||
2009-07-27 | Merged skinning-17 into viewer-2 for bug fixes. Commented out new IM window ↵ | James Cook | |
for now, not complete. Merging revisions 127913-128319 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-17 into D:\viewer-2.0.0-3, respecting ancestry | |||
2009-07-27 | Merge xui-army-8 to pick up 2+ weeks of art, colors, and dialog layout changes. | James Cook | |
svn merge -r128075:128364 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army-8 | |||
2009-07-24 | Merge with an oldish change of mine | Bryan O'Sullivan | |
2009-07-24 | merge | Mark Palange (Mani) | |