Commit Graph

28455 Commits

Author SHA1 Message Date
UbitUmarov
89130b9f0a fix osSetParcelDetails, plus more cosmetics 2023-06-21 10:30:14 +01:00
UbitUmarov
aa5f0ba8e7 cosmetics on yengine 2023-06-21 06:29:57 +01:00
UbitUmarov
2bd89bd8da YEngine: only generate code to init globals if there are any 2023-06-21 00:11:59 +01:00
UbitUmarov
1606ce4138 YEngine store a bool as integer on a lsl list in one initialization case 2023-06-20 20:59:04 +01:00
UbitUmarov
2849e57920 add osGetPrimCount([key primKey]) and osGetSittingAvatarsCount([key primkey]) that just do want name says unlike ll mess, absent primKey argument means current linkset 2023-06-14 22:45:37 +01:00
UbitUmarov
97b9f64e6d make llGetObjectPrimCount() return 0 on attachments, as spec 2023-06-14 21:57:40 +01:00
UbitUmarov
dc2017b3d9 cosmetics on lsl json 2023-06-05 21:35:22 +01:00
UbitUmarov
1f5dfa37b0 cosmetics on sensorrepeat 2023-06-04 23:25:00 +01:00
UbitUmarov
2e2dee76e4 put back CheckThreatLevel on osDie 2023-06-02 23:14:45 +01:00
UbitUmarov
f8d1e78e8a mantis 9080: make osDie only work on object rezzed by script linkset, as spec 2023-06-02 23:01:01 +01:00
UbitUmarov
8b6b00d597 fail to find lsl api in ossl should be a global fatal error 2023-06-02 22:37:10 +01:00
UbitUmarov
2625eed5e4 add some constants and reserve some linkset_data lsl event slots, compatible to mantis9081 patch, for now not accepted (any future implementation may diverge from that, even sl 2023-06-02 18:30:28 +01:00
UbitUmarov
db1c739ef2 preloadsound is suposed to send ownerid, plus save ns on useless dic searchs 2023-05-31 21:44:48 +01:00
UbitUmarov
8d5d985ba1 try fix bsparam setvalue for parameter type string 2023-05-31 20:44:42 +01:00
UbitUmarov
a76a65d0a4 Merge branch 'dotnet6' of ssh://opensimulator.org:/var/git/opensim into dotnet6 2023-05-31 19:29:21 +01:00
UbitUmarov
182bf163fb anaother typo on log string, ty Tampa 2023-05-31 19:28:37 +01:00
UbitUmarov
52bd6a443e make llLinkPlaySound() closer to spec 2023-05-31 19:27:43 +01:00
UbitUmarov
2da90242a2 fix a log string on lludpserver 2023-05-31 19:06:30 +01:00
Robert Adams
1527d42823 BulletSim: some small changes to SetForce and SetTorque motors that don't seem to fix any problems. 2023-05-30 18:28:50 +00:00
UbitUmarov
968b1207b6 cosmetics 2023-05-30 12:19:50 +01:00
UbitUmarov
e950c502ad change share of almost empty class httpclient, to just share of used SocketsHttpHandler, This simpifies handling of timeout, otherwise problematic 2023-05-26 20:27:24 +01:00
Robert Adams
c90858576c BulletSim: osGetPhysicsEngineName() returns wrapper and engine version information
New BulletSim config parameters for setting defaults if legacy format is needed.
2023-05-26 01:47:56 +00:00
UbitUmarov
0b81b066f3 cosmetics 2023-05-24 16:19:55 +01:00
UbitUmarov
d7714530a8 try to reduce log spam on http fails 2023-05-24 14:16:43 +01:00
UbitUmarov
5e0c6446d8 update xmlrpc.dll with a send variant using httpclint and used it 2023-05-24 13:42:56 +01:00
UbitUmarov
2bd08a19d5 let llgethttpheaders do case insensitive search, plus cosmetics 2023-05-24 00:43:35 +01:00
UbitUmarov
1a6b16d1c8 fix silly bug on CanBeOnThisLand(..) 2023-05-23 23:18:34 +01:00
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
6d144ba1c9 httpclient on NeighbourServicesConnector 2023-05-18 17:53:45 +01:00
UbitUmarov
b4d6bb35b7 cosmetics on restclient 2023-05-18 17:48:48 +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
f3663371dc more on HttpWebRequest 2023-05-17 21:17:36 +01:00
UbitUmarov
6dbc498677 clean up restclient a bit more 2023-05-17 20:36:11 +01:00
UbitUmarov
beeb5b54be replace HttpWebRequest by HttpClient on other places 2023-05-17 19:15:46 +01:00
UbitUmarov
ec2f81dd07 clean up dead async code from restclient, was not in use and naw a obsolete way of doing it 2023-05-17 17:24:53 +01:00
UbitUmarov
36fc05a3c1 replace HttpWebRequest by HttpClient on restclient 2023-05-17 17:15:13 +01:00
UbitUmarov
29049c14b2 replace HttpWebRequest by HttpClient on another place, used bt assets, etc 2023-05-17 01:10:02 +01:00
UbitUmarov
19229aff64 replace HttpWebRequest by HttpClient on another place 2023-05-16 22:57:23 +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