aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield25-9992/+0
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield24-54/+46
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-05* minor: remove mono compiler warningJustin Clarke Casey1-3/+3
2009-02-05* Add the second version of the experimental ObjectAdd Cap. It will handle ↵Teravus Ovares1-38/+146
both versions currently.
2009-02-05* Committing an experimental ObjectAdd module. Intended to work with ↵Teravus Ovares1-0/+260
http://jira.secondlife.com/browse/VWR-8049 . * Catherine contacted us and gave us a LLSD dump to study for implementation. * Still needs to be tested. May not produce expected results.
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-18/+18
- trim trailing whitespace
2009-02-03* Address http://opensimulator.org/mantis/view.php?id=3076 by actually ↵Justin Clarke Casey1-2/+2
eliminating the redundant enable = true commented example * Comment out some startup verbosity from the module if we haven't enabled it
2009-02-03* Fission SceneObjectTests into basic and linking setsJustin Clarke Casey1-1/+1
2009-02-02* Make it more obvious that there is an enabled switch for chat in ↵Justin Clarke Casey1-2/+2
OpenSim.ini.example. * Add default information for other chat settings
2009-02-02* Stop the instant message module from trying to register for the message ↵Justin Clarke Casey1-3/+11
transfer module in PostInitialise() if it hasn't actually been enabled
2009-02-02* Small tweak to move name replacement in friendship offer since server side ↵Justin Clarke Casey1-10/+13
requests don't want the lookup
2009-02-02* Removed erroneous reference to the Data.Base Frameworklbsa711-1/+0
2009-02-02Minor formatting cleanup.Jeff Ames1-1/+1
2009-01-30reporting original request URI if HttpWebRequest failed, addingDr Scofield1-11/+18
try-catch around GetRequestStream (this time for sure)
2009-01-30Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2009-01-30(no commit message)Dr Scofield1-6/+27
2009-01-30fixing: client gets logged out when concierge's broker returns 500Dr Scofield1-2/+19
response. adding: more verbose error logging
2009-01-29* minor: just a few formatting changes and log quieteningJustin Clarke Casey1-4/+6
2009-01-28fix: client gets logged out when concierge's broker returns 500Dr Scofield1-4/+11
response.
2009-01-26(no commit message)Dr Scofield2-6/+6
2009-01-26(no commit message)Dr Scofield2-6/+6
2009-01-26~ fixing bugs in ConciergeServer.py test codeDr Scofield2-6/+6
~ fix bug in ConciergeModule: wrong closing tag for avatars list
2009-01-26adding XML parsing to make sure POST content is welformedDr Scofield1-0/+17
2009-01-26+ adding URI substitution for concierges broker URIDr Scofield1-2/+4
2009-01-26~ moving test server script on level upDr Scofield1-0/+92
2009-01-26~ moving test server script on level upDr Scofield1-66/+0
2009-01-26~ turning synchronous broker update into asynchronous oneDr Scofield1-3/+11
2009-01-26~ fix: Concierge reports avatar leaving region twiceDr Scofield1-3/+1
~ cleaning up log statements
2009-01-26+ completed python test serverDr Scofield1-6/+41
2009-01-26+ adding test server for debugging purposesDr Scofield1-0/+31
2009-01-26~ extending attendee list to include agent nameDr Scofield1-10/+45
+ code to generate full XML avatar list + code to POST XML snipplet
2009-01-26adding timestamp as ISO 8601Dr Scofield1-2/+2
2009-01-26adding XML sniplet generation (start of)Dr Scofield1-0/+16
2009-01-26starting draft attendee list notification support.Dr Scofield1-0/+27
2009-01-26* Providing a way for the rest of the simulator to get at the economy ↵Teravus Ovares1-0/+23
settings through the IMoneyModule interface.
2009-01-22white space & formatting cleanupDr Scofield1-5/+4
2009-01-22From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-2/+6
this patch makes load-oar a bit more tolerant to irrelevant differences in the oar file format. Directory entries are now ignored rather than trying to interpret them as files they hold which results in the load-oar failing. This change makes it easier to manually modify oar files.
2009-01-19* Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares1-39/+34
* Updates LibOMV to r2362
2009-01-18Added an optional password for the IRC moduleDahlia Trimble2-1/+13
2009-01-14* minor: Change around more debugging messagesJustin Clarke Casey2-2/+2
2009-01-13Change fake parcel ids to allow a Z coordinate. Change TP by lureMelanie Thielker1-3/+5
to also transmit and use a Z coordinate.
2009-01-13* minor: Stop friendship termination crashing the client thread if the ↵Justin Clarke Casey1-0/+4
friend to be terminated could not be found
2009-01-10Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble1-34/+39
2009-01-10Thanks jhurliman for a patch that implements progressive texture downloading ↵Dahlia Trimble1-1/+0
- Mantis #2655
2009-01-08* refactor: move url sending from scene to DialogModuleJustin Clarke Casey1-0/+9
2009-01-08* refactor: move code to send a dialog to a user from scene to DialogModuleJustin Clarke Casey1-0/+10
2009-01-08* refactor: move estate dialog to DialogModuleJustin Clarke Casey1-1/+9
* This appeared only to be implemented for the region, and doesn't currently seem to work anyway
2009-01-08* refactor: move code for sending a message to all users in a region to the ↵Justin Clarke Casey1-5/+13
DialogModule
2009-01-08Update svn properties, minor formatting cleanup.Jeff Ames1-0/+1
2009-01-07* refactor: Make some direct IClientAPI calls go through the dialog module ↵Justin Clarke Casey1-1/+11
instead