Commit Graph

14 Commits

Author SHA1 Message Date
John Hurliman
a44ff50e76 * Fixing incorrect quaternion multiplication code
* Changing the foreach loops in ObjectManager.InterpolationTimer to use the ForEach() functions
* Avoid running packet.ToString() twice for every packet in SLProxy analyst

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1616 52acb1d6-8a22-11de-b505-999d5b087335
2008-01-11 23:49:28 +00:00
phaik
16c711e610 Whiskey and patch friday, thanks to Thoys, Prometheus, Tleides, Dahlia and Ahzzmandi.
Covers issues 498, 499, 504, 570, 572

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1485 52acb1d6-8a22-11de-b505-999d5b087335
2007-11-10 03:21:32 +00:00
John Hurliman
3013742668 * Increased SIMULATOR_TIMEOUT to 30 seconds
* Converted all timers to System.Threading timers to fix problems running in services and the CF
* UDPBase now uses our own ReaderWriterLock that is more efficient, and CF compatible
* Login uses a hand-created LoginProxy object instead of dynamically building the class with reflection .Emit()
* Replaced ParameterizedThreadStart calls with class-wide variables for CF compat.
* Removed transfer timeout code (irrelevant now that uploads go through CAPS)
* Added several new Helpers methods to wrap desktop and CF conditional code
* Replaced Monitor calls with AutoResetEvent in BlockingQueue
* InventoryNodeDictionary uses generics now
* Removed final lingering piece of XML serialization
* Added CookComputing.XmlRpc.CF.dll for the CF

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1479 52acb1d6-8a22-11de-b505-999d5b087335
2007-11-06 09:26:10 +00:00
bushing
54a2a7aac1 eol-style fixes
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1160 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-28 20:50:45 +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
John Hurliman
8da04d52d7 * Moved SLProxy to the applications directory
* Commented out an unused packet from SLProxy
* mapgenerator now takes four arguments, the new third argument is the new unusedpackets.txt file that specifies backend packets that are not used in libsecondlife
* Updated build and solution files to reflect the new changes

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@767 52acb1d6-8a22-11de-b505-999d5b087335
2009-08-16 06:24:03 +00:00
John Hurliman
a1d6aa2cdf Fixing a potential non-uniform line ending issue
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@758 52acb1d6-8a22-11de-b505-999d5b087335
2006-12-22 16:44:43 +00:00
John Hurliman
9038db9e80 Fixed /log *, /-log *, and formatted the whitespace
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@757 52acb1d6-8a22-11de-b505-999d5b087335
2006-12-22 16:35:30 +00:00
qode
8bc9206071 Applied Patch #1753 -> "Partial /inject and /set support for Analyst" from mcortez.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@755 52acb1d6-8a22-11de-b505-999d5b087335
2006-12-22 15:28:49 +00:00
qode
63396285ff Updated SLProxy to the new and fantastic SLProxy-Pregen. *Crosses fingers*
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@750 52acb1d6-8a22-11de-b505-999d5b087335
2006-12-21 21:34:01 +00:00
John Hurliman
7d7d4603b5 Fixed quaternion parsing in SLProxy. It will only accept a normalized quaternion (X/Y/Z only) as input for now
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@522 52acb1d6-8a22-11de-b505-999d5b087335
2006-11-07 21:31:37 +00:00
bushing
0656f4dab6 oops
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@445 52acb1d6-8a22-11de-b505-999d5b087335
2006-10-30 21:54:59 +00:00
bushing
3a92f246d9 fixed WARNING: Skipping a TextureEntry, too short (0 bytes)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@444 52acb1d6-8a22-11de-b505-999d5b087335
2006-10-30 21:53:02 +00:00
axial
56e4836458 Wedging legacy SLProxy into the trunk. No nant target, do `mcs Analyst.cs SLProxy.cs legacy/*.cs'.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@426 52acb1d6-8a22-11de-b505-999d5b087335
2006-10-29 19:36:08 +00:00