aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-09minor: correct slightly over-enthusiastic load iar logging messageJustin Clark-Casey (justincc)1-2/+1
2009-11-09fix load iar regression accidentally introduced in last commitJustin Clark-Casey (justincc)1-1/+1
2009-11-09minor: tweak load iar messages to be slightly less verboseJustin Clark-Casey (justincc)1-4/+5
2009-11-09minor: provide updates on number of assets loaded while executing "load iar"Justin Clark-Casey (justincc)1-2/+9
2009-11-09refactor: break actual item load in iar into separate methodJustin Clark-Casey (justincc)1-28/+46
2009-11-09minor: remove some old commented out load iar codeJustin Clark-Casey (justincc)1-30/+0
2009-11-09Tell the user when a 'save iar' has failed because the inventory path could n...Justin Clark-Casey (justincc)1-53/+21
2009-11-09Implement human / escaping for inventory folders as well as itemsJustin Clark-Casey (justincc)1-1/+5
2009-11-09refactor path delimiter in iar utilsJustin Clark-Casey (justincc)1-5/+7
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)5-7/+7
2009-11-09refactor: make human iar escape char a constant rather than a magic charJustin Clark-Casey (justincc)1-3/+5
2009-11-09* for iars, allow item names/folders including "/" to be escaped using "\/"Justin Clark-Casey (justincc)2-4/+87
2009-11-05add unit test for iar & escapingJustin Clark-Casey (justincc)1-2/+94
2009-11-05minor test var name tweakJustin Clark-Casey (justincc)1-7/+7
2009-11-05* Escape / character when saving items and folders in an iar so that the load...Justin Clark-Casey (justincc)2-2/+18
2009-11-05Change the permissions module to use the friend list cache already in theMelanie2-2/+27
2009-11-05Remove a spammy debug message from friends list check in the perms module.Melanie1-20/+2
2009-11-05Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2-2/+41
2009-11-03Fixed a couple of NREs in corner cases.Diva Canto1-0/+6
2009-11-02* Committing missing file from last commit.Adam Frisby1-0/+13
2009-11-02* Implemented some tweaks to monitoring module.Adam Frisby3-1/+95
2009-11-01* Implements new 'Monitoring' system for reporting performance.Adam Frisby13-0/+420
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