aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/ScriptSyntax.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-19add a few lsl constantsUbitUmarov1-1/+21
2019-10-17add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov1-25/+32
2019-10-11add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov1-19/+78
2019-08-16mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵UbitUmarov1-39/+46
item ID within prim inventory. the llGetInventory does return the asset it, not item.
2019-07-31change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵UbitUmarov1-5/+20
standard values, change return types, update script syntaxe
2019-05-02soem cleanupUbitUmarov1-32/+72
2019-04-23old typoUbitUmarov1-8/+19
2019-04-08add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ↵UbitUmarov1-21/+26
some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever
2019-02-22update script sintaxeUbitUmarov1-32/+58
2018-12-28add some LSLUbitUmarov1-18/+35
2018-12-17mantis 8427: add new reject flags, change default, see mantisUbitUmarov1-1/+9
2018-12-11cleanup last patchUbitUmarov1-14/+225
2018-11-28OSSL remove functions with illegal lsl types, also redundanteUbitUmarov1-24/+12
2018-11-26add script constant OS_APIVERSION, we should inc this on any change on any ↵UbitUmarov1-3/+7
api. a few changes to os npc and avatar animation functions
2018-11-20add osApproxEquals for float, vector and rotation, note that default margin ↵UbitUmarov1-8/+59
is 1e-6 to match strings rounding
2018-11-18update script syntaxUbitUmarov1-22/+107
2018-11-15update script syntaxUbitUmarov1-24/+24
2018-11-10add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵UbitUmarov1-13/+34
in function arguments
2018-10-25let the syntax file include its id againUbitUmarov1-0/+1
2018-10-25update syntax fileUbitUmarov1-6989/+3322
2018-10-24update script syntax fileUbitUmarov1-12556/+4335
2018-10-21update script syntaxUbitUmarov1-42/+4292
2018-10-20add a few more things to SrcriptSyntaxUbitUmarov1-348/+339
2018-10-19LSLSyntax some cleanupUbitUmarov1-1541/+43
2018-10-19autogen LSLSyntax version uuidUbitUmarov1-17920/+16411
2018-10-19fix typosUbitUmarov1-1/+1
2018-10-19 add initial test support for cap LSLSyntax. This does not seem to work for ↵UbitUmarov1-0/+17920
Opensimulator on viewers, In particular with FireStorm seems impossible to replace its own definitions, viwers do note revert to defaults on tp to a region that does not suport this cap, etc. So possible just a dead end. Disabled by default