aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-2/+0
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW1-0/+2
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW1-1/+9
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-1/+23
2007-08-17* Added new terrain-sim <simname> <terrain commands...> function to run terra...Adam Frisby1-0/+16
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-1/+1
2007-08-17*Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen1-5/+7
2007-08-16Deleted old inventoryCache.csMW1-1/+0
2007-08-16Can now set the plugins for standalone mode's Inventory database (default sql...MW1-4/+9
2007-08-15*Added the ability to run commands after all regions have started upmingchen1-0/+31
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby1-0/+11
2007-08-14Correct caps of Default.lsl for Linux. Thanks again krinkec. :)Tedd Hansen1-1/+1
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-6/+6
2007-08-14Start of Inventory service, currently only (partially) functional in standalo...MW1-5/+1
2007-08-13Disabled ScriptEngine until I add error handling tomorrowTedd Hansen1-4/+4
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-1/+5
2007-08-13(DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen1-0/+9
2007-08-13The Welcome message /message of the day shown in the client during login, can...MW1-1/+4
2007-08-11Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so tha...MW1-11/+7
2007-08-11Made account Authentication optional in "sandbox/standalone" mode. Just chang...MW1-2/+20
2007-08-10I'm sorry but it has now became a case of either it goes or I go, so I'm remo...MW1-1/+1
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-31/+30
2007-08-09Making sure my local working copy is in sync with svn before I start the job ...MW1-1/+1
2007-08-06Re-added Grid mode. (which had got removed/disabled in revision 1515)MW1-2/+12
2007-08-06* commands are done foreach instead of by [i]lbsa711-10/+19
2007-08-06* renamed some scene to worldlbsa711-102/+2
2007-08-06* encapsulated firstname/lastname on ScenePresencelbsa711-6/+5
2007-08-06* SimpleApp works again:lbsa711-20/+13