aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/libsecondlife.dll (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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.