- Mar 30, 2007
-
-
Josh Bell authored
svn merge -r 59496:59497 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-13-4 --> release svn merge -r 59530:59531 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-13-4 --> release svn merge -r 59827:59828 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-13-4 --> release svn merge -r 59315:59316 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release In order, that's: * back out upload-queue * apply a subset * apply the full thing * re-merge the addition of the DELETE REST Most of which turns into a no-op. Reviewed by don.
- Mar 28, 2007
-
-
Kyle Machulis authored
-
- Mar 27, 2007
-
-
Karen Clark authored
Ported MarkL's fix for SL-38277 to release from message-liberation-5. svn merge -r59784:59785 svn+ssh://svn.lindenlab.com/svn/linden/branches/message-liberation-5 into svn+ssh://svn.lindenlab.com/svn/linden/release.
-
- Mar 26, 2007
-
-
Josh Bell authored
Effectively: merge 59238:59702 Branch_1-13-4 --> release EXCEPT for the back out (r59497) and re-patch (r59531) of upload-queue, and fixes merged directly from Maintenance. merge -r 59328:59428 Branch_1-13-4 --> release * address regex needs "s" option to support multiline addresses. Patched previously, not sure how it got dropped. * added new promo code to accommodate printer error * Fix for SL-37108 "SVC-55: look at may be broken" * Paired/reviewed with Qarl * Release notes for Release Notes for 1.13.4(59329) * merge release-candidate@58928 long-live-legacy-particles@59317 -> Branch_1-13-14 SKIP -r 59428:59437 (temporary), 59437:59465 (from release), 59465:59497 (back out of upload-queue) merge -r 59497:59510 Branch_1-13-4 --> release * SL-37932 legacy particle clean up * SL-33228 llParticleSystem( [] ) may not shut down reliably * SL-37909 llParticleSystem([ ]) bug now affects unlinked and root prims SKIP -r 59510:59531 (re-patch of upload-queue) merge -r 59531:59585 Branch_1-13-4 --> release * blacklist and release notes updates SKIP -r 59585:59656 (patches from maintenance) merge -r 59656:59691 Branch_1-13-4 --> release * blacklist and release notes updates SKIP -r 59691:59702 (already ported to release)
-
- Mar 22, 2007
-
-
Kelly Washington authored
-
Kelly Washington authored
-
James Cook authored
SL-38184 Make python scripts in linden/scripts run in place without PYTHONPATH or symlinks. Reviewed with Donovan.
-
- Mar 21, 2007
-
- Mar 20, 2007
-
-
Karen Clark authored
svn merge -r59459:59476 svn+ssh://svn.lindenlab.com/svn/linden/branches/adroit.r69-75_2 into svn+ssh://svn.lindenlab.com/svn/linden/release.
-
- Mar 16, 2007
-
-
Steven Bennetts authored
-
Kelly Washington authored
-
- Mar 14, 2007
-
- Mar 09, 2007
-
-
Steven Bennetts authored
-
- Mar 08, 2007
-
- Mar 07, 2007
-
-
Kelly Washington authored
SL-36804 Fixed offline IMs by changing source host dataserver checks to check against all dataservers. Added some extra warnings to odd failure cases. Cleaned up 1 extra line of inventory connector (from merge weirdness). reviewed with leyla
- Mar 06, 2007
-
-
Steven Bennetts authored
Adds Dev Studio 2005 (VC8) Reviewed by Rob
-
Steven Bennetts authored
-
Steven Bennetts authored
-
- Mar 05, 2007
-
-
Steven Bennetts authored
-
Steven Bennetts authored
-
Josh Bell authored
svn merge -r 58117:58118 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate (into release) Port of fix for SL-35327 which was fixed in release-candidate.
-
Kelly Washington authored
-
Kelly Washington authored
-
Kelly Washington authored
-
- Mar 03, 2007
-
-
Steven Bennetts authored
-
- Mar 02, 2007
-
-
Steven Bennetts authored
-
Steven Bennetts authored
-
- Feb 28, 2007
-
-
Karen Clark authored
svn merge -r58425:58426 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate into release
-
Karen Clark authored
Hand-ported svn diff -r58037:58038 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate by changing -megabytes value from 200 to 300. I think that is the only thing that had to happen.
-
- Feb 27, 2007
-
-
Ryan Williams authored
Refactored a lot of the command-line options so that it's more self-documenting. Now we have a --help option. Created a separate action for creating unpackeds, which is not part of the default actions (yet). This should speed up the packaging process. In the process of doing this, I also made sure to enforce the constraint that no actions are performed on the files in the destination directory after the construct method ends. To accomplish this I simply moved some strip method calls up into the construct method. Lastly, I added our copyright notice to installer_template.nsi, and fixed a reference to a non-existant variable. Hopefully this last won't cause spurious conflicts with Callum's work. Reviewed by Richard. Also, the tabs were a little screwed up in the python files, so I untabified and all is good.
-
James Cook authored
svn merge -r58163:58241 loadstone-sim-standby, reduces database load from standby sims polling the database for a region to run
-
- Feb 26, 2007
-
-
Steven Bennetts authored
-
- Feb 23, 2007
-
-
Josh Bell authored
svn merge --ignore-ancestry -r 58273:58283 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance The diff is basically a no-op since it's a reverse-merge from release itself. However, several things tried to come along for the ride, so I inspected them carefully: * Reverted libcurl changes which tried to migrate back from maintenance (see r58322) * Reverted debugging output in lltooldraganddrop.cpp, which had been added then removed again * Reverted false-positive binary conflict in libgtk-x11-2.0.so * Reverted false-positive whitespace (?) conflicts in llmail.cpp, and lldataconnector.cpp * Left a whitespace change in llselectmgr.cpp so there was something to commit
-
- Feb 22, 2007
-
-
James Cook authored
Ported dataserver connectInventory() inventory host name hint code from loadstone-inventory-host-3 which should dramatically reduces read queries against the user table for IM processing. Reviewed by Tess.
-