aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-26Wait for OnOarFileSaved event callback before executing scriptSean McNamara2-8/+29
We want to execute the (optional) user script after I/O is done on the oar. I wasn't aware that ArchiveRegion is asynchronous -- now I am. Should fully resolve comment 0018290 at http://opensimulator.org/mantis/view.php?id=5440
2011-04-23AutoBackup: Removed unneeded imports.Sean McNamara1-1/+0
2011-04-23Fix most issues raised by justincc: ↵Sean McNamara2-764/+854
http://opensimulator.org/mantis/view.php?id=5440
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-9/+3
to the entity update queue. The number of property packets can become significant when selecting/deselecting large numbers of objects. This is experimental code.
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+3
to the entity update queue. The number of property packets can become significant when selecting/deselecting large numbers of objects. This is experimental code.
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+3
to the entity update queue. The number of property packets can become significant when selecting/deselecting large numbers of objects. This is experimental code.
2011-04-12Fixup the global defaults config parsing code.Sean McNamara1-15/+25
2011-04-11Fix NREs harder.Sean McNamara1-16/+23
2011-04-11Fix some NREs on certain paths.Sean McNamara1-6/+22
2011-04-11AutoBackup: Support region-independent settings too.Sean McNamara1-57/+175
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData ↵Justin Clark-Casey (justincc)1-1/+1
counts populated by LandManagementModule. In order to pass ILandObject into IClientAPI.SendLandProperties(), had to push ILandObject and IPrimCounts into OpenSim.Framework from OpenSim.Region.Framework.Interfaces, in order to avoid ci Counts are showing odd behaviour at the moment, this will be addressed shortly.
2011-02-28Fix small bug with remove region; update settings docs.Sean McNamara1-6/+8
Our impl of IRegionModuleBase.RemoveRegion didn't remove the scene from the states map.
2011-02-28First pass at busy heuristics. Compile-tested only.Sean McNamara1-6/+63
2011-02-28Be smarter about stopping timers. Cleanup formatting.Sean McNamara1-277/+225
Use a boolean flag to tell timers that fire after IRegionModuleBase.Close() is called that they should not execute. Also, I used MonoDevelop's auto-formatting feature to format the code uniformly. No guarantee about variable names though.
2011-02-26First working commit of AutoBackupModule.Sean McNamara1-11/+23
It seems to do something! Heuristics are still TODO, but this is alpha 1.
2011-02-25Start the timer. (Could it be that simple?)Sean McNamara1-0/+1
2011-02-25s/True/trueSean McNamara1-1/+1
2011-02-25Make timer auto-respawn.Sean McNamara1-3/+6
2011-02-25Config works, but timer isn't firing. Hmm.Sean McNamara1-5/+7
2011-02-25Try to fix config one more time.Sean McNamara1-11/+14
Note that the way we specify settings has changed significantly here.
2011-02-19More relevant console messages, and maybe fix config problemSean McNamara1-19/+6
2011-02-19Fix an actual bug in the timer interval calculation (minutes -> msec)Sean McNamara1-3/+15
2011-02-19More debug messagesSean McNamara1-0/+10
2011-02-19Fix config source stuff harder (debug console prints only; no fix yet)Sean McNamara1-0/+11
2011-02-19Fix config source by taking it from InitializeSean McNamara1-1/+3
2011-02-19Add [Modules] option for unconditionally disabling entire module globally ↵Sean McNamara1-1/+24
(for easy configuration)
2011-02-19Let GetNextFile do all the string-building work for SEQUENTIAL.Sean McNamara1-1/+1
2011-02-19First cut of AutoBackupModule; only compile-tested so farSean McNamara1-0/+540
2011-02-05Honor check of m_Enabled in WorldViewModule.Diva Canto1-0/+3
2010-12-30Implement SendPlacesReplyMelanie1-0/+4
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)1-0/+4
* Adds an item that checks to see if the top request has been there for longer then 30 seconds without an update and sends an AbortXfer if it encounters one. This allows the client to cancel the Xfer on it's side so you can re-select the prim and get the inventory when it fails the first time. * Some interesting locking... Using NewFiles to lock the rest of them. We'll see how that goes. * The goal of this is to ensure that Xfers are restartable when they fail. The client will not do that on it's own.
2010-10-22Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-21Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-20Major refactoring of appearance handling.Master ScienceSim2-9/+9
AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations.
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie2-3/+7
functional
2010-10-06Convert worldview to GETMelanie1-7/+11
2010-10-06Change the URL /worldview to /worldview/<region id> to support multiregionMelanie2-3/+4
2010-10-06Convert the BMP to a JPEG image and return it. This should be testable.Melanie1-1/+7
2010-10-06Add the parameter plumbing and image generationMelanie2-2/+22
2010-10-06Add WOrldView request handler and plumbingMelanie2-0/+155
2010-10-06Add WorldView module skeletonMelanie1-0/+80
2010-10-04Formatting cleanup.Jeff Ames1-1/+1
2010-10-02So, the client can have an old idea of the object properties for the object ↵Melanie1-0/+24
when it goes to buy. This can cause a problem in the buy process. Additionally Hazim mentioned that the buy packets are spoofable. The core modules are the crowing glory example of best practice :P, so therefore, setting the example here, Validate Client sent Buy Data. WebAppSecurity 101, Never trust a client. Validate Validate Validate! Or you'll have problems whether intentional or not.
2010-10-02Reapplying the parts of the prior revert that were not derived from theMelanie1-2/+2
original patch
2010-10-02Revert "Forward-port 0.6 fix"Melanie1-2/+2
This reverts commit 90b51dc7d67507e27c4baa529e979de19dce8de1.
2010-09-30Forward-port 0.6 fixMelanie1-2/+2
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-2/+1
2010-08-16Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ↵Diva Canto1-0/+4
affected.
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to ↵Diva Canto1-1/+1
TeleportStart, and now sending this upon all teleports, not just some, and in the right place (EntityTransferModule).