Commit Graph

14 Commits

Author SHA1 Message Date
e8b645644a EstateTools: Fixed improper casting in BanUser/UnbanUser, renamed TerrainTexture* to GroundTexture* to be consistent with the official viewer's estate panel.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1300 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-13 23:01:40 +00:00
John Hurliman
873de3dc9e EstateTools.cs was accidentally overwritten with an old copy, rolling back
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1299 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-13 20:31:14 +00:00
Latif Khalifa
f462f44d23 *BREAKING CHANGES* Merging jhurliman branch with the trunk. The old AssetManager, ImageManager, and InventoryManager systems have been phased out and replaced by the new AssetManager and InventoryManager classes. The lowest network layer has been abstracted out and replaced, new networking callbacks added, and many small bugfixes made. AppearanceManager.Wear* commands have been commented out until they are ported to the new inventory system
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1296 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-13 14:49:36 +00:00
243c955010 EstateTools:
* Added BanUser() and UnbanUser()
* Added SetRegionInfo() to support estate panel Region settings
* Added SetRegionDebug() to support estate panel Debug settings
* Added EstateMessage() in addition to SimulatorMessage()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1267 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-01 07:35:05 +00:00
45779ca1e7 EstateTools:
* Reverted GetTopScripts and GetTopColliders to use LandStatRequest packets
* Added SimulatorMessage(string message) for sim-wide message dialogs
* Added TeleportUserHome(LLUUID pest)
* Added CancelRestart() for canceling RestartRegion()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1244 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-25 03:56:33 +00:00
b04231453a EstateTools:
* Removed some nonworking code
* Added RestartRegion();
* Changed GetTopColliders() and GetTopScripts() to use experimental (and possibly more stable) estate owner messages instead of LandStatRequest.
* I miss Jesse :(

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1235 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-22 19:02:04 +00:00
c9e99d5a75 EstateTools: Fixed KickUser(), added generic EstateOwnerMessage() function
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1234 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-22 06:28:02 +00:00
bushing
10eb61f1fc organized the settings a bit
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1209 52acb1d6-8a22-11de-b505-999d5b087335
2007-05-31 02:49:14 +00:00
0101cd5ffb * Added FriendManager.cs
* Added Client.Friends.RequestFriendship(targetID) and .RemoveFriend(targetID)
* Updated all existing 2006 copyrights to 2006-2007

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1207 52acb1d6-8a22-11de-b505-999d5b087335
2007-05-28 17:22:14 +00:00
c499bc4d96 EstateTools: Commented out broken OnLandStatReply event code until someone can fix it. OnGetTopScripts and OnGetTopColliders are still working.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1168 52acb1d6-8a22-11de-b505-999d5b087335
2007-05-02 17:54:16 +00:00
11cdd0cfb6 EstateTools: Fixed some things, broke some things...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1165 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-30 20:37:48 +00:00
9c62c06f7d EstateTools: Added .CurrentSim.Estate.GetTopScripts() and .GetTopColliders(), with respective OnGetTopScripts and OnGetTopColliders events. Fixed a missing null reference check.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1164 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-30 19:41:06 +00:00
8c88689f1f Added .CurrentSim.Estate.RequestLandStat, and OnLandStatReply event. Still needs enumeration of ReportType and RequestFlags U32 values... *nudge*
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1162 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-30 01:19:56 +00:00
John Hurliman
1cb7f4c253 Huge svn cleanup!
* libsecondlife-cs is now libsecondlife
* All applications that are staying have been moved to trunk/
* SLProxy loads Analyst plugin by default if no other plugin is specified on the command line

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1068 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-26 23:12:39 +00:00