mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* Patch from JHurliman
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
bool isBannedFromLand(UUID avatar);
|
||||
bool isRestrictedFromLand(UUID avatar);
|
||||
void sendLandUpdateToClient(IClientAPI remote_client);
|
||||
List<UUID> createAccessListArrayByFlag(ParcelManager.AccessList flag);
|
||||
List<UUID> createAccessListArrayByFlag(AccessList flag);
|
||||
void sendAccessList(UUID agentID, UUID sessionID, uint flags, int sequenceID, IClientAPI remote_client);
|
||||
void updateAccessList(uint flags, List<ParcelManager.ParcelAccessEntry> entries, IClientAPI remote_client);
|
||||
void updateLandBitmapByteArray();
|
||||
|
||||
Reference in New Issue
Block a user