Jim Radford
038c6eede0
LIBOMV-379 Added Animation type support to wrapper creation in AssetManager
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2218 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-13 03:16:21 +00:00
Jim Radford
cc91647129
Fixed UUID comparison in agentmanager, Strings need to be typecast to (UUID) (or better yet compare against UUID.Zero instead of null)
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2217 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-13 00:10:47 +00:00
Jim Radford
d73eca1a4f
TC-50 Adds new viewnote command to download and display a notecard asset
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2216 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 23:46:28 +00:00
Jim Radford
9ef3255474
LIBOMV-377 Increasing UDPPacketBuffer size to 4096, fixes exceptions being thrown when large inventory packet is received exceeding the previous buffer size. This will increase memory usage slightly
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2215 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 21:36:44 +00:00
John Hurliman
e0cfefc977
Applying patch by Brandon Lockaby in [LIBOMV-376] to fix BinaryBucket parsing in ChatterBoxInvitation events
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2214 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 19:31:30 +00:00
John Hurliman
25fbd86836
Fixed Vector2.DistanceSquared() in OpenMetaverseTypes, thank you Francis
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2213 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 18:40:18 +00:00
Jim Radford
043d1da5f2
Updates installer script, adds installer graphics, updates LICENSE.txt to match current header files
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2212 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 07:27:46 +00:00
Jim Radford
d25f89d854
Fixed another LLSD type conversion issue
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2211 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 00:39:58 +00:00
Jim Radford
03b6a4a9a1
* Fixed up some XML Comments in InventoryManager to clear up compile time warnings,
...
* Fixed casting issue in AgentManager which was causing compile issues on some platforms
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2210 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-12 00:32:05 +00:00
John Hurliman
4f94adf5ec
* IMPORTANT OpenMetaverseTypes CHANGE! Changed string to UUID typecast operator from implicit to explicit. This prevents accidents like "if (myUUID == null)" from compiling
...
* Added ImageCodec enum
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2209 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-10 18:42:11 +00:00
Jim Radford
857b78c2cf
Adds additional inline XML documentation to GroupManager, Fixes group notice serialization routine to use our StructuredData tools (needs to be verified working)
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2208 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-09 07:30:04 +00:00
Jim Radford
1a886fb085
LIBOMV-375 Removes duplicate GroupPowers struct, adds XML comments to the one that stayed
...
LIBOMV-374 Adds new ModerateChatSessions method to AgentManager which allows a group member with Moderator rights to silence idiots
LIBOMV-372 Fixes exception thrown while using Group Chat functions caused by recent changes to the LL Simulator, Also fixes TestClient IMGroup command
* Adds (2) Events OnGroupChatJoin/OnGroupChatLeft fired when a member enters or leaves a group chat session
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2207 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-09 04:58:58 +00:00
John Hurliman
9fda90f2a0
Simian:
...
* Added IAssetProvider interface, converted AssetManager to new interface
* Some prep work to get ready for proper image delivery
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2206 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-09 00:41:55 +00:00
John Hurliman
acda9ee118
* Asset decoding now returns true by default for assets that have no decoding routine
...
* Added AssetTexture.DecodeLayerBoundaries() for decoding the byte boundaries of quality layers
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2205 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-09 00:35:24 +00:00
John Hurliman
451015b674
Removing ResendCount and TickCount from Packet class, moved to OutgoingPAcket struct. This is necessary to prevent big problems when sending the same packet to multiple destinations
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2204 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-08 23:57:31 +00:00
John Hurliman
e0caa6a48e
Neutered the NUnit network tests to prevent a failure when the test bots logs into the wrong sim (very common, not our fault)
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2203 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-08 18:42:05 +00:00
John Hurliman
9e243fd131
* Added a copy constructor for Primitive
...
* Changed Simian ISceneProvider model to run all scene modifications through function calls, and give callbacks access to previous and new data
* Added copy constructor for Simian's SimulationObject
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2202 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-08 18:23:16 +00:00
John Hurliman
9b3545c52b
Resolving [LIBOMV-373] by un-obsoleting some of the PrimFlags
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2201 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-06 22:38:17 +00:00
John Hurliman
53072cf669
* Adding GetHashCode override to Permissions
...
* Adding PrimFlags.None back (for OpenSim), marking as obsolete
* Slowly transitioning ISceneProvider to become the central resource of Simian (instead of the Simian class). The callbacks are going to change soon
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2200 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-06 18:02:38 +00:00
Jim Radford
78ef0621c9
LIBOMV-362 Adds some sanity checking and better logic to internal Parcel Dictionaries to prevent overloading the outbound packet queue with unnecessary requests.
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2199 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-06 10:19:46 +00:00
Jim Radford
cd075240a9
LIBOMV-330 Corrects openjpeg Unix makefile to produce proper 32/64 bit filenames which match the binaries
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2198 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-06 04:14:59 +00:00
John Hurliman
b892602214
Updating openjpeg-dotnet binaries for Linux and OSX platforms
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2197 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-05 22:57:31 +00:00
John Hurliman
f656d185a3
* Removed unused AgentManager.AgentMovementCallback
...
* Added Avatar.ControlFlags (not used by libomv directly)
Simian:
* Added ISceneProvider interface
* Fixed ObjectSelect crash (due to a packet block not being filled out if the selected object was missing)
* Simplified BuildFullUpdate()
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2196 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-04 21:09:44 +00:00
Jim Radford
bc593002ac
LIBOMV-369 Applies Patch from Dr Scofield which sanity checks null values in primitive equality operator
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2195 52acb1d6-8a22-11de-b505-999d5b087335
2008-09-03 21:19:19 +00:00
John Hurliman
e28e62bac5
Defaulting four string values in Primitive.Properties to String.Empty instead of null in the Primitive() constructor
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2194 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-31 02:27:23 +00:00
1fb845c9d4
Fixed Simian agent object not being removed immediately on logout
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2193 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-31 02:03:13 +00:00
698718460b
Fixed de-linking of prims in Simian
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2192 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-31 00:44:11 +00:00
John Hurliman
f1d183a40e
* Removed ObjectManager.BuildCube and replaced with ObjectManager.BuildBasicShape() which should be capable of building the most basic shape types. Some shapes seen in the viewer like right triangles are not supported yet
...
* Added a debug line when a prim with the CreateSelected flag set is received
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2191 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-30 23:52:00 +00:00
7e07cf44f4
Added support for linked sets in Simian (unlinking is not yet supported). Moved static BuildFullUpdate and related functions to SimulationObject.cs
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2190 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-30 22:48:37 +00:00
5adda79c5a
Added timeout to Simian for disconnecting users after no packets are received for 10 seconds
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2189 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-30 18:23:15 +00:00
2596010481
Fixed Simian prims not being displayed to avatars on login
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2188 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-30 06:39:02 +00:00
John Hurliman
082bdf50ef
Removing conversionBuffer caching from OpenMetaverseTypes to avoid interop issues and save memory for the 99.9% use case
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2187 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-29 23:11:57 +00:00
John Hurliman
6b98b3ce8c
* Implemented UpdateInventoryItem in Simian, added a FIXME note for CreateInventoryItem for gestures
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2186 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-29 23:06:29 +00:00
John Hurliman
8cc63abe61
Fixed a typo in the whitelist logging function
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2185 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-29 22:04:05 +00:00
a6662645b3
Implemented avatar sounds in Simian
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2184 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-29 20:31:12 +00:00
36bed01326
Hopefully fixes previous commit
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2183 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-29 19:48:20 +00:00
9ee1462e7d
Fixed Simian gravity bug which caused "warping" when falling large distances. Added initial upward impulse when beginning to fly. Began implementation of environment sounds.
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2182 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-29 19:29:40 +00:00
John Hurliman
62f083c1f4
Converted Simian's ObjectManager to use DoubleDictionary instead of two InternalDictionaries
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2181 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-28 22:35:19 +00:00
John Hurliman
fe869df89f
Major change in Simian to abstract all UDP handling away from Agent into an IUDPProvider. UDPServer is now thinly wrapped with a UDPManager extension to provide the main packet handling facilities of Simian
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2180 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-28 22:11:47 +00:00
John Hurliman
274ca8a290
Adds a simple DoubleDictionary class to Simian that allows two keys to index the same value, and internally handles locking mechanics
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2179 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-28 22:04:25 +00:00
John Hurliman
0b751afd07
* Exposing Primitive.ConstructionData.profileCurve as public (Primitive.ConstructionData.ProfileCurve is still there)
...
* Added ObjectShapeHandler to Simian, basic prim editing is working
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2178 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-28 02:55:37 +00:00
John Hurliman
eb8ee37b34
libomv:
...
* Renaming ObjectPropertiesRequestType to ReportType, filling out the enum
Simian:
* Added UUIDNameRequest, MultipleObjectUpdate, ObjectDeselect, and RequestObjectPropertiesFamily handlers
* Fixed some bugs in object-object collision
* Slightly improved prim spawn location (will always be hacky until we have a collision system)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2177 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-28 02:38:32 +00:00
John Hurliman
5144fd6b32
* Added a null check in Utils.StringToBytes()
...
* Corrected Z position in Simian ObjectAddHandler
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2176 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-27 23:41:25 +00:00
John Hurliman
11776ef202
libomv:
...
* Completed DeRezDestination enum
Simian:
* Added IInventoryProvider to allow other extensions to create inventory items
* Basic derez support for deleting items (the new inventory items in the trash won't actually work because the assetID is meaningless until we have an IAssetProvider)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2175 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-27 23:27:48 +00:00
John Hurliman
87b91ffd38
Added --log-whitelist and --output options to GridProxy, to load a list of packets to log at startup, and to log to a file as well as the console
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2174 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-27 20:30:30 +00:00
John Hurliman
35e6af9e3c
* Updating OpenJPEG.cs to match the new openjpeg-dotnet changes
...
* Adding OpenJPEG.DecodeLayerBoundaries() to get the byte boundaries for each quality layer in a texture
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2173 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-27 02:47:46 +00:00
John Hurliman
9713c4ae25
Applying Heightmap patch from Francis Chang, fixes display bugs and improves the overall visual quality
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2172 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-27 02:41:14 +00:00
John Hurliman
a14fdabe8b
* Removing unnecessary C++ wrappers from openjpeg-dotnet
...
* Added DotNetDecodeWithInfo() to openjpeg-dotnet to decode and gather additional data about the image
* Updating openjpeg.dotnet.dll windows binary. OSX, Linux, and Linux64 compiles needed again
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2171 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-27 02:36:28 +00:00
John Hurliman
565f604560
* Added AssetAnimation, cleaned up AssetSound and a few others
...
* AcceptAllCertificatePolicy is now public so other apps can use it (such as GridProxy)
* Fixed a Simian bug in failed asset upload handling, and added support for animation and sound uploads
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2170 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-25 22:56:00 +00:00
cb59251c66
Fixed a problem with Simian horizontal jump impulse, fixed swimming at improper water level sometimes.
...
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2169 52acb1d6-8a22-11de-b505-999d5b087335
2008-08-25 21:39:39 +00:00