Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-12 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-10-12 | * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday. | Adam Frisby | 1 | -1/+9 | |
2008-10-11 | Fix the fix. Child prims were failing to load. | Melanie Thielker | 1 | -7/+10 | |
2008-10-11 | Fix llSetPos to handle child prims correctly. This will fix linked | Melanie Thielker | 1 | -0/+11 | |
sliding doors | |||||
2008-10-11 | Implement the hook needed for the CanTeleport check | Melanie Thielker | 1 | -0/+3 | |
2008-10-11 | Add logging in case of a SOG without rootpart | Homer Horwitz | 1 | -0/+5 | |
2008-10-11 | - Patching a symptom of the failed WP start. We really need to find the reason | Homer Horwitz | 1 | -1/+8 | |
for that... | |||||
2008-10-11 | 2nd stab at that prim loading nasty | Melanie Thielker | 1 | -1/+1 | |
2008-10-11 | Fix Nebadon's WP crash (invalid root part from database null-ref) | Melanie Thielker | 1 | -0/+3 | |
2008-10-11 | * Removed Heartbeat timer | Teravus Ovares | 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. | |||||
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for ↵ | MW | 1 | -1/+1 | |
the new surface touch parameters in 1.21 viewers. | |||||
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, ↵ | MW | 1 | -1/+1 | |
for the new surface touch parameters in 1.21 viewers. TODO: add the touch args to OnGrabObject and OnDeGrabObject. | |||||
2008-10-10 | very tiny change | MW | 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. | |||||
2008-10-10 | Add the beginnings of a sim health check (through remote admin) | Melanie Thielker | 1 | -0/+14 | |
2008-10-09 | Fixed renaming of in-prim items (Mantis #2366) | Homer Horwitz | 1 | -1/+3 | |
2008-10-08 | - Fix wrong order of max/min usage for clipping. Uses Util.Clamp now | Homer Horwitz | 1 | -0/+2 | |
- Add support for immediate switching of Music/Media URLs. Radio-scripts should work now. | |||||
2008-10-08 | * On deselection of objects, stop every object id passed triggering an ↵ | Justin Clarke Casey | 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. | |||||
2008-10-08 | Add some permissions checks and fixes | Melanie Thielker | 3 | -8/+70 | |
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 1 | -0/+2 | |
* Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion! | |||||
2008-10-06 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -8/+8 | |
2008-10-06 | * Stop the sim stats reporter reusing the same SimStatsPacket for all clients | Justin Clarke Casey | 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 | |||||
2008-10-06 | Implement ForceOwnerPermissive and God TakeCopy | Melanie Thielker | 3 | -0/+23 | |
2008-10-06 | Cause inventory items to also be sold when a prim is sold | Melanie Thielker | 1 | -4/+1 | |
2008-10-06 | Fix a number of errors in transfer of objects | Melanie Thielker | 3 | -5/+16 | |
2008-10-06 | Remove an unnecessary perms check. This caused prim movement to be disabled | Melanie Thielker | 1 | -14/+1 | |
on parcels that had prim entry turned off. This needs to be reintroduced with proper parcel boundary checks. | |||||
2008-10-06 | Fix a nullref | Melanie Thielker | 1 | -1/+1 | |
2008-10-06 | One should not commit even the smallest fox without compile. Fix build break | Melanie Thielker | 1 | -6/+6 | |
2008-10-06 | More perms fixes. Reinstate the move flag | Melanie Thielker | 1 | -6/+10 | |
2008-10-06 | Fix a privilege escalation with linked sets | Melanie Thielker | 1 | -3/+6 | |
2008-10-06 | Revert r6697 patch as the build fails. | Charles Krinke | 1 | -2/+0 | |
2008-10-06 | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 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) | |||||
2008-10-06 | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2 | -0/+18 | |
2008-10-05 | For symmetry reasons, I think this probably is a bug. | Homer Horwitz | 1 | -1/+1 | |
2008-10-05 | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 1 | -1/+18 | |
2008-10-05 | * Fixes the last snag with the EventQueue. The situation where the seedcap ↵ | Teravus Ovares | 1 | -1/+3 | |
gets lost on teleport. | |||||
2008-10-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 4 | -12/+12 | |
2008-10-04 | * minor: Remove warning | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-04 | * Check in the second part of ↵ | Justin Clarke Casey | 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 | |||||
2008-10-04 | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 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). | |||||
2008-10-04 | Cause a request to a different attachment point to taint the attachment so | Melanie Thielker | 1 | -0/+6 | |
that the attachment point is saved even if nothing else changed | |||||
2008-10-04 | Prevent a new asset being created on every detach of an attachment | Melanie Thielker | 1 | -0/+1 | |
2008-10-04 | Mantis #2330 | Melanie Thielker | 1 | -5/+4 | |
Fixes use of the saved attachment point from asset | |||||
2008-10-04 | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 3 | -22/+10 | |
Thise were client supplied untrusted values we never used anyway. | |||||
2008-10-04 | Guard against negative scale set through LSL functions | Melanie Thielker | 1 | -0/+5 | |
2008-10-04 | Tiny performance tweak | Melanie Thielker | 1 | -2/+1 | |
2008-10-04 | Avoid a gratuitious KillObject storm on region crossing | Melanie Thielker | 1 | -2/+5 | |
2008-10-04 | Cause "Show in search" to trigger a persistence save | Melanie Thielker | 1 | -0/+2 | |
2008-10-04 | Add "Drop" functionality to pie menu | Melanie Thielker | 4 | -7/+58 | |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 1 | -1/+5 | |
- Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files. | |||||
2008-10-03 | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 4 | -57/+65 | |
Fix: objects being duplicated inventory on detach. Fix: Mad jumping around of attachments while editing. Fix: Attachments being persisted to database on login. Fix: Attachments being persisted when changed by a script like invisprim refresh. Fix: Attachpoint set, but not reset correctly. Fix: prevent spurious full updates while editing attachments. Several other fixes |