aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker2009-05-023-10/+11
| | | | | | | | to recycley data blocs within a packet. Recycle the ObjectUpdate* data blocks. Speeds up loading even more. This may mean that the packet pool is now viable.
* Add a tweakable for the prim queue preloadMelanie Thielker2009-05-013-9/+19
|
* Throttle prim sending a bit (again) to ensure the queues don't overrun andMelanie Thielker2009-05-011-2/+2
| | | | | | clog
* Add methods to block and queue agent updates during region crossing and TPMelanie Thielker2009-05-011-0/+43
| | | | | | | This is to ensure integrity of animations and script states with regard to controls pressed or released. No user functionality yet.
* Send the animations of all already present avatar to an avatar entering a simMelanie Thielker2009-05-011-0/+6
| | | | | | to stop the "folded legs" on simcross
* Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker2009-05-013-75/+207
|
* * refactor: move iar name hashing into a methodJustin Clarke Casey2009-04-301-1/+1
|
* Estate owners who are not administrators, even in god mode, should not beMelanie Thielker2009-04-301-1/+1
| | | | | | able to edit a real god's objects. Minor tweak.
* Thank you, mpallari, for a patch that correct the behavior of the avatarMelanie Thielker2009-04-301-3/+1
| | | | | | | performance patch. Fixes Mantis #3562
* Fixed a bug in the permissions module, where if there were multiple admins, ↵MW2009-04-301-7/+21
| | | | the client permissions flags were sent incorrectly, which stopped one admin being able to edit another admin's objects. Even thought the comments in the code said that admins should be able to edit each other's objects.
* Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker2009-04-304-15/+66
| | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-293-156/+280
| | | | | | | | | The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations.
* Catch another j2k decode exception that can be caused by a bad assetMelanie Thielker2009-04-291-29/+34
|
* Fix a crash that will hit when an image asset is truncated in storageMelanie Thielker2009-04-291-1/+11
|
* * Correct log message formatJustin Clarke Casey2009-04-293-95/+95
| | | | | | * Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
* * Add test to check temp profile creation on iar loadJustin Clarke Casey2009-04-292-8/+4
|
* * Apply further groups xmlrpc to stop an exception in the exception handlerJustin Clarke Casey2009-04-292-33/+90
| | | | | | * Thanks mcortez
* * Apply http://opensimulator.org/mantis/view.php?id=3557Justin Clarke Casey2009-04-291-1/+19
| | | | | | | * Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure * Thanks mcortez
* * Apply http://opensimulator.org/mantis/view.php?id=3554Justin Clarke Casey2009-04-291-1/+1
| | | | | | | * Stop converting serviceURL to all lower case. * Thanks mcortez
* * Actually change the default oar file name to region.oar instead of ↵Justin Clarke Casey2009-04-291-1/+1
| | | | scene.oar, for clarity
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-294-7/+5
|
* * Make scene.oar the default oar target rather than scene.oar.tar.gz, in an ↵Justin Clarke Casey2009-04-291-1/+1
| | | | attempt to reduce confusion
* * Add missing System.Reflection reference from last commitJustin Clarke Casey2009-04-291-0/+1
|
* * Adjust load iar unit test to check load of items with creator names that ↵Justin Clarke Casey2009-04-291-7/+17
| | | | exist in the system but which are not the loading user
* Again, completely revamp the unlink code to finally allow unlinking Melanie Thielker2009-04-292-124/+131
| | | | | | | | arbitrary combinations of root and child prims from one or multiple link sets. Please test throughly and consider things UNSTABLE until this is proven out.
* fixes exception thrown when client session is shutdown whileDr Scofield2009-04-291-0/+2
| | | | | packethandler still active
* Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva2009-04-291-1/+1
|
* Let estate owners and managers enter nonpublic estates unconditionally.Melanie Thielker2009-04-281-2/+2
| | | | | | Let gods go to nonpublic estates as well.
* * Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2009-04-282-4/+4
|
* * Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2009-04-282-12/+44
|
* * Add preliminary code for resolving iar profile namesJustin Clarke Casey2009-04-282-17/+22
| | | | | | * Not yet active
* Correctly handle group owned land in the Datasnapshot module. Will returnMelanie Thielker2009-04-281-16/+28
| | | | | | | owner uuid = grou uuid ans owner name = group anme for group land now. Group name is now filled in
* Thank you, Fly-Man, for a patch that fixes propagating the groupMelanie Thielker2009-04-281-1/+1
| | | | | | | id into the data snapshot properly Fixes Mantis #3545
* Make sure that, on "Anyone can copy" the person copying the objectMelanie Thielker2009-04-271-3/+3
| | | | | | | | | has transfer perms as well as copy perms. This may block some cases where the owner would normally be able to take copy. Fixes Mantis #3464
* Another attempt at mantis #3527.diva2009-04-271-1/+11
|
* Thanks Tommil for a patch that adds a caching option to ↵diva2009-04-271-5/+18
| | | | GetAssetStreamHandler. It is used in the RegionAssetService.
* Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker2009-04-273-31/+136
| | | | | | | capabilities in OSSL. Fixes Mantis #3543
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-271-0/+5
| | | | | | | | | | | | | | If an avatar is sitting when the client disconnects, the avatar is not disassociated from the SOG on which (s)he was sat. This produces any, and varied, effects. I have updated RemoveCLient in Scene, to check, and stand the client up immediately prior to disconnect. This seems like the most robust way to handle the situation. Though in this case it might be worth factoring out the animations from other standup processing. It does no harm, but in this case it is entirely redundant.
* Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker2009-04-273-0/+93
| | | | | | | osGetNumberOfNotecardLines Fixes Mantis #2942
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-271-33/+49
| | | | | | | | | | | Added support for access control lists. Scene: Added test to AddNewClient for an entry in the access list when connecting to a region with limited access. EstateSettings: Added an HasAccess(UUID) property to test for an entry in the estate's access list. RemoteAdmin: Add RPC calls for admin_acl_list, clear, add, and remove.
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-277-147/+166
|
* Update svn properties.Jeff Ames2009-04-273-90/+90
|
* Getting rid of -hypergrid=true on the command line. This config now goes ↵diva2009-04-274-66/+49
| | | | inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.
* HGWorldMap got a bit out of sync during the introduction of the new module ↵diva2009-04-262-100/+15
| | | | system. Should work now. Fixes mantis #3533.
* Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵diva2009-04-261-3/+3
| | | | section in ini doesn't exist.
* - Setting groups-messaging module to by disabled by default (groups module ↵Homer Horwitz2009-04-261-3/+3
| | | | | | | already is). - Make sure it really is Close()d when the configuration isn't sane.
* Thank you, mcortez, for a patch to fix group notice deliveryMelanie Thielker2009-04-261-3/+3
|
* Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke2009-04-261-0/+39
| | | | | | | PRIM_TEXGEN not in llSetPrimitiveParams. Patch has been included to implement it.
* Thank you kindly, RemedyTomm, for a patch that fixes:Charles Krinke2009-04-251-1/+4
| | | | | | | | | llSetPrimitiveParams in a large linkset can disrupt the entire region. However, when the script is in a large linkset, it appears to totally lag out the scene and stops updates from being sent.
* Remove second timestamp in offline IM, the client already adds oneMelanie Thielker2009-04-251-4/+0
|