Commit Graph

1351 Commits

Author SHA1 Message Date
UbitUmarov
139f51e01b a few changes on ServiceURLs. Add some extra checks on AssetServiceURI 2025-11-29 22:49:07 +00:00
UbitUmarov
23ad195e7a add osSetTerrainTextures(LSL_List textures, LSL_Integer types) to set terrain textures for legacy viewers it types == 0 or 2; textures for new viewers if types == 1 or 2 or PBR materials if types == 1 (untested :( ) 2025-05-06 01:29:24 +01:00
UbitUmarov
c9b4d3374f mantis 9188: add HG assets scan and fetch when droping a item on a prim 2025-05-05 21:28:12 +01:00
UbitUmarov
b00df07563 do not allow estate bans to grid admins 2025-04-17 15:50:08 +01:00
UbitUmarov
f2379dc785 mantis 9133 replace some z < 0 checks by < Constants.MinSimulationHeight (-100) 2025-04-11 05:05:42 +01:00
UbitUmarov
ecf2e0e32e clear start string parameter on other rez cases 2024-11-26 21:06:56 +00:00
UbitUmarov
50212c240c llCloud is obsolete, remove rest on old viewer V! cloud support 2024-04-20 18:00:22 +01:00
UbitUmarov
604282c482 simplify output of show caps list a bit 2024-04-17 20:31:21 +01:00
UbitUmarov
3e54b78668 avoid sending pbr lludp messages to older viewers 2024-01-31 13:06:53 +00:00
UbitUmarov
23daf5340b add some missing matovr full updates 2023-12-12 21:15:58 +00:00
UbitUmarov
1d27845e2a a few changes to materials upload to inventory 2023-12-06 21:54:53 +00:00
UbitUmarov
d7714530a8 try to reduce log spam on http fails 2023-05-24 14:16:43 +01:00
UbitUmarov
dcdb5fdb21 cosmetics 2023-05-08 00:35:04 +01:00
UbitUmarov
8a0778beaf go back to random asset uuid 2023-03-10 09:09:00 +00:00
UbitUmarov
b1f2a5b661 a few test changes 2023-03-09 08:26:12 +00:00
UbitUmarov
833cd468ff cosmetics 2023-02-24 12:35:12 +00:00
UbitUmarov
ce0d426b99 add helper SimulatorFeaturesModulr OpenSimExtraFeatureContains plus cosmetics 2023-02-23 22:50:45 +00:00
UbitUmarov
bf952817fa cosmetics, cleanup and other things 2022-12-17 22:04:03 +00:00
UbitUmarov
38ddb92cc3 cosmetics 2022-12-16 19:38:10 +00:00
UbitUmarov
18e20d6fdd more cosmetics on object serialization 2022-11-13 03:19:08 +00:00
UbitUmarov
86a8b68e01 mantis 9036: do not allow attach of coalesced inventory assets 2022-11-12 18:59:36 +00:00
UbitUmarov
d9380c9b83 clean some spurius chars and a few other things. Thanks Vincent Sylvester 2022-11-12 02:49:01 +00:00
UbitUmarov
fddb3761a0 use some shared char arrays on string split 2022-10-19 01:38:25 +01:00
UbitUmarov
ac65a5903e c# sugar... 2022-10-08 03:28:27 +01:00
UbitUmarov
57060a8efa c# sugar... 2022-10-07 23:33:39 +01:00
UbitUmarov
d81ed97e5d still some xengine .. 2022-10-02 11:43:29 +01:00
UbitUmarov
5ef7878613 cosmetics 2022-09-24 17:14:46 +01:00
UbitUmarov
97cabd1574 default to no asset (uuidZero) on new inventory items creation with no provided data 2022-08-26 21:38:52 +01:00
UbitUmarov
0603667627 use shared assets for new empty notecard and defualt script. Grids not using core asset services may need the 2 new ones 2022-08-19 22:26:00 +01:00
UbitUmarov
e37475203b add usermanagement bool GetUserName(UUID uuid, out string FirstName, out string LastName) 2022-06-19 11:47:29 +01:00
UbitUmarov
d9fb48cdcf ok add 2 much, so now the rest 2022-04-17 22:26:41 +01:00
UbitUmarov
1058fd6a07 minor clean 2022-03-16 23:15:02 +00:00
UbitUmarov
7b34b23d73 entityTransfer is a nonshared module, so lets use its scene, sp ones should be the same, or something is bad 2022-03-16 22:54:26 +00:00
UbitUmarov
1c45e039eb a few changes in regionsinview and related code 2022-03-16 12:04:00 +00:00
UbitUmarov
f01301392a increase BannedRegionCache expire 2022-03-16 11:12:21 +00:00
UbitUmarov
c044e4d458 change entity transfer BannedRegionCache 2022-03-16 10:33:23 +00:00
UbitUmarov
7c9099de36 reduce useless log 2022-03-15 01:22:47 +00:00
UbitUmarov
476ea2b51d reduce number of useless strings on get displaynames cap 2022-03-15 00:44:33 +00:00
UbitUmarov
5ffa1801d8 avoid a mulithread dictionary values change issue 2022-03-10 14:10:53 +00:00
UbitUmarov
85e7add566 btw take off the extra comma at end.. 2022-03-10 13:37:48 +00:00
Vincent Sylvester
0832d5eefd Write the comma
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-03-10 13:11:53 +00:00
UbitUmarov
9a897683f4 avoid null ref 2022-02-23 13:38:13 +00:00
UbitUmarov
17b5123f21 cosmetics 2022-02-02 03:45:11 +00:00
UbitUmarov
f997d77075 on HG landmark teleport, check gatekeeper first 2022-01-28 16:25:31 +00:00
UbitUmarov
e2c9591fa9 do export landmarks even if OutboundPermission is false 2022-01-26 20:40:49 +00:00
UbitUmarov
fbbcc1edd7 == string.Empty is .Lenght == 0 2022-01-13 20:31:52 +00:00
UbitUmarov
9b33ef9c8c a few more changes on vectors etc 2022-01-10 02:21:17 +00:00
UbitUmarov
da928d6099 != UUID.Zero is slow 2022-01-09 02:28:51 +00:00
UbitUmarov
357f20eb14 == UUID.Zero is slow 2022-01-08 23:35:56 +00:00
UbitUmarov
d316379984 silly typos 2021-12-30 19:36:12 +00:00