aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-257-45/+45
|
* * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ↵Teravus Ovares2008-05-251-9/+27
| | | | | | | however you can use it to help find out what scripts are causing your simulator to cry. * Access it from the Estate tools/Debug tab.
* Thank you kindly, Grumly57 for a patch to improveCharles Krinke2008-05-251-5/+22
| | | | | XMLRPCModule.cs: RemoteDataReply() and XMLRpcResponse()
* * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares2008-05-252-1/+44
|
* * Refactor: Collapse some multiple remove object pathsJustin Clarke Casey2008-05-241-1/+1
| | | | | | * Push some delete functionality into InnerScene to match what's already there for adding objects
* * Refactor: Change previous commits Object methods to SceneObject methods ↵Justin Clarke Casey2008-05-242-1/+7
| | | | instead, on the basis that this is less likely to cause confusion with c#'s base object type
* * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵Justin Clarke Casey2008-05-241-1/+1
| | | | basis that they all take SOG parameters to improve code readability for now
* * Fixes endless loop in the Land Module when selecting any object.Teravus Ovares2008-05-242-0/+6
| | | | | * Fixes returning objects when the object owner hasn't been in the simulator since the simulator started up last.
* * Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey2008-05-243-22/+67
| | | | | | | * Not yet reusing serialization module - this will happen in the future * No user functionality yet
* This enables return from the parcel object owner display.Teravus Ovares2008-05-244-24/+100
| | | | | There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
* * Implements selected object return.Teravus Ovares2008-05-241-25/+45
| | | | | * If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it.
* forgot to actually remove IRCBridgeModule.FindClientRegion()Dr Scofield2008-05-231-32/+0
|
* IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield2008-05-232-3/+860
| | | | | | | | | | | | | | | | | | | | | | | | | | | | finding out which region a new avatar was logging in to; the same problem occurred when the client/avatar logged out. the reason was mani-fold: - Scene.AddNewClient(...) would call SubscribeToClientEvents(client) which would subscribe to all client events and then call TriggerOnNewClient(...) BEFORE the ScenePresence object had even been created and added. i've moved the TriggerOnNewClient() call to the end of Scene.AddNewClient() - Scene.AddNewClient(...) is called with child == true; a later call to ScenePresence.MakeRootAgent() will turn child to false. When OnNewClient is triggered, child is still true, causing IRCBridgeModule's FindClientRegion to ignore the ScenePresence of the new avatar. i've changed IRCBridgeModule to still use OnNewClient and also OnLogout and OnConnectionClosed but only to signal that the avatar has logged on (logged off respectively). to track whether an avatar has actually entered a region i've added EventManager.OnMakeRootAgent (complementing OnMakeChildAgent). also, i've cleaned up the internal IRCModule code a bit. currently it still uses IClientAPI.SendChatMessage() which replicates the code in ChatModule, that needs to be changed to use TriggerOnChatFromWorld().
* *Refactor of the LandManagementModule that allows OpenSim to run without itmingchen2008-05-232-868/+965
|
* i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield2008-05-231-709/+37
| | | | | | | | | | | | | ChatModule is now only doing in-world chat. IRCBridgeModule is only doing, well, bridging chat to/from IRC. Both modules are now using a new OnChatFromWorld event handler (which Scene.PacketHandler is feeding for chat from in-world instead of going via the Interface method). This refactoring will allow us to easily add other bridge modules (e.g., an XMPP bridge module). there is still a bug in IRCBridgeModule (inherited from the old ChatModule) where FindClientRegion does not really find the client region...
* Thank you kindly, Melanie, for:Charles Krinke2008-05-231-1/+2
| | | | | | | Nothing huge, but the new button code for producing a new script does well, but the script will not allow for name change once created. It reverts back to new script.
* Thank you kindly, Melanie, for a patch which:Charles Krinke2008-05-231-0/+4
| | | | | | | | | Previously, upload charging was possible only for UPD uploads. This is because UDP uploads are charged by the viewer, while in CAPS, this was changed to be server side, so hackers couldn't avoid paying the upload charge. This patch adds a method to allow implementation of this serverside charge.
* * Plug in stubbed out archiver moduleJustin Clarke Casey2008-05-223-2/+123
|
* changing more 'raw' HTTP status codes to OSHttpStatusCodes.Dr Scofield2008-05-221-2/+3
|
* Clean out some crufty in AvatarFactoryModule Sean Dague2008-05-211-0/+2
| | | | | | | | | | Fix RequestUpdateInventoryItem so that asset changes generate a new asset, which is needed for editing appearance to do the right thing. Persistant appearance seems to work after this, except you need to rebake textures some times.
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-202-4/+8
| | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs
* Add copyright notices.Jeff Ames2008-05-206-11/+171
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* * minor: Just a few documentation odds and endsJustin Clarke Casey2008-05-181-2/+9
|
* * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule.Adam Frisby2008-05-181-9/+0
|
* * Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵Teravus Ovares2008-05-182-9/+52
| | | | half tiny amount implemented.
* Thank you very kindly, Melanie for: Charles Krinke2008-05-171-2/+3
| | | | | | | The money module witll register (claim) an interface slot, even when disabled. This patch fixes it so that it will not register to supply this interface unless it's activated.
* * Tweaked patch mantis 1302 and committing it.Teravus Ovares2008-05-172-3/+18
|
* Formatting cleanup.Jeff Ames2008-05-171-1/+1
|
* * Applying patch in mantis 0001293: [PATCH] Fix a bug that corrupts uploaded ↵Teravus Ovares2008-05-161-3/+4
| | | | assets on disk write from Melane. Thanks Melanie!
* * Eliminate occurences of "Got a texture uuid ... with no sender object to ↵Justin Clarke Casey2008-05-161-2/+16
| | | | handle it..." by properly dealing with the situation where a client still has queued texture requests when it logs out
* Formatting cleanup.Jeff Ames2008-05-1628-185/+185
|
* Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵Teravus Ovares2008-05-151-1/+7
| | | | | | | | propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
* * Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ↵Teravus Ovares2008-05-151-8/+85
| | | | | | | Thanks Melanie! * Adds hooks in the permission module for CanReadScript, CanEditScript, CanCopyInventory, CanDeleteInventory, CanEditNotecard, CanViewNotecard, CanViewScript.. and a few more. The functionality in the default module returns true.
* * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵Teravus Ovares2008-05-142-19/+16
| | | | permissions modules. From Melanie. Thanks Melanie!
* * Start recording as a statistic the number of times we start blocking ↵Justin Clarke Casey2008-05-141-2/+4
| | | | | | | | repetitive client requests for the same missing texture * This is to maintain some visibility on the problem, since I removed the intentionally irritating log messages for this
* * Fixed deleting prim.Teravus Ovares2008-05-141-1/+1
|
* * Applying patches from Melanie to cover permissions module. Thanks!Adam Frisby2008-05-141-0/+9
|
* * Added standard copyright and removed un-necessary using of ↵Teravus Ovares2008-05-141-1/+0
| | | | libsecondlife.Packets
* * Adding the very bare minimum for the client to register user as having the ↵Teravus Ovares2008-05-142-38/+15
| | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets.
* Formatting cleanup.Jeff Ames2008-05-144-42/+36
|
* * Added 3 warnings in response to the warnings. Adam, read the warnings.Teravus Ovares2008-05-141-0/+1
|
* * Refactored OutPacket out of ScenePresence Teravus Ovares2008-05-142-1/+10
| | | | | * Down to 65 warnings.
* * Removed 19 warningsTeravus Ovares2008-05-143-4/+4
|
* * Refactored OutPacket and FirstName/LastName out of Friends Module.Teravus Ovares2008-05-142-27/+23
|
* * Added the same catch on the 2nd place that objects fail to lock.Teravus Ovares2008-05-141-0/+7
|
* * Applying Melanie's FriendList related crash patch. She discovered that ↵Teravus Ovares2008-05-141-1/+8
| | | | .NET throws a different error then mono does. Thanks Melanie!
* *Locked objects can now be unlockedmingchen2008-05-131-1/+1
|
* *Locked objects now delete after accepting warning as expectedmingchen2008-05-131-9/+9
|
* * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for ↵Adam Frisby2008-05-131-2/+2
| | | | fixing a really dumb bug.
* *Complete redo of the permissions modulemingchen2008-05-135-378/+545
| | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed