aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/primbackup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Always return when an export failsMcCabe Maxsted2011-07-121-3/+8
|
* Use the name of the root node for the default export filenameMcCabe Maxsted2011-06-111-1/+1
|
* Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted2011-06-101-559/+710
| | | | clean up primbackup.cpp). Based on Henri Beauchamp's patch
* Don't crash at the attempt to import clothing/bodyparts in file > import objectArmin Weatherwax2011-05-171-3/+17
|
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-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.
* Revert "Allow export of megaprims from SL by people who've given us ↵McCabe Maxsted2010-10-081-28/+3
| | | | | | permission" until we can come to a firm decision on this. This reverts commit dfeb8fe3f4110f7e571ababf35401ea6a5fd41d5.
* Allow export of megaprims from SL by people who've given us permissionMcCabe Maxsted2010-10-031-3/+28
|
* Ported 'NoTextureExportSL' message from 1.2.2 to new notification system.Jacek Antonelli2010-05-011-0/+4
|
* Merged 1.2.2 (TPV) into 1.3.Jacek Antonelli2010-05-011-0/+11
|\ | | | | | | Doesn't have the SL content export notification yet, though.
| * Added a notification to say that textures were not exported on SL.Jacek Antonelli2010-04-281-0/+4
| |
| * Disabled exporting object textures when connected to SL.Jacek Antonelli2010-04-281-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.
* | Removed some duplicate includes I've come acrossMcCabe Maxsted2010-04-101-7/+0
| |
* | Ported many texture engine changes from Snowglobe.Jacek Antonelli2010-02-161-2/+2
| |
* | Ported many APR changes from Snowglobe.Jacek Antonelli2010-02-081-1/+1
| |
* | Port of objectbackup to 1.23 source tree: fixed LLAPRFile changesLilly Zenovka2009-11-271-3/+6
| | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | Reverted "Updated primbackup from latest meerkat svn (r246)"Jacek Antonelli2009-11-261-610/+49
| | | | | | | | This reverts commit 8af226efd89b2f2190555ce578d4e7f1cde99f32.
* | Updated primbackup from latest meerkat svn (r246)McCabe Maxsted2009-11-091-49/+610
|/
* "Fixed and cleaned up the export permissions check."Jacek Antonelli2009-09-271-53/+54
|
* Updated object backup feature to Meerkat's SVN, imported floater.Jacek Antonelli2009-09-031-7/+11
|
* Fixed some compiler warnings in primbackup.cpp.Jacek Antonelli2009-09-031-1/+1
|
* Applied object import/export patch.Jacek Antonelli2009-09-031-0/+1101