aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-04-293-41/+206
| | | | | | | | | | | - Adds an admin_modify_region call to allow changing of parcel voice settings and changing of public/private status - add boolean "public" and boolean "enable_voice" to admin_create_region XmlRpc call to allow specifying of public/private status and to allow enabling voice for all parcels; also added config variables to allow setting of defaults for those - fixing cut-and-paste artefacts
* Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva2009-04-292-2/+2
|
* Let estate owners and managers enter nonpublic estates unconditionally.Melanie Thielker2009-04-282-2/+5
| | | | | | 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-284-18/+152
| | | | | | * 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-272-5/+235
| | | | 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-273-34/+341
| | | | | | | | | | | 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-278-192/+211
|
* Update svn properties.Jeff Ames2009-04-273-90/+90
|
* Getting rid of -hypergrid=true on the command line. This config now goes ↵diva2009-04-276-81/+53
| | | | 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.
* Remove some debug messages I have forgotten to take out.Homer Horwitz2009-04-261-2/+0
|
* Thank you, mcortez, for a patch to fix group notice deliveryMelanie Thielker2009-04-261-3/+3
|
* Adapt the opensim.ini example to reflect the php file names actually usedMelanie Thielker2009-04-261-2/+2
| | | | | | in wiredux to reduce confusion a bit
* 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.
* Thanks, Ewe Loon for a patch thatHomer Horwitz2009-04-253-15/+279
| | | | | | provides persistent AvatarAppearance for SQLite. Fixes Mantis #3296.
* 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
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-253-505/+795
| | | | | | | | | | The attached patch fixes a few problems that people were having with the Messaging provided by the XmlRpcGroups optional module, namely: * Fixes 2x echo in group messaging * Fixes problems with cross instance, non-neighbor, messaging
* Fix another typo in the ini exampleMelanie Thielker2009-04-251-1/+1
|
* Fix a typo in OpenSim.ini.exampleMelanie Thielker2009-04-251-1/+1
|
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵Dahlia Trimble2009-04-256-17/+15
| | | | version to REST/json statistics reporting
* * More debug warning message removal in the FreeSwitchVoiceModuleTeravus Ovares2009-04-251-21/+275
|
* - Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz2009-04-243-70/+125
| | | | | - Cleaned up some whitespace
* * Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey2009-04-242-8/+30
|
* some code cleanupDahlia Trimble2009-04-241-18/+0
| | | | | sync with primmesher r35
* Limit hollow size of physics proxy to 95%Dahlia Trimble2009-04-242-2/+4
|
* * minor: move user profile test utils to test/common/setup for future reuseJustin Clarke Casey2009-04-243-1/+17
|
* * Refactor: break out loading of archive paths into inventory into a ↵Justin Clarke Casey2009-04-241-110/+139
| | | | separate method
* * correct spelling mistake in item seiralizationJustin Clarke Casey2009-04-242-3/+2
|
* * minor: make inventory item deserialization code easier to readJustin Clarke Casey2009-04-241-52/+26
|
* * Write basic, incomplete load iar testJustin Clarke Casey2009-04-243-64/+42
|
* silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague2009-04-245-5/+5
| | | | | you know a directory is just a special kind of file on Linux.
* change power linux detection method, the previous method only workedSean Dague2009-04-245-10/+10
| | | | | with interactive logins, not under panda.
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-242-2/+450
| | | | | This commit adds RestFileServices to the REST ApplicationPlugin service.
* * Implements Microthreading for MRM scripting.Adam Frisby2009-04-247-2/+162
| | | | | | | | | | * This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... }
* Update svn properties.Jeff Ames2009-04-240-0/+0
|
* Update svn properties, add copyright headers, formatting cleanup.Jeff Ames2009-04-244-23/+64
|
* * refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey2009-04-238-223/+295
| | | | file
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-239-8/+58
| | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls