aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-12* Added some new syntax options for the Monitor Module's HTTP poll.Adam Frisby1-0/+30
2009-11-10* Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)9-1768/+0
* Moves the mono_metadata_token_from_dor message to a different module on loading.
2009-11-10Broke the monster RegionLoaded method in RegionCombinerModule into 4 smaller ↵Diva Canto1-224/+248
methods. Let's see if this avoids a mono bug that is making megaregions not work in mono. Long shot, but worth a try.
2009-11-11* Added HTTP polling for Statistics Monitor Module (access via ↵Adam Frisby1-1/+24
http://sim.com:httpport/monitorstats/regionUUID/) * Returns simple formatted XML document containing statistical data on the current sim. * Example: <data> <AgentCountMonitor>5.0000</AgentCountMonitor> ... </data>
2009-11-10Fixed XMLRPC return paramsMic Bowman1-1/+1
Signed-off-by: Melanie <melanie@t-data.com>
2009-11-09refactor out iar escapingJustin Clark-Casey (justincc)3-17/+26
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 ↵Justin Clark-Casey (justincc)1-53/+21
not be found
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
* also, "\" has to be escaped as "\\" * add item name unit test for escaped characters
2009-11-08Patch from Snoopy2. Fixes Mantis #4342Melanie2-8/+43
fixes problems when group owned land was abandoned by the land owner or reclaimed by the estate manager or by god. Beside that this new patch makes it possible, that users can buy land directly for a group, if the buyer has the required permissions.
2009-11-06Fixing the build breakJohn Hurliman1-2/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman9-33/+20
unknown asset type, and log an error if it ever does happen
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 ↵Justin Clark-Casey (justincc)2-2/+18
loader doesn't barf
2009-11-05Change the permissions module to use the friend list cache already in theMelanie2-2/+27
friends module instead of requesting the entire friends list over the network each time a prim is touched.
2009-11-05Remove a spammy debug message from friends list check in the perms module.Melanie1-20/+2
Replace the integer compares with proper bitflags checking from libOMV. Friends rights are now functional.
2009-11-05Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2-2/+41
Applied with major changes. Core functionality commented pending review for possible rights escalation. No user functionality yet.
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
* Output is prettier & more useful. * Added 'Alerts' to allow rules to be constructed using Monitors to detect for events such as deadlocks. This will be translated to SNMP Traps when I get SNMP implemented.
2009-11-01* Implements new 'Monitoring' system for reporting performance.Adam Frisby13-0/+420
* Mostly the same set as the StatsMonitor used for Viewer notification, but exposes some new frametimes - including EventMS, PhysicsUpdateMS, LandUpdateMS; new memory monitoring - both GC.TotalMemory and Process.PrivateWorkingMemory64; also exposes ThreadCount (using System.Diagnostics.Process) * Type 'monitor report' on the console to see output. * SNMP Implementation forthcoming.
2009-10-29* Log progress messages when loading OAR files with a lot of assetsJohn Hurliman1-0/+3
* Change the PhysicsCollision callback for objects to send full contact point information. This will be used to calculate the collision plane for avatars * Send the physics engine velocity in terse updates, not the current force being applied to the avatar. This should fix several issues including crouching through the floor and walking through walls
2009-10-28* Standalone logins will now go through the sequence of "requested region, ↵John Hurliman1-1/+5
default region, any region" before giving up * Hip offset should have been added not subtracted (it's a negative offset). This puts avatar feet closer to the ground * Improved duplicate checking for terse updates. This should reduce bandwidth and walking through walls
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 ↵John Hurliman1-1/+1
or async to use Scene.ForEachClient() instead of referencing ClientManager directly * Added a new [Startup] config option called use_async_when_possible to signal how to run operations that could be either sync or async * Changed Scene.ForEachClient to respect use_async_when_possible * Fixing a potential deadlock in Parallel.ForEach by locking on a temporary object instead of the enumerator (which may be shared across multiple invocations on ForEach). Thank you diva
2009-10-26Thank you, RemedyTomm, for an update to your previous patch. Garbage-collectMelanie1-2/+21
the transfers that never happen.
2009-10-26Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie1-2/+24
before the file data to be transfered is ready.
2009-10-23* Changed various modules to not initialize timers unless the module is ↵John Hurliman1-17/+19
initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary * Wrapped the Bitmap class used to generate the world map tile in a using statement to dispose of it after the JPEG2000 data is created
2009-10-23Experimental change to use an immutable array for iterating ScenePresences, ↵John Hurliman3-11/+21
avoiding locking and copying the list each time it is accessed
2009-10-22* Send out m_bodyRot everywhere instead of m_rotation. Still have no clue ↵John Hurliman1-15/+16
which is right * Fix WorldMapModule.process() to not trip the watchdog timer
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ↵John Hurliman3-17/+19
use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
2009-10-22A synchronous call to the messaging server was blocking the process of ↵John Hurliman1-1/+7
promoting an agent to a root agent (logins and teleports). Changed to an async method
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵John Hurliman2-7/+3
Util.FireAndForget() * Changed Util.FireAndForget() to use any of five different methods set with async_call_method in the [Startup] section of OpenSim.ini. Look at the example config for possible values
2009-10-20Reverting the deletion of files related to texture sending until we figure ↵John Hurliman4-0/+866
out exactly what is and isn't needed
2009-10-20* Removing cruft left over from the conversion to the new texture sending ↵John Hurliman9-1112/+45
and UDP code * Changing the cache modules to only initialize the caches if they are actually enabled. Should save a bit of resources from unused cache systems
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman2-3/+3
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). ↵John Hurliman2-6/+5
This avoids .NET remoting and a managed->unmanaged->managed jump. Overall, a night and day performance difference * Initialize the LLClientView prim full update queue to the number of prims in the scene for a big performance boost * Reordered some comparisons on hot code paths for a minor speed boost * Removed an unnecessary call to the expensive DateTime.Now function (if you *have* to get the current time as opposed to Environment.TickCount, always use DateTime.UtcNow) * Don't fire the queue empty callback for the Resend category * Run the outgoing packet handler thread loop for each client synchronously. It seems like more time was being spent doing the execution asynchronously, and it made deadlocks very difficult to track down * Rewrote some expensive math in LandObject.cs * Optimized EntityManager to only lock on operations that need locking, and use TryGetValue() where possible * Only update the attachment database when an object is attached or detached * Other small misc. performance improvements
2009-10-19Formatting cleanup.Jeff Ames1-2/+2
2009-10-16More debugging of RegionCombinerModule.RegionLoaded() by making ↵John Hurliman1-2/+6
RegionLoaded() a two line function