aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/RegionApplicationBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* In an attempt to solve multihomed UDP problem I seem to have bound UDP socket...Tedd Hansen2008-02-021-3/+3
* Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen2008-02-021-2/+8
* * Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey2008-01-111-1/+5
* * Optimized usingslbsa712007-12-271-5/+4
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-1/+1
* *Parcels and their access lists now store over multiple sessions when the dat...mingchen2007-12-181-2/+0
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-171-3/+1
* Minor cleanupJeff Ames2007-12-131-2/+2
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-2/+2
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-2/+3
* * Fixed neighbour range buglbsa712007-11-291-2/+2
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-281-0/+1
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712007-11-151-3/+7
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-3/+4
* *Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen2007-11-031-2/+11
* * Optimized usingslbsa712007-10-301-13/+12
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby2007-10-251-0/+5
* == The "right name and place" commit ==lbsa712007-10-051-1/+0
* * minor renaminglbsa712007-10-031-3/+3
* * Started major restructusing of comms to prepare for better grid and region ...lbsa712007-09-241-1/+1
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-1/+1
* * Purged 'Regions' code pending Agent layer grok.lbsa712007-09-231-3/+2
* * moved SceneManager to RegionApplicationBaselbsa712007-09-201-0/+2
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW2007-08-281-1/+1
* Deleted old inventoryCache.csMW2007-08-161-15/+10
* (DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen2007-08-131-0/+2
* Some cleaning up and removed a few old files no longer in use.MW2007-08-101-1/+1
* Made a few changes so that once we enable the sqlite data store (simple line ...MW2007-08-101-1/+1
* Re-added Grid mode. (which had got removed/disabled in revision 1515)MW2007-08-061-2/+1
* * SimpleApp works again:lbsa712007-08-061-0/+2
* Deleting objects should now work. But beware they aren't send to your trash f...MW2007-07-291-1/+1
* Commit 1/2Adam Frisby2007-07-291-2/+2
* * Started renaming world to Scenelbsa712007-07-261-1/+1
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-221-1/+1
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-211-1/+1
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-201-2/+1
* * Fixing sandbox mode crash caused by removal of LocalStorage during cleanup ...Adam Frisby2007-07-191-0/+2
* * Cleaned out remaining references to the old LocalStorage system in prep. to...Adam Frisby2007-07-191-3/+2
* *New Configuration System, much easier and less buggy compared to the origina...mingchen2007-07-181-2/+2
* * RegionApplicationBase restructuring now completelbsa712007-07-161-8/+44
* * And yet more restructuring of startup sequence...lbsa712007-07-161-4/+12
* * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa712007-07-161-3/+37
* * Since we're discussing it, applying the m_ convention on some members...lbsa712007-07-161-7/+7
* * Removed some superfluous assignslbsa712007-07-161-1/+0
* * working on RegionApplicationBaselbsa712007-07-161-1/+1
* * Restructured the RegionApplicationBase.lbsa712007-07-161-56/+3