Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-19 | add a few lsl constants | UbitUmarov | 1 | -1/+21 | |
2019-10-17 | add LSL_Integer osIsNotValidNumber(LSL_Float v) | UbitUmarov | 1 | -25/+32 | |
2019-10-11 | add osResetAllScripts(LSL_Integer AllLinkset). use with care | UbitUmarov | 1 | -19/+78 | |
2019-08-16 | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵ | UbitUmarov | 1 | -39/+46 | |
item ID within prim inventory. the llGetInventory does return the asset it, not item. | |||||
2019-07-31 | change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵ | UbitUmarov | 1 | -5/+20 | |
standard values, change return types, update script syntaxe | |||||
2019-05-02 | soem cleanup | UbitUmarov | 1 | -32/+72 | |
2019-04-23 | old typo | UbitUmarov | 1 | -8/+19 | |
2019-04-08 | add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ↵ | UbitUmarov | 1 | -21/+26 | |
some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever | |||||
2019-02-22 | update script sintaxe | UbitUmarov | 1 | -32/+58 | |
2018-12-28 | add some LSL | UbitUmarov | 1 | -18/+35 | |
2018-12-17 | mantis 8427: add new reject flags, change default, see mantis | UbitUmarov | 1 | -1/+9 | |
2018-12-11 | cleanup last patch | UbitUmarov | 1 | -14/+225 | |
2018-11-28 | OSSL remove functions with illegal lsl types, also redundante | UbitUmarov | 1 | -24/+12 | |
2018-11-26 | add script constant OS_APIVERSION, we should inc this on any change on any ↵ | UbitUmarov | 1 | -3/+7 | |
api. a few changes to os npc and avatar animation functions | |||||
2018-11-20 | add osApproxEquals for float, vector and rotation, note that default margin ↵ | UbitUmarov | 1 | -8/+59 | |
is 1e-6 to match strings rounding | |||||
2018-11-18 | update script syntax | UbitUmarov | 1 | -22/+107 | |
2018-11-15 | update script syntax | UbitUmarov | 1 | -24/+24 | |
2018-11-10 | add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵ | UbitUmarov | 1 | -13/+34 | |
in function arguments | |||||
2018-10-25 | let the syntax file include its id again | UbitUmarov | 1 | -0/+1 | |
2018-10-25 | update syntax file | UbitUmarov | 1 | -6989/+3322 | |
2018-10-24 | update script syntax file | UbitUmarov | 1 | -12556/+4335 | |
2018-10-21 | update script syntax | UbitUmarov | 1 | -42/+4292 | |
2018-10-20 | add a few more things to SrcriptSyntax | UbitUmarov | 1 | -348/+339 | |
2018-10-19 | LSLSyntax some cleanup | UbitUmarov | 1 | -1541/+43 | |
2018-10-19 | autogen LSLSyntax version uuid | UbitUmarov | 1 | -17920/+16411 | |
2018-10-19 | fix typos | UbitUmarov | 1 | -1/+1 | |
2018-10-19 | add initial test support for cap LSLSyntax. This does not seem to work for ↵ | UbitUmarov | 1 | -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 |