UbitUmarov
|
0877c00658
|
change the map image asset to be global by default, as before. Local storage breaks several things so can only be used on some cases
|
2020-09-19 17:47:12 +01:00 |
|
UbitUmarov
|
d0606d5d5b
|
add option to only store map image asset on local cache. Note this will break viewers v1 map, osGetRegionMapTexture(), etc
|
2020-09-17 23:16:44 +01:00 |
|
UbitUmarov
|
c0704af545
|
fix a bug on the new expiring things
|
2020-09-09 21:15:03 +01:00 |
|
UbitUmarov
|
7e23c7bb00
|
missing file
|
2020-09-09 15:25:28 +01:00 |
|
UbitUmarov
|
719e0d1c61
|
make main terrain taints also a bitarray
|
2020-09-09 15:24:51 +01:00 |
|
UbitUmarov
|
8b885a4c7f
|
change some loops/math
|
2020-09-08 23:49:15 +01:00 |
|
UbitUmarov
|
150ad80f6f
|
on per client terrain taint control replace bad 2d bool array by a bitarray. 1d bool could be another option. bitarray uses a lot less mem but a bit more cpu, except on full set/clear, less mem is also less cpu cache pressure so lets use it, specially on linear scans on X
|
2020-09-08 21:58:38 +01:00 |
|
UbitUmarov
|
b0f1e4f0c6
|
waste some memory on serialized environment caching. we could live without all that locking
|
2020-09-08 15:28:18 +01:00 |
|
UbitUmarov
|
c8cb8a376b
|
ok it is GetLandObjectClippedXY
|
2020-09-01 21:22:06 +01:00 |
|
UbitUmarov
|
323c0673c2
|
fix permissions checks on some crossings
|
2020-09-01 16:30:07 +01:00 |
|
UbitUmarov
|
8e2eb983e3
|
a few changes to last patch
|
2020-08-31 12:35:39 +01:00 |
|
UbitUmarov
|
5ef66d68a0
|
several changes to usermanagement and profiles
|
2020-08-27 18:31:28 +01:00 |
|
UbitUmarov
|
8b63182170
|
several changes to worldmap
|
2020-08-27 14:09:54 +01:00 |
|
UbitUmarov
|
2bdab18135
|
cosmetics
|
2020-08-26 18:43:25 +01:00 |
|
UbitUmarov
|
4490877284
|
cleanup the added debug messages
|
2020-08-25 23:10:57 +01:00 |
|
UbitUmarov
|
886317b8c8
|
also on individual show
|
2020-08-25 21:44:48 +01:00 |
|
UbitUmarov
|
b7f731d9e9
|
add parcel fakeID to show land
|
2020-08-25 21:41:04 +01:00 |
|
UbitUmarov
|
06348469a0
|
debug other thing...
|
2020-08-25 21:35:35 +01:00 |
|
UbitUmarov
|
6705ff2d6e
|
debug other thing
|
2020-08-25 21:26:25 +01:00 |
|
UbitUmarov
|
3bcc313e6f
|
cosmetics
|
2020-08-25 17:51:09 +01:00 |
|
UbitUmarov
|
0ee1e3b2d9
|
several changes to land handling. Landchannel.cs is just a wrrapper for landmanagementmodule, so let module be it and ignore all code on landchannel.cs, to remove one day; make parcel fakeID more a thing (it is our actual parcel ID. proper globalID cannot be sent to viewers, because HG, etc.
|
2020-08-24 17:36:57 +01:00 |
|
UbitUmarov
|
2d62c09292
|
create a parcel fakeID using a point actually on it
|
2020-08-23 21:19:14 +01:00 |
|
UbitUmarov
|
efa5f253f2
|
clip xy on parcels fake id, fix address compare, etc
|
2020-08-23 17:51:08 +01:00 |
|
UbitUmarov
|
e36619c9f5
|
duhhhh
|
2020-08-23 05:38:11 +01:00 |
|
UbitUmarov
|
0f50b17824
|
change code for urls usage. Still bad after (un)link
|
2020-08-23 03:54:44 +01:00 |
|
UbitUmarov
|
1bbc7fd6aa
|
avoid a null ref
|
2020-08-23 02:14:52 +01:00 |
|
UbitUmarov
|
9aa7f41bca
|
add cap AttachmentResources ( no urls, memory account is per yengine mem usage)
|
2020-08-23 01:46:34 +01:00 |
|
UbitUmarov
|
16ab72a223
|
break the top thingies
|
2020-08-22 17:33:38 +01:00 |
|
StolenRuby
|
2f0d2db19d
|
Top Scripts
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2020-08-22 12:38:35 +01:00 |
|
UbitUmarov
|
7bf8d35e3b
|
and out tests...
|
2020-08-20 00:14:55 +01:00 |
|
UbitUmarov
|
71cb7022d8
|
mantis 8749: viewers are stupid
|
2020-08-20 00:00:40 +01:00 |
|
UbitUmarov
|
e1ff14663a
|
fix a log message
|
2020-08-19 20:51:01 +01:00 |
|
UbitUmarov
|
9c378a4fbd
|
change cache on parcel info
|
2020-08-19 20:08:36 +01:00 |
|
UbitUmarov
|
612632f945
|
cosmetics
|
2020-08-19 18:07:40 +01:00 |
|
UbitUmarov
|
f6ffa4d191
|
mantis 8748: fix
|
2020-08-17 12:37:21 +01:00 |
|
UbitUmarov
|
af9bd993bb
|
more (almost) useless changes on the used expiring thing
|
2020-08-11 15:33:41 +01:00 |
|
UbitUmarov
|
03a8fdd4e6
|
change WorldMap module cache, also don't load 2 on HG
|
2020-08-10 23:54:23 +01:00 |
|
UbitUmarov
|
a2fe315d94
|
cosmetics
|
2020-08-09 01:37:54 +01:00 |
|
UbitUmarov
|
946423aa2a
|
on parcel set music or media url, at least check it can be parsed as a url
|
2020-08-08 13:55:19 +01:00 |
|
UbitUmarov
|
fb54ca39d1
|
cosmetics ( i hope)
|
2020-08-07 22:10:53 +01:00 |
|
UbitUmarov
|
cda415b8df
|
don't sell objects not for sale
|
2020-08-01 18:07:58 +01:00 |
|
UbitUmarov
|
3b06891252
|
dont break asset cache folders spread more than needed
|
2020-07-30 18:10:06 +01:00 |
|
UbitUmarov
|
1f822c6077
|
allow the use of Sky or water from a asset, not just full daycycle. This may need more work
|
2020-07-15 22:56:09 +01:00 |
|
UbitUmarov
|
f7104a66a5
|
change parcel env group power check to only parcel environment modify
|
2020-07-15 22:52:47 +01:00 |
|
UbitUmarov
|
6c5bf4ed25
|
useless cosmetics
|
2020-07-15 01:40:53 +01:00 |
|
UbitUmarov
|
ebf5b69283
|
mantis 8725: increase channeldigger smooth strength, tanks Datapanic
|
2020-07-10 20:14:14 +01:00 |
|
UbitUmarov
|
fe5e6d4189
|
avoid a null ref during shutdown (one of them..)
|
2020-07-10 19:35:39 +01:00 |
|
UbitUmarov
|
e5c2bd505c
|
fix a bug on region eep env set permission
|
2020-06-30 20:23:51 +01:00 |
|
UbitUmarov
|
5b596bb29e
|
update script syntax
|
2020-06-30 13:29:42 +01:00 |
|
UbitUmarov
|
fb35f31078
|
fix the merge
|
2020-06-29 01:29:58 +01:00 |
|