diff options
author | Melanie Thielker | 2009-05-04 14:25:19 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-04 14:25:19 +0000 |
commit | 36dd346a91a4dab41e7acb5edc1a8b62f32757bc (patch) | |
tree | 15569139ecde844ddd5d24c60c60ccedf522ba6a /OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |
parent | Add a skeleton class, "RemoteConsole", for a console that uses REST (diff) | |
download | opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.zip opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.tar.gz opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.tar.bz2 opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.tar.xz |
Add a method to flush the prim update buffers once a frame, since the timer
appear to be too slow to be useful, or fail too fire. I may remove the timers
as a consequence if this.
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index d8e2711..c9e56e6 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1045,6 +1045,10 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1045 | Session.Send(me); | 1045 | Session.Send(me); |
1046 | } | 1046 | } |
1047 | 1047 | ||
1048 | public void FlushPrimUpdates() | ||
1049 | { | ||
1050 | } | ||
1051 | |||
1048 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, bool fetchFolders, bool fetchItems) | 1052 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, bool fetchFolders, bool fetchItems) |
1049 | { | 1053 | { |
1050 | // Need to translate to MXP somehow | 1054 | // Need to translate to MXP somehow |