aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-27cleaning out cruft from pre-Migration daysSean Dague1-103/+1
2008-08-27getting rid of pre-Migration cruftSean Dague1-111/+0
2008-08-27we are now past change 6000, so getting rid of pre-Migration cruftSean Dague1-222/+0
2008-08-27we are now past change 6000, so getting rid of the pre-MigrationSean Dague1-81/+0
upgrade cruft
2008-08-27Erm - make the distanc factor really work....Melanie Thielker2-2/+2
(wipes egg off face)
2008-08-27Mantis #2058Melanie Thielker1-3/+11
Remove the physics representation of link set child prims when the link set is deleted.
2008-08-27From: Richard Alimi <ralimi@us.ibm.com>Sean Dague1-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-27remove legacy pre-Migration database upgrade routinesSean Dague1-120/+0
2008-08-27remove the legacy pre-Migration database upgrade pathsSean Dague1-42/+0
2008-08-27remove pre-Migration upgrade pathsSean Dague1-92/+0
2008-08-27we're past checkin 6000, so now cleaning up all the cruft of the preSean Dague1-302/+3
migration database upgrade paths. This is coming in in stages.
2008-08-27Make the check on inventory cache clearing more robust. AddressesMelanie Thielker1-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-27get rid of the "drop if exists" lines in this old migration, as thoseSean Dague1-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-27Implements the r6005 foes for XEngine as wellMelanie Thielker1-1/+9
2008-08-27Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation ofMelanie Thielker1-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-27reverting to prior meshing methods until some physics timing issues can be ↵Dahlia Trimble1-15/+17
resolved
2008-08-27Added some exception trapping to PrimMesherDahlia Trimble1-3/+17
2008-08-27Added some exception handling to help catch some possibly corrupt primsDahlia Trimble1-2/+22
2008-08-27Meshmerizer now uses new PrimMesher class for meshing all standard ↵Dahlia Trimble1-10/+133
(non-sculpty) prims. This should result in more accurate meshes, lower memory consumption, and eliminate several lockup modes.
2008-08-27Completion of new PrimMesher classDahlia Trimble1-69/+604
2008-08-27Modified Mesh object to allow alternative mesher interfacingDahlia Trimble1-15/+59
2008-08-27Mantis#1518. Thank you kindly, Zaki for a patch that:Charles Krinke1-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-27Mantis#2052. Thank you kindly, Avdleeuw for a patch that:Charles Krinke1-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-27Mantis#2047. Thank you kindly, Simsim for a patch that addresses:Charles Krinke1-0/+4
avatar sitting on the object can not telport to other regions.
2008-08-27Mantis #1903Melanie Thielker2-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 mlJustin Clarke Casey1-30/+1
2008-08-26* On loading archives, report an error if an asset does not have the ↵Justin Clarke Casey2-45/+61
expected filename format
2008-08-26* One more tweak to the application/xml vs application/llsd+xml routineTeravus Ovares1-4/+3
2008-08-26* It turns out that Mono doesn't currently support setting the Certificate ↵Teravus Ovares2-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/xmlTeravus Ovares2-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 Ovares1-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 warningsJustin Clarke Casey1-8/+8
2008-08-25Documentation, headers and all the normal stuffTeravus Ovares1-0/+32
2008-08-25* Append thread information on to the end of period diagnostics informationJustin Clarke Casey1-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 Casey4-18/+31
than displays information directly
2008-08-25* minor: upgrade version info to post 0.5.9Justin Clarke Casey1-1/+1
2008-08-25* minor: Comment out the remaining unhandled packet messages in ↵Justin Clarke Casey1-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 documentingJustin Clarke Casey1-5/+21
2008-08-25Mantis#2045. Thank you kindly, Tyre for a patch that:Charles Krinke2-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 warningsJustin Clarke Casey4-27/+27
2008-08-25* Deal with a WebException thrown if a grid server cannot be contacted for ↵Justin Clarke Casey3-7/+26
region information
2008-08-25Add the same delay factor in the XEngine section for the XEngineMelanie Thielker1-2/+18
2008-08-25Add ScriptDelayFactor under LL-Functions in OpenSim.ini. DefaultedMelanie Thielker1-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-25Update svn properties.Jeff Ames4-987/+987
2008-08-25Fix osAvatarPlayAnimation to actually do what it says on the boxMelanie Thielker1-1/+1
2008-08-25Mantis #2044Melanie Thielker2-21/+187
Thank you, salahzar, for a patch that corrects the behavior of PRIM_TYPE in llGetPrimitiveParams() and improves LSL conformance in llGetNumberOfSides();
2008-08-25* Fix to OGP Region to Region teleports. Yay.Teravus Ovares1-2/+2
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares19-37/+1304
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
2008-08-24Mantis#2043. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke1-0/+174
The version of llSetLinkPrimitiveParams in LSL_BuiltIn_Commands.cs has not been kept in sync with the additional functionality made recently to the llSetLinkPrimitiveParams implementation in LSL_Api.cs which includes support for setting glow, full bright and other privative parameters. A patch to LSL_BuiltIn_Commands.cs is provided the incorperates this functionality (duplicated).
2008-08-24Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke1-1/+1
Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case.