UbitUmarov
|
e4c7679e16
|
do not die tring to rez a item with a asset with uuid.Zero
|
2020-09-20 22:19:27 +01:00 |
|
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
|
6b8338f49c
|
fix npc userdata expire
|
2020-09-15 01:01:56 +01:00 |
|
UbitUmarov
|
9f39dc872e
|
do not let viewers see unknown names (again)
|
2020-09-14 18:04:04 +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
|
34befa95ab
|
change ipban module
|
2020-09-08 02:28:44 +01:00 |
|
UbitUmarov
|
da09a897f6
|
mantis 8766: fix creators names caching
|
2020-09-08 01:03:17 +01:00 |
|
UbitUmarov
|
a12f03ece0
|
mantis 8762: let it be less broken
|
2020-09-05 19:11:15 +01:00 |
|
UbitUmarov
|
d1fcb9c35d
|
filter some changed events at trigger point
|
2020-09-04 15:31:42 +01:00 |
|
UbitUmarov
|
c8cb8a376b
|
ok it is GetLandObjectClippedXY
|
2020-09-01 21:22:06 +01:00 |
|
UbitUmarov
|
eae2f87cae
|
cosmetics
|
2020-09-01 18:22:44 +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 |
|
StolenRuby
|
2ad56bf0aa
|
EEP Defaults
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2020-08-31 11:48:26 +01:00 |
|
UbitUmarov
|
09f074096f
|
chnage the expire cache on remotegriduser service connector
|
2020-08-30 16:00:29 +01:00 |
|
UbitUmarov
|
97870cc1b9
|
a few changes on HGinventoryBroker p+lus cosmetics
|
2020-08-30 15:58:34 +01:00 |
|
UbitUmarov
|
90bd42ddc0
|
cleanup
|
2020-08-28 01:13:17 +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
|
088a778853
|
another..
|
2020-08-26 15:49:43 +01:00 |
|
UbitUmarov
|
cf040ab9ad
|
replace the use of a dead end client api. We need one, but never one based on massive dictionary searchs of find basic functions (enought what c# does) and def not based on reflection
|
2020-08-26 15:18:33 +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
|
39ab8902da
|
add GetRegionByHandle methods
|
2020-08-25 15:01:55 +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
|
c1bf650c12
|
remove a replaced method
|
2020-08-23 03:58: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
|
2575bfc04c
|
mantis 8753; apply patch by hand
|
2020-08-23 00:13:33 +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
|
92ec1a1641
|
missed one spot
|
2020-08-21 22:33:11 +01:00 |
|
UbitUmarov
|
fd49254708
|
more changes on task inventory offers
|
2020-08-21 22:24:49 +01:00 |
|
UbitUmarov
|
a38624baab
|
let viewer filters on inventory offer work
|
2020-08-21 18:44:19 +01:00 |
|
UbitUmarov
|
a7a63a25ca
|
mantis 8752: let messages show up
|
2020-08-21 16:27:09 +01:00 |
|