aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-049-34/+58
| | | | | | | | | | | | | | | | avies are in different sims.
| * | | get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2010-06-049-10/+22
| | |/ | |/| | | | | | | | | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
| * | remove estate stuff in sqlite region migrations since this also exists in ↵Justin Clark-Casey (justincc)2010-06-041-54/+1
| | | | | | | | | | | | | | | | | | estate migrations, change Sandbox to sandbox in sqlite region migrations re-enabling the sqlite data tests revealed these errors!
| * | add sqlite database back to database testsJustin Clark-Casey (justincc)2010-06-042-2/+2
| | | | | | | | | | | | | | | this appears to be okay even though we reuse it between runs without deleting it first. size of the database appears not to be changing though that could be deceptive
| * | minor: comment out region interface registration log msg I accidentally left ↵Justin Clark-Casey (justincc)2010-06-041-2/+2
| | | | | | | | | | | | | | | | | | in last week also changes one log message to print out full exception stack trace on both mono/.net instead of just .net
| * | Fix bug where prim items were not loaded in the new sqlite database handlerJustin Clark-Casey (justincc)2010-06-041-27/+39
| |/ | | | | | | This addresses mantis http://opensimulator.org/mantis/view.php?id=4739
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-021-1/+1
| |\
| | * Applying patch from coyled to fix IAR support with the SimianGrid connectorsJohn Hurliman2010-06-011-1/+1
| | |
| * | Add a forgotten security check. Make the new functions only work on primsMelanie Thielker2010-06-021-0/+6
| | | | | | | | | | | | owned by the host prim owner.
| * | Add two new osFunctions:Melanie Thielker2010-06-025-0/+50
| |/ | | | | | | | | list osGetPrimititveParams(key prim, list rules); osSetPrimitiveParams(key prim, list rules);
| * One should not lock null objects.Melanie Thielker2010-06-011-5/+8
| |
| * Lock the object queue when dequeueingMelanie2010-06-011-78/+81
| |
| * Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include theMelanie2010-06-011-19/+19
| | | | | | | | needed libraries
| * Fix prim returns I broke earlierMelanie Thielker2010-06-011-1/+1
| |
| * Fix prim returns I broke earlierMelanie Thielker2010-06-011-4/+7
| |
| * Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2010-06-015-71/+118
| |
| * Add a method to get the bounding box and root prim offsets within it forMelanie Thielker2010-06-011-0/+44
| | | | | | | | a group of prims.
| * Split GetAxisAlignedBoundingBox into two methods to allow calculation ofMelanie Thielker2010-06-011-3/+20
| | | | | | | | combined bounding boxes and offsets
| * Change the handling of CreateSelected. Only send it on real creation, notMelanie Thielker2010-06-011-1/+2
| | | | | | | | for each prim coming into view.
| * Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker2010-05-315-6/+13
| |
| * Fix a nullref in EventManager caused by RegionReady not setting the sceneMelanie Thielker2010-05-301-0/+1
| |
| * Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker2010-05-301-16/+51
| | | | | | | | | | | | refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore.
| * Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker2010-05-301-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | would be the IDs of the prim owners in whose prims these functions would run. This changes it so the UUID is the SCRIPT CREATOR instead. Further, osfunctions limited by uuid will not run if the creator and owner differ and the owner has mod rights on the script. There is still a danger in passing moodifiable scripts to others, as they can insert a harmful function, then remove the mod rights to make it runnable. As before, care needs to be taken, but where it was modable prims that were the risk before, modable scripts are the weak spot now. In cases where prim owner == script creator == script owner, nothing will change.
| * Get the user's DOB back from the server response properly.Melanie Thielker2010-05-291-1/+1
| |
* | Change the admin kick message to something more generic, "OpenSim Manager" ↵Tom Grimshaw2010-06-031-1/+1
| | | | | | | | is not really accurate
* | Always provide at least 2 packets of a texture (if the texture is larger ↵Tom Grimshaw2010-06-021-0/+3
| | | | | | | | than 1 packet). This fixes compatibility with the newer (broken) SnowGlobe and Emerald viewer(s), but also matches the behaviour of SL.
* | Merge branch 'careminster-presence-refactor' of ↵Melanie Thielker2010-06-021-3/+6
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Fix nullref in cmGetAvatarList() (ported from 0.69)Tom Grimshaw2010-06-011-3/+6
| | |
* | | Add a forgotten security check. Make the new functions only work on primsMelanie Thielker2010-06-021-0/+6
| | | | | | | | | | | | owned by the host prim owner.
* | | Add two new osFunctions:Melanie Thielker2010-06-025-0/+50
|/ / | | | | | | | | list osGetPrimititveParams(key prim, list rules); osSetPrimitiveParams(key prim, list rules);
* | One should not lock null objects.Melanie Thielker2010-06-011-5/+8
| |
* | Lock the object queue when dequeueingMelanie Thielker2010-06-011-78/+81
| |
* | Fix prim returns I broke earlierMelanie Thielker2010-06-012-5/+8
| |
* | Change the handling of CreateSelected. Only send it on real creation, notMelanie Thielker2010-06-011-1/+2
| | | | | | | | for each prim coming into view.
* | Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2010-06-015-71/+118
| |
* | Add a method to get the bounding box and root prim offsets within it forMelanie Thielker2010-06-011-0/+44
| | | | | | | | a group of prims.
* | Split GetAxisAlignedBoundingBox into two methods to allow calculation ofMelanie Thielker2010-06-011-2/+19
| | | | | | | | combined bounding boxes and offsets
* | Merge branch 'careminster-presence-refactor' of ↵Melanie Thielker2010-05-311-16/+16
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Fix casting in llParcelMediaCommandList so that it actually, you know, worksTom Grimshaw2010-05-311-16/+16
| | |
* | | Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker2010-05-315-6/+13
|/ /
* | Fix a nullref in EventManager caused by RegionReady not setting the sceneMelanie Thielker2010-05-311-0/+1
| |
* | Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker2010-05-301-16/+51
| | | | | | | | | | | | refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore.
* | Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker2010-05-301-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | would be the IDs of the prim owners in whose prims these functions would run. This changes it so the UUID is the SCRIPT CREATOR instead. Further, osfunctions limited by uuid will not run if the creator and owner differ and the owner has mod rights on the script. There is still a danger in passing moodifiable scripts to others, as they can insert a harmful function, then remove the mod rights to make it runnable. As before, care needs to be taken, but where it was modable prims that were the risk before, modable scripts are the weak spot now. In cases where prim owner == script creator == script owner, nothing will change.
* | Revert "Meta7 Communities : Authorization service added, skeleton, not yet ↵Melanie Thielker2010-05-291-59/+0
| | | | | | | | | | | | functional" This reverts commit 31439293ccdb5df914dc13287a8f178529fccb6b.
* | Meta7 Communities : Authorization service added, skeleton, not yet functionalTom Grimshaw2010-05-291-0/+59
| |
* | Implement suspended updates - When an operation is occurring on lots of ↵Tom Grimshaw2010-05-295-39/+168
| | | | | | | | prims in a single group, don't schedule any updates until the operation has completed. This makes things like llSetAlpha(LINK_SET,0.0,ALL_SIDES); a *lot* faster, more efficient and less buggy, and also makes unlinking a lot better. Linking is still treacherous.. this needs to be analysed.
* | Merge branch 'careminster-presence-refactor' of ↵Tom Grimshaw2010-05-2922-1035/+1115
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Get the user's DOB back from the server response properly.Melanie Thielker2010-05-291-1/+1
| | |
| * | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-2821-1034/+1114
| |\ \ | | |/
| | * get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵Justin Clark-Casey (justincc)2010-05-284-110/+138
| | | | | | | | | | | | didn't get the authentication server to work and my brain is about to fizzle out my ears