Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 2008-10-06 | 4 | -0/+28 | |
| | ||||||
* | Exclude attachments from parcel prim counts | Melanie Thielker | 2008-10-06 | 1 | -1/+1 | |
| | ||||||
* | Implement ForceOwnerPermissive and God TakeCopy | Melanie Thielker | 2008-10-06 | 3 | -0/+23 | |
| | ||||||
* | Cause inventory items to also be sold when a prim is sold | Melanie Thielker | 2008-10-06 | 1 | -4/+1 | |
| | ||||||
* | Fix a number of errors in transfer of objects | Melanie Thielker | 2008-10-06 | 3 | -5/+16 | |
| | ||||||
* | Remove an unnecessary perms check. This caused prim movement to be disabled | Melanie Thielker | 2008-10-06 | 1 | -14/+1 | |
| | | | | | | | on parcels that had prim entry turned off. This needs to be reintroduced with proper parcel boundary checks. | |||||
* | MapItems/Green Dots | Teravus Ovares | 2008-10-06 | 1 | -19/+63 | |
| | | | | | | * Fixes 1 too large count in region you're in (Region no longer reports the green dot about yourself to you) * For all local requests, the region will check itself instead of going to it's web service. (optimization) | |||||
* | Fix a nullref | Melanie Thielker | 2008-10-06 | 1 | -1/+1 | |
| | ||||||
* | One should not commit even the smallest fox without compile. Fix build break | Melanie Thielker | 2008-10-06 | 1 | -6/+6 | |
| | ||||||
* | More perms fixes. Reinstate the move flag | Melanie Thielker | 2008-10-06 | 1 | -6/+10 | |
| | ||||||
* | Fix a privilege escalation with linked sets | Melanie Thielker | 2008-10-06 | 1 | -3/+6 | |
| | ||||||
* | Revert r6697 patch as the build fails. | Charles Krinke | 2008-10-06 | 18 | -177/+117 | |
| | ||||||
* | Mantis#2336. Thank you kindly, Ralphos for a patch that: | Charles Krinke | 2008-10-06 | 1 | -3/+8 | |
| | | | | | | | | Prevent EventAbortException inner exceptions of TargetInvocationException being re-thrown from OpenSim.Region.ScriptEngine.Shared.ScriptBase. Executor.ExecuteEvent | |||||
* | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 2008-10-06 | 18 | -117/+177 | |
| | | | | | | | | | | Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform) | |||||
* | Patch by Fly-Man, with modifications. Add more fields to DataSnapshot. | Melanie Thielker | 2008-10-06 | 1 | -11/+36 | |
| | | | | | | This changes yes/no to true/false. Will likely break Metaverseink in some way. | |||||
* | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2008-10-06 | 5 | -0/+36 | |
| | ||||||
* | * Green dots on the mainmap for avatar. | Teravus Ovares | 2008-10-06 | 4 | -0/+214 | |
| | | | | | | * Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated. | |||||
* | For symmetry reasons, I think this probably is a bug. | Homer Horwitz | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Small optimization: Don't ask gridserver about regions on the local instance. | Homer Horwitz | 2008-10-05 | 1 | -0/+7 | |
| | ||||||
* | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 2008-10-05 | 1 | -1/+18 | |
| | ||||||
* | Fixed small coordinate issue: The center is (min+max)/2, not (max-min)/2 | Homer Horwitz | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Fix a problem with land-search and non-convex parcels. | Homer Horwitz | 2008-10-05 | 1 | -2/+39 | |
| | | | | | | You'll need to update your snapshots. | |||||
* | * Fixes the last snag with the EventQueue. The situation where the seedcap ↵ | Teravus Ovares | 2008-10-05 | 1 | -1/+3 | |
| | | | | gets lost on teleport. | |||||
* | Revert the packet resend timing changes. They caused login issues in primmy | Melanie Thielker | 2008-10-05 | 1 | -2/+2 | |
| | | | | | | regions. | |||||
* | Add parcel info "UUID" to snapshot | Melanie Thielker | 2008-10-05 | 1 | -0/+6 | |
| | ||||||
* | Craters, take 2. Remove old discard logic and absolute discard timer. | Melanie Thielker | 2008-10-05 | 1 | -47/+27 | |
| | | | | | | | | | Introduce a resend counter on the ack queue. The header "Resent" field is now obsolete. Implement 3 resends on reliable packets, variable. Increase default resend timeout to 3000ms and default silence threshold to 350ms. | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-05 | 10 | -57/+57 | |
| | ||||||
* | * An update to the UDP Packet handler which might make the giant sized ↵ | Teravus Ovares | 2008-10-05 | 1 | -1/+1 | |
| | | | | craters go away. | |||||
* | Remove a console debug output | Melanie Thielker | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Change category in snapshot to a number, to match the one in search | Melanie Thielker | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | Add a dummy "dwell" value to the data snapshot | Melanie Thielker | 2008-10-05 | 1 | -1/+5 | |
| | ||||||
* | Small bug fix | Melanie Thielker | 2008-10-05 | 1 | -0/+1 | |
| | ||||||
* | Plumb in the DirPlacesReply packet | Melanie Thielker | 2008-10-05 | 3 | -0/+39 | |
| | ||||||
* | Fix Mantis #2281: touch events in non-default states in DNE work again. | Homer Horwitz | 2008-10-04 | 1 | -1/+1 | |
| | ||||||
* | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 2008-10-04 | 3 | -0/+26 | |
| | ||||||
* | * Tidy up configuration stuff, eliminated default setting duplication along ↵ | Justin Clarke Casey | 2008-10-04 | 2 | -59/+46 | |
| | | | | | | | | | the way * This revision also makes the exception catcher of last resort print to the log instead of just the console * This means logs should now capture sim crashing exceptions, though not those which are caused by a crash of the virtual machine itself | |||||
* | * minor: both OpenSimBase and the Voice and RemoteAdmin modules were ↵ | Justin Clarke Casey | 2008-10-04 | 1 | -18/+0 | |
| | | | | | | | | checking whether any config was set * Resolve redundancy by removing the OpenSimBase check - if modules are recieve nini config directly they should probably be the ones to do the checking | |||||
* | Mantis#2316. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-10-04 | 2 | -7/+31 | |
| | | | | | | | | | | | | Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE. | |||||
* | * minor: Remove warning | Justin Clarke Casey | 2008-10-04 | 1 | -1/+1 | |
| | ||||||
* | * Check in the second part of ↵ | Justin Clarke Casey | 2008-10-04 | 1 | -35/+29 | |
| | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=2334 since enough time has passed such that servers following head have probably updated * This patch aims to store look at data when an avatar logs off in grid mode * However, in my short test it doesn't appear to be working yet - numbers are being stored but they don't look correct * But this doesn't appear to cause any login problems * Thanks tyre | |||||
* | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 2008-10-04 | 2 | -2/+55 | |
| | | | | | | | | instead of the 130s timeout somewhere. Additionally, mark the map-tile as offline. This partly fixes the TP problems of Mantis 2332; the rest is a viewer problem (just relogin). | |||||
* | Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms. | Dahlia Trimble | 2008-10-04 | 1 | -0/+4 | |
| | ||||||
* | Cause a request to a different attachment point to taint the attachment so | Melanie Thielker | 2008-10-04 | 1 | -0/+6 | |
| | | | | | | that the attachment point is saved even if nothing else changed | |||||
* | Prevent a new asset being created on every detach of an attachment | Melanie Thielker | 2008-10-04 | 1 | -0/+1 | |
| | ||||||
* | Mantis #2330 | Melanie Thielker | 2008-10-04 | 1 | -5/+4 | |
| | | | | | | Fixes use of the saved attachment point from asset | |||||
* | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 2008-10-04 | 5 | -26/+12 | |
| | | | | | | Thise were client supplied untrusted values we never used anyway. | |||||
* | Guard against negative scale set through LSL functions | Melanie Thielker | 2008-10-04 | 2 | -0/+8 | |
| | ||||||
* | Remove type="owner" from the data snapshot. Made the parser choke and there | Melanie Thielker | 2008-10-04 | 1 | -3/+3 | |
| | | | | | | is no need for it, as there is no other type | |||||
* | Tiny performance tweak | Melanie Thielker | 2008-10-04 | 1 | -2/+1 | |
| | ||||||
* | Avoid a gratuitious KillObject storm on region crossing | Melanie Thielker | 2008-10-04 | 1 | -2/+5 | |
| |