summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2007-02-07Fixed a missing dependency on llstring.h that was hidden until llstring.h ↵Andrew Meadows
was no longer included in lluuid.h. This fix was found by James and I verified it.
2007-02-07Removed the #ifndef NO_RTTI hack.Andrew Meadows
Moved the LLSD related methods of LLVector3 to NOT be inline, as per MarkL's suggestion.
2007-02-07Fixed a linux build issue when the llhavok suddenly required rtti in order ↵Andrew Meadows
to link. I added a #ifndef hack to v3math.h to eliminate LLString's from the llhavok project. I also removed lluuid.h's dependency on LLString (using std::string) instead and then fixed a bunch of bad dependency fallout on a few files around the project that suddenly lost their hidden access to some fundamental includes. The important parts were reviewed with James.
2007-02-06merge in of error-refactor-3Mark Lentczner
concludes (fixes) SL-31187 pair programmed and reviewed by markl and karen
2007-02-05merge -r 57517:57620 maintenance.Steven Bennetts
2007-02-05merge -r 57111:57464 maintenance.Steven Bennetts
2007-02-02svn merge -r 57502:57551 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-13-3 svn merge -r 57565:57604 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-13-3 (skips 57565, a merge from release. being picky.) Pick up fixes for: * Offer Teleport in profiles * Setting 'none' group * agni_check_parcel_auctions exception (pushed live already)
2007-02-02Result of svn merge -r57264:57370 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/adroit.r40-68 into release.
2007-01-31merge release@57486 release-candidate@57503Steven Bennetts
2007-01-26Updated vfsextract to include the correct extension for .tga, .wav, and .lla ↵Steven Bennetts
files.
2007-01-26merge -r 57082:57190 Branch_1-13-2Steven Bennetts
2007-01-25merge -r 57058:57111 maintenance.Steven Bennetts
2007-01-24merge -r 56696:57082 Branch_1-13-2Steven Bennetts
2007-01-23svn merge -r 57026:57058 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
2007-01-23merge -r 56842:57026 maintenance.Steven Bennetts
2007-01-19SL-32769 Scripts now reliably register to receive email on region startup, ↵James Cook
we establish trust between dataserver and simulator explicitly on startup, reviewed by Kelly.
2007-01-19SL-32782, SL-32838, SL-32787 Viewer crashes related to god/estate owner ↵James Cook
commands not putting transaction ids into a packet. Reviewed with Kelly.
2007-01-18Result of svn merge -r56700:56797 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/more-random into release.
2007-01-18merge -r 56738:56842 maintenance.Steven Bennetts
2007-01-17merge release@56803 release-candidate@56833Steven Bennetts
2007-01-15Port fix for SL-32157 "PowerPC Mac crashes when crossing regions or ↵Josh Bell
teleporting with capabilities turned on" from Branch 1-13-2 r56710 via partial merge of release-candidate -r 56743:56744
2007-01-15svn merge -r 56599:56738 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
2007-01-13merge -r 56266 release-candidateSteven Bennetts
merge -r 56301 release-candidate Fixes for llxfer.cpp and llaudiodecodemgr.cpp (asset upload truncation bug) llxfer.cpp got missed somehow the first time round, grr!
2007-01-10merge -r 56266 release-candidateSteven Bennetts
merge -r 56301 release-candidate Fixes for llxfer.cpp and llaudiodecodemgr.cpp (asset upload truncation bug)
2007-01-10svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@56631 ↵Jon Wolk
svn+ssh://svn.lindenlab.com/svn/linden/branches/abstract-kdu@56647 --ignore-ancestry
2007-01-09svn merge -r 56560:56599 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
2007-01-08Showstopper merge from maintenanceJosh Bell
svn merge -r 56564:56570 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance NOTE: This skips -r 56560:56464 which should be merged after being QA'd
2007-01-08svn merge -r 56431:56560 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
2007-01-08svn merge -r 56262:56561 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-13-1 Reviewed by doug. This code is running on Agni, but needed to merge into doug's new nightly stuff.
2007-01-04Result of svn merge -r56461:56474 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/llscene-shuffle into release.
2007-01-04svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@56429 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance@56431 This turned up the following "lost" changes: llapp.cpp (from maintenance r55371) - SIGPIPE fix, possibly llfontgl.cpp (from maintenance r50207) - whitespace only inventorybridge.cpp (property - non-executable) skins/xui/*/* (from maintenance r55380) - XML processing instruction went AWOL
2007-01-03corrected, removed, and updated comments throughout the code to be more ↵Aaron Brashears
useful. no code changes. SL-13762
2007-01-03svn merge -r 54741:56417 svn+ssh://svn.lindenlab.com/svn/linden/branches/andrewAndrew Meadows
Picking up some interestlist cleanup that passed testing.
2007-01-02Print done when done.James Cook