Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-12-17 | * Simply friends code by only sending notifications to a newly logged on ↵ | Justin Clarke Casey | 1 | -20/+23 | |
user for other users who are online. * No need to send offline notifications since the client assumes this (and future clients should be able to do the same). | |||||
2008-12-17 | * Implement 'Save Object Back to My Inventory'. On the Linden client this ↵ | Justin Clarke Casey | 8 | -86/+186 | |
is in the Tools menu available when editing an object * This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object. | |||||
2008-12-17 | * Adding some locks to XEngine's m_PrimObjects which were prone to 'the ↵ | Teravus Ovares | 1 | -23/+34 | |
collection was modified' | |||||
2008-12-17 | Stop users taking a copy of a in world prim that contains inventory items ↵ | MW | 1 | -0/+10 | |
that have no copy permission set. | |||||
2008-12-17 | Added a check to CanDuplicateObject(), to stop duplicating prims that ↵ | MW | 1 | -0/+4 | |
contains inventory items that you don't have permission to copy | |||||
2008-12-17 | Stop owners from duplicating no-copy objects in-world | Melanie Thielker | 1 | -0/+7 | |
2008-12-17 | Add repecting the min and max values back in | Melanie Thielker | 1 | -0/+12 | |
2008-12-17 | Remove a major bottleneck in throttling code. | Melanie Thielker | 1 | -24/+15 | |
2008-12-17 | Avoid checking the throttle limit for empty queues | Melanie Thielker | 2 | -8/+8 | |
2008-12-16 | Avoid sending DisableSimulator event to the root agent upon logout. | diva | 1 | -8/+11 | |
2008-12-16 | Fix script controls for weapons | Melanie Thielker | 1 | -10/+23 | |
2008-12-15 | Attempt at fixing the HG home jump by looking up hyperlink regions before ↵ | diva | 2 | -3/+3 | |
grid-local regions. | |||||
2008-12-15 | More work on moving Xfer file transfer handling code to the Client stack ↵ | MW | 1 | -34/+133 | |
from the various region modules that it is currently in. Still not enabled yet. | |||||
2008-12-15 | Attempt at restoring inventory access after TPs/crossings. RemoveClient in ↵ | diva | 3 | -2/+19 | |
Scene was being too aggressive at nixing the user out of the cache. We're now relying on NeedSceneCacheClear to decide whether to nix it or not. All other mods in other files are for better debugging messages. | |||||
2008-12-15 | * minor: method documentation and miscellaneous tidy | Justin Clarke Casey | 3 | -35/+45 | |
2008-12-15 | * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks | Justin Clarke Casey | 11 | -29/+68 | |
* This pushes an identifier for the OpenSim scene to the physics scene. This allows log messages from the physics scene to identify which OpenSim scene they relate to. * Thanks Gerhard | |||||
2008-12-15 | * minor: Stop presence child status suffering an NRE if the agent uuid given ↵ | Justin Clarke Casey | 1 | -6/+5 | |
is not represent at all | |||||
2008-12-15 | Bug fix in new child agents management. Thanks DigiDaz for helping identify ↵ | diva | 4 | -116/+174 | |
this issue. We need to update all child agents whenever the root agent crosses regions. The update now includes child agents in common neighbours. This is so that those get updated with the seeds of the new child agents that are spawned from the receiving region. This also fixes some timing issues. We need to close child agents from the originating region before we update child agents in the receiving region. | |||||
2008-12-15 | Removed some instances of "<3 OpenSim Developers" (why were they there?) ↵ | MW | 1 | -3/+3 | |
being in alert messages from the LandManagementModile. | |||||
2008-12-15 | Bug fix for Hypergrid. This bug was introduced by the recent TP fixes, and ↵ | diva | 1 | -11/+14 | |
affected the jump back home. | |||||
2008-12-14 | Make scripted item and folder gives pop up a "accept, decline" message | Melanie Thielker | 2 | -13/+66 | |
and allow deletion of the just received item. | |||||
2008-12-14 | Remove use of time dilation in llGetTimeOfDay, llGetTime and llGetAndResetTime. | idb | 1 | -3/+3 | |
It is not documented to be applied to llGetTimeOfDay at all and is not appropriate for the other two because dilation does not directly affect script speed in OS. Fixes Mantis #2783 and #2162 | |||||
2008-12-14 | * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ↵ | Teravus Ovares | 11 | -8/+287 | |
ODEPlugin and pipes them to their respective LSL method. * NBody will need to be updated, this is an API change. Torque property and AddAngularForce | |||||
2008-12-14 | Added ATTACH_HUD_* constants fixes Mantis #2823 | idb | 1 | -0/+8 | |
2008-12-14 | * Added Avatar minimum size in the ODEPlugin and a stern warning about ↵ | Teravus Ovares | 1 | -0/+15 | |
setting the capsule size too low in OpenSim.ini | |||||
2008-12-14 | * A Few physical prim + linkset fixes. Prevent some crashes | Teravus Ovares | 1 | -19/+51 | |
2008-12-14 | Adds the "Send Teleport" module | Melanie Thielker | 1 | -0/+174 | |
2008-12-14 | Plumb the TP-Sending packets | Melanie Thielker | 3 | -0/+33 | |
2008-12-14 | Mantis#2725. Thank you kindly, Diva, for a patch that: | Charles Krinke | 9 | -177/+492 | |
Adds missing protocol pieces for EstablishAgentCommunication event which allows the client to activate CAPS and the EQ for child agents. | |||||
2008-12-13 | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 1 | -9/+9 | |
some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids. | |||||
2008-12-13 | more work on moving FileTransfer code to the clientstack. | MW | 1 | -5/+12 | |
Still not enabled. | |||||
2008-12-13 | Add copyright headers. | Jeff Ames | 1 | -1/+28 | |
2008-12-13 | Update svn properties. | Jeff Ames | 1 | -239/+239 | |
2008-12-12 | more work on moving FileTransfer code to the clientstack. | MW | 1 | -2/+42 | |
Although its still not enabled. | |||||
2008-12-12 | * minor: Downgrade friends module 'client logging out' notice from error to ↵ | Justin Clarke Casey | 1 | -1/+1 | |
debug | |||||
2008-12-12 | Add OpenSim.Framework.IClientFileTransfer. | MW | 1 | -4/+1 | |
2008-12-12 | * minor: remove mono compiler warning | Justin Clarke Casey | 1 | -1/+1 | |
2008-12-12 | Started to move xfer file transfer code to the LLClientStack, rather than ↵ | MW | 1 | -0/+202 | |
having it in a region module (like it was). Note:None of this is enabled yet. | |||||
2008-12-12 | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 1 | -3/+1 | |
2008-12-12 | Add missing scene reference. Fixes a NRE. SimpleModule now works again (sort ↵ | Homer Horwitz | 1 | -1/+2 | |
of). | |||||
2008-12-12 | Replace the throwing of a NonImplementedException in MyNpcCharacter, so that | Homer Horwitz | 1 | -1/+1 | |
the SimpleModule doesn't prevent the start of the region server, if used. Note: This module doesn't do anything sensible; it only serves as an example. | |||||
2008-12-12 | * refactor: pull out common user profile test code into utility functions | Justin Clarke Casey | 2 | -3/+9 | |
2008-12-12 | * Deleted old EntiyList tests, added new EntityManager tests | Sean Dague | 3 | -291/+140 | |
* Edited EntityManager to treat Exceptions From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-12-12 | Made the casting of stings to floats more robust and work more like SL. | idb | 2 | -15/+29 | |
Added some more tests that casts previously failed on. Fixes Mantis #2789 | |||||
2008-12-12 | apparently opensim only works if secure_inventory_server = true, who | Sean Dague | 1 | -1/+1 | |
knew? Reverting that. | |||||
2008-12-11 | * refactor: Stop exposing InventoryFolderImpl.SubFolders publicly | Justin Clarke Casey | 1 | -3/+7 | |
2008-12-11 | make a couple of other config default to make the example ini to give us | Sean Dague | 1 | -2/+6 | |
a better chance of working out of the box | |||||
2008-12-11 | after much discussion, and overwhelming +1 on the -dev list, switch the | Sean Dague | 1 | -1/+1 | |
default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini. | |||||
2008-12-11 | Add a null check. Mantis #2798 | idb | 1 | -1/+1 | |
2008-12-11 | Correct the last checkin. | Homer Horwitz | 1 | -1/+1 | |