summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-16merge -r67812:67818 ↵Karl Steifvater
svn+ssh://svn.lindenlab.com/svn/linden/branches/windlight-server/ --> release
2007-08-14svn merge -r 67483:67657 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-1 This is "really" the merge of everything that went out in the 1.18.2(0) viewer release.
2007-08-14* Update versions (client + server) to 1.18.2.0Josh Bell
* Tweak simulator_version script to slam all regions to the new version we're deploying
2007-08-10merge -r 66233:67472 svn+ssh://svn/svn/linden/branches/het-grid-4 Paired by ↵Tess Chu
Tess and Leyla. Added tests to version manager and fixed failed tests. Paired by rdw and Tess.
2007-08-08svn merge -r67131:67483 svn+ssh://svn/svn/linden/branches/Branch_1-18-1Kartic Krishnamurthy
2007-08-04Fixing typo in contributor name (Fee Larsson->Feep Larsson) and removing ↵Rob Lanphier
another instance of Duckless VanDyke being credited where he/she should not have been
2007-08-04Duckless Vandyke did not contribute VWR-383, Thraxis Epsilon didRob Lanphier
2007-08-02Result of svn merge -r67150:67159 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/mp-backbone-2 into release.
2007-08-02Merge down from Branch_1-18-1:Monroe Williams
svn merge --ignore-ancestry svn+ssh://svn.lindenlab.com/svn/linden/release@66449 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-1@67131
2007-08-01Result of svn merge -r66742:66741 svn+ssh://svn/svn/linden/release in ↵Aaron Brashears
release to revert revision 66742 which was a merge from mp-backbone.
2007-07-31svn merge -r 64468:66735 ↵Melinda Green
svn+ssh://svn/svn/linden/branches/lookatyou/indra/newview > release/indra/newview
2007-07-30Result of svn merge -r66103:66418 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/mp-backbone into release
2007-07-27New mysql connection pool for Python, plus unit tests that verify that it's ↵Ryan Williams
actually non-blocking. Some additional behavior in saranwrap, with tests that pass. Reviewd by Donovan.
2007-07-27merge -r 66456:66594 Branch_1-18-1 -> releaseSteven Bennetts
Includes voice-server-changes (0:66493)
2007-07-26merge -r66262:66263 linden/branches/kelly/llgetobjectdetails-2Kelly Washington
2007-07-26EFFECTIVE MERGE: svn merge -r 65485:66133 ↵Don Kjer
svn+ssh://svn/svn/linden/branches/maintenance into release This includes fixes to the maintenance-r66133 branch, and sync'ing up with release@r66392 ACTUAL MERGE: svn merge -r 66394:66435 svn+ssh://svn/svn/linden/branches/release-r66392 into release EQUIVALENT TO: svn merge -r 65485:66434 svn+ssh://svn/svn/linden/branches/maintenance-r66133 into release (plus branch sync'ing)
2007-07-25fix up copyrights on asset gc filesSeth Alves
2007-07-25asset garbage collection scriptsSeth Alves
2007-07-24Minor bugfixes for a line in viewer_manifest that never gets run (because of ↵Ryan Williams
the way the SConstruct file on Linux is built). However, it might get run in the future, so there we go. Thanks cg for finding this. Not reviewed.
2007-07-22Added much more error-recovery logic to template-verifier -- e.g. it retries ↵Ryan Williams
a few times to fetch the master from the web. Also I changed the master to live in the system global tempdir, mostly because the build machines had a network problem and I wanted to reduce the chance of that happening. Not reviewed, but I'm checking it in over the weekend so I can silently fix it if there's yet another weird configuration difference that breaks it on the build machines.
2007-07-20Fixed cache invalidation in simulator.cpp, llsd.php, added RFC 1123 ↵Kartic Krishnamurthy
compliant date format, and unit test for the new date function
2007-07-20Fix parabuild breakage. Why the F is urllib opening an ftp connection to ↵Ryan Williams
localhost? Not reviewed.
2007-07-20SL-49406: template_verifier.py requires network access to build. ↵Ryan Williams
Implemented a 4-hour cache so it hits the network less often overall (saving approx .5 seconds every build), and added fault tolerance for when it fails to fetch the master over the network. It'll whine at you if it can't fetch it, but even if it can't get the master from the network and doesn't have a cached copy at all, it will still at least do a syntax check on the local template.
2007-07-20svn merge -r 64548:64837 svn+ssh://svn/svn/linden/branches/maintenance into ↵Don Kjer
release * WARNING *: maintenance r64837 is not the last rev to use in the next merge. use r65269
2007-07-20Result of svn merge -r65354:66054 svn+ssh://svn/svn/linden/branches/ezrpc ↵Aaron Brashears
into release
2007-07-19Replaced usage of urlopen.read(), which isn't guaranteed to return all of ↵Ryan Williams
the downloaded bytes, with urlopen.readlines(), which (I believe) does have that guarantee. This should fix the rash of mysteriously-failing prebuilds. In the process, added some better error messaging about whether the local template has the parse error, or the master on the network. Also some reorganization. Reviewed by Tess and Leyla.
2007-07-18svn merge -r64837:65485 ↵Bryan O'Sullivan
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release (everything outside of indra, missing some file additions) (josh) Original log message was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance bos updated it to be: svn merge -r64837:65269 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance However, it appears it actually was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance ... missing some file additions.
2007-07-18svn merge -r64837:65485 ↵Bryan O'Sullivan
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release (only inside indra) (josh) Original log message was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance bos updated it to be: svn merge -r64837:65269 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance However, it appears it actually was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance ... missing some file additions.
2007-07-18svn merge -r63705:65463 svn+ssh://svn/svn/linden/branches/dpo-3-bug-fixKartic Krishnamurthy
NOTE: r63705 is *not* the earliest rev# for dpo-3-bug-fix.
2007-07-16Result of svn merge -r65183:65337 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/python-shuffle into release. Also includes untabification of many python files.
2007-07-16Result of svn merge -r65183:65337 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/python-shuffle into release.
2007-07-16SL-24190 'Streaming video support for Linux'Adam Moss
QA'd. svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@65172 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/SL-24190i-based-on-r65172
2007-07-12Fix build borkage on OS X.Bryan O'Sullivan
2007-07-12svn merge -r65092:65220 ↵Bryan O'Sullivan
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance-r64837
2007-07-11Fixed a build error under XCode due to unused file static variable.Brad Kittenbrink
2007-07-11Missed a conflict marker in release-candidate to release merge.James Cook
2007-07-11svn merge -r 65078:65118 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate --> release Sync up last minute patches that went into 1.18.
2007-07-11svn merge --ignore-ancestry svn+ssh://svn/svn/linden/release@65088 ↵Tess Chu
svn+ssh://svn/svn/linden/branches/release-candidate@65078 -> release Paired by Tess and rdw.
2007-07-11SL-47720 Crash on startup due to SSE instructions. Disable SSE code ↵James Cook
generation on Windows build. This prevents global constants from being initialized with SSE instructions. We can use the SSE code on Intel Mac (since they all support SSE) and if we enable SSE compilation for the entire Windows viewer. Reviewed by Kelly.
2007-07-09Documented what we're testing and why.James Cook
2007-07-05Version 1.17.3.0.Lee Montgomery
2007-07-03Fixed broken Mac universal build due to missing files and bad LL_VECTORIZE ↵James Cook
ifdef for sse-skinning code.
2007-07-03Fixed VS8 project files for sse-skinning merge.James Cook
2007-07-02svn merge -r 62595:62596 and 62598:63308 sse-skinning-3 for faster software ↵James Cook
avatar rendering. Visual Studio 2005 project file fixed pending.
2007-07-02svn merge -r 64079:64548 svn+ssh://svn/svn/linden/branches/maintenance into ↵Don Kjer
release
2007-06-30Backed out revision 64585. Not reviewed.Nathan Savage
2007-06-30Version 1-17-2-64582 based on svn revision 64582.Nathan Savage
2007-06-29revert: svn merge -r 64506:64505 svn+ssh://svn/svn/linden/release back into ↵Don Kjer
release reverting jakes accidental check in
2007-06-29Changes to make Logitech code more LL Code Standards compliant, plus remove ↵Jake Simpson
all the SDK code and instead just used headers and an included lib that we build ourselves from the Trunk directory.
2007-06-28Setting some shader svn:eol-style properties to native to prevent conflicts ↵Brad Kittenbrink
in windlight4 branch.