Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-12 | Add a configuration section for groups modules | Melanie Thielker | 1 | -0/+20 | |
2008-10-12 | Fix linking phantom and nonphantom prims. Make the error message more friendly | Melanie Thielker | 1 | -1/+1 | |
when estate_settings.xml is empty or missing | |||||
2008-10-12 | Add EventInfoRequest and EventInfoReply packets. | Homer Horwitz | 1 | -0/+6 | |
Note: New file, run prebuild. | |||||
2008-10-12 | Update svn properties, minor formatting cleanup. | Jeff Ames | 2 | -13/+16 | |
2008-10-12 | * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday. | Adam Frisby | 2 | -6/+39 | |
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 | The "About Landmark" code with the fake parcelIDs had a serious bug. | Homer Horwitz | 1 | -13/+52 | |
- Fix that bug. It will work with OSSearch now, too - Add some caching to reduce inter-region requests. | |||||
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-11 | Plumb the remaining search packets and replies. | Melanie Thielker | 1 | -0/+28 | |
2008-10-11 | Thanks cmickyb for a patch that enhances the IRC module. | Dahlia Trimble | 2 | -29/+115 | |
See mantis #2379 for some useful scripts that work with this. Note that I added another configuration parameter in addition to the patch to allow for legacy behavior in the absence of new configuration settings. | |||||
2008-10-11 | Remove a UUID fudge that broke "Abandon Land" | Melanie Thielker | 1 | -2/+2 | |
2008-10-10 | Committing diva's LandSnapshot update patch. Also included is a small | Melanie Thielker | 1 | -0/+1 | |
fix for the LandManagementModule. I changed LandSnapshot to use CachedUserInfo to take a load off the user server. Also, missing owner profiles are legit, warning removed. | |||||
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for ↵ | MW | 2 | -2/+2 | |
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 | * Added NullReference check to EventQueueGetModule. | Adam Frisby | 1 | -2/+8 | |
2008-10-10 | * Fixed a potential threading issue with EventQueueGet leading to ↵ | Adam Frisby | 1 | -5/+12 | |
spontaneous crashes. | |||||
2008-10-10 | * Just some OGP maintenance. Standards adherence type stuff. | Teravus Ovares | 1 | -7/+12 | |
2008-10-10 | A bit more estate fudging | Melanie Thielker | 2 | -2/+13 | |
2008-10-10 | Add the beginnings of a sim health check (through remote admin) | Melanie Thielker | 2 | -0/+19 | |
2008-10-09 | Fixed renaming of in-prim items (Mantis #2366) | Homer Horwitz | 1 | -1/+3 | |
2008-10-09 | Clean up webmap-generation a bit: | Homer Horwitz | 1 | -17/+3 | |
- Remove some duplicated code - Avoid unnecessary allocation of variables/values if only used once anyway. | |||||
2008-10-08 | - Fix wrong order of max/min usage for clipping. Uses Util.Clamp now | Homer Horwitz | 2 | -2/+4 | |
- Add support for immediate switching of Music/Media URLs. Radio-scripts should work now. | |||||
2008-10-08 | - removed some unnecessary conversions (double -> double) | Homer Horwitz | 1 | -2/+2 | |
2008-10-08 | * minor: Comment out initial regularly occuring EventQueueGet log debug ↵ | Justin Clarke Casey | 1 | -11/+9 | |
message for now, as previously discussed with Ter | |||||
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 | Mantis#2354. Thank you kindly, Tglion for a patch that: | Charles Krinke | 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. | |||||
2008-10-08 | * Re-enables map item requests. | Teravus Ovares | 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 | |||||
2008-10-08 | warning squashing | Dr Scofield | 1 | -3/+3 | |
2008-10-08 | Add some permissions checks and fixes | Melanie Thielker | 4 | -11/+72 | |
2008-10-07 | * Disabling mapitem requests for surrounding regions as it's probably using ↵ | Teravus Ovares | 1 | -6/+6 | |
up a lot of threads right now when regions are inaccessable | |||||
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 16 | -115/+170 | |
* Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion! | |||||
2008-10-07 | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 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 :-) | |||||
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 | 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 | |||||
2008-10-06 | * Made Mapitems more failure friendly | Teravus Ovares | 1 | -10/+86 | |
2008-10-06 | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 2 | -0/+16 | |
2008-10-06 | Exclude attachments from parcel prim counts | Melanie Thielker | 1 | -1/+1 | |
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 | MapItems/Green Dots | Teravus Ovares | 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) | |||||
2008-10-06 | Fix a nullref | Melanie Thielker | 1 | -1/+1 | |