aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-29* Log progress messages when loading OAR files with a lot of assetsJohn Hurliman1-0/+3
2009-10-28* Standalone logins will now go through the sequence of "requested region, de...John Hurliman1-1/+5
2009-10-27Make map search work also for hyperlinked regions.Diva Canto1-4/+6
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-4/+2
2009-10-26* Switched all operations on the list of clients that could be either sync or...John Hurliman1-1/+1
2009-10-26Thank you, RemedyTomm, for an update to your previous patch. Garbage-collectMelanie1-2/+21
2009-10-26Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie1-2/+24
2009-10-23* Changed various modules to not initialize timers unless the module is initi...John Hurliman1-17/+19
2009-10-23Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman3-11/+21
2009-10-22* Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman1-15/+16
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman3-17/+19
2009-10-22A synchronous call to the messaging server was blocking the process of promot...John Hurliman1-1/+7
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2-7/+3
2009-10-20Reverting the deletion of files related to texture sending until we figure ou...John Hurliman4-0/+866
2009-10-20* Removing cruft left over from the conversion to the new texture sending and...John Hurliman9-1112/+45
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman2-3/+3
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2-6/+5
2009-10-19Formatting cleanup.Jeff Ames1-2/+2
2009-10-16More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded(...John Hurliman1-2/+6
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman3-9/+10
2009-10-14Moved some code up to AddRegion, so that other modules that depend on it don'...Diva Canto1-6/+6
2009-10-13* Fixes some prim crossings on megaregions with regions beyond the 512m markTeravus Ovares (Dan Olivares)1-4/+6
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2-8/+12
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto4-1/+49
2009-10-120004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie1-37/+270
2009-10-10Fix selling objectsMelanie1-4/+3
2009-10-09Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman1-2/+2
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie5-62/+51
2009-10-07Revert "Merging in diva's locking fixes"Melanie5-62/+51
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto5-51/+62
2009-10-06* Removed verbose debug messageDiva Canto2-2/+2
2009-10-06Removing dependencies on System.Runtime.Remoting.Diva Canto1-0/+4
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman3-4/+0
2009-10-05* minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)4-12/+9
2009-10-05GetRegionByPosition: use the cache, Luke.Diva Canto2-0/+28
2009-10-04* KeepAlive set to false in expect_user and log_off.Diva Canto1-4/+9
2009-10-04Stream needs to be closed before the file can be moved...Diva Canto1-5/+6
2009-10-04Make sure to close the file streams on the FlotsamCache, even if something fa...Diva Canto1-4/+12
2009-10-03Fix my build breakMelanie1-2/+2
2009-10-03Small permissions tweakMelanie1-1/+4
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman3-9/+9
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)8-268/+304
2009-10-02* Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby1-4/+52
2009-10-01* Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman1-1/+0
2009-10-01Formatting cleanup.Jeff Ames7-8/+8
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2-529/+161
2009-09-30Revert "Attempting to improve the robustness of texture decoding by always ig...Melanie1-68/+168
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-168/+68
2009-10-01Formatting cleanup.Jeff Ames41-193/+193
2009-09-29Minor bug fixes.Diva Canto2-1/+4