Commit Graph

4 Commits

Author SHA1 Message Date
Jim Radford
3f3ea8f8ee patch from root66, implements missing methods (basically all of them) in SoundManager.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1646 52acb1d6-8a22-11de-b505-999d5b087335
2008-02-28 21:28:39 +00:00
Latif Khalifa
ec5fc8de80 * Renamed AssetType.Object to AssetType.Primitive and AssetObject to AssetPrim to clear up confusion
* Big cleanup of group functions, moving things from MainAvatar to GroupManager, renaming BeginGet* to Request*, and adding new functions and callbacks
* Added an Autopilot function that takes doubles as input (very accurate autopilot)
* Added Settings.CONTINUOUS_AGENT_UPDATES which defaults to true
* Added quotes to the post-build event in VS2005
* Added empty AssetSound and AssetClothing, feel free to fill them in :-)
* Client.Self.*Name are read only properties now

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1357 52acb1d6-8a22-11de-b505-999d5b087335
2007-08-10 20:16:19 +00:00
qode
329f8666cc added a FIXME to a empty SoundTriggerEvent to surpress the SoundTrigger event errors in DEBUG output
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1352 52acb1d6-8a22-11de-b505-999d5b087335
2007-08-06 20:54:46 +00:00
John Hurliman
50adfa5675 * Added Capabilities.CapsReceivedEvent that signals after the initial CAPS connection is made
* Complete rewrite of event handling for packets and CAPS events
 - No more nested generic collections for events
 - No more for loops for every packet callback
 - CAPS event handlers by event name
 - Asynchronous CAPS event handlers
 - Unregistering of CAPS events
* Added a stub SoundManager
* Increased packet buffer size to 2048 after I got an exception about it being too small
* Continued work on VoiceManager

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1347 52acb1d6-8a22-11de-b505-999d5b087335
2007-08-04 14:31:31 +00:00