UbitUmarov
|
6e0d82f584
|
add 2 minor speedups on allow parcel owner more restrive checks
|
2020-05-21 21:55:23 +01:00 |
|
UbitUmarov
|
aafc6579a1
|
remove end slash from most URLs we send to viewers
|
2020-05-10 21:14:52 +01:00 |
|
UbitUmarov
|
b6a02269f7
|
change update of agent or object inventory items assets. This may need better check
|
2020-04-28 13:48:49 +01:00 |
|
UbitUmarov
|
5929e43c2c
|
change MoapModule
|
2020-04-27 20:02:10 +01:00 |
|
UbitUmarov
|
6d66770228
|
change the RemoteParcelRequest cap
|
2020-04-27 17:46:33 +01:00 |
|
UbitUmarov
|
b68748507d
|
move /estate handler
|
2020-04-26 20:05:10 +01:00 |
|
UbitUmarov
|
e63231887b
|
move map to that
|
2020-04-25 23:25:29 +01:00 |
|
UbitUmarov
|
cafe49d44b
|
change ParcelPropertiesUpdate
|
2020-04-25 20:49:13 +01:00 |
|
UbitUmarov
|
d44baf20cd
|
fix map image encoder parameter
|
2020-04-25 20:25:38 +01:00 |
|
UbitUmarov
|
5bde41b30f
|
remove obsole code
|
2020-04-25 17:00:07 +01:00 |
|
UbitUmarov
|
e48d2f2c1f
|
move worlmap handlers to simpleStreamHandler
|
2020-04-24 21:40:14 +01:00 |
|
UbitUmarov
|
b4eb5d6cca
|
send parcels onwership change updates to all avatars that may want it
|
2020-04-08 00:01:05 +01:00 |
|
UbitUmarov
|
1002987aea
|
invalidate region cacheid on oar load
|
2020-03-27 17:27:54 +00:00 |
|
UbitUmarov
|
be16cf9531
|
sync some more things with work copy
|
2020-03-02 01:56:34 +00:00 |
|
UbitUmarov
|
3707301c59
|
changes to load oar with --merge: with option --mergeReplaceObjects it will replace objects already in region, without it, skip; with opetion merge-parcels will try to merge them, without it ignores oar parcels. as before without --merge all is replaced. renamed the options force* as merge* since they are merge suboptions
|
2020-02-28 18:36:52 +00:00 |
|
UbitUmarov
|
8c74e47557
|
a few changes to objects permissions
|
2020-02-26 20:33:29 +00:00 |
|
UbitUmarov
|
75e5217fff
|
fix a group owned permission
|
2020-02-13 02:58:32 +00:00 |
|
UbitUmarov
|
11c49c211c
|
change a log message
|
2020-02-08 19:03:24 +00:00 |
|
UbitUmarov
|
662c41ddee
|
clear sell data when selling a object copy
|
2020-02-02 20:16:33 +00:00 |
|
UbitUmarov
|
5ad62558b3
|
mantis 8643: invert the meaning of internal flag TEXFREE true value to mean NOT allow parcel owner to be more restrictive than estate. This should reduce the impact of this feature on new and current regions, specially since some viewers still do not suport it. (yes still lazy to rename the thing)
|
2020-01-17 09:35:42 +00:00 |
|
UbitUmarov
|
f417a647db
|
exclude NPCs on adults and anonymous parcel access check
|
2020-01-11 17:32:33 +00:00 |
|
UbitUmarov
|
c2cef470f5
|
Estate age and payment (anonimous) access control override parcel settings. Enforce it at parcel level (a bit heavy for now, needs revison)
|
2020-01-11 16:26:56 +00:00 |
|
UbitUmarov
|
b9e74dd504
|
change IgnoreEstatePaymentAccessControl and IgnoreEstateMinorAccessControl default to true, since this require flags to be set on dbs, and enforcing was not working well
|
2020-01-11 16:16:49 +00:00 |
|
UbitUmarov
|
29a6c1d0c8
|
fix IgnoreEstatePaymentAccessControl option
|
2020-01-11 14:57:43 +00:00 |
|
UbitUmarov
|
ea7dd150b1
|
disable parcels access control if disabled at estate ( not that estate flag is still named TAXFREE
|
2020-01-11 14:11:46 +00:00 |
|
UbitUmarov
|
8c21b30a51
|
do dispatch RequestLure ims
|
2019-12-16 01:27:49 +00:00 |
|
UbitUmarov
|
103ebac082
|
terrain: make sure modify does get unblocked
|
2019-11-17 15:01:21 +00:00 |
|
UbitUmarov
|
d9d78c3423
|
Terrain: more double to float
|
2019-11-13 19:53:15 +00:00 |
|
UbitUmarov
|
8fcecc93a6
|
missed a few
|
2019-11-12 18:24:56 +00:00 |
|
UbitUmarov
|
d10f11d310
|
terrain replace double by float
|
2019-11-12 18:19:12 +00:00 |
|
UbitUmarov
|
9eb5fd4330
|
more changes on terrain edit. Silent ignore comand if busy (large area smooth can take ages), brush changes, etc
|
2019-11-12 03:16:53 +00:00 |
|
UbitUmarov
|
38a77a8bb5
|
terraforming changes: try recover llmodifyland previus behaviur
|
2019-11-10 21:12:52 +00:00 |
|
UbitUmarov
|
435c30c038
|
terraforming changes: comment a debug message
|
2019-11-10 04:37:41 +00:00 |
|
UbitUmarov
|
b4d9f7ffe8
|
terraforming changes: support selected parcel edit; fix area smooth
|
2019-11-10 02:48:54 +00:00 |
|
UbitUmarov
|
f6ea22647d
|
terraforming changes: make jenkis happy
|
2019-11-10 00:47:40 +00:00 |
|
UbitUmarov
|
53339d2970
|
terraforming changes: make sliders work, remove some brushs, etc. Feedback needed (run prebuild)
|
2019-11-09 23:59:19 +00:00 |
|
UbitUmarov
|
46e36601cb
|
remove some more useless NULL arguments
|
2019-10-22 13:04:01 +01:00 |
|
UbitUmarov
|
da0a8d6c43
|
remove some more useless NULL arguments
|
2019-10-22 12:39:50 +01:00 |
|
UbitUmarov
|
bfc1756fe3
|
fix the fix
|
2019-09-04 09:38:52 +01:00 |
|
UbitUmarov
|
c4904de6a7
|
fix one of the new warp3d log messages
|
2019-09-03 21:28:06 +01:00 |
|
UbitUmarov
|
3aae1d0918
|
mantis 8585: add a bit more debug messages
|
2019-09-03 15:19:36 +01:00 |
|
UbitUmarov
|
60fa28740a
|
mantis 8583: update region information on Grid on map regeneration
|
2019-08-27 21:24:54 +01:00 |
|
UbitUmarov
|
030ad7f47a
|
minor change on httpserver dll
|
2019-08-24 07:57:17 +01:00 |
|
Melanie
|
0fd17c08ae
|
Massive console refactor. Greatly simplify interface.
|
2019-08-20 23:28:59 +01:00 |
|
UbitUmarov
|
db374112c6
|
EstateAccess do fill the fields(mySQL only); fix the response
|
2019-08-17 23:57:05 +01:00 |
|
UbitUmarov
|
9ddd2e842e
|
move file HGworldMapModule to where it belongs( runprebuild)
|
2019-08-15 18:28:58 +01:00 |
|
UbitUmarov
|
7d0b37faec
|
still another missing ShowNPCs case, and needed changes for prev commit
|
2019-08-15 18:01:51 +01:00 |
|
UbitUmarov
|
002ef3cd89
|
mantis 8575: npc map dots could be sent on another spot
|
2019-08-13 23:06:26 +01:00 |
|
Melanie
|
f332f3fc41
|
Merge branch 'master' of brain.opensimulator.org:/var/git/opensim
|
2019-08-09 11:02:04 +01:00 |
|
Melanie
|
34816fe1ab
|
No idea where this diff comes from - change case to lower
|
2019-08-09 11:01:19 +01:00 |
|