Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-31 | Update with palmer's round 1 changes | Nat Goodspeed | |
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 | DEV-36893 make missing eventhost module a non-fatal error. We now print a ↵ | brad kittenbrink | |
warning and fail gracefully. | |||
2009-07-30 | partial work on DEV-35406:crash on shutdown. | brad kittenbrink | |
this doesn't actually fix anything yet though. | |||
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-28 | Fix Linux compile problem | Nat Goodspeed | |
2009-07-24 | merge | Mark Palange (Mani) | |
2009-07-24 | Adding LLLoginInstance unit test. | Mark Palange (Mani) | |
- Added LLNotificationsInterface class. - Removed LLLoginInstance use of LLNotifications EventAPI | |||
2009-07-23 | Merged in my minor line ending and formatting changes. | brad kittenbrink | |
2009-07-22 | Adding LLLoginInstance unit test | Mark Palange (Mani) | |
2009-07-20 | Resolve updates | Nat Goodspeed | |
2009-07-20 | Letting compiler choose implicit LLSD conversions fixes fatal Linux gcc warnings | Nat Goodspeed | |
2009-07-20 | Add newline to end of file to placate Linux gcc | Nat Goodspeed | |
2009-07-20 | Parabuild will upload event_host.tar.bz2 and event_host.tar.bz2 now in right ↵ | Palmer | |
place | |||
2009-07-15 | DEV-35531 | Palmer | |
Cmake changes and fixes to python script to get it to work properly Mani reviewed most of this | |||
2009-07-13 | Line ending normalization. | brad kittenbrink | |
2009-07-10 | First draft of cleaning up eventhost module on viewer shutdown. Still need ↵ | brad kittenbrink | |
to make the whole system more generalized and data driven. | |||
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 | Added an LLAgentListener implementation for event requests like teleport, ↵ | brad kittenbrink | |
sit, stand, etc. | |||
2009-07-10 | Expanded tabs in cmake files | palmer@945battery-guestB-224.lindenlab.com | |
2009-07-10 | Oops, copy/paste error in the llviewercontrol.cpp file top level comments. | brad kittenbrink | |
2009-07-10 | Fix line ending badness in LLViewerControl. | brad kittenbrink | |
2009-07-09 | Added LLDispatchListener implementation for gSavedSettings. | brad kittenbrink | |
2009-07-09 | Added a requestReshape handler to LLViewerWindowListener. | brad kittenbrink | |
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 | Added 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-07 | Fix for crash when quitting due to mAppViewer being NULL. | brad kittenbrink | |
2009-07-07 | Oops, forgot to update the plugin loading code when I switched ↵ | brad kittenbrink | |
ll_plugin_start to take LLSD arguments. | |||
2009-07-07 | Added copying and packaging of apr dlls and llcommon.dll. | brad kittenbrink | |
2009-07-07 | Fixed loading the wrong eventhost dll name on windows. | brad kittenbrink | |
2009-07-02 | Fix disabling this-in-init-list warning | Nat@Hothead.lindenlab.com | |
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 | Merged in backout of setSetting listener. | brad kittenbrink | |
2009-07-01 | Merged in backout of setSetting listener. | brad kittenbrink | |
2009-07-01 | Backed out setSetting listener: changeset 3c9127748425 | brad kittenbrink | |
2009-07-01 | Reconcile with Brad's changes before push | Nat Goodspeed | |
2009-07-01 | DEV-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-06-30 | Added loading of evenhost module to viewer. | brad kittenbrink | |
2009-06-30 | Added a new setSetting listener. | brad kittenbrink | |
2009-06-29 | Merge with viewer-2.0.0-3 | Bryan O'Sullivan | |
2009-06-27 | fix for DEV-27483/SEC-283: Viewer crash: LLXform::setParent Creating loop ↵ | Xiaohong Bao | |
when setting parent | |||
2009-06-26 | DEV-34569 | Palmer Truelson | |
new --nonotifications command line option for automated testing Reviewed by Q | |||
2009-06-25 | DEV-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-25 | Merge with SVN login-api-3 branch | Bryan O'Sullivan | |
2009-06-24 | Mercurial build: minor tweaks to fix some Mac build errors | Nat Goodspeed | |
2009-06-24 | two more llstartup.cpp merge issues. | Mark Palange (Mani) | |
2009-06-24 | Commiting merged llstartup.cpp, again? | Mark Palange (Mani) | |
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 |