aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/FileLoaders (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang7-91/+54
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel4-143/+156
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-1/+1
2012-06-05Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen f...Justin Clark-Casey (justincc)1-2/+0
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2-13/+17
2012-04-20Improve bitmap disposal to do null checks and not to potentially try disposal...Justin Clark-Casey (justincc)1-4/+7
2012-04-20Always dispose of existing opened bitmap from file in SaveFile(), instead of ...Justin Clark-Casey (justincc)1-22/+37
2012-04-20Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and J...Justin Clark-Casey (justincc)2-18/+31
2012-04-20concerns GenericSystemDrawing.csGarmin Kawaguichi1-8/+9
2012-04-03terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui...Garmin Kawaguichi9-0/+55
2012-03-24Use system provided temporary file in "terrain save-tile" to avoid problems w...Justin Clark-Casey (justincc)1-3/+3
2011-04-12Implemented terrain save-tile command. Does the opposite of load-tile. For no...Diva Canto5-0/+77
2011-03-28Added code to load a terrain tile of tiff/jpg format. Previously it only work...Diva Canto1-2/+13
2011-01-28Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens1-20/+219
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-5/+5
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames9-9/+9
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague9-48/+48
2009-02-12* optimized usings.lbsa719-53/+53
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield9-0/+1128