| Commit message (Expand) | Author | Files | Lines |
2009-10-26 | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 1 | -4/+2 |
2009-10-26 | * Switched all operations on the list of clients that could be either sync or... | John Hurliman | 1 | -1/+1 |
2009-10-26 | Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect | Melanie | 1 | -2/+21 |
2009-10-26 | Thank you, RemedyTomm, for a patch to handle Xfer requests being dropped | Melanie | 1 | -2/+24 |
2009-10-23 | * Changed various modules to not initialize timers unless the module is initi... | John Hurliman | 1 | -17/+19 |
2009-10-23 | Experimental change to use an immutable array for iterating ScenePresences, a... | John Hurliman | 3 | -11/+21 |
2009-10-22 | * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi... | John Hurliman | 1 | -15/+16 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 3 | -17/+19 |
2009-10-22 | A synchronous call to the messaging server was blocking the process of promot... | John Hurliman | 1 | -1/+7 |
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 2 | -7/+3 |
2009-10-20 | Reverting the deletion of files related to texture sending until we figure ou... | John Hurliman | 4 | -0/+866 |
2009-10-20 | * Removing cruft left over from the conversion to the new texture sending and... | John Hurliman | 9 | -1112/+45 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 2 | -3/+3 |
2009-10-19 | * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This... | John Hurliman | 2 | -6/+5 |
2009-10-19 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-10-16 | More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded(... | John Hurliman | 1 | -2/+6 |
2009-10-15 | * Removed some of the redundant broadcast functions in Scene and SceneGraph s... | John Hurliman | 3 | -9/+10 |
2009-10-14 | Moved some code up to AddRegion, so that other modules that depend on it don'... | Diva Canto | 1 | -6/+6 |
2009-10-13 | * Fixes some prim crossings on megaregions with regions beyond the 512m mark | Teravus Ovares (Dan Olivares) | 1 | -4/+6 |
2009-10-13 | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 2 | -8/+12 |
2009-10-12 | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 4 | -1/+49 |
2009-10-12 | 0004246: [Patch] FlotsamAssetCache deep scan & cache | Melanie | 1 | -37/+270 |
2009-10-10 | Fix selling objects | Melanie | 1 | -4/+3 |
2009-10-09 | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai... | John Hurliman | 1 | -2/+2 |
2009-10-07 | Revert "Rewrote parts of the code that were double-locking different objects.... | Melanie | 5 | -62/+51 |
2009-10-07 | Revert "Merging in diva's locking fixes" | Melanie | 5 | -62/+51 |
2009-10-06 | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 5 | -51/+62 |
2009-10-06 | * Removed verbose debug message | Diva Canto | 2 | -2/+2 |
2009-10-06 | Removing dependencies on System.Runtime.Remoting. | Diva Canto | 1 | -0/+4 |
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 3 | -4/+0 |
2009-10-05 | * minor: tweak asset cache logging levels downwards | Justin Clark-Casey (justincc) | 4 | -12/+9 |
2009-10-05 | GetRegionByPosition: use the cache, Luke. | Diva Canto | 2 | -0/+28 |
2009-10-04 | * KeepAlive set to false in expect_user and log_off. | Diva Canto | 1 | -4/+9 |
2009-10-04 | Stream needs to be closed before the file can be moved... | Diva Canto | 1 | -5/+6 |
2009-10-04 | Make sure to close the file streams on the FlotsamCache, even if something fa... | Diva Canto | 1 | -4/+12 |
2009-10-03 | Fix my build break | Melanie | 1 | -2/+2 |
2009-10-03 | Small permissions tweak | Melanie | 1 | -1/+4 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 3 | -9/+9 |
2009-10-02 | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 8 | -268/+304 |
2009-10-02 | * Attempting to fix a issue with console commands & the estate module. Again. | Adam Frisby | 1 | -4/+52 |
2009-10-01 | * Rewrote LLImageManager to use a real priority queue and hold minimal state | John Hurliman | 1 | -1/+0 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 7 | -8/+8 |
2009-09-30 | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 2 | -529/+161 |
2009-09-30 | Revert "Attempting to improve the robustness of texture decoding by always ig... | Melanie | 1 | -68/+168 |
2009-09-30 | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 1 | -168/+68 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 41 | -193/+193 |
2009-09-29 | Minor bug fixes. | Diva Canto | 2 | -1/+4 |
2009-09-29 | A little hack to see if this fixes the problems with ~20% of SOG's becoming p... | Diva Canto | 1 | -1/+20 |
2009-09-28 | Fixed bug in Check4096 (HG). | Diva Canto | 1 | -2/+2 |
2009-09-28 | Improved the Local grid connector to fetch data from the DB when it doesn't f... | Diva Canto | 2 | -2/+15 |