aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)1-1/+8
2010-07-30store terrain module trying to load plugins if plugin path does not existJustin Clark-Casey (justincc)1-2/+7
2010-02-14Revolution is on the roll again! :)Revolution1-0/+41
2009-12-04Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)1-1/+31
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-06-18Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowe...Dahlia Trimble1-1/+4
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-19Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces...Homer Horwitz1-1/+8
2009-04-14Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker1-0/+4
2009-04-13- Moved TerrainModule to the new region-module system.Homer Horwitz1-31/+39
2009-04-04Give a meaningful message if terrain save fails because of a file IO error.idb1-0/+5
2009-03-26* Apply http://opensimulator.org/mantis/view.php?id=865Justin Clarke Casey1-0/+67
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-15/+15
2009-02-12* optimized usings.lbsa711-15/+15
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-5/+5
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey1-1/+1
2009-02-05* Use the commander name to register module commanders instead of providing t...Justin Clarke Casey1-1/+1
2009-02-05* refactor: Split out module Command class into a separate fileJustin Clarke Casey1-1/+1
2009-02-05* refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey1-0/+1
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-0/+1
2009-01-05* Fixes a small bug where load-oar fails due to whitespace in region name.Sean Dague1-3/+3
2008-12-26Prevent exception in terrain module if just the word terrain is entered at th...idb1-0/+5
2008-12-11Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-12-09* Apply terrain flip patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey1-0/+46
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-4/+4
2008-11-11Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker1-6/+7
2008-10-15Check for terrain size=256x256 on "terrain load <file>". This fixesHomer Horwitz1-0/+13
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey1-25/+72
2008-10-06Revert r6697 patch as the build fails.Charles Krinke1-72/+25
2008-10-06Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke1-25/+72
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
2008-08-18Formatting cleanup.Jeff Ames1-8/+8
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ...mingchen1-12/+12
2008-07-14Patch #9147Melanie Thielker1-2/+2
2008-07-03* On client login, send only one terrain patch at a time (with pauses) instea...Justin Clarke Casey1-3/+9
2008-06-29* Allow terrains to be loaded and saved from streams as well as directly to a...Justin Clarke Casey1-0/+61
2008-06-25Minor formatting cleanup.Jeff Ames1-4/+1
2008-06-19Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke1-3/+78
2008-06-14* Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares1-1/+3
2008-05-28* Fixed a slight issue with the LLRAW exporter.Adam Frisby1-1/+2
2008-05-27* Added new InstallPlugin interface to ITerrainModule.Adam Frisby1-10/+21
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-1/+1
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-1/+1
2008-05-04* Updating some file locations.Adam Frisby1-1/+1
2008-05-03* Cleaned up code in Terrain, Tree and Map modules.Adam Frisby1-4/+2
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+3
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-3/+3