aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-1/+45
2007-11-24*Shared Modules have feelings too! -- Shared Region Modules that are found in...mingchen1-1/+1
2007-11-24* Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares1-1/+2
2007-11-23* the export-map now takes 'CurrentOrFirst' Scene, not necessarily the Curren...lbsa711-5/+4
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-1/+18
2007-11-18Added "export-map <filename>" console command to the region server that will ...MW1-0/+14
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-1/+2
2007-11-16More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW1-1/+1
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa711-9/+10
2007-11-15* Added MySQLDataStore (adapted from MonoSqlitelbsa711-3/+3
2007-11-14Added "show regions" console command that displays the list of regions in tha...MW1-3/+10
2007-11-13Added "remove-region <region name>" console command that "should" remove the ...MW1-0/+16
2007-11-13Some work on cleanly removing Regions.MW1-4/+0
2007-11-12* Sets ZeroMesher as default. (If you want to cut and hollow, you'll need to...Teravus Ovares1-1/+1
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares1-1/+4
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares1-2/+4
2007-11-06* Added better logging to AssetCachelbsa711-1/+1
2007-11-05Changed it so opensim.exe should scan for new application plugins every time ...MW1-0/+1
2007-11-04Added forgotten ApplicationPlugins directory and moved the load region code o...MW1-42/+21
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW1-1/+11
2007-11-03First part of Scene refactoring:MW1-1/+2
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-15/+16
2007-11-01* Diuerse beavtificatemslbsa711-1/+1
2007-10-31redefault to sqlite for all services, especially now thatSean Dague1-4/+4
2007-10-31* Added a streamhandler that does streams both in and outlbsa711-1/+1
2007-10-30Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax1-1/+2
2007-10-30* Optimized usingslbsa711-33/+35
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-4/+4
2007-10-29* ModuleLoader: Privatized some too-public fieldslbsa711-1/+1
2007-10-29Started the process of cleaning up AssetCache and moving most of the code int...MW1-5/+1
2007-10-28*Replaced -useexecutepath with an updated -inifile extension. You can now spe...mingchen1-15/+15
2007-10-26Added method to create default config file in region server(OpenSim) followin...Tleiades Hax1-5/+74
2007-10-26Temporary fix for a missing Opensim.ini file.MW1-10/+0
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-40/+63
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-0/+4
2007-10-25apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague1-3/+3
2007-10-25* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby1-0/+3
2007-10-24Introduced a build error in the last patchTleiades Hax1-3/+0
2007-10-23* Added "create-region" console command. Syntax: create-region <name> <region...Adam Frisby1-26/+36
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-8/+10
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-10/+8
2007-10-22* Major ass commit.Adam Frisby1-8/+10
2007-10-22Made some changes to the load/save xml format, So that the old format can sti...MW1-1/+22
2007-10-19changes to pass nini config object to the modules that getSean Dague1-27/+27
2007-10-19*Added -useexecutepath to use the path of the .exe as the path to find config...mingchen1-0/+8
2007-10-19* Total refactoring of Asset Server for massive winlbsa711-2/+6
2007-10-18Add gryc's patch to run commands in a shutdown_commands.txt file when the sim...Charles Krinke1-0/+7
2007-10-18Add "force-update", "command-script" & "show modules" to console help.Charles Krinke1-0/+3
2007-10-13OpenSimMain now respects the asset_plugin paramter, and storing of assets wil...Tleiades Hax1-2/+3
2007-10-13Added capbility to use MySQL as the database backend in stand alone mode for ...Tleiades Hax1-3/+1