aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, formatting cleanup.Jeff Ames2008-09-232-8/+8
|
* leyla found a capitalization error in one of the OGP messages. Thanks leyla!Teravus Ovares2008-09-231-1/+1
|
* Small fix to eliminate a beauty spotMelanie Thielker2008-09-231-1/+1
|
* Update the permissions system to handle scripts and notecards the wayMelanie Thielker2008-09-232-10/+88
| | | | | | it was meant to. No functional changes, just better code
* * Update in OGP draft 3 protocol spec with regards to seed region requests ↵Teravus Ovares2008-09-231-1/+3
| | | | running over GET instead of POST and the rez_avatar/request cap being wrapped in the capabilities map.
* Move script and notecard open perms checks from ClientView to theMelanie Thielker2008-09-221-2/+127
| | | | | | perms module
* Remove the ugly-as-sin "interop" hack script perms fudging inMelanie Thielker2008-09-221-18/+0
| | | | | | object inventory
* Remove comment in perms module after consulting with awebbMelanie Thielker2008-09-221-6/+2
|
* Fix a small logic error in my perms module changesMelanie Thielker2008-09-221-1/+1
|
* Create CanEditObjectInventory to preserve the abilityMelanie Thielker2008-09-223-26/+49
| | | | | | | to have different permissions on inventory and object edits. This may be needed by the viewer on public grids
* cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2008-09-221-4/+26
| | | | | | | | | | | for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-218-22/+34
| | | | | | | | | ordinary region modules and are able to coexist in one instance. See http://opensimulator.org/wiki/ScriptEngines for details. There were changes to OpenSim.ini.example, please note DefaultScriptEngine. Also see the User docs and FAQ on the Wiki. Default is DotNetEngine.
* Fix another reason for #2218Homer Horwitz2008-09-211-3/+8
|
* * Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey2008-09-211-1/+12
| | | | | | * Allow a grid mode region simulator to properly shutdown even if the grid service is offline
* Don't attach attachements to child agents. This coincidentially fixes a raceHomer Horwitz2008-09-211-0/+3
| | | | | | condition that was the reason for mantis #2218.
* The viewer only stores a screenshot on "Set home to here" if the alert thatHomer Horwitz2008-09-211-1/+2
| | | | | | follows show the text "Home position set.". Changed the message accordingly.
* Completely revert the notecard uploading changes I made, since theyMelanie Thielker2008-09-211-3/+4
| | | | | | appear to break script saves in prims for some.
* Partially implement notecard saves in task inventory. Still makes theMelanie Thielker2008-09-201-3/+3
| | | | | | notecard go read-only, but changes are saved.
* * Fix build error, (maybe)Teravus Ovares2008-09-201-1/+1
| | | | | * Might break something.. hard to say.. 0.o
* * One more tweak in the OGP module to support OGP draft3. Teravus Ovares2008-09-191-1/+8
| | | | | * Recognize the proper cap message for rez_avatar/rez in the response cap.
* * Implements an experimental method to define which region you want to go to ↵Teravus Ovares2008-09-191-9/+136
| | | | in your 'region domain' in OGP.
* * minor: eliminate the current warningsJustin Clarke Casey2008-09-191-2/+2
| | | | | | * you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :)
* * Only allow logins on standalone when the sim has completed it's initial ↵Justin Clarke Casey2008-09-191-3/+3
| | | | | | | | | startup (script startup doesn't count here) * There was a small window where region logins were allowed before modules were loaded - avatars logins that hit this window could have caused bad things to happen. * A similar change will follow for grid mode sometime soon
* * Added null exception handler where we couldn't locate a user data record ↵Teravus Ovares2008-09-192-2/+18
| | | | | | | | in the cache for the user * More OGP tweaks to make it play nice in an error condition. * Still Experimental.
* * Switches content type from application/xml+llsd to application/llsd+xml on ↵Teravus Ovares2008-09-191-2/+37
| | | | | | | | outgoing requests. * Monitors / for getting the seed cap for rez_avatar/request on application/llsd+xml && application/xml+llsd && !application/xml * Experimental, this might break LibOMV temporarily.
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-181-0/+5
| | | | | | | | - Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit)
* * Updates the SQLite region database to support the same properties that the ↵Teravus Ovares2008-09-181-1/+11
| | | | | | | MySQL version does for the table, prims. * If this causes any unit tests to fail, the tests need to be updated.
* adds support to delete a region completely and offers thatDr Scofield2008-09-181-4/+3
| | | | | | | | | | functionality via the console command "delete-region" and also via RemoteAdminPlugin. minor typo fix.
* Kan-Ed fix series.Melanie Thielker2008-09-181-0/+8
| | | | | | | | Correct a condition where a prim is linked before it has been persisted for the first time and is then persisted through it's former SOG with a bad offset position.
* Mantis #2213Melanie Thielker2008-09-181-1/+1
| | | | | | | Thank you, nlin, for a patch that prevents physical prims from being created twice when rezzed from a script.
* Kan-Ed fix series. Fix llTakeControls to behave as documented.Melanie Thielker2008-09-173-4/+7
| | | | | | | | | XEngine fixes: prevent queue overruns, prevent spamming when no key is down. Release controls when conflicting permissions are requested or permissions are refused later. Release when prim or script are deleted. Fixes Scene script instance deletion semantics.
* * minor: oops, remove a warning I just inserted myself - naughty boyJustin Clarke Casey2008-09-161-1/+1
|
* * If an individual scene object throws an exception while storing, deal with ↵Justin Clarke Casey2008-09-162-23/+33
| | | | | | | | this locally rather than letting it propogate up the stack * This will allow other scene objects to persist and stop the exception taking down the whole region server
* Minor formatting cleanup.Jeff Ames2008-09-162-2/+2
|
* From: mike pitman <pitman@us.ibm.com>Dr Scofield2008-09-167-8/+17
| | | | | | | | | | | | | | | | | | New patch (terrainedit2.patch) is attached that passes unit tests ( and in fact supplies the new unit test to pass..:) The previous failure was due to the change of the brush size to be linear instead of exponential, and the fact that the test parameters were assuming the exponentional brush size. This patch also removes dependency on 'duration' argument for adjustment step size. This should address the widely differing reports of instability with terrain editing. Note: 'doing this right' implies ultimately reading the parameters from the ini file, which this patch does not do.
* * refactor: collapse UpdateUserProfileProperties() into existing ↵Justin Clarke Casey2008-09-152-3/+4
| | | | | | | | UpdateUserProfile * the methods were identical except that the Properties one did a check for the user profile beforehand. However, every caller was doing this already anyway.
* reverting r6302Dr Scofield2008-09-153-6/+3
|
* From: mike pitman <pitman@us.ibm.com>Dr Scofield2008-09-153-3/+6
| | | | | | | | | | | | | fixes the terrain spikes, and is the result of mostly a tuning operation on the smooth and flatten tools. I dug in and found that the spikes apparently result from smooth's overly aggressive iteration steps toward the average curvature, which leads to an instability that blows up the heights. I introduced a scaling factor to dampen the 'duration' parameter which tames progress and seems to keep things stable.
* * Remove a hack I put into OGP so that I could test OGP over SSL with the ↵Teravus Ovares2008-09-141-3/+1
| | | | SeedCap response not being SSL
* * This update makes configuring SSL a little easier on Windows XP. It also ↵Teravus Ovares2008-09-141-4/+53
| | | | | | | | | makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes. * There are still a lot of things that are hard coded to use http. They need to be fixed. * Also includes directions * A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work
* Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-09-141-3/+8
| | | | | | | | | Moved intialization of appearance from the SendInitialData event handler into CompleteMovement handler. That ensures that m_appearance is initialized before the inventory is retrieved (so there is a place to check on attachments).
* * Minor fixes and cleanups around code being used for Rex Module work.Adam Frisby2008-09-141-8/+0
|
* Formatting cleanup.Jeff Ames2008-09-131-9/+16
|
* Update svn properties. Minor formatting cleanup. Fix some minor typos. ↵Jeff Ames2008-09-131-2/+2
| | | | Remove some old dead code.
* Update avatar-position while avatar is sitting and the prim is moved (#2159).Homer Horwitz2008-09-132-0/+16
| | | | | | | I decided to make ParentPosition a public property in ScenePresence, because that's exactly what happens (the parent position changes on prim move).
* Remove the cruft of accessing a private member of another module's classMelanie Thielker2008-09-133-0/+16
| | | | | | | from DataSnapshot and replace it with a best practices approach, making it much less dependent on the land module's internal structure and types.
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-3/+3
| | | | | | display root and child agents (mantis #2171).
* * Patch http://opensimulator.org/mantis/view.php?id=2172Justin Clarke Casey2008-09-122-13/+26
| | | | | | | | | * Patch attached that adds the check for uninitialized appearance when inventory items are received and processed. Also attempts to ensure that appearance is initialized even when the profile cache has not been built. * This will not fix the race condition, but should at least remove the unhandled exception that is being reported in Mantis 0002126. * Thanks cmickeyb
* * Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey2008-09-123-0/+18
| | | | | | | * Force ClickAction persistence even if other object properties are not edited * Thanks nlin!
* * Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2008-09-123-6/+14
| | | | | | | | | * This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch.