UbitUmarov
18f1ea1086
make LSL_list a CLASS again. Now we need to it allover again. Scripts need to be recompiled ( delete contents of bin/ScriptEngines)
2017-05-28 01:11:53 +01:00
UbitUmarov
f7ae87a0d5
minor cleanup
2017-05-27 05:44:50 +01:00
UbitUmarov
289d4ca128
minor cleanup
2017-05-27 05:41:40 +01:00
UbitUmarov
2be362bd67
lose a ref
2017-05-26 21:30:06 +01:00
UbitUmarov
e7c2674dec
cleanup (grid)region info endpoint; add log to try to find some xml decode issues
2017-05-26 21:26:51 +01:00
UbitUmarov
8f10db0a6a
mantis 8181: don't try to delete contents of a non exitent folder
2017-05-26 05:32:59 +01:00
UbitUmarov
5287489a3c
avoid some wrong watchdog timeouts
2017-05-26 00:53:21 +01:00
UbitUmarov
7a82c7c5b2
make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog timeout)
2017-05-26 00:47:08 +01:00
UbitUmarov
8d8236cfb2
missing file change.. actually use watchdog threads on assetsconnector and
...
avoid null refs on JobEngine
2017-05-26 00:34:46 +01:00
UbitUmarov
d90b68c2a6
change wrong watchdog stopped thread check code, and don't log it
2017-05-26 00:05:35 +01:00
UbitUmarov
31b4a31246
add some checks for valid endpoints
2017-05-25 09:46:29 +01:00
UbitUmarov
772c5b7db0
move assetsconnector threads to whatchdog; Abort all alive threads known to watchdog before exit
2017-05-25 06:05:02 +01:00
UbitUmarov
e5377eb839
use threads from main pool on assetsconnector
2017-05-25 04:51:45 +01:00
UbitUmarov
65e9421058
minor changes
2017-05-25 04:24:23 +01:00
UbitUmarov
8195cd5153
another one
2017-05-25 02:24:15 +01:00
UbitUmarov
b6c23fe911
make a few more threads background ones
2017-05-25 02:01:36 +01:00
UbitUmarov
4286ae43f2
make some threads background ones
2017-05-25 01:51:53 +01:00
UbitUmarov
9a1d94f455
remove use of libomv BlockingQueue
2017-05-25 01:28:02 +01:00
UbitUmarov
dca3a45803
add a bit more pre exit cleanup
2017-05-24 22:17:04 +01:00
UbitUmarov
8989e8ef3a
give up on the code to stop AsyncCommandManager. It fails with many scripts running, and its only done deep on exit code. It is a backgroud thread should not block exit and never did
2017-05-24 02:19:25 +01:00
UbitUmarov
07e614a32c
dont log timeouts on stopped threads
2017-05-23 06:38:19 +01:00
UbitUmarov
3c97bb1e6f
fix lock position removing a not necessary function
2017-05-23 06:03:51 +01:00
UbitUmarov
e1aa591815
allow new thread creation if it was aborted on AsyncCommandManager
2017-05-23 05:59:14 +01:00
UbitUmarov
d5e8e116d4
protect AsyncCommandManager thread from fails on the several things it checks
2017-05-23 05:41:04 +01:00
UbitUmarov
8e777d50a6
only remove AsyncCommandManager thread when last instance is deleted
2017-05-23 05:34:25 +01:00
UbitUmarov
e69057a1b6
dont fail saving a OAR because of a broken material
2017-05-23 04:21:03 +01:00
UbitUmarov
f3eb73926e
stop a few more threads on exit
2017-05-23 04:05:31 +01:00
UbitUmarov
928733efc9
please DIE! PLEASE??
2017-05-23 03:26:32 +01:00
UbitUmarov
7b80bcc57a
no all mono versions know DnsRefreshTimeout
2017-05-23 00:52:40 +01:00
UbitUmarov
c080d9fa23
remember mono about the default for DnsRefreshTimeout
2017-05-23 00:10:11 +01:00
UbitUmarov
24885819fc
check XFF headers of caller, but be quiet about them
2017-05-22 22:05:56 +01:00
UbitUmarov
4da5d249d8
receivers can't tell if there where proxies on path unless they look
2017-05-22 21:22:04 +01:00
UbitUmarov
ea88927a65
remove some code for NAT that was disabled by its author Adam Frisby since 2009, and i don't see how to mk work with current viewers at that point at least
2017-05-22 20:18:01 +01:00
UbitUmarov
73222e4dd4
fix IClientIPEndpoint broken by justin long ago.. but stop using it
...
except on SceneBanner, later it my be also removed from there and
everywhere
2017-05-22 19:16:42 +01:00
Geir Nøklebye
8f9256ea1c
PGSQL: Another missing cast in XInventoryData
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-22 16:24:52 +01:00
UbitUmarov
fcb435deb4
make sure we drop requests if DoHTTPGruntWork fails
2017-05-22 05:53:59 +01:00
UbitUmarov
bad00670a9
disable keepalive on llHttpRequest
2017-05-22 05:02:42 +01:00
UbitUmarov
7c3200b393
cross avatar group info also if title is empty string
2017-05-21 05:16:18 +01:00
UbitUmarov
a2c2456076
remove LongPoll type and queues. Events should now have reduced latency also. About previus commit, it maybe a modified ingen-e3s-v1.33 script that is broken, and not the original version, can't tell
2017-05-21 02:11:53 +01:00
UbitUmarov
319ccf17c8
add a bit more protection for broken scripts like ingen-e3s-v1.33
2017-05-21 01:52:27 +01:00
UbitUmarov
c7fdb2ec53
on recover form nom finite avatar pos, don't add it physics it it had none
2017-05-21 00:52:18 +01:00
UbitUmarov
a5e3aab575
fix a null ref in ubOde character
2017-05-20 23:37:14 +01:00
UbitUmarov
046ec66ff9
fix a cast that makes LitJson unhappy
2017-05-20 22:21:27 +01:00
UbitUmarov
02a4298b02
mantis 8172: fix llList2Json() in case of vector or rotation types
2017-05-20 21:29:33 +01:00
UbitUmarov
49d42ee08a
mantis 8171 fix redirection on llHttpRequest
2017-05-20 17:56:04 +01:00
UbitUmarov
9397b358d3
mantis 8170: let physics know Always_run on adding the avatar
2017-05-19 19:51:23 +01:00
UbitUmarov
52dd683326
fix a null ref on parcels join
2017-05-19 18:03:02 +01:00
UbitUmarov
7c9615f000
fix land parcel group been lost on region upload
2017-05-19 17:35:49 +01:00
UbitUmarov
2717ef5da9
change some confusing comands help
2017-05-19 05:34:49 +01:00
UbitUmarov
ef35805176
reWrite lsl json functions, forward slash is not escaped as LitJson spec; code can use some cleanup. Scripts need to be recompiled
2017-05-19 03:08:35 +01:00
UbitUmarov
c28430d527
oops...
2017-05-15 18:12:17 +01:00
UbitUmarov
c74e0e2d9b
remove a Paralell.For (actually not used). That kind of fine gained multitask makes no sense on already heavy multitasked server application like opensim. CPU cores are already busy or needed elsewhere.
2017-05-15 18:10:08 +01:00
UbitUmarov
156707edfb
clear land object on delete
2017-05-14 06:27:29 +01:00
UbitUmarov
92df6095d5
don't round to nearest int
2017-05-14 05:49:01 +01:00
UbitUmarov
f968118e23
don't do dwell if there is no module active
2017-05-14 05:39:22 +01:00
UbitUmarov
9ab8ce1404
fix remote requests for dwell, so dwell module still called
2017-05-14 04:17:48 +01:00
UbitUmarov
cb21caae77
fix some issue on parcels loading and make parcels dwell show something. Resolution is 2.5min aprox.
2017-05-14 01:44:04 +01:00
UbitUmarov
25ca8695f3
find parcels by GlobalID.. well most time
2017-05-13 20:21:56 +01:00
UbitUmarov
dd0269df48
fix passcollisions bool value on store
2017-05-13 17:22:56 +01:00
Geir Nøklebye
7cf82a71d6
PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast that fails with newer versions of NPGSQL.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-13 17:15:47 +01:00
UbitUmarov
16f02cb6fd
we can't allow abort to change only one dic
2017-05-13 16:34:29 +01:00
UbitUmarov
9ea49d107d
fix wrong locking on unused path it case it does get uses. Thanks LaNani Sundara
2017-05-13 15:58:35 +01:00
UbitUmarov
086eb28a91
a bit more on ServicePointManager
2017-05-12 22:03:53 +01:00
UbitUmarov
948138a3a4
lower connection limits again
2017-05-12 16:45:58 +01:00
UbitUmarov
d08df7bda7
mantis 8165: fix a null ref on hg gatekeeper on another place
2017-05-12 15:22:16 +01:00
UbitUmarov
5e577baa10
fix a null ref on hg gatekeeper
2017-05-12 14:42:21 +01:00
UbitUmarov
0f2ab6bddd
soem changes on connections limits
2017-05-12 14:20:06 +01:00
UbitUmarov
8bdd4c3ed9
yes it is not destiny grid but destination.. thx u know who :)
2017-05-12 12:30:59 +01:00
UbitUmarov
a932f24ba4
minor fix on sensorrepeat
2017-05-12 03:53:18 +01:00
UbitUmarov
19d141c9a5
avoid a null ref
2017-05-11 23:46:06 +01:00
UbitUmarov
cc95b7e2d4
don't allow multiple presences of same avatar also on HG gatekeeper
2017-05-11 20:26:06 +01:00
UbitUmarov
f09fafff34
some cleanup
2017-05-11 20:24:47 +01:00
UbitUmarov
fb427daa34
avoid a null ref
2017-05-11 19:06:49 +01:00
UbitUmarov
211a1fe9d4
do not allow multiple logins of same avatar. No HG case, that needs work on some paths. option m_allowDuplicatePresences is checked, but is is a total nonsense.. Presences control will get broken if allowed, No one ever added code to suport it correctly.
2017-05-11 17:59:37 +01:00
UbitUmarov
5968c6372a
let new regions know about grid services god
2017-05-11 17:30:57 +01:00
UbitUmarov
7e8c996d1b
add a grid services god account
2017-05-11 17:15:02 +01:00
UbitUmarov
731510c305
let .net decide GC mode from its defaults on the platform
2017-05-09 18:27:06 +01:00
Geir Nøklebye
03a38a80ab
PGSQL: Rewrote EstateStore.migrations as it errored out in version 8 leaving the database without any estate tables on first run. It also lacked primary keys on estate_map and estate_settings. Syntax requires Postgresql 9.5 or higher.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-09 12:00:45 +01:00
UbitUmarov
957ca41b13
remove file bin/Mono.Posix.dll that causes problems with mono
2017-05-09 11:58:07 +01:00
Geir Nøklebye
d952d62baa
PGSQL: Add missing AgentPrefs.migrations
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-05-08 20:25:03 +01:00
UbitUmarov
604b966d84
some conditional dispose on http requests inputstream
2017-05-08 00:40:15 +01:00
UbitUmarov
8ef43e5fb3
take more heavy work out of opened dbconn sections
2017-05-07 22:22:28 +01:00
UbitUmarov
d0912b6151
let StreamReader be in using statements
2017-05-07 00:47:45 +01:00
UbitUmarov
de55ad9545
oops closed too soon
2017-05-06 22:12:45 +01:00
UbitUmarov
c57215687f
a few more changes on mysql
2017-05-06 21:43:22 +01:00
UbitUmarov
4b2ef46de6
don't hold dbconn longer than necessart
2017-05-06 20:40:29 +01:00
UbitUmarov
76337b1d8e
another misplaced close
2017-05-06 20:38:38 +01:00
UbitUmarov
504736eb43
build const strings a compile time...
2017-05-06 20:23:55 +01:00
UbitUmarov
54eb6fc779
GZipStream does have a CopyTo()
2017-05-06 18:25:07 +01:00
UbitUmarov
eb93855d84
dispose some MemoryStreams
2017-05-06 17:47:43 +01:00
UbitUmarov
ae191cd304
dispose some MemoryStreams
2017-05-06 15:57:47 +01:00
UbitUmarov
025bef4e07
fix a few wrong placement ( this is a test by the way )
2017-05-06 01:47:26 +01:00
UbitUmarov
d26a9ed0b1
fix wrong placement
2017-05-06 01:41:33 +01:00
UbitUmarov
d9038e650a
MySQLConnector is not a MS product
2017-05-06 01:25:54 +01:00
UbitUmarov
3bc64f638a
add a few guard checks on serviceThrottlemodule
2017-05-05 17:44:33 +01:00
Diva Canto
3f641d98bd
Added a fully functional groups data layer for testing.
2017-05-04 20:17:54 -07:00
Diva Canto
424a7a274b
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2017-05-04 18:20:48 -07:00
Diva Canto
dd88319495
Add a groups module to the perms test suite
2017-05-04 18:20:10 -07:00
Diva Canto
ab4f870000
Change the engine of the groups table back to MyISAM, because MySQL 5.5 and older don't support full test search on InnoDB
2017-05-04 18:19:46 -07:00
UbitUmarov
f31fe66ce1
fix bad move on xmlgroups
2017-05-05 01:53:02 +01:00
UbitUmarov
9e12ef9234
let all clients get a group title update on create group
2017-05-05 01:39:38 +01:00
UbitUmarov
04a50b47bf
the new options i add where actually bad idea, they would make the
...
compatibility issue ethernal. Removed and extended the ugly date hack to
group share outwards propagation, until a better way is found at least
2017-05-04 12:36:08 +01:00
UbitUmarov
3402819888
do the same in the cases we are just moving parts around and not changing their caches (ie their taskInventory)
2017-05-04 12:08:10 +01:00
UbitUmarov
3a8dd24fd1
move deep effective permissions aggregation to first time use and not on changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
2017-05-04 11:37:13 +01:00
UbitUmarov
d62aed7f46
fix right to change permissions of group owned objects
2017-05-03 21:12:16 +01:00
UbitUmarov
3ef583f205
fix right to change permissions of group owned taskitems
2017-05-03 19:39:42 +01:00
UbitUmarov
fc46274732
still another missing conversion btw viewer and OS on groupd owned
2017-05-03 19:10:02 +01:00
UbitUmarov
4c42716022
taskitem group owned information was still incorrect
2017-05-03 18:11:50 +01:00
UbitUmarov
94bb6d965e
change taskInventory copy/move to agents inventory rules
2017-05-03 16:03:26 +01:00
UbitUmarov
b0244107dc
viewer can't tell if a taskitem is group owned if we don't tell him; missing taskInv serial update
2017-05-03 15:31:42 +01:00
UbitUmarov
1b501f03f9
recover a lost trim in permissions modules names parsing
2017-05-03 15:30:43 +01:00
UbitUmarov
710677cdc6
mantis 8135
2017-05-02 15:16:56 +01:00
UbitUmarov
a18ee3b6b3
fix LSL_ApiHttpTests
2017-05-02 12:35:06 +01:00
UbitUmarov
a890ea312b
disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostNameForLSL is not set in cofiguration or does not resolve
2017-05-02 11:23:41 +01:00
UbitUmarov
ed22c5f3be
Merge branch 'master' of opensimulator.org:/var/git/opensim
2017-05-02 01:09:32 +01:00
Diva Canto
9c82ff7673
Shuffle some code around
2017-05-01 16:49:42 -07:00
Diva Canto
3c43cdbbcc
Added some indirect transfer tests -- Take Copy by another avatar
2017-05-01 16:42:47 -07:00
UbitUmarov
8498cc2f02
save a few nanoseconds
2017-05-01 23:07:57 +01:00
Diva Canto
1ca2a7937e
Permissions tests: added test with 2 direct transfers with permission changes in between (in inventory)
2017-05-01 14:58:03 -07:00
Diva Canto
8e88a9d702
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2017-05-01 10:09:54 -07:00
Diva Canto
9c6dd5d967
Perms test framework: make a lot of things more generic.
2017-05-01 10:09:31 -07:00
Diva Canto
45096b6238
Initial commit of the emerging test suite for permissions and more.
2017-05-01 07:06:50 -07:00
UbitUmarov
28d8eda768
buysell: make sure we dont buy child parts, dont mess with absolute position its useless with variable size regions, and its a rezing job
2017-05-01 14:42:38 +01:00
UbitUmarov
60dc124872
rename sog.GetEffectivePermissions() since its use is now limited to more specific task, and no longer on current effective(full) path. Note that change ownermask start to be current ownermask, and filter it to all parts basemask
2017-05-01 14:18:59 +01:00
UbitUmarov
2dbf96593c
Permissions compatibility hack 1: anyone copy - new permissions require that all items in all object parts contents have anyone copy set. Old code only required it on object. This hack tries to allow objects older than today to still work as before on this. (this is a test, we may need to change it)
2017-04-30 19:44:49 +01:00
UbitUmarov
a96c0f760a
having the file open then let PermissionsToString know about Export
2017-04-30 14:42:39 +01:00
UbitUmarov
0d59a29dc7
save some nanoseconds if unfolding will not change anything ( export default mks it rare, but looks nice)
2017-04-30 14:39:20 +01:00
UbitUmarov
b67904a651
remove a redundant operation
2017-04-30 14:31:46 +01:00
Melanie Thielker
cf1064a245
Add a missing viewer-relevant message to the perms module
2017-04-30 13:24:48 +01:00
UbitUmarov
10922c2a1a
exclude lms from permissions checks. They are full rights, and broken on all dbs
2017-04-30 12:51:12 +01:00
UbitUmarov
514249e80e
fix new landmarks default permissions
2017-04-30 12:43:09 +01:00
UbitUmarov
116d32d947
don't break groups permission mask
2017-04-30 00:14:45 +01:00
UbitUmarov
d8341588b3
nore permissions masks hierachy
2017-04-29 23:59:56 +01:00
UbitUmarov
fedd1a93d2
buysell: fix permissions masks hierachy
2017-04-29 23:09:32 +01:00
UbitUmarov
522695c821
update folded permitions if taking from world, or after unfold
2017-04-29 22:09:45 +01:00
UbitUmarov
04117d9f75
recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use easys code readability
2017-04-29 19:07:04 +01:00
UbitUmarov
725ccbb477
add check for valid folded perms
2017-04-29 16:58:43 +01:00
UbitUmarov
74f0ffbda6
fix chain of contents sells
2017-04-29 02:45:26 +01:00
UbitUmarov
019b34ea39
BuySell: bug fix, use all object permitions for sold item, and not the operation rights one
2017-04-28 23:05:14 +01:00
UbitUmarov
00091f1fb9
forgot a change...
2017-04-28 20:13:53 +01:00
UbitUmarov
ba4e13ef55
a few changes to permissions folding... we are testing. at this point only use master for TESTING also
2017-04-28 20:03:44 +01:00
UbitUmarov
8d3d87e0b2
add a usefull taint and update
2017-04-27 00:02:01 +01:00
UbitUmarov
ce655056ca
ubMeshmerizer: fix the orientation of last triangle on top/bottom faces of
...
hollow cylinders plz delete contents of bin/MeshCache to remove defective
entries"
2017-04-26 18:21:58 +01:00
Diva Canto
c8fcf9bceb
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2017-04-26 09:58:34 -07:00
Diva Canto
8dfab8757c
Fill out Current Outfit folder with links when creating the initial avatar appearance. Some viewers (e.g. Singularity 1.8.7) get seriously confused when the avatar has no current outfit links.
2017-04-26 09:58:15 -07:00
UbitUmarov
1b8c71c965
give more information on Fatal Error during region startup
2017-04-26 16:15:33 +01:00
UbitUmarov
ce3af94a69
mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore entries in excess of 8 on the request
2017-04-26 07:19:44 +01:00
Diva Canto
2b8cdb2a75
If we're going to show regions twice (in standalone) at least make the formatting consistent...
2017-04-25 20:08:06 -07:00
UbitUmarov
7c5376f224
move mesh pbs creation code out of mesh upload code into to PrimitiveBaseShape.cs
2017-04-25 14:21:01 +01:00
UbitUmarov
29ab39f14f
cosmetics on mesh upload encoding of number of faces on pbs shape. Use opensim shape enums in place of libovm for coerence, add a few coments.
2017-04-25 13:05:20 +01:00
UbitUmarov
2f6c78b888
finish encoding number of mesh faces in pbs shape on new meshs upload, and *HACK* flag it setting hollow shape to triangle. (some limited encoding as added some months ago, but only for viewers LOD). Use this hack flag to fix sop number of faces. old meshs will still report 8 faces, information to fix this seems lost unless the mesh asset is decoded
2017-04-25 04:58:24 +01:00
UbitUmarov
7a54c3e9c3
some fixes on the materials paramenters of llGetPrimitiveParams()
2017-04-24 11:46:13 +01:00
UbitUmarov
c91e101224
add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and PRIM_ALPHA_MODE of llGetPrimitiveParams(). Im sleeping at this time, this can be very wrong
2017-04-24 07:06:48 +01:00
UbitUmarov
65a1547209
fix (or actually break) llList2float() since LSL_Key is same as LSL_String, the case of invalid LSL_Key cannot be handle, since most likely it is a string
2017-04-24 02:05:39 +01:00
UbitUmarov
54819fa4ae
mantis 8154 dont let self lResetOtherScript mean harakiri
2017-04-21 11:03:31 +01:00
Geir Nøklebye
ebcfad1a83
store the physics inertia override in the database
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-04-20 21:21:23 +01:00
UbitUmarov
84c9125016
update ode binaries for windows; add a minimal velocity for bounce
2017-04-20 02:25:22 +01:00
Geir Nøklebye
28125202cc
update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing support for fields in the prims table.
...
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2017-04-19 14:04:54 -04:00
Geir Nøklebye
fe83763c36
PGSQL: Fixed a failing query in GroupsData for deleting groups messages older than 14 days. The little known abstime function could be used for a double cast. The field TMStamp should be changed to store the data as a proper timestamp. Related to Mantis #7848 . Usually this would easily be solved using the to_timestamp function, but there is no support for it in NPGSQL as there are no very close functionality in .NET
...
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2017-04-19 13:40:49 -04:00
UbitUmarov
006c08886a
deleted a bit 2 much on last commit
2017-04-18 05:31:15 +01:00
UbitUmarov
49884b94a7
update ODE binaries for windows. Other platforms need to compile from opensim-libs repo, folder ODE-OpenSim-0.13.2, read file OPENSIM-README.txt. Remove code to reduce bounce on non physical placement, new unmanaged should handle that
2017-04-18 00:50:55 +01:00
UbitUmarov
9354e60df0
fix active objects count down, a path at least
2017-04-16 03:39:35 +01:00
UbitUmarov
b52f7b9203
missing file and remove warnings
2017-04-15 10:56:46 +01:00
UbitUmarov
0f7ffc56ce
several changes for osTeleportObject
2017-04-15 10:46:18 +01:00
UbitUmarov
156ef0bbe3
still issues with volume detectors and sleeping bodies
2017-04-15 02:48:58 +01:00
UbitUmarov
4f8f04d949
still issues with volume detectors and sleeping bodies
2017-04-15 01:21:47 +01:00
UbitUmarov
73be6cb269
increase the updates priority of linkset where avatar is sitting
2017-04-14 22:02:40 +01:00
UbitUmarov
63383bf3c5
add functions to send entity updates imediatly, except for avatars (or now) they should be use to bypass normal delayed updates, for debug
2017-04-14 21:55:37 +01:00
UbitUmarov
9d8220ac9f
some reduction on large colision repulsive force on non physical placement of physical prims
2017-04-14 03:14:41 +01:00
UbitUmarov
1848b1fdb1
mantis 8740: fix osTeleportObject set rotation
2017-04-06 12:56:00 +01:00
UbitUmarov
a41924d1f8
add missing invalidation of osGetLinkNumber cache
2017-04-05 19:42:55 +01:00
UbitUmarov
c0904a32cb
OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Faster test for safe functions that are always allowed with OSSL enabled. other name could be CheckOSSLenabled, but this name preserves functions template.
2017-04-05 15:11:19 +01:00
UbitUmarov
2805cb9dec
give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini
2017-04-05 01:15:44 +01:00
UbitUmarov
d085c337a9
add a little speedup on repeated requests for same name on osGetLinkNumber.
2017-04-04 20:11:11 +01:00
UbitUmarov
e237e1b2fa
add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the string to linknumber map, cache invalidations may still be missing :(
2017-04-04 19:27:45 +01:00
UbitUmarov
ca250e0b0b
mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
2017-04-04 14:34:25 +01:00
UbitUmarov
056b765fbc
mantis 8130: improve keyframes motion
2017-04-04 12:38:23 +01:00
UbitUmarov
c6150c2066
mantis 8140: fix objectTeleport rotation if stop TRUE
2017-04-04 00:30:19 +01:00
UbitUmarov
4bb27917f4
oops
2017-04-03 18:09:48 +01:00
UbitUmarov
1264069b41
fix typo
2017-04-03 17:29:02 +01:00
UbitUmarov
2bb5e98574
add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, LSL_Rotation rotation, LSL_Integer stop)
2017-04-03 17:19:28 +01:00
UbitUmarov
eb11505d19
add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) permissions check
2017-04-03 16:10:05 +01:00
UbitUmarov
44993550a8
store the physics inertia override in SQlite
2017-04-01 18:15:47 +01:00
UbitUmarov
443fc60cdf
store the physics inertia override in Mysql and add it to serializer. run prebuild is required
2017-04-01 17:49:17 +01:00
UbitUmarov
24b7903cd0
add missing file. Changes of inertia data of objects running does not
...
produce correct physical results, namely linear and angular momentum
are not conserved.
2017-03-31 21:03:57 +01:00
UbitUmarov
6a35a965ff
add OSSL functions to override linksets total mass, center of mass and inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products.
2017-03-31 20:55:48 +01:00
Melanie Thielker
b033a2559e
Adapt to a variable name that has changed in core
2017-03-31 14:55:54 +01:00
Melanie Thielker
5587ee4500
Merge branch 'melanie'
2017-03-31 14:50:14 +01:00
Melanie Thielker
6463ab7d79
If a DNS resolution fails on an outbound request, simply allow it
2017-03-31 14:44:22 +01:00
Melanie Thielker
59f7cf79c9
Prevent error spew when script send IM to HG users before HG is up
2017-03-31 14:38:42 +01:00
Melanie Thielker
a6ecedb72a
Also ignore NPCs in short-circuiting region restarts
2017-03-31 14:38:42 +01:00
Melanie Thielker
c0ce746e2d
When determining if a sim can be shut down, ignore NPCs
2017-03-31 14:38:41 +01:00
Melanie Thielker
75915bd0f3
Add the ability to post to and act uponconfiguration in etcd
...
Etcd is a distributed, highly available name-value store that is
the basis of many clustered applications. However, it can also be
run on a standalone machine. Using etcd allows live monitoring
and possibly changing configuration while the sim is running.
2017-03-31 14:38:41 +01:00
Melanie Thielker
680231d7e7
Make the MySqlGeneric layer transaction aware
2017-03-31 14:38:41 +01:00
Melanie Thielker
3e880cee45
Allow short-circuiting region restart delays of there are no users left
2017-03-31 14:38:41 +01:00
Melanie Thielker
5109dc955f
Set a startup marker to let external scripts know the scene is up.
2017-03-31 14:38:41 +01:00
Melanie Thielker
adcb1d8798
Allow setting the stats log file location in OpenSim.ini rather than app.exe.config
2017-03-31 14:38:41 +01:00
Melanie Thielker
41d21190b1
Skip region restart messages and delays when there are no root agents
2017-03-31 14:38:41 +01:00
Melanie Thielker
995e750c56
Change a misleading message that could lead users to believe a grid is down
2017-03-31 14:38:41 +01:00
Melanie Thielker
91f142bbd2
Add the option to link a scene object with a monitoring object
...
For debugging purposes.
2017-03-31 14:38:41 +01:00