aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-10-13(no commit message)Tleiades Hax1-1/+3
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax1-1/+1
2007-10-10* Now loading modules from ScriptEngines directory as well.lbsa711-12/+8
2007-10-10* Gave ModuleLoader some good lovin'lbsa711-3/+5
2007-10-05Some tiny refactoringMW1-5/+4
2007-10-03more refactoringMW1-4/+11
2007-10-03Some continuation of lbsa71's refactoring of the CommunicationsManager.MW1-2/+7
2007-10-02* Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa711-2/+7
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-0/+2
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+2
2007-09-24*** CHANGED CONFIG BEHAVIOUR ***lbsa711-2/+2
2007-09-23* Purged 'Regions' code pending Agent layer grok.lbsa711-1/+1
2007-09-21* Continuing refactoring of presencelbsa711-8/+6
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-1/+1
2007-09-20* moved SceneManager to RegionApplicationBaselbsa711-21/+20
2007-09-20* Added TryGetAvatar to SceneManagerlbsa711-15/+15
2007-09-18* Made ClientViewBase abstractlbsa711-2/+0
2007-09-17* Moved some commands from Scene into SceneManager so they could be used with...lbsa711-140/+133
2007-09-17*doh*lbsa711-1/+1
2007-09-17* CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa711-130/+84
2007-09-13Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou...Dalien Talbot1-0/+58
2007-09-11* minor refactoringslbsa711-14/+7
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10A couple of fixes to make sure db4o gets set as the default asset database. A...MW1-2/+2
2007-09-10Added "asset_database =" option to opensim.ini, so the asset database can be ...MW1-2/+13
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-1/+2
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-9/+9
2007-09-04Fixed it so "shutdown" command works when a region is set as the active conso...MW1-1/+1
2007-09-04Removed the exit-region command, now use "change-region root" or "change-regi...MW1-19/+22
2007-09-04Added "show modules" command that if at root level will display a list of loa...MW1-0/+7
2007-09-04Using change-region without a region name will now display the currently acti...MW1-3/+14
2007-09-04Fixed it so change-region works with region names that have spaces in them. MW1-8/+33
2007-09-04Some work on Module loading/management.MW1-114/+152
2007-08-30Config option for loading ScriptEngine (wjordan)Tedd Hansen1-3/+12
2007-08-30Added some place holder classes for various modules.MW1-0/+2
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW1-1/+1
2007-08-28As part of our "we aim to please" commitment, have added the ability to creat...MW1-2/+2
2007-08-28Start of trying to make Region/Scene more modular. MW1-10/+17
2007-08-27Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW1-0/+3
2007-08-27Deleted a few old files that are no longer used.MW1-1/+5
2007-08-25Applied dalien's "show users" patchMW1-1/+1
2007-08-24Hopefully fixed the issue of inventory not working for the master account. (N...MW1-22/+26
2007-08-24Small bit of refactoring to the startup command script code (moved it into a ...MW1-15/+27