aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/FileLoaders (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby9-897/+0
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.
2008-04-27* Added String(FileExtension) property to ITerrainLoader to allow us to ↵Adam Frisby5-0/+26
determine which file extension this loader is capable of handling. * Added ITerrainLoader import capability to Terrain Plugins module - this allows you to write new terrain format plugins without modifying the terrain module directly.
2008-04-21* Terrain Module code has been reformatted to comply with guidelines.Adam Frisby9-79/+77
* Fixed a variety of code quality issues. (Yes, I've found ReSharper.)
2008-04-17* Added a directory for the SVN module. More about to come.* SVNBackupModuleAdam Frisby1-1/+1
* See OpenSim.ini.example settings for how to use * Only compatible with svn:// and http:// authentication for the moment (and only using simple authentication). SSL/SSH key support is supported by the library used (SvnDotNet), but is not yet supported in OpenSim. * Use the command "svn save" to make a copy of your regions to SVN. Presently this is not an automatic process, but such a feature is on the todo list. * It will in your repository create a subdirectory for each region with the regions UUID, inside there it will create a 'terrain load' compatible 'heightmap.r32', and a load-xml2 compatible 'objects.xml' plus information files. * Untested on Linux, some compatibility work may be needed by Linux peoples. The dependencies will be the same as for SvnDotNet which is supposedly mono-compatible.
2008-04-13* Added some comments to terrain module.Adam Frisby2-3/+57
* Fixed a range issue in the GenericSystemDrawing saving mechanism.
2008-04-06Update svn properties.Jeff Ames5-315/+315
2008-04-06* Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby5-0/+315
* Added MapImageModule for handling world-map * Added new DefaultTerrainGenerator.cs * Added BMP loader * Added GIF loader * Added PNG loader * Added TIFF loader
2008-04-06* Various terrain engine fixesAdam Frisby1-9/+42
* Includes patch #894 fixes for terrain load-tile * Large number of other terrain fixes and new commands included.
2008-03-30**Big ass update warning**Adam Frisby4-0/+67
* Renamed plugin console message, to send a message to a plugin, use either "plugin <message>", or any unrecognised message will be sent ("plugin" sends explicitly) This replaces the old "script <message>". * Terrain commands - "terrain <command>" now works again. "Script terrain <command>" does not. Many of the commands have now been reimplemented, eg load-tile. However some have new syntax. * New console command handler, you can now use things like "terrain help" or "terrain save help". See TerrainModule.cs for an example of how to use the new "Commander" class. * Commander class - advanced processing of console input and also enables a script API to be generated from registered console commands.
2008-03-25Fix a few compiler warnings.Jeff Ames1-2/+0
2008-03-18Formatting cleanup.Jeff Ames4-104/+104
2008-03-08* Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc.Adam Frisby1-2/+1
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames4-5/+5
2008-03-03Updated svn properties.Jeff Ames2-210/+210
2008-03-03Fixed typo.Jeff Ames1-2/+2
2008-03-03* Oops, fixed.Adam Frisby1-3/+3
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby4-11/+286
* Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
2008-02-27Update svn properties.Jeff Ames2-132/+132
2008-02-27* Committing file loaders - forgot yesterday.Adam Frisby2-0/+132