aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/libsecondlife.dll (follow)
Commit message (Collapse)AuthorAgeFilesLines
* commented out the SurfaceInfoBlock read code in libsecondlife packet.csMW2008-08-281-0/+0
|
* another attempt to fix the surfaceInfoBlock issueMW2008-08-281-0/+0
|
* change the size limit on TranferPacket in libsl from 1100 back to 1500 ↵MW2008-08-281-0/+0
| | | | (which is was in old libsl)
* Doh! fixed silly mistakes in last commitMW2008-08-281-0/+0
|
* attempt to fix problem with missing surfaceInfoBlocks in the objectgrab ↵MW2008-08-281-0/+0
| | | | packets sent by < 1.21 clients.
* updated our libsl, _packet_.cs to the current version from openmv MW2008-08-281-0/+0
| | | | | Update with a bit of caution as not fully tested yet.
* * Adds mjm's llQuaternion.GetBytes() patch to our copy of libsecondlife. ↵Teravus Ovares2008-04-261-0/+0
| | | | (it's already in the later revisions of libsecondlife but we hadn't picked it up.
* * Update code to use patched libsecondlife.dll which removes the problem ↵Justin Clarke Casey2008-04-081-0/+0
| | | | | | | | | where the AssetType enum was 'Primitive' rather than 'Object' * The libsecondlife patch was also applied to libsecondlife itself in r1714 * Many, many thanks to Dr Schofield (IBM) for his help on this :)
* * Updated LibSL _packets_.cs to latest revision. AKA New Packets.Teravus Ovares2008-03-121-0/+0
| | | | | | * Added the DataBlockExtended From the Message Template Data Block to the Media Update Request manually. * Set TickCount public from internal (whenever LibSL regenerates _packets_.cs this needs to be done)
* * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains ↵Teravus Ovares2008-02-021-0/+0
| | | | | | | | of Wright Plaza flow! * Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
* * Added more supported feature to particlesystems. While this appears to ↵Teravus Ovares2008-02-011-0/+0
| | | | | | | | have a libsl update... it's really a fix to the libsl version we're already using because of a bug in the particlesystem implementation * Added two new simstat counters in the simstat enum for the RCCS. (I'll find something cool to put in them) * fixed a time waster in ODEPlugin.cs
* * This update rolls back the packetpool and LibSL changes. Please retest ↵Teravus Ovares2007-12-301-0/+0
| | | | | | | and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version. * This update also fixes scripting and some weird physics reactions
* Patch from Johan: LibSL updated to the latest revision (1568) and all ↵Adam Johnson2007-12-281-0/+0
| | | | | | | packets are now recycled to improve performance and memory usage.
* * Masochistically updated libsecondlife.dll to r1550Teravus Ovares2007-12-221-0/+0
| | | | | | * after some tweaking to the UDPServer all appears to be well * Added what 'was' the GetType(bytes,packetEnd,zeroBuffer) to the UDPServer. (it was removed as a static method from Packet)
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-0/+0
| | | | Works with LibSL rev>1532
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-0/+0
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-0/+0
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-0/+0
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* Getting rid of 'EncodeFromImage' debug statement that I accidentally slipped ↵Brian McBee2007-08-091-0/+0
| | | | into our libsecondlife.dll
* (no commit message)Brian McBee2007-08-021-0/+0
|
* few small changes.MW2007-08-011-0/+0
| | | | | Updated libsl to latest version.
* updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW2007-07-111-0/+0
| | | | | | | | branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
* * Added 1.18-compatible libsl to OpenSim - this hopefully will be the last ↵Adam Frisby2007-07-111-0/+0
| | | | time we need to do this to support newer clients.
* should now work.MW2007-06-281-0/+0
|
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+0
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.