Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-27 | adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data ↵ | Dahlia Trimble | 2 | -5/+18 | |
after conversion to pinned lists. | |||||
2008-08-27 | Thank you, salahazar, for a patch that corrects the behavior of | Melanie Thielker | 8 | -48/+64 | |
llDetectedLink(). Also a small refactor to remove an interface member from IScriptEngine. | |||||
2008-08-27 | Refactor XScriptInstance to IScriptInstance and move into Shared/. Now | Melanie Thielker | 5 | -1048/+1233 | |
engines that want to use the XEngine's instance handling and state persistence can do so. IScriptInstance is optional, but it does require the SmartThreadPool if it is used. | |||||
2008-08-27 | Refactor Executor into the script app domain and IScript. This changes | Melanie Thielker | 6 | -175/+111 | |
an implicit reference into a proxied one and further reduces memory consumption of XEngine | |||||
2008-08-27 | * Updates OGP module to define a default starting point | Teravus Ovares | 1 | -2/+25 | |
* An attempt to solve an intermittan SSL Certificate validation error causing communications havok. | |||||
2008-08-27 | cleaning out cruft from pre-Migration days | Sean Dague | 1 | -103/+1 | |
2008-08-27 | getting rid of pre-Migration cruft | Sean Dague | 1 | -111/+0 | |
2008-08-27 | we are now past change 6000, so getting rid of pre-Migration cruft | Sean Dague | 1 | -222/+0 | |
2008-08-27 | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 1 | -81/+0 | |
upgrade cruft | |||||
2008-08-27 | Erm - make the distanc factor really work.... | Melanie Thielker | 2 | -2/+2 | |
(wipes egg off face) | |||||
2008-08-27 | Mantis #2058 | Melanie Thielker | 1 | -3/+11 | |
Remove the physics representation of link set child prims when the link set is deleted. | |||||
2008-08-27 | From: Richard Alimi <ralimi@us.ibm.com> | Sean Dague | 1 | -1/+1 | |
The following patch fixes the import of assets via the REST interface to use the proper Base64->Bytes conversion. The previous conversion did not work correctly for binary data, in particular for textures. | |||||
2008-08-27 | remove legacy pre-Migration database upgrade routines | Sean Dague | 1 | -120/+0 | |
2008-08-27 | remove the legacy pre-Migration database upgrade paths | Sean Dague | 1 | -42/+0 | |
2008-08-27 | remove pre-Migration upgrade paths | Sean Dague | 1 | -92/+0 | |
2008-08-27 | we're past checkin 6000, so now cleaning up all the cruft of the pre | Sean Dague | 1 | -302/+3 | |
migration database upgrade paths. This is coming in in stages. | |||||
2008-08-27 | Make the check on inventory cache clearing more robust. Addresses | Melanie Thielker | 1 | -0/+36 | |
Mantis #1975 in a broader way. This may or may not prop up secure inventory a bit better, but I still recommend to disable it | |||||
2008-08-27 | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 1 | -6/+0 | |
tables shouldn't exist yet, and the exists keyword is relatively new in sqlite. This has been breaking a lot of people on Suse Enterprise Linux, for instance. | |||||
2008-08-27 | Implements the r6005 foes for XEngine as well | Melanie Thielker | 1 | -1/+9 | |
2008-08-27 | Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation of | Melanie Thielker | 1 | -1/+7 | |
LSL's arbitrary 10 m limit on object movement. Also implements the 10 m maximum rezzing distance, subhect to the same factor. | |||||
2008-08-27 | reverting to prior meshing methods until some physics timing issues can be ↵ | Dahlia Trimble | 1 | -15/+17 | |
resolved | |||||
2008-08-27 | Added some exception trapping to PrimMesher | Dahlia Trimble | 1 | -3/+17 | |
2008-08-27 | Added some exception handling to help catch some possibly corrupt prims | Dahlia Trimble | 1 | -2/+22 | |
2008-08-27 | Meshmerizer now uses new PrimMesher class for meshing all standard ↵ | Dahlia Trimble | 1 | -10/+133 | |
(non-sculpty) prims. This should result in more accurate meshes, lower memory consumption, and eliminate several lockup modes. | |||||
2008-08-27 | Completion of new PrimMesher class | Dahlia Trimble | 1 | -69/+604 | |
2008-08-27 | Modified Mesh object to allow alternative mesher interfacing | Dahlia Trimble | 1 | -15/+59 | |
2008-08-27 | Mantis#1518. Thank you kindly, Zaki for a patch that: | Charles Krinke | 1 | -0/+17 | |
Issue is caused by the terrain height not being queried before teleporting within the region. Teleporting between regions is correct. Adding the neccessary checking to intra-region TP code. | |||||
2008-08-27 | Mantis#2052. Thank you kindly, Avdleeuw for a patch that: | Charles Krinke | 1 | -1/+1 | |
After having built revision 5992, OpenSim would start while issuing some errors regards updates to user profiles (Master Avatar, and other manually added avatars). Issue 2027 dealt with the MySQL part. This issue deals with the SQLite part. | |||||
2008-08-27 | Mantis#2047. Thank you kindly, Simsim for a patch that addresses: | Charles Krinke | 1 | -0/+4 | |
avatar sitting on the object can not telport to other regions. | |||||
2008-08-27 | Mantis #1903 | Melanie Thielker | 2 | -10/+29 | |
Thank you, cmickeyb, for a patch that prevents the loss of folders received out of sequence, and the items within. | |||||
2008-08-26 | * Eliminate commented out code no longer needed, as discussed on the ml | Justin Clarke Casey | 1 | -30/+1 | |
2008-08-26 | * On loading archives, report an error if an asset does not have the ↵ | Justin Clarke Casey | 2 | -45/+61 | |
expected filename format | |||||
2008-08-26 | * One more tweak to the application/xml vs application/llsd+xml routine | Teravus Ovares | 1 | -4/+3 | |
2008-08-26 | * It turns out that Mono doesn't currently support setting the Certificate ↵ | Teravus Ovares | 2 | -2/+14 | |
validation handler, however, it throws a NotImplemented exception. * Added Try/Catch/Message | |||||
2008-08-26 | * Workaround for application/llsd+xml requests coming in as application/xml | Teravus Ovares | 2 | -0/+68 | |
* When OGP is active, disable SSL certificate chain validation. I'll add more options here to come, as well as a way to test against a group of known certificate subjects. | |||||
2008-08-26 | * Fixed a bug that occurred if your home region wasn't logged in, in ↵ | Teravus Ovares | 1 | -12/+30 | |
standalone. It wouldn't let you in even if your destination region is online with a 'region x not found' message. * The purpose of the check was to ensure that your home region was sent to your client properly when you connected. However, the desired result is that if the home region is down, but the destination region is online, the user should still get in. * Changes: if the home region isn't available, set the message to the client so that the home region is the destination region. | |||||
2008-08-25 | * minor: zap some more compilation warnings | Justin Clarke Casey | 1 | -8/+8 | |
2008-08-25 | Documentation, headers and all the normal stuff | Teravus Ovares | 1 | -0/+32 | |
2008-08-25 | * Append thread information on to the end of period diagnostics information | Justin Clarke Casey | 1 | -2/+5 | |
* This is working towards finding out why many more client threads are hanging about on wright plaza than there are actual agents | |||||
2008-08-25 | * minor: refactor thread report into a method that returns a string rather ↵ | Justin Clarke Casey | 4 | -18/+31 | |
than displays information directly | |||||
2008-08-25 | * minor: upgrade version info to post 0.5.9 | Justin Clarke Casey | 1 | -1/+1 | |
2008-08-25 | * minor: Comment out the remaining unhandled packet messages in ↵ | Justin Clarke Casey | 1 | -12/+10 | |
LLClientView, except for unidentified packets * These make it more difficult to read the logs, and I don't think they help all that much | |||||
2008-08-25 | * minor: some logging conformance, code documenting | Justin Clarke Casey | 1 | -5/+21 | |
2008-08-25 | Mantis#2045. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2 | -423/+530 | |
This patch adds even more LSL compatibility to llSetPos() As stated in the wiki http://wiki.secondlife.com/wiki/LlSetPos, [^] movement should also be capped to 10m per call for unattached root prims. Beside this issue the attached patch adds (hopefully) all known LSL script delays (as ScriptSleep(), but still commented out) to LSL_BuiltIn_Commands.cs and LSL_Api.cs and a lot of format cleanup. | |||||
2008-08-25 | * zap compilation warnings | Justin Clarke Casey | 4 | -27/+27 | |
2008-08-25 | * Deal with a WebException thrown if a grid server cannot be contacted for ↵ | Justin Clarke Casey | 3 | -7/+26 | |
region information | |||||
2008-08-25 | Add the same delay factor in the XEngine section for the XEngine | Melanie Thielker | 1 | -2/+18 | |
2008-08-25 | Add ScriptDelayFactor under LL-Functions in OpenSim.ini. Defaulted | Melanie Thielker | 1 | -6/+22 | |
at 1.0, it allows delays to function as coded. Smaller values will reduce, larger values will increase the delays. A value of 0 is permitted and results in on delay being applied. | |||||
2008-08-25 | Update svn properties. | Jeff Ames | 4 | -987/+987 | |
2008-08-25 | Fix osAvatarPlayAnimation to actually do what it says on the box | Melanie Thielker | 1 | -1/+1 | |