aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/primbackup.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-12Always return when an export failsMcCabe Maxsted1-3/+8
2011-06-11Use the name of the root node for the default export filenameMcCabe Maxsted1-1/+1
2011-06-10Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted1-559/+710
clean up primbackup.cpp). Based on Henri Beauchamp's patch
2011-05-17Don't crash at the attempt to import clothing/bodyparts in file > import objectArmin Weatherwax1-3/+17
2010-11-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-1/+1
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-03Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-1/+1
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-10-08Revert "Allow export of megaprims from SL by people who've given us ↵McCabe Maxsted1-28/+3
permission" until we can come to a firm decision on this. This reverts commit dfeb8fe3f4110f7e571ababf35401ea6a5fd41d5.
2010-10-03Allow export of megaprims from SL by people who've given us permissionMcCabe Maxsted1-3/+28
2010-05-01Ported 'NoTextureExportSL' message from 1.2.2 to new notification system.Jacek Antonelli1-0/+4
2010-04-28Added a notification to say that textures were not exported on SL.Jacek Antonelli1-0/+4
2010-04-28Disabled exporting object textures when connected to SL.Jacek Antonelli1-0/+11
Exporting object textures (or other content) from Second Life without checking creator is a violation of the Second Life Policy on Third-Party Viewers and Terms of Service.
2010-04-10Removed some duplicate includes I've come acrossMcCabe Maxsted1-7/+0
2010-02-16Ported many texture engine changes from Snowglobe.Jacek Antonelli1-2/+2
2010-02-08Ported many APR changes from Snowglobe.Jacek Antonelli1-1/+1
2009-11-27Port of objectbackup to 1.23 source tree: fixed LLAPRFile changesLilly Zenovka1-3/+6
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-11-26Reverted "Updated primbackup from latest meerkat svn (r246)"Jacek Antonelli1-610/+49
This reverts commit 8af226efd89b2f2190555ce578d4e7f1cde99f32.
2009-11-09Updated primbackup from latest meerkat svn (r246)McCabe Maxsted1-49/+610
2009-09-27"Fixed and cleaned up the export permissions check."Jacek Antonelli1-53/+54
2009-09-14Merged in jacek/nextMcCabe Maxsted1-0/+1105
2009-09-03Updated object backup feature to Meerkat's SVN, imported floater.Jacek Antonelli1-7/+11
2009-09-03Fixed some compiler warnings in primbackup.cpp.Jacek Antonelli1-1/+1
2009-09-03Applied object import/export patch.Jacek Antonelli1-0/+1101