Commit Graph

22612 Commits

Author SHA1 Message Date
UbitUmarov
4851a28596 cosmetic 2023-05-23 19:04:00 +01:00
UbitUmarov
828d568d2f revert last commit, so some scripts may still work on other engines 2023-05-23 18:34:14 +01:00
UbitUmarov
265ea0b8a3 ExtendedPhysics module is specific to Bulletsim, can not be active with other engines, at least in current form 2023-05-23 18:17:22 +01:00
UbitUmarov
d0c681d404 mantis 9078: allow region modules script injected constants to be silent replaced. Since with Yengine, this are compile time globals for all regions, only set them once 2023-05-23 18:02:10 +01:00
Robert Adams
cafbf1c977 Add physDisableDeactivation() LSL function to ExtendedPhysics.
Add implementation of physDisableDeactivation to BulletSim.
2023-05-23 16:41:22 +00:00
UbitUmarov
dd9e365e00 a few changes on ban checks, thx Tampa 2023-05-21 20:49:21 +01:00
UbitUmarov
6743934434 cosmetics 2023-05-21 20:46:54 +01:00
UbitUmarov
c66effbe4f httpclient on RegionReadyModule 2023-05-18 17:57:15 +01:00
UbitUmarov
73ca50bbbc change default httpclients MaxResponseContentBufferSize 2023-05-18 17:47:39 +01:00
UbitUmarov
3882ef3eb0 more on HttpWebRequest in userprofiles 2023-05-18 14:25:09 +01:00
UbitUmarov
7860e2d861 cosmetics 2023-05-13 16:39:14 +01:00
UbitUmarov
4462b65a48 don0t mess with flag usepaslist, thanks Tampa 2023-05-08 21:41:06 +01:00
UbitUmarov
700e044346 change llResetLand*List with ideas on mantis 9075 2023-05-08 21:22:12 +01:00
UbitUmarov
32028241d2 change llResetLand*List exec rights so works with group owned, plus other cosmetics 2023-05-08 18:54:51 +01:00
UbitUmarov
9c8ac8c70b cosmetics 2023-05-08 03:05:36 +01:00
UbitUmarov
c47805e20d cosmetics 2023-05-08 02:50:43 +01:00
UbitUmarov
dcdb5fdb21 cosmetics 2023-05-08 00:35:04 +01:00
UbitUmarov
cb0f6d099c mantis 9075: do set use lists flags on addign first entry 2023-05-07 19:37:34 +01:00
UbitUmarov
83491db916 several changes to llhttprequest like use HttpClient 2023-05-06 18:06:40 +01:00
UbitUmarov
9fa29c382c avoid spurius count increment on unlink a physical prim 2023-05-05 16:26:47 +01:00
UbitUmarov
177fb75317 fix total objects(prims) count on stats, it was not counting meshes..; avoid spurius count increment on unlink 2023-05-05 14:53:57 +01:00
UbitUmarov
864871f490 a few changes 2023-05-05 11:45:17 +01:00
Jeff Kelley
b96ef0d00c osSetPenColor
osSetPenColor1

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2023-05-05 10:45:02 +01:00
UbitUmarov
35962d8c39 add llListFindStrided; llListFindList change to be more as spec 2023-04-29 11:06:35 +01:00
UbitUmarov
7dbedecd88 add LSL llLinear2sRGB and llsRGB2Linear 2023-04-28 01:55:35 +01:00
UbitUmarov
549ebc1025 add old llList2ListStrided renamed osOldList2ListStrided to easy any possible script fixes 2023-04-27 22:15:19 +01:00
UbitUmarov
a4ba4232e6 change llList2ListStrided so it is more like spec (no exclusion range, etc 2023-04-27 22:01:52 +01:00
UbitUmarov
02fd3b86fa missing file and take a debug message out 2023-04-27 21:58:21 +01:00
UbitUmarov
46831b086e add llList2ListSlice 2023-04-27 21:55:55 +01:00
UbitUmarov
7b7071f778 fix bad c&p 2023-04-26 21:05:16 +01:00
UbitUmarov
4c061a0602 add llListSortStrided and osListSortInPlaceStrided 2023-04-26 20:26:01 +01:00
UbitUmarov
cfbeb88823 cosmetics 2023-04-25 23:53:26 +01:00
UbitUmarov
33bdf572c6 fix several PARCEL_DETAILS_* constants for getparceldetails, add PARCEL_DETAILS_GEOMETRICCENTER; Stop script on unknown parameter, instead of keep running with a wrong integer 0 result 2023-04-18 17:54:24 +01:00
UbitUmarov
f96793cd19 minr changes to lsl getparceldetails 2023-04-18 02:49:23 +01:00
UbitUmarov
93e06f87f6 add list osGetParcelIDs() and key osGetParcelID(), plus a few changes to previus commits 2023-04-16 20:00:35 +01:00
UbitUmarov
68130e0c93 cosmetics 2023-04-16 18:09:34 +01:00
UbitUmarov
9686af7944 PGSQL: since we mya not have mono, our mono.security.dll must be on bin folder 2023-04-11 17:55:28 +01:00
UbitUmarov
f8e7e45965 add a test workflow for dotnet 2023-03-19 21:03:24 +00:00
UbitUmarov
b0f28dc54f missing changes 2023-03-15 11:32:58 +00:00
UbitUmarov
d345288efa reduce potencial useless float casts from list items 2023-03-15 11:29:35 +00:00
UbitUmarov
3dd1dd2f76 reduce potencial useless int casts from list items 2023-03-15 10:32:55 +00:00
UbitUmarov
bf90a8d1c5 reduce potencial useless string casts from list items 2023-03-15 09:22:14 +00:00
Kevin Cozens
5ad710c8df Fix mantis #6170 - Check if first argument of PRIM_TEXT is string or key
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2023-03-15 09:18:34 +00:00
UbitUmarov
0faf418f0c a few more changes on test feature 2023-03-14 17:30:01 +00:00
UbitUmarov
5740d99286 add test feature bin (de)serializer 2023-03-13 12:39:13 +00:00
UbitUmarov
abd7b60899 a few more test changes 2023-03-13 02:38:02 +00:00
UbitUmarov
77d8bb9968 a few more test changes and cosmetics 2023-03-12 20:26:27 +00:00
UbitUmarov
6d22429329 fix bounds check in GetLinkSitingAvatar 2023-03-11 17:38:06 +00:00
UbitUmarov
b3f876b9a3 cosmetics 2023-03-10 15:43:40 +00:00
UbitUmarov
bb8b2ecec1 avoid some noise on shutdown 2023-03-10 14:25:00 +00:00