| Commit message (Expand) | Author | Age | Files | Lines |
* | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2007-12-06 | 1 | -2/+2 |
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 1 | -1/+1 |
* | * Extended our semi-stupid implementation of in world object permissions to s... | Teravus Ovares | 2007-11-30 | 1 | -2/+3 |
* | * Fixed neighbour range bug | lbsa71 | 2007-11-29 | 1 | -2/+2 |
* | Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl... | MW | 2007-11-28 | 1 | -0/+1 |
* | *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim... | lbsa71 | 2007-11-15 | 1 | -3/+7 |
* | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 2007-11-10 | 1 | -3/+4 |
* | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 2007-11-03 | 1 | -2/+11 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -13/+12 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -1/+1 |
* | * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ... | Adam Frisby | 2007-10-25 | 1 | -0/+5 |
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 1 | -1/+0 |
* | * minor renaming | lbsa71 | 2007-10-03 | 1 | -3/+3 |
* | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 2007-09-24 | 1 | -1/+1 |
* | * Encapsulated all CommunicationsManager services | lbsa71 | 2007-09-24 | 1 | -1/+1 |
* | * Purged 'Regions' code pending Agent layer grok. | lbsa71 | 2007-09-23 | 1 | -3/+2 |
* | * moved SceneManager to RegionApplicationBase | lbsa71 | 2007-09-20 | 1 | -0/+2 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 2007-08-28 | 1 | -1/+1 |
* | Deleted old inventoryCache.cs | MW | 2007-08-16 | 1 | -15/+10 |
* | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2007-08-13 | 1 | -0/+2 |
* | Some cleaning up and removed a few old files no longer in use. | MW | 2007-08-10 | 1 | -1/+1 |
* | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 2007-08-10 | 1 | -1/+1 |
* | Re-added Grid mode. (which had got removed/disabled in revision 1515) | MW | 2007-08-06 | 1 | -2/+1 |
* | * SimpleApp works again: | lbsa71 | 2007-08-06 | 1 | -0/+2 |
* | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 2007-07-29 | 1 | -1/+1 |
* | Commit 1/2 | Adam Frisby | 2007-07-29 | 1 | -2/+2 |
* | * Started renaming world to Scene | lbsa71 | 2007-07-26 | 1 | -1/+1 |
* | * Some work in progress code: Inventory cache, start of inventory server/serv... | MW | 2007-07-22 | 1 | -1/+1 |
* | * Renamed terrain functions to match OpenSim naming styles. | Adam Frisby | 2007-07-21 | 1 | -1/+1 |
* | * Fixed an config issue (log not initialized in RegionInfo config) | lbsa71 | 2007-07-20 | 1 | -2/+1 |
* | * Fixing sandbox mode crash caused by removal of LocalStorage during cleanup ... | Adam Frisby | 2007-07-19 | 1 | -0/+2 |
* | * Cleaned out remaining references to the old LocalStorage system in prep. to... | Adam Frisby | 2007-07-19 | 1 | -3/+2 |
* | *New Configuration System, much easier and less buggy compared to the origina... | mingchen | 2007-07-18 | 1 | -2/+2 |
* | * RegionApplicationBase restructuring now complete | lbsa71 | 2007-07-16 | 1 | -8/+44 |
* | * And yet more restructuring of startup sequence... | lbsa71 | 2007-07-16 | 1 | -4/+12 |
* | * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp | lbsa71 | 2007-07-16 | 1 | -3/+37 |
* | * Since we're discussing it, applying the m_ convention on some members... | lbsa71 | 2007-07-16 | 1 | -7/+7 |
* | * Removed some superfluous assigns | lbsa71 | 2007-07-16 | 1 | -1/+0 |
* | * working on RegionApplicationBase | lbsa71 | 2007-07-16 | 1 | -1/+1 |
* | * Restructured the RegionApplicationBase. | lbsa71 | 2007-07-16 | 1 | -56/+3 |
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -118/+118 |
* | * Some minor renamings | lbsa71 | 2007-07-16 | 1 | -1/+1 |
* | * Added loading methods for NullStorage. | Adam Frisby | 2007-07-15 | 1 | -0/+1 |
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -17/+6 |
* | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 2007-06-27 | 1 | -1/+1 |
* | *Some more restructuring/fixing -- should compile, but high chance I forgot t... | mingchen | 2007-06-27 | 1 | -3/+2 |
* | Some work on restructuring the namespaces / project names. Note this doesn't ... | MW | 2007-06-27 | 1 | -0/+129 |