aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/RegionApplicationBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-4/+5
* * More refactorings of UDPServer.Adam Frisby2008-05-021-5/+5
* * More clientstack abstractions - We now only have a single constructor call ...Adam Frisby2008-05-021-4/+4
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 are...Adam Frisby2008-05-021-9/+8
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-0/+1
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+1
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-281-7/+7
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-211-0/+3
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+4
* further renaming of properties for claritySean Dague2008-04-101-2/+2
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-2/+2
* Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW2008-03-291-1/+4
* * Make standalone non-home region caps work again.Justin Clarke Casey2008-03-241-1/+2
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-2/+0
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-101-0/+1
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-1/+1
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-3/+8
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+11
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-8/+1
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-1/+1
* 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