Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Just some OGP maintenance. Standards adherence type stuff. | Teravus Ovares | 2008-10-10 | 1 | -7/+12 | |
| | ||||||
* | A bit more estate fudging | Melanie Thielker | 2008-10-10 | 2 | -2/+13 | |
| | ||||||
* | Add the beginnings of a sim health check (through remote admin) | Melanie Thielker | 2008-10-10 | 2 | -0/+19 | |
| | ||||||
* | Fixed renaming of in-prim items (Mantis #2366) | Homer Horwitz | 2008-10-09 | 1 | -1/+3 | |
| | ||||||
* | Clean up webmap-generation a bit: | Homer Horwitz | 2008-10-09 | 1 | -17/+3 | |
| | | | | | | | - Remove some duplicated code - Avoid unnecessary allocation of variables/values if only used once anyway. | |||||
* | - Fix wrong order of max/min usage for clipping. Uses Util.Clamp now | Homer Horwitz | 2008-10-08 | 2 | -2/+4 | |
| | | | | | | - Add support for immediate switching of Music/Media URLs. Radio-scripts should work now. | |||||
* | - removed some unnecessary conversions (double -> double) | Homer Horwitz | 2008-10-08 | 1 | -2/+2 | |
| | ||||||
* | * minor: Comment out initial regularly occuring EventQueueGet log debug ↵ | Justin Clarke Casey | 2008-10-08 | 1 | -11/+9 | |
| | | | | message for now, as previously discussed with Ter | |||||
* | * 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. | |||||
* | Mantis#2354. Thank you kindly, Tglion for a patch that: | Charles Krinke | 2008-10-08 | 1 | -0/+24 | |
| | | | | | | | | | The average-value of modify.ModifyBlock.Height in LLClientView.cs:4170 seem to be incorrect or it isn't the average? Mhhh... So the terrain build -> Flaten Sphere is unuseable. I have put in a patch that contains a workaround while the main problem is not solved. | |||||
* | * Re-enables map item requests. | Teravus Ovares | 2008-10-08 | 1 | -51/+261 | |
| | | | | | | | | * Puts remote requests in a single worker thread * Worker thread only starts when there are agents to serve * When there are no agents to serve, it shuts down * A good example of how to deal with threads in non-shared modules so they don't end up consuming threads per regions | |||||
* | warning squashing | Dr Scofield | 2008-10-08 | 1 | -3/+3 | |
| | ||||||
* | Add some permissions checks and fixes | Melanie Thielker | 2008-10-08 | 4 | -11/+72 | |
| | ||||||
* | * Disabling mapitem requests for surrounding regions as it's probably using ↵ | Teravus Ovares | 2008-10-07 | 1 | -6/+6 | |
| | | | | up a lot of threads right now when regions are inaccessable | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 2008-10-07 | 16 | -115/+170 | |
| | | | | | | | * Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion! | |||||
* | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2008-10-07 | 1 | -0/+13 | |
| | | | | | | | | | | | | | If you use load-oar to transfer region data from one sim to another then currently inventory items can be left with unknown owner permission which results in them being no-mod/no-copy for everyone. The attached patch fixes things up so if the owner uuid does not exist on the destination system then it assigns ownership (and the creator for completeness) to the master avatar id. This will make it much more practical to share copies of regions :-) | |||||
* | 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 | 3 | -27/+23 | |
| | | | | | | | * 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 | |||||
* | * Made Mapitems more failure friendly | Teravus Ovares | 2008-10-06 | 1 | -10/+86 | |
| | ||||||
* | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 2008-10-06 | 2 | -0/+16 | |
| | ||||||
* | 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 | 16 | -170/+115 | |
| | ||||||
* | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 2008-10-06 | 16 | -115/+170 | |
| | | | | | | | | | | 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 | 3 | -0/+19 | |
| | ||||||
* | * Green dots on the mainmap for avatar. | Teravus Ovares | 2008-10-06 | 2 | -0/+174 | |
| | | | | | | * 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 | |
| | ||||||
* | * 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 | |
| | ||||||
* | Plumb in the DirPlacesReply packet | Melanie Thielker | 2008-10-05 | 1 | -0/+4 | |
| | ||||||
* | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 2008-10-04 | 1 | -0/+2 | |
| | ||||||
* | * 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). | |||||
* | 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 | |
| | ||||||
* | 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 | |
| |