aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made some changes to the load/save xml format, So that the old format can sti...MW2007-10-221-1/+22
* changes to pass nini config object to the modules that getSean Dague2007-10-191-27/+27
* *Added -useexecutepath to use the path of the .exe as the path to find config...mingchen2007-10-192-0/+9
* * Total refactoring of Asset Server for massive winlbsa712007-10-191-2/+6
* Add gryc's patch to run commands in a shutdown_commands.txt file when the sim...Charles Krinke2007-10-181-0/+7
* Add "force-update", "command-script" & "show modules" to console help.Charles Krinke2007-10-181-0/+3
* * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa712007-10-151-1/+1
* OpenSimMain now respects the asset_plugin paramter, and storing of assets wil...Tleiades Hax2007-10-131-2/+3
* Added capbility to use MySQL as the database backend in stand alone mode for ...Tleiades Hax2007-10-131-3/+1
* (no commit message)Tleiades Hax2007-10-131-1/+3
* Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax2007-10-131-1/+1
* * Now loading modules from ScriptEngines directory as well.lbsa712007-10-101-12/+8
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-3/+5
* Some tiny refactoringMW2007-10-051-5/+4
* more refactoringMW2007-10-031-4/+11
* Some continuation of lbsa71's refactoring of the CommunicationsManager.MW2007-10-031-2/+7
* * Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa712007-10-021-2/+7
* * Fixed Culture-variant parsing of config optionslbsa712007-09-252-3/+5
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-1/+2
* *** CHANGED CONFIG BEHAVIOUR ***lbsa712007-09-241-2/+2
* * Purged 'Regions' code pending Agent layer grok.lbsa712007-09-231-1/+1
* * Continuing refactoring of presencelbsa712007-09-211-8/+6
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-1/+1
* * moved SceneManager to RegionApplicationBaselbsa712007-09-201-21/+20
* * Added TryGetAvatar to SceneManagerlbsa712007-09-201-15/+15
* * Made ClientViewBase abstractlbsa712007-09-181-2/+0
* * Moved some commands from Scene into SceneManager so they could be used with...lbsa712007-09-171-140/+133
* *doh*lbsa712007-09-171-1/+1
* * CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa712007-09-171-130/+84
* Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou...Dalien Talbot2007-09-131-0/+58
* * minor refactoringslbsa712007-09-111-14/+7
* mass update of urls in source code to new websiteSean Dague2007-09-103-3/+3
* A couple of fixes to make sure db4o gets set as the default asset database. A...MW2007-09-101-2/+2
* Added "asset_database =" option to opensim.ini, so the asset database can be ...MW2007-09-101-2/+13
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-1/+2
* Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW2007-09-081-9/+9
* Fixed it so "shutdown" command works when a region is set as the active conso...MW2007-09-041-1/+1
* Removed the exit-region command, now use "change-region root" or "change-regi...MW2007-09-041-19/+22
* Added "show modules" command that if at root level will display a list of loa...MW2007-09-041-0/+7
* Using change-region without a region name will now display the currently acti...MW2007-09-041-3/+14
* Fixed it so change-region works with region names that have spaces in them. MW2007-09-041-8/+33
* Some work on Module loading/management.MW2007-09-041-114/+152
* Config option for loading ScriptEngine (wjordan)Tedd Hansen2007-08-301-3/+12
* Added some place holder classes for various modules.MW2007-08-301-0/+2
* Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW2007-08-281-1/+1
* As part of our "we aim to please" commitment, have added the ability to creat...MW2007-08-281-2/+2
* Start of trying to make Region/Scene more modular. MW2007-08-281-10/+17
* Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW2007-08-271-0/+3
* Deleted a few old files that are no longer used.MW2007-08-271-1/+5
* Applied dalien's "show users" patchMW2007-08-251-1/+1