aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Related to previous commits: fixed namespace.Diva Canto2015-09-061-1/+2
* Moved the two region loaders into the RegionLoaderPlugin dll, therefore elimi...Diva Canto2015-09-054-2/+302
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-303-13/+8
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-291-1/+1
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto2014-06-011-1/+2
* varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* Merge branch 'master' into varregionRobert Adams2013-10-071-1/+1
|\
| * Update an AssmblyVersion property that I missed to 0.8.0Justin Clark-Casey (justincc)2013-10-041-1/+1
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* On startup, start scenes after we're set up all local scenes, rather than sta...Justin Clark-Casey (justincc)2013-05-031-8/+15
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+0
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-2/+2
* Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto2012-11-131-2/+2
* Remove the old style module loader and all references to itMelanie2012-11-121-3/+0
* One more module converted: XMLRPCModule. Removed it from the special loading ...Diva Canto2012-11-111-2/+2
* One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto2012-11-111-2/+2
* One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto2012-11-111-2/+2
* Saving estate state is really slow (relatively) and it getsMic Bowman2012-05-101-2/+3
* Slightly change log message in LoadRegionsPluginJustin Clark-Casey (justincc)2011-10-191-1/+1
* Region-UUID - can not be zero-uuidPixel Tomsen2011-10-191-1/+13
* Removed uncalled region load method.Kevin Houlihan2011-09-241-30/+0
* minor: make it clearer in the log where we're loading region config files and...Justin Clark-Casey (justincc)2011-03-251-15/+13
* Fix bug where "My estate" name was always used even if the user entered a dif...Justin Clark-Casey (justincc)2011-02-121-0/+2
* Convert the agent asset transactions module to a new style module.Melanie2010-12-041-2/+2
* Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman2010-08-131-0/+2
* Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie2009-12-281-3/+1
* * Debugging why region loading is occurring so slowly on a setup with 64 regi...Adam Frisby2009-09-061-0/+10
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-012-2/+2
* * Upped version number to 0.6.5lbsa712009-05-251-3/+3
* * Improve loadregions so that all region configs are checked for clashes (e.g...Justin Clarke Casey2009-05-141-20/+15
* * refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey2009-05-141-1/+0
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-2/+2
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-14/+22
* Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs...MW2009-02-271-1/+1
* Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW2009-02-261-3/+1
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-261-2/+20
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-261-10/+17
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-4/+4
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-191-1/+1
* * optimized usings.lbsa712009-02-121-5/+4
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-4/+4
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-1/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+11
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-18/+18
* * If two regions have configuration information that conflicts (save xy locat...Justin Clarke Casey2008-08-181-2/+55