aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-2/+2
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-2/+2
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie1-3/+1
2009-09-06* Debugging why region loading is occurring so slowly on a setup with 64 regi...Adam Frisby1-0/+10
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2-2/+2
2009-05-25* Upped version number to 0.6.5lbsa711-3/+3
2009-05-14* Improve loadregions so that all region configs are checked for clashes (e.g...Justin Clarke Casey1-20/+15
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey1-1/+0
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-2/+2
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-14/+22
2009-02-27Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs...MW1-1/+1
2009-02-26Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW1-3/+1
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW1-2/+20
2009-02-26Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW1-10/+17
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa711-4/+4
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa711-1/+1
2009-02-12* optimized usings.lbsa711-5/+4
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-4/+4
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+11
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-18/+18
2008-08-18* If two regions have configuration information that conflicts (save xy locat...Justin Clarke Casey1-2/+55
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls....Mike Mazur1-0/+11
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur1-5/+0
2008-07-11Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke1-0/+5
2008-07-10Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke1-5/+0
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-2/+15
2008-06-26small change to last commitMW1-4/+4
2008-06-26As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW1-4/+4
2008-06-01* Refactor: Split opensim background server into a separate classJustin Clarke Casey1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares1-0/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-2/+2
2008-05-01* Cleaning code still.Adam Frisby1-2/+2
2008-04-29* Little more spring cleaning.Adam Frisby2-9/+15
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+6
2008-03-18Formatting cleanup.Jeff Ames2-52/+50
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-2/+2
2008-02-07Update version numbers to 0.5Jeff Ames1-2/+2
2008-02-05Converted logging to use log4net.Jeff Ames2-9/+11
2008-01-15* Mother of all commits:Adam Frisby1-1/+29
2008-01-05Removed ModuleName because its like that and thats the way it is (according t...Tedd Hansen1-4/+0
2008-01-05Implicit interface definitions (maybe Mono won't crash?)Tedd Hansen1-1/+1
2008-01-05Added ModuleName to /OpenSim/StartUp modules + debug messages during startupTedd Hansen1-0/+4
2008-01-05Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen1-2/+2
2007-12-27* Optimized usingslbsa712-29/+25
2007-12-23Some log fixing for the LoadRegionsPluginJustin Clarke Casey1-8/+8
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-1/+28