aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Log progress messages when loading OAR files with a lot of assetsJohn Hurliman2009-10-291-0/+3
* * Standalone logins will now go through the sequence of "requested region, de...John Hurliman2009-10-281-1/+5
* Make map search work also for hyperlinked regions.Diva Canto2009-10-271-4/+6
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-4/+2
* * Switched all operations on the list of clients that could be either sync or...John Hurliman2009-10-261-1/+1
* Thank you, RemedyTomm, for an update to your previous patch. Garbage-collectMelanie2009-10-261-2/+21
* Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie2009-10-261-2/+24
* * Changed various modules to not initialize timers unless the module is initi...John Hurliman2009-10-231-17/+19
* Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman2009-10-233-11/+21
* * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman2009-10-221-15/+16
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-223-17/+19
* A synchronous call to the messaging server was blocking the process of promot...John Hurliman2009-10-221-1/+7
* * 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