summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2007-06-26Merge fix for SL-46373 / VWR-1369 / Intermittent Crash on Edit from Pie MenuJosh Bell
NOTE: Only a partial merge from maintenance!!!! svn merge -r 64309:64310 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
2007-06-25Bumping version numbers to 1.17.2.0 for possible Rolling Server deployJosh Bell
2007-06-25Updated German text as per changes from Christian (Goetze)Callum Prentice
(https://jira.lindenlab.com/browse/SL-46075)
2007-06-25Lost changes to some virtual function overrides.Samantha Patterson
2007-06-25svn merge -r 63827:63826 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release Revert fix for SL-33506/VWR-53, which was causing SL-46205 "Head is invisible in appearance editor"
2007-06-22Release branded as 1.17.1.0 with release notes.Anthony Foster
2007-06-22Tweak initializer order to silence a gcc warning (now treated as error)Josh Bell
2007-06-22"Merged" over from release-candidate - addition of Japanese and German ↵Callum Prentice
options in Installer language menu Add German option to the language menu in the installer. https://jira.lindenlab.com/browse/SL-45054 Addition of Japanese language option to the installer. https://jira.lindenlab.com/browse/SL-45907
2007-06-22svn merge -r 63401:63939 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/derez-asset-loss-1 --> release NOTE: Skipped whitespace-only changes
2007-06-21merge -r62831:64079 branches/maintenance to releaseKelly Washington
2007-06-17svn merge -r 63833:63894 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-17-0 --> release Pick up patches committed to 1.17: * Commented out metrics code that seems to be causing a crash. * Adding metrics to deployed code. added missing __hash__ function to lluuid.py, which fixes using uuid's as keys in maps * Reverting fix for SL-25905; probably cause of script-vieweing exploit on agni. * Removed deploy key checks from farm
2007-06-13result of merge manually performed through diff and patch. svn diff ↵Aaron Brashears
svn+ssh://svn/svn/linden/release@63615 svn+ssh://svn/svn/linden/branches/release-candidate@63637 | patch -p0 in release
2007-06-12svn merge -r 62560:62559 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance Revert bad patch for VWR-849 / SL-43759
2007-06-11fix for crash because of recent changes in tool handleSelect() from Richard. ↵Aaron Brashears
SL-44935
2007-06-11NOTE: Partial merges of the maintenance branch up. The bulk of maintenance ↵Josh Bell
62831:63347 is awaiting final QA and merging, post 1.17.0 svn merge -r 63182:63183 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release svn merge -r 63341:63342 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release svn merge -r 63420:63421 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release Rush in the following fixes: * SL-27250 "Stop All Animations" doesn't work when stuck in a pose after teleporting * SL-44718 VWR-1040: crash when opening several gestures quickly * SL-44326 recurring error message in agni nightly #1
2007-06-09svn merge -r 63284:63298 ↵Don Kjer
svn+ssh://svn/svn/linden/branches/content-loss-metrics-4 into release