UbitUmarov
|
6ed9b246cf
|
fix typos
|
2026-07-07 19:59:13 +01:00 |
|
UbitUmarov
|
ff2d47b1a3
|
fix another typos
|
2026-07-07 19:41:14 +01:00 |
|
Fiona Sweet
|
f561c21369
|
Update BunchOfCaps.cs typo
Unkown -> Unknown
|
2026-07-07 08:11:01 -07:00 |
|
UbitUmarov
|
88ef8a9dbe
|
add Util.GetFirstConfigVarFromSections<T>(..) While GetConfigVarFromSections<T> scans all sections and returns the last value found, this returns as soon a value is found. So sections should be order from high priority to lower
|
2026-05-12 03:18:26 +01:00 |
|
UbitUmarov
|
9db019b2cc
|
still read upload level from teh old position in Startup config, just in case
|
2026-05-11 17:46:57 +01:00 |
|
UbitUmarov
|
484ecad89e
|
mantis 9209: another change
|
2025-07-31 00:43:35 +01:00 |
|
UbitUmarov
|
eea69a685c
|
mantis 9209: change the decoding of face texture data on mesh upload
|
2025-07-30 23:21:40 +01:00 |
|
UbitUmarov
|
209ca3f861
|
use stream.copyto on meshcost mesh decoder
|
2025-06-25 02:24:55 +01:00 |
|
UbitUmarov
|
0d71b6d871
|
very useless changes
|
2025-06-25 02:22:28 +01:00 |
|
UbitUmarov
|
41d1fdb6c6
|
fix a old typo on mesh upload number of sides
|
2025-05-27 09:46:39 +01:00 |
|
UbitUmarov
|
05969fcb62
|
several changes; no log at that code level. (untested :( )
|
2025-05-10 17:21:09 +01:00 |
|
Vincent Sylvester
|
39009fcfcf
|
Improve mesh upload feedback
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2025-05-10 16:19:48 +01:00 |
|
UbitUmarov
|
4918f91d41
|
fix last change to support empty string group titles
|
2025-04-30 20:03:06 +01:00 |
|
UbitUmarov
|
83d3ce8a1a
|
work around some osgrid (mb others) null group titles
|
2025-04-30 17:35:39 +01:00 |
|
UbitUmarov
|
644af5093e
|
remove duplicated cap service
|
2024-06-15 05:30:22 +01:00 |
|
UbitUmarov
|
f81a11aaab
|
duhh why did i compare regionSize Z ?? phhhh
|
2024-06-11 22:26:15 +01:00 |
|
UbitUmarov
|
65738b3766
|
a few more changes for hypothetical terrain PBR
|
2024-06-10 21:02:31 +01:00 |
|
UbitUmarov
|
183350b617
|
viewers MUST ask for pbr terrain, requesting fake cap VTPBR if only support terrain pbr on standard size regions or cap VETPBR support on all region sizes
|
2024-06-08 22:05:41 +01:00 |
|
UbitUmarov
|
b7e897f741
|
direct encode to llsdxml cap seeds response
|
2024-04-17 16:09:57 +01:00 |
|
UbitUmarov
|
a5d6f2df02
|
bunchofcaps config options are the same per region and nini reading is not light
|
2024-04-16 23:10:30 +01:00 |
|
UbitUmarov
|
b9eb6bdd76
|
dictionary.try and other cosmetics
|
2024-04-16 18:01:06 +01:00 |
|
UbitUmarov
|
7dda8b4154
|
add cap DispatchRegionInfo
|
2024-04-15 04:33:20 +01:00 |
|
UbitUmarov
|
ece71a6aa3
|
cosmetics
|
2024-01-31 13:09:27 +00:00 |
|
UbitUmarov
|
3e54b78668
|
avoid sending pbr lludp messages to older viewers
|
2024-01-31 13:06:53 +00:00 |
|
UbitUmarov
|
1d27845e2a
|
a few changes to materials upload to inventory
|
2023-12-06 21:54:53 +00:00 |
|
UbitUmarov
|
0bbaedc051
|
a few test changes
|
2023-03-09 19:16:40 +00:00 |
|
UbitUmarov
|
b1f2a5b661
|
a few test changes
|
2023-03-09 08:26:12 +00:00 |
|
UbitUmarov
|
eb57c75f00
|
some test code
|
2023-03-08 21:45:25 +00:00 |
|
UbitUmarov
|
8895577c80
|
use Random.Shared
|
2022-10-16 15:06:36 +01:00 |
|
UbitUmarov
|
b4c057c80c
|
cosmetics
|
2022-09-18 14:07:53 +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
|
a46f0b4fd4
|
a few changes on universal id
|
2022-03-15 01:41:49 +00:00 |
|
UbitUmarov
|
476ea2b51d
|
reduce number of useless strings on get displaynames cap
|
2022-03-15 00:44:33 +00:00 |
|
UbitUmarov
|
f14055b6a8
|
minor changes on displaynames cap
|
2022-03-14 23:45:08 +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
|
7ea0821704
|
model upload: do create inventory texture entries by default (was do not)
|
2021-09-14 01:40:18 +01:00 |
|
UbitUmarov
|
91bfc2f62c
|
reduce (again) number of http requestes on getdisplaynames
|
2021-01-07 20:37:44 +00:00 |
|
UbitUmarov
|
3358c1d32d
|
replace more llsd xml fw encoder
|
2020-10-13 23:17:05 +01:00 |
|
UbitUmarov
|
c8cb8a376b
|
ok it is GetLandObjectClippedXY
|
2020-09-01 21:22:06 +01:00 |
|
UbitUmarov
|
1cbf5842a2
|
and another one
|
2020-08-26 14:25:52 +01:00 |
|
UbitUmarov
|
e990bb8599
|
fix bad paste
|
2020-08-26 14:23:55 +01:00 |
|
UbitUmarov
|
91fc8bbd80
|
change handling of temporary caps services
|
2020-08-26 14:15:35 +01:00 |
|
UbitUmarov
|
e997392ab0
|
of course it is broken
|
2020-08-23 23:21:26 +01:00 |
|
UbitUmarov
|
e0511240ef
|
duhh things about scripts are for objects with scripts, not all
|
2020-08-23 22:46:46 +01:00 |
|
UbitUmarov
|
efa5f253f2
|
clip xy on parcels fake id, fix address compare, etc
|
2020-08-23 17:51:08 +01:00 |
|
UbitUmarov
|
21a34717dd
|
let cap AttachmentResources show urls
|
2020-08-23 04:05:58 +01:00 |
|
UbitUmarov
|
01022b2939
|
cosmetics
|
2020-08-23 02:09:56 +01:00 |
|
UbitUmarov
|
8fc38db13b
|
remove a devel auxiliar string
|
2020-08-23 01:57:20 +01:00 |
|
UbitUmarov
|
9aa7f41bca
|
add cap AttachmentResources ( no urls, memory account is per yengine mem usage)
|
2020-08-23 01:46:34 +01:00 |
|