Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Database version: 0.0.20140116001
Based on the following grid versions:
	os (OpenSimulator): v0.7.5-rc1
	sl (Second Life): 13.12.20.285035
  • Loading branch information
Makopo committed Feb 10, 2014
1 parent b8c1dd5 commit 48fd48a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builtins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ vector llGetLocalPos( )
rotation llGetLocalRot( )
float llGetMass( )
float llGetMassMKS( )
float llGetMaxScaleFactor( )
integer llGetMemoryLimit( )
float llGetMinScaleFactor( )
void llGetNextEmail( string address, string subject )
key llGetNotecardLine( string name, integer line )
key llGetNumberOfNotecardLines( string name )
Expand Down Expand Up @@ -303,6 +305,7 @@ integer llRound( float val )
string llSHA1String( string src )
integer llSameGroup( key id )
void llSay( integer channel, string msg )
integer llScaleByFactor( float scaling_factor )
void llScaleTexture( float u, float v, integer face )
integer llScriptDanger( vector pos )
void llScriptProfiler( integer flags )
Expand Down
6 changes: 6 additions & 0 deletions builtins_txt.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifdef _WIN32
#pragma execution_character_set("utf-8")
#endif
char *builtins_txt[] = {
"integer llAbs( integer val )",
"float llAcos( float val )",
Expand Down Expand Up @@ -118,7 +121,9 @@ char *builtins_txt[] = {
"rotation llGetLocalRot( )",
"float llGetMass( )",
"float llGetMassMKS( )",
"float llGetMaxScaleFactor( )",
"integer llGetMemoryLimit( )",
"float llGetMinScaleFactor( )",
"void llGetNextEmail( string address, string subject )",
"key llGetNotecardLine( string name, integer line )",
"key llGetNumberOfNotecardLines( string name )",
Expand Down Expand Up @@ -304,6 +309,7 @@ char *builtins_txt[] = {
"string llSHA1String( string src )",
"integer llSameGroup( key id )",
"void llSay( integer channel, string msg )",
"integer llScaleByFactor( float scaling_factor )",
"void llScaleTexture( float u, float v, integer face )",
"integer llScriptDanger( vector pos )",
"void llScriptProfiler( integer flags )",
Expand Down

0 comments on commit 48fd48a

Please sign in to comment.