aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added "remove-region <region name>" console command that "should" remove the ...MW2007-11-131-0/+16
* Some work on cleanly removing Regions.MW2007-11-131-4/+0
* * Sets ZeroMesher as default. (If you want to cut and hollow, you'll need to...Teravus Ovares2007-11-121-1/+1
* * adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares2007-11-111-1/+4
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-2/+4
* * Added better logging to AssetCachelbsa712007-11-061-1/+1
* Changed it so opensim.exe should scan for new application plugins every time ...MW2007-11-051-0/+1
* Added forgotten ApplicationPlugins directory and moved the load region code o...MW2007-11-041-42/+21
* normalized line endingsJeff Ames2007-11-041-17/+17
* Added forgotten IApplicationPlugin fileMW2007-11-041-0/+17
* Added support for OpenSim application plugins (as requested by Adam), which u...MW2007-11-041-1/+11
* First part of Scene refactoring:MW2007-11-031-1/+2
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-031-15/+16
* * Diuerse beavtificatemslbsa712007-11-011-1/+1
* redefault to sqlite for all services, especially now thatSean Dague2007-10-311-4/+4
* * Added a streamhandler that does streams both in and outlbsa712007-10-311-1/+1
* Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax2007-10-301-1/+2
* * Optimized usingslbsa712007-10-304-84/+71
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-293-8/+8
* * ModuleLoader: Privatized some too-public fieldslbsa712007-10-291-1/+1
* Started the process of cleaning up AssetCache and moving most of the code int...MW2007-10-291-5/+1
* *Replaced -useexecutepath with an updated -inifile extension. You can now spe...mingchen2007-10-281-15/+15
* Added method to create default config file in region server(OpenSim) followin...Tleiades Hax2007-10-261-5/+74
* Temporary fix for a missing Opensim.ini file.MW2007-10-262-10/+3
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-40/+63
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-0/+4
* fix line endingsSean Dague2007-10-251-132/+132
* apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague2007-10-252-4/+4
* * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby2007-10-252-0/+135
* Introduced a build error in the last patchTleiades Hax2007-10-241-3/+0
* * Added "create-region" console command. Syntax: create-region <name> <region...Adam Frisby2007-10-231-26/+36
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-8/+10
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-10/+8
* * Major ass commit.Adam Frisby2007-10-221-8/+10
* 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