summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-10Merged 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-10Added an LLAgentListener implementation for event requests like teleport, ↵brad kittenbrink
sit, stand, etc.
2009-07-10Expanded tabs in cmake filespalmer@945battery-guestB-224.lindenlab.com
2009-07-10Oops, copy/paste error in the llviewercontrol.cpp file top level comments.brad kittenbrink
2009-07-10Fix line ending badness in LLViewerControl.brad kittenbrink
2009-07-09Brad 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-09Added LLDispatchListener implementation for gSavedSettings.brad kittenbrink
2009-07-09Added a requestReshape handler to LLViewerWindowListener.brad kittenbrink
2009-07-09Defaulting LLCommonLinkShared to onPalmer
2009-07-09Merge of mani's changes... and who knows what. Mercurial wanted a merge, ↵palmer@945battery-guestB-224.lindenlab.com
but I had no changes
2009-07-09Moveing around DLL copying to support building llcommon.dll and using ↵Mark Palange (Mani)
llcommon.dll while running unit tests.
2009-07-09Line ending changes and Build Params changes from login-api-svn-1palmer@945battery-guestB-224.lindenlab.com
2009-07-08Fix for errors intializing the locale on unrecognized versions of windows ↵brad kittenbrink
(like windows 7)
2009-07-08Added LLNotificationsListener to hook LLNotifications to the event system ↵brad kittenbrink
according to https://wiki.lindenlab.com/wiki/Incremental_Viewer_Automation/Event_API reviewed by palmer.
2009-07-07Fix for crash when quitting due to mAppViewer being NULL.brad kittenbrink
2009-07-07Oops, forgot to update the plugin loading code when I switched ↵brad kittenbrink
ll_plugin_start to take LLSD arguments.
2009-07-07Added copying and packaging of apr dlls and llcommon.dll.brad kittenbrink
2009-07-07Fixed loading the wrong eventhost dll name on windows.brad kittenbrink
2009-07-02Reconcile Brad's changesNat@Hothead.lindenlab.com
2009-07-02Fix disabling this-in-init-list warningNat@Hothead.lindenlab.com
2009-07-02Windows now links to shared apr when LLCOMMON_LINK_SHARED is on.brad kittenbrink
2009-07-02Updated apr_suite library package to include dll versions of apr as well.brad kittenbrink
2009-07-01Merged in windows LL_COMMON_API dll linkage fixes.brad kittenbrink
2009-07-01Fixups for windows llcommon dll linkage errors that got dropped in the merge ↵brad kittenbrink
up to viewer-2.0.0-3
2009-07-01Merged in backout of setSetting listener.brad kittenbrink
2009-07-01Merged in backout of setSetting listener.brad kittenbrink
2009-07-01Backed out setSetting listener: changeset 3c9127748425brad kittenbrink
2009-07-01Reconcile with Brad's changes before pushNat Goodspeed
2009-07-01DEV-31980: Wrap LLViewerWindow::saveSnapshot() with an event API.Nat Goodspeed
Add LLViewerWindowListener per Incremental_Viewer_Automation/Event_API. Add LLViewerWindowListener pointer to LLViewerWindow, and initialize in ctor. Add llviewerwindowlistener.{h,cpp} to newview/CMakeLists.txt.
2009-07-01DEV-31980: provide a way to retrieve LLDispatchListener's tweaked ↵Nat Goodspeed
LLEventPump name
2009-06-30Added hack for fetching eventlet in place of svn:externals.brad kittenbrink
2009-06-30Added loading of evenhost module to viewer.brad kittenbrink
2009-06-30Added a new setSetting listener.brad kittenbrink
2009-06-30Fixes to let llcommon build as a .dylib. It depends on PTH library.brad kittenbrink
2009-06-29Fix for mismatched cmake if/endif pairs in llwindow/CMakeLists.txtbrad kittenbrink
2009-06-29Merged my latest eventhost changes with tip/latest viewer-2.0.0-3.brad kittenbrink
2009-06-29Merge with viewer-2.0.0-3Bryan O'Sullivan
2009-06-27fix for DEV-27483/SEC-283: Viewer crash: LLXform::setParent Creating loop ↵Xiaohong Bao
when setting parent
2009-06-26Fix broken Linux server build.Kyle Ambroff
llwindow refactoring in skinning-7 r117641 added dependency on LLWindowCallbacks in llwindowheadless, which was not being built for server only builds. * Include llwindowcallbacks.cpp in all llwindow builds. * Do not link with libatk and libsdl for server linux builds, since they are not needed and only packaged for the viewer. Reviewed with James.
2009-06-26Moved LLAPRSockStream out of llcommon into eventhost module so I can ↵brad
reenable its tests in the new world order.
2009-06-26DEV-34569Palmer Truelson
new --nonotifications command line option for automated testing Reviewed by Q
2009-06-25DEV-34488 Can not save script to a prim. Underlying issue was LLPreview ↵James Cook
holding two member variables mObjectUUID and mObjectID. mObjectID was null for scripts. It appears to be used only for notecards (?), so I converted it to mNotecardObjectID and switched references to point to mObjectUUID. Renamed one other variable to mSaveObjectID for clarity. Removed unnecessary include files and de-inlined a couple functions because I was there. Reviewed with Steve.
2009-06-25Merge with trunkBryan O'Sullivan
2009-06-25Ignore distcc state directoryBryan O'Sullivan
2009-06-25Merge with SVN login-api-3 branchBryan O'Sullivan
2009-06-25Fix remaining Mac build errorsNat Goodspeed
2009-06-24Mercurial build: minor tweaks to fix some Mac build errorsNat Goodspeed
2009-06-24two more llstartup.cpp merge issues.Mark Palange (Mani)
2009-06-24Commiting merged llstartup.cpp, again?Mark Palange (Mani)
2009-06-24merge -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