OpenSimMirror/OpenSim/Region/Communications/OGS1
Teravus Ovares 244bfcde5b * Implements 'Set Home to Here'
* Implements 'Teleport Home'
* User Server has to be updated for it to save your home in grid mode
* home position accuracy is in int because the grid comms ExpectUser method tries to convert to Uint and crashes if it gets a float.  Added a convert to decimal in ExpectUser but to avoid a breaking change with old revisions, kept the save value in int for now.   Eventually it needs to be a float, but lets release another incremental version before doing that.
2008-04-17 05:07:14 +00:00
..
Properties Formatting cleanup. 2008-03-18 05:16:43 +00:00
CommunicationsOGS1.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
OGS1GridServices.cs * Implements 'Set Home to Here' 2008-04-17 05:07:14 +00:00
OGS1InterSimComms.cs This update has good news and bad news, first the bad. 2008-03-30 08:01:47 +00:00
OGS1InventoryService.cs * Reduce publicly exposed fields on InventoryCollection, which was causing duplicate sets of inventory data to be sent over the grid 2008-04-11 20:37:26 +00:00
OGS1UserServices.cs * Implements 'Set Home to Here' 2008-04-17 05:07:14 +00:00