aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/RegionApplicationBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-2/+0
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-0/+1
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-1/+1
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-3/+8
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-8/+11
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-8/+1
2008-02-04First part of avatar persistence, currently only really works in standalone m...MW1-1/+1
2008-02-02In an attempt to solve multihomed UDP problem I seem to have bound UDP socket...Tedd Hansen1-3/+3
2008-02-02Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen1-2/+8
2008-01-11* Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey1-1/+5
2007-12-27* Optimized usingslbsa711-5/+4
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-1/+1
2007-12-18*Parcels and their access lists now store over multiple sessions when the dat...mingchen1-2/+0
2007-12-17*Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen1-3/+1
2007-12-13Minor cleanupJeff Ames1-2/+2
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-2/+2
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-1/+1
2007-11-30* Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares1-2/+3
2007-11-29* Fixed neighbour range buglbsa711-2/+2
2007-11-28Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW1-0/+1
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa711-3/+7
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares1-3/+4
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen1-2/+11
2007-10-30* Optimized usingslbsa711-13/+12
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-25* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby1-0/+5
2007-10-05== The "right name and place" commit ==lbsa711-1/+0
2007-10-03* minor renaminglbsa711-3/+3
2007-09-24* Started major restructusing of comms to prepare for better grid and region ...lbsa711-1/+1
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+1
2007-09-23* Purged 'Regions' code pending Agent layer grok.lbsa711-3/+2
2007-09-20* moved SceneManager to RegionApplicationBaselbsa711-0/+2
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW1-1/+1
2007-08-16Deleted old inventoryCache.csMW1-15/+10
2007-08-13(DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen1-0/+2
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-1/+1
2007-08-10Made a few changes so that once we enable the sqlite data store (simple line ...MW1-1/+1
2007-08-06Re-added Grid mode. (which had got removed/disabled in revision 1515)MW1-2/+1
2007-08-06* SimpleApp works again:lbsa711-0/+2
2007-07-29Deleting objects should now work. But beware they aren't send to your trash f...MW1-1/+1
2007-07-29Commit 1/2Adam Frisby1-2/+2
2007-07-26* Started renaming world to Scenelbsa711-1/+1
2007-07-22* Some work in progress code: Inventory cache, start of inventory server/serv...MW1-1/+1
2007-07-21* Renamed terrain functions to match OpenSim naming styles.Adam Frisby1-1/+1
2007-07-20* Fixed an config issue (log not initialized in RegionInfo config)lbsa711-2/+1
2007-07-19* Fixing sandbox mode crash caused by removal of LocalStorage during cleanup ...Adam Frisby1-0/+2