Update to latest kwdb from upstream

This commit is contained in:
Sei Lisa 2020-04-22 21:16:59 +02:00
parent be06ffe1f2
commit 2b07c13498
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200227001; output module version: 0.0.20140731000
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200422000; output module version: 0.0.20140731000
integer llAbs( integer val )
float llAcos( float val )
void llAddToLandBanList( key avatar, float hours )
@ -224,6 +224,7 @@ string llJsonValueType( string json, list specifiers )
string llKey2Name( key id )
key llKeyCountKeyValue( )
key llKeysKeyValue( integer start, integer count )
vector llLinear2sRGB( vector color )
void llLinkParticleSystem( integer linknumber, list rules )
void llLinkSitTarget( integer link, vector offset, rotation rot )
string llList2CSV( list src )
@ -429,6 +430,7 @@ float llTan( float theta )
integer llTarget( vector position, float range )
void llTargetOmega( vector axis, float spinrate, float gain )
void llTargetRemove( integer number )
void llTargetedEmail( integer target, string header, string body )
void llTeleportAgent( key avatar, string landmark, vector position, vector look_at )
void llTeleportAgentGlobalCoords( key agent, vector global_coordinates, vector region_coordinates, vector look_at )
void llTeleportAgentHome( key id )
@ -453,6 +455,7 @@ vector llWind( vector offset )
string llXorBase64( string str1, string str2 )
string llXorBase64Strings( string str1, string str2 )
string llXorBase64StringsCorrect( string str1, string str2 )
vector llsRGB2Linear( vector srgb )
const integer ACTIVE = 0x2
const integer AGENT = 0x1
const integer AGENT_ALWAYS_RUN = 0x1000
@ -1137,6 +1140,8 @@ const integer STATUS_WHITELIST_FAILED = 2001
const integer STRING_TRIM = 0x3
const integer STRING_TRIM_HEAD = 0x1
const integer STRING_TRIM_TAIL = 0x2
const integer TARGETED_EMAIL_OBJECT_OWNER = 2
const integer TARGETED_EMAIL_ROOT_CREATOR = 1
const string TEXTURE_BLANK = "5748decc-f629-461c-9a36-a35a221fe21f"
const string TEXTURE_DEFAULT = "89556747-24cb-43ed-920b-47caed15465f"
const string TEXTURE_MEDIA = "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361"

View file

@ -931,6 +931,9 @@ key llKeyCountKeyValue()
key llKeysKeyValue(integer start, integer count)
- unstable
vector llLinear2sRGB(vector color)
- SEF
void llLinkParticleSystem(integer linknumber, list rules)
- SEF if linknumber > 256
@ -1453,6 +1456,9 @@ void llSoundPreload(string sound)
float llSqrt(float val)
- SEF
vector llsRGB2Linear(vector srgb)
- SEF
void llStartAnimation(string anim)
void llStartObjectAnimation(string anim)
@ -1497,6 +1503,9 @@ float llTan(float theta)
integer llTarget(vector position, float range)
- unstable
void llTargetedEmail(integer target, string subject, string body)
- delay 20.0
void llTargetOmega(vector axis, float spinrate, float gain)
void llTargetRemove(integer number)