Christian Goetze
e588d1f284
svn merge -r125825:125901 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1654
...
QAR-1654 merge completed.
2009-07-01 00:22:05 +00:00
brad kittenbrink
7c1742ec7d
Added hack for fetching eventlet in place of svn:externals.
2009-06-30 19:12:39 -04:00
Austin Doupnik
687cff0eb8
[EXT-68] Fixed dynamic_cast on partially destroyed object bug that was breaking menu branching.
2009-06-30 21:34:46 +00:00
brad kittenbrink
df9a52cd2e
Added loading of evenhost module to viewer.
2009-06-30 12:08:43 -04:00
brad kittenbrink
a14a19e33a
Added a new setSetting listener.
2009-06-30 12:08:24 -04:00
brad kittenbrink
726ac3ed0f
Fixes to let llcommon build as a .dylib. It depends on PTH library.
2009-06-30 11:52:00 -04:00
brad kittenbrink
db7b4bb3f8
Fix for mismatched cmake if/endif pairs in llwindow/CMakeLists.txt
2009-06-29 16:02:36 -04:00
brad kittenbrink
50c40dd72e
Merged my latest eventhost changes with tip/latest viewer-2.0.0-3.
2009-06-29 15:52:24 -04:00
Bryan O'Sullivan
87918b4bfe
Merge with viewer-2.0.0-3
2009-06-29 11:43:20 -07:00
Xiaohong Bao
cb8641a639
fix for DEV-27483/SEC-283: Viewer crash: LLXform::setParent Creating loop when setting parent
2009-06-27 01:05:56 +00:00
Kyle Ambroff
6f613fb70f
Fix broken Linux server build.
...
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-26 23:47:36 +00:00
brad
6da0725c3b
Moved LLAPRSockStream out of llcommon into eventhost module so I can reenable its tests in the new world order.
2009-06-26 15:10:53 -04:00
Palmer Truelson
e2655d4c4b
DEV-34569
...
new --nonotifications command line option for automated testing
Reviewed by Q
2009-06-26 12:17:35 +00:00
James Cook
572ee5c9db
DEV-34488 Can not save script to a prim. Underlying issue was LLPreview 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 18:41:04 +00:00
Bryan O'Sullivan
b74af1c2aa
Merge with trunk
2009-06-25 11:19:31 -07:00
Bryan O'Sullivan
9c394b3aae
Ignore distcc state directory
2009-06-25 11:19:00 -07:00
Bryan O'Sullivan
7aec119d84
Merge with SVN login-api-3 branch
2009-06-25 11:12:51 -07:00
Nat Goodspeed
c5368c6368
Fix remaining Mac build errors
2009-06-25 09:49:24 -04:00
Nat Goodspeed
0bfef92889
Mercurial build: minor tweaks to fix some Mac build errors
2009-06-24 22:42:59 -04:00
Mark Palange (Mani)
fc9912070b
two more llstartup.cpp merge issues.
2009-06-24 18:19:23 -07:00
Mark Palange (Mani)
ba292920f0
Commiting merged llstartup.cpp, again?
2009-06-24 17:24:16 -07:00
Loren Shih
a00af78b95
merge -r125267:125272 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 21:36:42 +00:00
Nat Goodspeed
70d99b2528
DEV-31980: remove cruft from lleventdispatcher.h
2009-06-24 16:25:33 +00:00
Christian Goetze
7e84d9125e
Fix Mac Build
2009-06-24 15:13:53 +00:00
Nat Goodspeed
da46eb9e7e
DEV-31980: Extend LLEventDispatcher to handle const as well as non-const
...
methods. Introduce LLAppViewerListener based on LLDispatchListener,
instantiate a static one in llappviewer.cpp. Initial implementation only
supports ["op"] == "requestQuit".
2009-06-24 01:54:57 +00:00
Mark Palange (Mani)
33c230b46d
A few more merge error fixes.
2009-06-23 18:29:59 -07:00
Mark Palange (Mani)
9b86d4c12f
Removed conflict markers (ie. <<<<<<<) in llmessage/CMakeLists.txt
...
Copied snprintf declaration in llstring from login-api-3
2009-06-23 17:58:51 -07:00
Mark Palange
ad1ecb126b
QAR-1619 Fixing linux build error re: llui_libtest linkage
2009-06-24 00:54:30 +00:00
James Cook
2ce76c7ed4
Set correct svn:eol-style native on XML files, converted several files to use consistent line feeds (had ^M after first header line). Not reviewed.
2009-06-23 23:32:39 +00:00
James Cook
68da2bdfee
Merge build patch for Linux server builds from xui-army. I believe this fixes the "llui_libtest -lllui not found" build error.
...
Merging revisions 123378-123379 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army into G:\viewer-2-0-link\latest, respecting ancestry
2009-06-23 22:54:48 +00:00
Nat Goodspeed
85e326e7c7
Resolve merge
2009-06-23 18:24:41 -04:00
Nat Goodspeed
07a05e2c0a
Incomplete attempt to clean up Mercurial branch build
2009-06-23 18:16:57 -04:00
James Cook
fe487f46e3
Fixed a bunch of missing includes and forward declares. I was trying to benchmark with precompiled headers off, but we'll have to do a bunch more cleanup before it's possible to disable that feature cleanly. Not reviewed.
2009-06-23 21:59:31 +00:00
Nat Goodspeed
91667335ce
QAR-1619: For some reason the LLWindowMesaHeadless constructor omitted the
...
LLWindowCallbacks* parameter passed by its consumer and required by the
base-class LLWindow constructor.
2009-06-23 21:31:09 +00:00
Nat Goodspeed
0ea53e0de4
QAR-1619: make assemblies/3rd_party_libs/linux64/boost.txt reference .a libs
...
that are actually present.
Update linux and linux64 boost tarballs with previous Windows, Mac patch.
2009-06-23 20:51:27 +00:00
Nat Goodspeed
d4330d3396
QAR-1619: fix Linux-only missing #include (Linux-only reference to LLTrans)
2009-06-23 20:20:01 +00:00
palange@becane.lindenlab.com
fae273975b
Fixed an "ADD_BUILD_TEST" leftover from the initial merge.
2009-06-23 11:29:55 -07:00
Bryan O'Sullivan
d01e9ccb75
Fix up some mismerged pieces of install.xml
2009-06-22 16:27:24 -07:00
Bryan O'Sullivan
5d7992d249
Switch to new unit test infrastructure
2009-06-22 16:05:57 -07:00
Bryan O'Sullivan
1454c32dc0
Merge with trunk
2009-06-22 15:39:14 -07:00
Bryan O'Sullivan
7306690dbd
Merge with SVN trunk
2009-06-22 15:38:58 -07:00
Bryan O'Sullivan
5f4c09fa1f
Python 2.4 and 2.6 improvements
...
The sets module is no longer needed with Python 2.4, and causes a
DeprecationWarning with 2.6, so drop it
The md5 module causes a DeprecationWarning with 2.6, so try to import
hashlib (its replacement) instead, else fall back
Reviewed by Poppy.
2009-06-22 22:36:36 +00:00
Bryan O'Sullivan
b012a60951
Merge with trunk
2009-06-22 15:10:15 -07:00
Bryan O'Sullivan
baa73fddd9
Merge with viewer-2.0.0-3 branch
2009-06-22 15:02:19 -07:00
Bryan O'Sullivan
85758bdfcf
Merge with SVN trunk
2009-06-22 12:57:53 -07:00
Nat Goodspeed
fcaa1ad46f
QAR-1383: convert new uses of Boost.Signals (arriving from other branches) to
...
Boost.Signals2 like the rest of the event-system-n code.
2009-06-22 12:52:18 +00:00
Adam Moss
844ce9bf88
trivial comment fixes for typos that were bugging me...
2009-06-22 12:03:54 +00:00
Steven Bennetts
401d51231f
Modified RecordToChatConsole to not construct LLFloaterChat if it doesn't already exist to avoid recursive floater construction.
2009-06-21 21:52:41 +00:00
Steven Bennetts
33dbf11076
Fixed a shutdown crash.
2009-06-21 17:51:35 +00:00
Steven Bennetts
ade6bbb06c
merge -r 124105-124625 skinning-13 -> viewer-2.0.0-3
2009-06-21 17:16:27 +00:00