UbitUmarov
|
aab89f66fe
|
fix osGetGridNick() i did break on recent commit
|
2021-06-03 16:39:03 +01:00 |
|
UbitUmarov
|
98ff4b230d
|
cosmetics
|
2021-06-01 23:43:05 +01:00 |
|
UbitUmarov
|
cd74acc16b
|
remove threat checks from osGetGridNick and osGetGridName
|
2021-06-01 23:04:46 +01:00 |
|
UbitUmarov
|
96cb47e80f
|
anf ofc i forgot a file
|
2021-05-31 18:13:56 +01:00 |
|
UbitUmarov
|
4855e11346
|
a few more changes to lsl list; add osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending), does the sort directly on src, avoiding creation on a new list when that is not needed
|
2021-05-31 18:12:33 +01:00 |
|
UbitUmarov
|
afaa181676
|
a few more changes to lsl list
|
2021-05-31 16:36:20 +01:00 |
|
UbitUmarov
|
3e948d8c57
|
a few more changes to lsl list
|
2021-05-31 15:12:37 +01:00 |
|
UbitUmarov
|
8bcebf0190
|
missed a file
|
2021-05-31 01:42:23 +01:00 |
|
UbitUmarov
|
96be3a27ca
|
some changes to llListSort()
|
2021-05-31 01:39:21 +01:00 |
|
UbitUmarov
|
ee530d438f
|
cosmetics
|
2021-05-29 15:39:01 +01:00 |
|
UbitUmarov
|
5c99e94b79
|
fix llDeleteSubList() in the case start > end, so it is as spec ie keeps [end + 1, start - 1]. This may break some scripts made for previus broken way ie removed that range. Case start <= end should be as before, just a bit faster (after previus commit)
|
2021-05-29 02:04:57 +01:00 |
|
UbitUmarov
|
5056b125e9
|
small change on lsl lists DeleteSublist()
|
2021-05-29 00:08:37 +01:00 |
|
UbitUmarov
|
294ca5db2c
|
add STATS_SCRIPT_TIME constant. On last commit add ..LPS wasa typo, it was add STATS_SIM_SLEEP, the index to value LPS was pointing till now
|
2021-05-04 21:02:29 +01:00 |
|
UbitUmarov
|
87b806bd20
|
fix STATS_SCRIPT_LPS (obsolete), add STATS_SCRIPT_LPS ( what LPS did actually return) and STATS_SCRIPT_EPS to the list of some indexes to the list returned by osGetRegionStats
|
2021-05-04 20:43:24 +01:00 |
|
UbitUmarov
|
b72676bae9
|
let osGetRegionStats return a list with all the avaiable values (43 currently)
|
2021-05-04 20:39:52 +01:00 |
|
UbitUmarov
|
c816c220af
|
scripts line per second is no longer used and was wrong
|
2021-04-22 13:33:00 +01:00 |
|
UbitUmarov
|
84027166c8
|
mantis 8520: make YEngine tick script events per second stat
|
2021-04-22 00:40:45 +01:00 |
|
UbitUmarov
|
1dc568749f
|
missing file
|
2021-04-21 16:29:19 +01:00 |
|
UbitUmarov
|
15d0b02ba9
|
add LSL_Integer osAvatarType(string firts, string last)
|
2021-04-21 16:25:58 +01:00 |
|
UbitUmarov
|
9d1bd02d12
|
add LSL_Integer osAvatarType(LSL_Key avkey)
|
2021-04-21 15:52:09 +01:00 |
|
UbitUmarov
|
1b9a77f08d
|
actually change scripts timers, to the ini setting AsyncLLCommandLoopms ( default 100, 50 a more reasonable value that just eats a bit more cpu looping around
|
2021-04-21 14:15:12 +01:00 |
|
UbitUmarov
|
b925704eb9
|
mantis 8881: change llHTTPRequest allowed headers control
|
2021-04-21 14:07:50 +01:00 |
|
UbitUmarov
|
88defb4d90
|
change scripts timers, etc check rate to 50ms
|
2021-04-21 13:50:31 +01:00 |
|
UbitUmarov
|
4198dcdf86
|
change script touchs linknumber handling
|
2021-04-21 13:48:25 +01:00 |
|
UbitUmarov
|
c295deb262
|
Merge branch 'master' of ssh://opensimulator.org:/var/git/opensim
|
2021-03-18 18:45:28 +00:00 |
|
Oren Hurvitz
|
3d208dd690
|
osNpcLookAt() should only work on NPC's, not on regular users
|
2021-03-18 10:35:29 +02:00 |
|
UbitUmarov
|
74d86adc51
|
make invalid llhttpRequest custom header a hard error
|
2021-03-15 15:40:47 +00:00 |
|
UbitUmarov
|
50669c8d41
|
minor cleanup
|
2021-03-12 00:04:51 +00:00 |
|
UbitUmarov
|
60868fe975
|
vs2017 debug seems to get very confused with our script class called Timer (run runprebuild)
|
2021-03-11 23:54:34 +00:00 |
|
UbitUmarov
|
e24dd01bda
|
mantis 8870: do look on all script engines for http requests done
|
2021-03-01 15:34:36 +00:00 |
|
UbitUmarov
|
915bc74ab4
|
remove a extra _
|
2021-02-16 12:35:31 +00:00 |
|
UbitUmarov
|
8c7bd5fe8d
|
add constants for npclookat types
|
2021-02-16 12:24:11 +00:00 |
|
UbitUmarov
|
1c29f3378d
|
mantis 8865: add experimental osNpcLookAt
|
2021-02-16 03:16:54 +00:00 |
|
UbitUmarov
|
bb6f31039e
|
mantis 8855 fix the cast, avoiding the tostring
|
2021-02-06 18:42:02 +00:00 |
|
UbitUmarov
|
e25b05a454
|
remove the expire argument from os[Link]ParticleSystem.. expire is controled by maxage != 0
|
2021-01-12 16:12:44 +00:00 |
|
UbitUmarov
|
c215204e22
|
.. and another misisng change
|
2021-01-12 15:46:20 +00:00 |
|
UbitUmarov
|
ee4fd87463
|
good idea to commit the actual code..
|
2021-01-12 15:41:14 +00:00 |
|
UbitUmarov
|
72f7009b10
|
add os[Link]ParticleSystem with expire option. If expire true and system MaxAge > 0, the system will be be (lazy) removed from the prim after that MaxAge
|
2021-01-12 15:38:10 +00:00 |
|
UbitUmarov
|
30176673e3
|
move scripts dataserver threads to objectjobengine
|
2021-01-11 16:23:32 +00:00 |
|
UbitUmarov
|
a3b26255dd
|
add vector variant of osSlerp; update script syntax
|
2021-01-06 16:32:51 +00:00 |
|
UbitUmarov
|
be649ee7e5
|
YEngine: remove obsolete appdomain code (still in use elsewhere)
|
2021-01-06 14:45:51 +00:00 |
|
UbitUmarov
|
aff1593b2b
|
mantis 8844: fix PARCEL_MEDIA_COMMAND_URL with empty string parameter
|
2021-01-03 13:02:13 +00:00 |
|
UbitUmarov
|
d6747f872d
|
test: change http send control to a main pool thread
|
2020-12-29 23:53:09 +00:00 |
|
UbitUmarov
|
3be98bdb35
|
mantis 8840: add say ranges to llGetEnv
|
2020-12-29 18:23:46 +00:00 |
|
UbitUmarov
|
71065f19ad
|
add another form of bytesToHexString(byte[] bytes, bool lowercase)
|
2020-12-29 14:41:41 +00:00 |
|
UbitUmarov
|
0e8ea0486d
|
better also add llXorBase64 to lsl api
|
2020-12-29 13:38:19 +00:00 |
|
UbitUmarov
|
8fa28d96f5
|
clean tabs from osSHA256 patch (mantis 8839)
|
2020-12-29 13:31:08 +00:00 |
|
UbitUmarov
|
5acf56d20e
|
add missing lsl stub for llXorBase64
|
2020-12-29 13:24:04 +00:00 |
|
Mike Higgins
|
0da43a8ef5
|
added a new function string=osSHA256(string)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2020-12-29 13:17:29 +00:00 |
|
UbitUmarov
|
31d7ae0697
|
osReplaceAgentEnvironment change error -9 to -5 so it is identical to others
|
2020-12-21 19:47:40 +00:00 |
|