Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵ | Justin Clarke Casey | 2008-10-14 | 3 | -9/+9 |
| | | | | descriptive of what it actually does | ||||
* | * Make KillObjectPackets reliable | Justin Clarke Casey | 2008-10-14 | 1 | -0/+1 |
| | | | | | | | * This may help http://opensimulator.org/mantis/view.php?id=2377 where large linksets do not always correctly delete - since a lost kill packet to the client could result in the symptoms described | ||||
* | - convert comments into documentation | Mike Mazur | 2008-10-14 | 1 | -38/+40 |
| | | | | | | | - minor formatting adjustments - remove some trailing whitespace | ||||
* | - move comment about assetID and 'attached' in inventory where it belongs | Mike Mazur | 2008-10-14 | 2 | -18/+15 |
| | | | | | | - objectGroup isn't needed here, just use the passed in argument | ||||
* | * Remove warnings, including one which pointed out a bug | Justin Clarke Casey | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | Fix linking phantom and nonphantom prims. Make the error message more friendly | Melanie Thielker | 2008-10-12 | 1 | -1/+1 |
| | | | | | | when estate_settings.xml is empty or missing | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday. | Adam Frisby | 2008-10-12 | 1 | -1/+9 |
| | |||||
* | Fix the fix. Child prims were failing to load. | Melanie Thielker | 2008-10-11 | 1 | -7/+10 |
| | |||||
* | Fix llSetPos to handle child prims correctly. This will fix linked | Melanie Thielker | 2008-10-11 | 1 | -0/+11 |
| | | | | | | sliding doors | ||||
* | Implement the hook needed for the CanTeleport check | Melanie Thielker | 2008-10-11 | 1 | -0/+3 |
| | |||||
* | Add logging in case of a SOG without rootpart | Homer Horwitz | 2008-10-11 | 1 | -0/+5 |
| | |||||
* | - Patching a symptom of the failed WP start. We really need to find the reason | Homer Horwitz | 2008-10-11 | 1 | -1/+8 |
| | | | | | | for that... | ||||
* | 2nd stab at that prim loading nasty | Melanie Thielker | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Fix Nebadon's WP crash (invalid root part from database null-ref) | Melanie Thielker | 2008-10-11 | 1 | -0/+3 |
| | |||||
* | * Removed Heartbeat timer | Teravus Ovares | 2008-10-11 | 1 | -127/+148 |
| | | | | | | | | * Implemented a proper update thread * Removed the UpdateLock Mutex as it's no longer needed because updates can only happen one at a time now. * This should actually improve performance significantly.. But, see the warning on the next line! * Warning: If there are deadlocks that the threadpool timer method was hiding, this will expose them for all the nastiness they are. | ||||
* | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for ↵ | MW | 2008-10-10 | 1 | -1/+1 |
| | | | | the new surface touch parameters in 1.21 viewers. | ||||
* | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, ↵ | MW | 2008-10-10 | 1 | -1/+1 |
| | | | | | | | for the new surface touch parameters in 1.21 viewers. TODO: add the touch args to OnGrabObject and OnDeGrabObject. | ||||
* | very tiny change | MW | 2008-10-10 | 1 | -3/+4 |
| | | | | | | XmlIgnored the SceneObjectPart.SitTargetAvatar property, as (afaik) this is only used to indicate that a avatar is sitting (or about to sit) on the prim. And there are situations where it might not be cleared, like if a client crashes while sitting on the prim. Which results in that avatar's id getting stored in any xml backup or taking the prim into inventory. And then its always classed as a avatar is sitting on that prim. | ||||
* | Add the beginnings of a sim health check (through remote admin) | Melanie Thielker | 2008-10-10 | 1 | -0/+14 |
| | |||||
* | Fixed renaming of in-prim items (Mantis #2366) | Homer Horwitz | 2008-10-09 | 1 | -1/+3 |
| | |||||
* | - Fix wrong order of max/min usage for clipping. Uses Util.Clamp now | Homer Horwitz | 2008-10-08 | 1 | -0/+2 |
| | | | | | | - Add support for immediate switching of Music/Media URLs. Radio-scripts should work now. | ||||
* | * On deselection of objects, stop every object id passed triggering an ↵ | Justin Clarke Casey | 2008-10-08 | 1 | -27/+20 |
| | | | | | | | | | | | update for the entire group * This was not a problem with objects consisting of less than 30 prims, since the extra schedules would be ignored * However, above approximately 30 prims extra schedules would actually occur. * For instance, a 140 prim object would end up triggering approximately 2500 ObjectUpdates to every avatar in range rather than 140 * Hopefully, this change will improve client responsiveness on deselect and was one of the reasons that the AgentThrottle restriction started causing problems yesterday. | ||||
* | Add some permissions checks and fixes | Melanie Thielker | 2008-10-08 | 3 | -8/+70 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 2008-10-07 | 1 | -0/+2 |
| | | | | | | | * Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion! | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-06 | 1 | -8/+8 |
| | |||||
* | * Stop the sim stats reporter reusing the same SimStatsPacket for all clients | Justin Clarke Casey | 2008-10-06 | 2 | -26/+22 |
| | | | | | | | * I believe this was the cause of the remaining packet_out_of_order messages in the Linden client logs * There were race conditions where multiple clientstacks would overwrite each other's sequence numbers | ||||
* | 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. | ||||
* | 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 | 1 | -2/+0 |
| | |||||
* | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 2008-10-06 | 1 | -0/+2 |
| | | | | | | | | | | 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) | ||||
* | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2008-10-06 | 2 | -0/+18 |
| | |||||
* | For symmetry reasons, I think this probably is a bug. | Homer Horwitz | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 2008-10-05 | 1 | -1/+18 |
| | |||||
* | * Fixes the last snag with the EventQueue. The situation where the seedcap ↵ | Teravus Ovares | 2008-10-05 | 1 | -1/+3 |
| | | | | gets lost on teleport. | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-05 | 4 | -12/+12 |
| | |||||
* | * 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 | 1 | -0/+19 |
| | | | | | | | | 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). | ||||
* | 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 | 3 | -22/+10 |
| | | | | | | Thise were client supplied untrusted values we never used anyway. | ||||
* | Guard against negative scale set through LSL functions | Melanie Thielker | 2008-10-04 | 1 | -0/+5 |
| |