UbitUmarov
09d92565dc
typo on a debug message format
2019-04-16 15:31:31 +01:00
UbitUmarov
0652f01d4c
duhhh npcs don't have child agents; plus minor typos
2019-04-05 03:45:27 +01:00
UbitUmarov
ba66d2d3c1
minor cleanup on mesh decompress code
2019-04-02 10:13:26 +01:00
UbitUmarov
2739b2f5cc
mantis 8509: replace mesh gzip decompress
2019-04-01 18:12:17 +01:00
UbitUmarov
481d7156d1
mantis 8505 ( and not 8506 by mistake on previus commit) remove the meshes numbre of sides warning. build prims with the number of sides of the high LOD submesh
2019-03-24 01:51:29 +00:00
UbitUmarov
027750e98f
compact the trivial te case, a more complete one may be needed even beening heavy
2019-03-24 00:35:30 +00:00
UbitUmarov
33986aea5e
mantis 8506: parse highlod mesh and compare its number of prim faces to the number of faces provided and warn mismatch
2019-03-23 23:32:39 +00:00
root
c7a02dc058
Merge branch 'master' of brain.opensimulator.org:/var/git/opensim
2019-03-11 23:41:26 +00:00
root
d8e558a3da
Allow anyone to get a CAP to the console - check rights on use
2019-03-11 23:36:52 +00:00
UbitUmarov
8a8ce8b10a
put back assetViewer cap code, to allow viewers testing. It is disabled at OpenSimDefaults, and should not be enabled until all major viewers do it right on opensim
2019-03-01 11:57:52 +00:00
Robert Adams
bd1b992aaf
Add Thread.ResetAbort() to various thread loops to clean up errors on
...
shutdown. Fixes Mantis #8494 .
Threads are aborted when shutting down and ThreadAbortException is odd
in that it is rethrown at the end of the catch unless the abort is
reset. No functional changes but fewer error messages on shutdown.
2019-02-27 07:49:52 -08:00
UbitUmarov
cc27168cc1
change encoding of event cap messages
2019-01-28 04:01:09 +00:00
UbitUmarov
695d807696
change encoding of a few event caps messages
2019-01-26 16:42:42 +00:00
UbitUmarov
07946e040d
ok i said all ( lie )
2019-01-25 21:40:30 +00:00
UbitUmarov
f7926eb28c
ok take the all change
2019-01-25 21:35:23 +00:00
UbitUmarov
367bd48d91
script mono is meaningless for us
2019-01-25 21:21:23 +00:00
UbitUmarov
f474c10f71
change threads confusing names
2019-01-25 01:50:33 +00:00
UbitUmarov
02492f7b15
replace my hack by others hack
2019-01-01 12:06:29 +00:00
UbitUmarov
ae00623b65
lost in updates
2018-12-31 13:33:00 +00:00
UbitUmarov
4a73cc81dc
now break several things at same time... sog/sop updates, threads options,...
2018-12-28 13:52:59 +00:00
UbitUmarov
4d13b1db49
avoid sending garbage...
2018-12-16 20:46:51 +00:00
UbitUmarov
921364e877
several changes to last patch
2018-12-16 20:18:26 +00:00
fly-man-
ed039a5fe0
Enables the buildin Caps ServerReleaseNotes
...
~ Dedicated to Quill Littlefeather ~
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2018-12-16 19:17:18 +00:00
UbitUmarov
f8c3fc5e05
mantis 8416: test
2018-12-08 02:26:36 +00:00
UbitUmarov
144f353d50
remove a warning
2018-12-07 03:34:42 +00:00
UbitUmarov
ede7f28184
disable GetAsset (ViewerAsset) cap. Current viewers implementation is not compatible with opensim
2018-12-07 03:31:38 +00:00
UbitUmarov
d2bfe986bf
GetAssets: only throttle mesh and texture
2018-12-06 02:28:26 +00:00
UbitUmarov
deb0ab7400
GetAssets: we still need to service avatars that did left region
2018-12-04 21:56:39 +00:00
UbitUmarov
4ced4fed33
replace GetMeshModule and GetTextureModule
2018-12-01 23:13:24 +00:00
UbitUmarov
27dfdcf1fa
clean a bit
2018-12-01 18:50:53 +00:00
UbitUmarov
0ba13b9b00
recover GetMesh2 cap
2018-11-30 12:28:37 +00:00
UbitUmarov
98b12278f0
fix CopyInventoryFromNotecard error handling
2018-11-29 20:21:25 +00:00
UbitUmarov
2eee87fea3
mantis 8414: add cap CreateInventoryCategory handler
2018-11-29 18:57:32 +00:00
UbitUmarov
b48cbcbfdd
simplify a bit some caps paths
2018-11-14 16:23:14 +00:00
UbitUmarov
c28738a17f
fix a http error response
2018-11-12 16:06:40 +00:00
UbitUmarov
afd3852a36
change region gettexture response if presence not found
2018-11-07 05:11:36 +00:00
UbitUmarov
a1d132d3ca
let the syntax file include its id again
2018-10-25 02:36:36 +01:00
UbitUmarov
fdb4fb3f3f
update script syntax
2018-10-21 17:53:02 +01:00
UbitUmarov
d9018cf517
add a few more things to SrcriptSyntax
2018-10-20 00:21:40 +01:00
UbitUmarov
2886408a76
autogen LSLSyntax version uuid
2018-10-19 18:35:31 +01:00
UbitUmarov
4fae8d3d39
cap LSLSyntax was enabled by mistake
2018-10-19 04:06:47 +01:00
UbitUmarov
190e7433cc
fix typos
2018-10-19 04:03:52 +01:00
UbitUmarov
6569f12d40
add initial test support for cap LSLSyntax. This does not seem to work for Opensimulator on viewers, In particular with FireStorm seems impossible to replace its own definitions, viwers do note revert to defaults on tp to a region that does not suport this cap, etc. So possible just a dead end. Disabled by default
2018-10-19 03:43:01 +01:00
UbitUmarov
57ec0d3884
change caps get mesh and texture throttle
2018-10-08 17:29:42 +01:00
UbitUmarov
9278a9a9dd
http reusecontext is obsolete
2018-07-14 22:35:51 +01:00
UbitUmarov
01400e38d5
typos
2018-07-14 18:41:13 +01:00
UbitUmarov
ee6f261415
a few changes about test mesh uploads
2018-07-14 17:01:50 +01:00
UbitUmarov
6f4052561e
send data as bin not string to http lower level
2018-07-14 14:39:29 +01:00
UbitUmarov
79ec9d2887
use seconds version of gettimestamp
2018-04-19 19:08:28 +01:00
UbitUmarov
3635943d39
remove cap FetchLib2 suport code
2018-01-31 15:19:16 +00:00