Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-10 | Mantis #511 | Melanie Thielker | 1 | -4/+8 | |
Allow parsing of hexadecimal int constants from strings. Also fixes a DBNull value in the touch type field crashing the sim | |||||
2008-09-10 | Update svn properties, minor formatting cleanup. | Jeff Ames | 4 | -18/+18 | |
Fix unreachable code due to typo in llDetectedGroup. | |||||
2008-09-10 | Mantis#2153. Thank you kindly, Godfrey for a patch that solves: | Charles Krinke | 2 | -0/+16 | |
osSetDynamicTextureData() produces error on console if ExtraParams passed empty string | |||||
2008-09-10 | Implementation of llDetectedGroup for DotNetEngine. | Charles Krinke | 1 | -5/+3 | |
2008-09-10 | *Almost* have a complete implementation of llDetectedGroup. | Charles Krinke | 1 | -2/+8 | |
One member missing, so a portion is commented out. | |||||
2008-09-10 | Implementation for llDetectedLinkNumber in DotNetEngine. | Charles Krinke | 1 | -2/+4 | |
2008-09-09 | From: alan_webb@us.ibm.com | Sean Dague | 2 | -0/+5 | |
Make CHANGED constants consistent with LSL, and consistent across the code base | |||||
2008-09-09 | From: alan_webb@us.ibm.com | Sean Dague | 1 | -1/+1 | |
Fix an invalid bounds check in Builtin_Commands | |||||
2008-09-09 | Fix llResetScript() and the reset button to actually restore global | Melanie Thielker | 2 | -7/+32 | |
variables to their initializer values, rather then zeroing them. Also handles lists properly now. | |||||
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 4 | -16/+16 | |
2008-09-09 | Fix state xxx within state xxx itself triggering a state "change" to | Melanie Thielker | 1 | -0/+3 | |
same state | |||||
2008-09-09 | Fix string -> int cast to variable | Melanie Thielker | 1 | -3/+8 | |
2008-09-09 | Fix delimiter access from list for llParseStringKeepNulls | Melanie Thielker | 1 | -4/+4 | |
2008-09-08 | Remove casting nastiness in LSL_Api | Melanie Thielker | 1 | -76/+76 | |
2008-09-08 | Correct state handling and state event masks. Prims will now show | Melanie Thielker | 2 | -30/+37 | |
touch, pay, etc script states correctly. | |||||
2008-09-08 | changes to Test directory structure per opensim-dev conversation | Sean Dague | 12 | -0/+3975 | |
2008-09-08 | Adapt the unit tests to the new list rules, change some casts to | Melanie Thielker | 2 | -7/+13 | |
new method for testing | |||||
2008-09-08 | Mantis #2147 | Melanie Thielker | 2 | -26/+27 | |
Thank you, ralphos, for a patch the adapts llSetColor and friends to a change in the underlying types. Also, thank you for a much cleaner way of casting types out of lists, which I will adopt throughout. | |||||
2008-09-08 | Mantis #2144 | Melanie Thielker | 1 | -3/+3 | |
Adjust XEngine llSetAlpha to a change in the underlying type | |||||
2008-09-08 | Mantis #2145 | Melanie Thielker | 1 | -24/+24 | |
Fix a number of casting issues in XEngine's API | |||||
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 5 | -9/+32 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-09-08 | Implement llEjectFromLand. | Charles Krinke | 2 | -2/+24 | |
2008-09-08 | I inadvertently edited out llGroundSlope, llGroundNormal | Charles Krinke | 1 | -6/+36 | |
and llGroundContour in the last checkin and this replaces them again in LSL_BuiltIn_Commands.cs. | |||||
2008-09-08 | Add implementation for llSetSoundRadius(). | Charles Krinke | 2 | -38/+9 | |
2008-09-08 | Add Adam's llGroundSlope, llGroundNormal and | Charles Krinke | 1 | -7/+36 | |
llGroundContour into our Common/LS:L_BuiltIn_Commands file. | |||||
2008-09-07 | * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ↵ | Adam Frisby | 1 | -6/+36 | |
- these functions are orthogonal to each other and the core implementation is in GroundSlope. * Please note that this implementation has not been mathematically verified to be correct-as-described, it is probable that this implementation may produce differing results to Linden Lab. Testing (and test data) would be appreciated. | |||||
2008-09-07 | Revert the removal of the commented out | Charles Krinke | 1 | -1/+56 | |
scriptsleep calls. | |||||
2008-09-07 | Xengine patch to force a persistence save on script creation. This prevents | Melanie Thielker | 3 | -9/+52 | |
duplicate delivery of state_entry if a region is restarted just after saving the script. Changes script state saves to no longer abort long- running event handlers. Queues the save instead. Adds shutdown handler to save script state on irderly shutdown | |||||
2008-09-07 | Mantis #2138 | Melanie Thielker | 2 | -4/+4 | |
Thank you, HomerHorwitz, for a patch that fixes llGetKey() | |||||
2008-09-07 | Return 0 for no wind and 0 for no clouds from | Charles Krinke | 2 | -4/+0 | |
both llWind and llCloud and remove the "NotImplemented" status leaving us with about 74 "NotImplemented" LSL-C# wrapper functions. | |||||
2008-09-07 | Clean up some of the nonsensical use of ScriptSleep | Charles Krinke | 1 | -56/+1 | |
inside our LSL-C# wrapper subroutines. | |||||
2008-09-07 | Remove a few of the commented out "NotImplemented" | Charles Krinke | 1 | -13/+0 | |
calls from our LSL-C# wrappers. | |||||
2008-09-06 | Brushing rust of ye old commit | Tedd Hansen | 3 | -6/+3 | |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -2/+1 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 34 | -929/+949 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-09-05 | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: | Charles Krinke | 1 | -48/+48 | |
Solves SetPrimitiveParams, Revolutions not calculated properly. | |||||
2008-09-05 | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 2 | -8/+70 | |
Types extracted from a LSL_Types.list have to be down-cast initially to the exact type of value type object that the Object actually is. This would make for very cumbersome, ugly code when extracting list parameter items in ll functions where a few implicit conversions should be applied such as key -> LSLString and LSLInteger -> LSLFloat (but not LSLFloat -> LSLInteger). This patch adds a set of GetXXXItem member functions to the LLS_Type.list class, where XXX is the name of the LSL_Type to be extracted: LSLFLoat, LSLInteger etc. All take a single, int parameter that is the item number to be extracted. | |||||
2008-09-05 | Thank you kindly, KrTaylor for a patch that adds: | Charles Krinke | 1 | -3/+8 | |
llParseString functions throw exception when passed a list of variables and this patch adds logic to solve this to LSL_Api.cs | |||||
2008-09-03 | Mantis #2112 | Melanie Thielker | 2 | -8/+13 | |
Thannk you, ralphos, for a patch to clean up list item type handling and add a missing explicit cast in Shared/ | |||||
2008-09-03 | Mantis #2097 | Melanie Thielker | 1 | -3/+3 | |
Thank you, ralphos, for a patch that fixes an InvalidCastException in llSetPrimitveParams. | |||||
2008-09-03 | clean up and fixing a typo. | Dr Scofield | 1 | -1/+2 | |
2008-09-03 | Mantis #2109 | Melanie Thielker | 1 | -0/+2 | |
Prevent a null reference exception when reset is pressed on a script while it's being compiled. | |||||
2008-09-02 | a piece of LSL_API changes got checked in incorectly with 6091. This | Sean Dague | 1 | -1/+1 | |
fixes that, and should get us back to compile state. | |||||
2008-09-02 | Committing the missing resource file for MSSQL. Sorry... | Melanie Thielker | 1 | -1/+1 | |
2008-09-02 | Small fix to a cast in list parsing | Melanie Thielker | 1 | -1/+1 | |
2008-09-02 | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2 | -49/+46 | |
cleanup: warnings, readability | |||||
2008-09-02 | Fix regex for string->int cast to accept leading spaces and a sign | Melanie Thielker | 1 | -1/+1 | |
2008-09-02 | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 1 | -1/+1 | |
in XEngine. This turned out to be a lot of work to catch up. | |||||
2008-09-02 | Correct the representation of the automatic null string | Melanie Thielker | 1 | -1/+1 | |
2008-09-02 | Remove the ((bool)()) cast, since it can make c# barf | Melanie Thielker | 1 | -2/+2 | |