Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 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 | 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 | 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#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-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 | * It turns out that Mono doesn't currently support setting the Certificate ↵ | Teravus Ovares | 1 | -1/+8 | |
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 | 1 | -0/+20 | |
* 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 | * minor: refactor thread report into a method that returns a string rather ↵ | Justin Clarke Casey | 2 | -2/+2 | |
than displays information directly | |||||
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 | 2 | -923/+923 | |
2008-08-25 | Fix osAvatarPlayAnimation to actually do what it says on the box | Melanie Thielker | 1 | -1/+1 | |
2008-08-25 | Mantis #2044 | Melanie Thielker | 2 | -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 Ovares | 1 | -2/+2 | |
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is ↵ | Teravus Ovares | 10 | -12/+1025 | |
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-24 | Mantis#2043. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 1 | -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-24 | Completing the item sale series, this one implements sell contents. | Melanie Thielker | 2 | -0/+18 | |
All item sale modes are now complete. | |||||
2008-08-24 | Mantis #2028 | Melanie Thielker | 1 | -2/+104 | |
Thank you, salahzar, for a patch that implements llGetNumberOfSides() for the DotNetEngine. | |||||
2008-08-24 | Selling a copy of a prim (prim vendor) now works. | Melanie Thielker | 1 | -7/+58 | |
Sack of bolts to go with the nuts? | |||||
2008-08-24 | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 3 | -0/+47 | |
now ply their trade. Is that nuts? | |||||
2008-08-24 | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 2 | -1/+9 | |
animation, target omega, looped sound, script access pin, allowed drop state and sale data. Loads it, too. Not all tested. Code: No Nuts. Data: Cannot Guarantee Nut Free. | |||||
2008-08-24 | more progress on new meshing routines | Dahlia Trimble | 1 | -26/+189 | |
2008-08-24 | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 6 | -4/+118 | |
and the for sale setting doesn't survive a sim restart, but this is most of the plumbing. | |||||
2008-08-23 | Change to no longer check funds on temp texture uploads. | Melanie Thielker | 1 | -2/+3 | |
This fixes the "no funds" message on rebake. | |||||
2008-08-23 | Thank you, salahzar, for a patch that adds llGetNumberOfSides and will | Melanie Thielker | 1 | -2/+105 | |
also enable LSLconformance on some texture functions as well. Applied the part of the patch in Shared/. The part for Common/ needs to be reworked to remove the reference into Shared/ | |||||
2008-08-23 | more work on new meshing routines... | Dahlia Trimble | 1 | -5/+77 | |
2008-08-23 | some initial work on new prim meshing routines (incomplete) | Dahlia Trimble | 1 | -0/+176 | |
2008-08-23 | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 10 | -4/+16 | |
It is now possible to use module interfaces without referencing Scene. Place those interfaces in OpenSim/Region/Interfaces. They may not use any refs from OpenSim.Region.Environment as parameters. This resolves a circular library ref introduced in r5949 |