aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-212-7/+3
* Reverting the deletion of files related to texture sending until we figure ou...John Hurliman2009-10-204-0/+866
* * Removing cruft left over from the conversion to the new texture sending and...John Hurliman2009-10-209-1112/+45
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-192-3/+3
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...John Hurliman2009-10-191-2/+2
|\
| * Formatting cleanup.Jeff Ames2009-10-191-2/+2
* | * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2009-10-192-6/+5
* | More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded(...John Hurliman2009-10-161-2/+6
* | * Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2009-10-153-9/+10
|/
* Moved some code up to AddRegion, so that other modules that depend on it don'...Diva Canto2009-10-141-6/+6
* Merge branch 'master' into htb-throttleMelanie2009-10-146-42/+325
|\
| * * Fixes some prim crossings on megaregions with regions beyond the 512m markTeravus Ovares (Dan Olivares)2009-10-131-4/+6
| * * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-124-1/+49
| * 0004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie2009-10-121-37/+270
* | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-132-8/+12
* | Merge branch 'master' into htb-throttleMelanie2009-10-101-4/+3
|\ \ | |/
| * Fix selling objectsMelanie2009-10-101-4/+3
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-091-2/+2
|/
* Revert "Merging in diva's locking fixes"Melanie2009-10-075-62/+51
* Merging in diva's locking fixesJohn Hurliman2009-10-065-51/+62
|\
| * Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-065-51/+62
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-thr...John Hurliman2009-10-063-2/+6
|\ \ | |/
| * * Removed verbose debug messageDiva Canto2009-10-062-2/+2
| * Removing dependencies on System.Runtime.Remoting.Diva Canto2009-10-061-0/+4
* | Fixing a few compile errors in the previous commitJohn Hurliman2009-10-063-4/+0
|/
* * minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)2009-10-054-12/+9
* GetRegionByPosition: use the cache, Luke.Diva Canto2009-10-052-0/+28
* * KeepAlive set to false in expect_user and log_off.Diva Canto2009-10-041-4/+9
* Stream needs to be closed before the file can be moved...Diva Canto2009-10-041-5/+6
* Make sure to close the file streams on the FlotsamCache, even if something fa...Diva Canto2009-10-041-4/+12
* Merge branch 'diva-textures-osgrid'Melanie2009-10-043-9/+9
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-023-9/+9
* | Fix my build breakMelanie2009-10-031-2/+2
* | Small permissions tweakMelanie2009-10-031-1/+4
* | Merge branch 'master' into diva-texturesMelanie2009-10-028-268/+304
|\ \
| * | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-028-268/+304
* | | Merge branch 'master' into diva-texturesMelanie2009-10-0265-540/+2738
|\ \ \ | |/ / | | / | |/ |/|
| * * Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby2009-10-021-4/+52
| * Formatting cleanup.Jeff Ames2009-10-017-8/+8
| * Formatting cleanup.Jeff Ames2009-10-0141-193/+193
| * Minor bug fixes.Diva Canto2009-09-292-1/+4
| * A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto2009-09-291-1/+20
| * Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
| * Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-281-1/+28
| |\
| | * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+28
| * | Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto2009-09-282-2/+15
| |/
| * Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing...Diva Canto2009-09-271-3/+0
| * Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
| * Neighbours cache working.Diva Canto2009-09-274-8/+121
| * Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-273-7/+8