Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-23 | * Apply http://opensimulator.org/mantis/view.php?id=2459 | Justin Clarke Casey | 2 | -0/+9 | |
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY. * Thanks nlin | |||||
2008-10-23 | * Introduce a basic udp circuit test for adding a client | Justin Clarke Casey | 1 | -0/+1 | |
* Temporarily disabled assert because it just picked up an existing bug. Yay for tests! | |||||
2008-10-22 | Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -0/+21 | |
Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo Added to llGetAgentSize to include shoes in avatar height calculation. | |||||
2008-10-22 | Thank you kindly, Nlin for a patch that: | Charles Krinke | 1 | -1/+1 | |
Attached patch adds detection of AGENT_WALKING status to LSL function llGetAgentInfo() | |||||
2008-10-22 | Thank you both Nlin and M.Igarashi for a patch that: | Charles Krinke | 1 | -1/+4 | |
Attached patch protects against a NullReferenceException in SceneObjectGroup.stopMoveToTarget (used by LSL function llStopMoveToTarget). Thanks to M. Igarashi. | |||||
2008-10-22 | And fix it | Melanie Thielker | 1 | -1/+1 | |
2008-10-22 | Prevent an object with a null RootPart in delete queue from stopping | Melanie Thielker | 1 | -4/+13 | |
the deleting of other, valid objects | |||||
2008-10-22 | Remove the gratuitious prim deletes caused by linking. This makes linking | Melanie Thielker | 1 | -1/+3 | |
a bit faster. | |||||
2008-10-20 | Mantis #2439 | Melanie Thielker | 1 | -1/+3 | |
MemberwiseClone() also clones the "already backed up" flag, preventing prims created by drag-copying from being persisted. If such a prim is made the root prims of a link set, the entire set will not be persisted. Fixed now. | |||||
2008-10-19 | A small attempt to make persisting prims more reliable | Melanie Thielker | 1 | -1/+1 | |
2008-10-18 | Prevent a null root part from stopping objects from being persisted, also | Melanie Thielker | 1 | -0/+7 | |
remove any such objectsd from backup | |||||
2008-10-18 | Guard against a null ref that can prevent objects from being persisted | Melanie Thielker | 1 | -1/+2 | |
2008-10-18 | Fix thingd so that autoreturn also works when the user is not in the sim. | Melanie Thielker | 4 | -10/+33 | |
Also add experimental distance ordering for prims | |||||
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 7 | -186/+312 | |
Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | |||||
2008-10-16 | * Apply http://opensimulator.org/mantis/view.php?id=2405 | Justin Clarke Casey | 2 | -0/+20 | |
* Implement llGetRegionFPS() * Thanks idb | |||||
2008-10-15 | * refactor: Move error logging from GetUserDetails up to callers, since ↵ | Justin Clarke Casey | 1 | -0/+13 | |
there are some circumstances in which not finding a user is not an error | |||||
2008-10-15 | Thanks to T. Sado and nlin for a patch that partially implements ↵ | Dahlia Trimble | 1 | -3/+38 | |
llGetAgentInfo (AGENT_FLYING, AGENT_ALWAYS_RUN, AGENT_AWAY, AGENT_MOUSELOOK, AGENT_TYPING). | |||||
2008-10-15 | Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot(). | Dahlia Trimble | 1 | -0/+5 | |
2008-10-14 | * Send an avatar update to other clients when an avatar rotates, as well as ↵ | Justin Clarke Casey | 1 | -3/+21 | |
when it moves * This should fix a long standing issue where you often wouldn't see other people simply turn around without moving at all * Arguably lastPhysRot (to mirror lastPhysPos) is not a good name, may change variable names later | |||||
2008-10-14 | * minor: change m_debug to m_debugPacketLevel since that's what it is | Justin Clarke Casey | 1 | -2/+7 | |
2008-10-14 | * minor: Make it clear that non-scheduled updates can happen outside of the ↵ | Justin Clarke Casey | 3 | -7/+3 | |
per frame update heartbeat | |||||
2008-10-14 | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵ | Justin Clarke Casey | 3 | -9/+9 | |
descriptive of what it actually does | |||||
2008-10-14 | * Make KillObjectPackets reliable | Justin Clarke Casey | 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 | |||||
2008-10-14 | - convert comments into documentation | Mike Mazur | 1 | -38/+40 | |
- minor formatting adjustments - remove some trailing whitespace | |||||
2008-10-14 | - move comment about assetID and 'attached' in inventory where it belongs | Mike Mazur | 2 | -18/+15 | |
- objectGroup isn't needed here, just use the passed in argument | |||||
2008-10-13 | * Remove warnings, including one which pointed out a bug | Justin Clarke Casey | 1 | -1/+1 | |
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 | 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 | |