aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-19Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker3-170/+170
2015-08-19Some unit tests are simply broken and create an API with a null m_item.Melanie Thielker1-0/+6
2015-08-17Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker4-17/+6
2015-08-17Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker4-51/+9
2015-08-13Remove DOS line endings from LSL_API.csMelanie Thielker1-15278/+15278
2015-08-12Whitespace borkness?Diva Canto1-15277/+15277
2015-08-12Send correct uuids in the FromID and ID packet fields for llInstantMessageDrake Arconis1-5/+2
2015-08-11When scripts are sleeping, don't count that as execution timeOren Hurvitz4-9/+51
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-22/+23
2015-08-04create osGetAvatarHomeURIChristopher3-0/+40
2015-08-04Make osAvatarName2Key() able to get names from unknown HG usersChristopher1-4/+40
2015-08-02osKey2Name returns now correct values for HG users who are not on the region.Christopher1-10/+18
2015-06-21Guard against null AgentPrefs service in llGetAgentLanguage()Cinder1-3/+10
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-7/+3
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder1-5/+11
2015-06-01Correct constant RCERR_CAST_TIME_EXCEEDED.Magnuz Binder1-1/+1
2015-05-29Add a new os function "osGetGender()"dahlia3-0/+51
2015-05-27llListRandomize() wasn't very randomCinder1-6/+7
2015-05-23Fix mesh cache race condition in llCastRay V3.Magnuz Binder1-2/+4
2015-05-22Use own mesh cache in llCastRay V3 after throttling.Magnuz Binder1-39/+104
2015-05-22Throttle llCastRay V3.Magnuz Binder1-2/+90
2015-05-20New values returned by llGetEnvTalun1-1/+33
2015-05-12Patch llCastRay fully simplified to V3.Magnuz Binder1-212/+217
2015-05-04Revert "Patch llCastRay fully-simplified to V2." for further review.Michael Cerquoni1-15/+14
2015-05-04Missing constants for llGetObjectDetailsTalun2-0/+33
2015-05-04Implement llGetGeometricCenter correctly.Magnuz Binder1-1/+20
2015-05-04Patch llCastRay fully-simplified to V2.Magnuz Binder1-14/+15
2015-05-03Implement llCastRay fully, simplified.Magnuz Binder1-1/+759
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-04-20Allow setting profilecut diff to 0.02 from scripts just like from viewer.Magnuz Binder1-3/+3
2015-04-20Implement llGetBoundingBox fully.Magnuz Binder1-42/+447
2015-04-14Temporarily comment out OSSL enabled warning log message.Robert Adams1-1/+1
2015-04-14Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams1-0/+3
2015-04-12Add osCheckODE() function so scripts can configure for running with legacy ph...Robert Adams3-0/+21
2015-04-12Fix llTargetOmega non-physical gain.Magnuz Binder1-0/+3
2015-03-22Parameterize sleeps in LSL functions.Magnuz Binder1-64/+123
2015-03-22Allow setting hollow to 99% from scripts just like from viewer.Magnuz Binder1-3/+3
2015-03-22Allow setting holesize to 0.01 from scripts just like from viewer.Magnuz Binder1-4/+4
2015-03-22Allow setting dimple diff to 0.02 from scripts just like from viewer, add cli...Magnuz Binder1-2/+7
2015-03-22viewers can set a minimum distance 0.02 between path cut start and path cut endFreaky Tech1-3/+3
2015-03-05Give llGiveInventory a way to querry Hypergrid visitors so network vendors ar...BlueWall1-2/+6
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)1-1/+5
2015-03-04usability fixes for LSL APIFreaky Tech1-207/+1409
2015-03-04simplify llStringToBase64 and llBase64ToStringFreaky Tech1-2/+3
2015-03-04usability fixes for LightShare APIFreaky Tech1-41/+328
2015-03-03corrected osMakeNotecard(string data) text length was calculated wrong. The L...Freaky Tech1-5/+15
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail2-9/+13
2015-03-03Revert "corrected osMakeNotecard(string data) text length was calculated wron...BlueWall1-15/+5
2015-03-03Pickup our version number for the functionBlueWall1-1/+1
2015-03-03added llGetEnv() implementationFreaky Tech3-6/+39