24a977323bavoid a null ref ( this should not be needed)
UbitUmarov
2019-09-18 05:27:25 +0100
4161182be0Update the Newtonsoft JSON manipulation DLL to latest version (v12.0.3-beta1).
Robert Adams
2019-09-17 19:35:05 -0700
9956f5cb4aChanges fix some CORS problems when making XMLRPC calls from browsers (which have gotten very picky over the years). Add "Access-Control-Allow-Origin" to XMLRPC responses. Add "Access-Control-Allow-Methods" and "Access-Control-Allow-Headers" to the HTTP OPTIONS response (used in CORS pre-flight request).
Robert Adams
2019-09-17 19:30:30 -0700
645c0c780dadd a extra lenght check
UbitUmarov
2019-09-17 20:43:55 +0100
63b0bd7f6bfix saving appearence to notecard, so they can work on older regions
UbitUmarov
2019-09-15 16:49:58 +0100
85aa77566ballow particles scale max to be 7.96m, supported by protocol
UbitUmarov
2019-09-12 00:25:52 +0100
5f1fde5f38fix bad indexes math
UbitUmarov
2019-09-11 15:52:26 +0100
0bef393b6bfix a bad typo
UbitUmarov
2019-09-11 15:24:28 +0100
025fc98262take unit tests limited settings in consideration on setappearance
UbitUmarov
2019-09-11 15:08:09 +0100
aea5f186c5remove a config option that controled a useless sim feature. note that at this point, and as normal on master, appearence/bakes etc may have a few more issues than before, as always thanks for your help testing it, and hapy clouds
UbitUmarov
2019-09-11 14:03:25 +0100
07874fa058enable agent hover again, (it is still bad on most viewers for opensim
UbitUmarov
2019-09-11 13:54:14 +0100
9d6c996570extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
UbitUmarov
2019-09-11 13:51:43 +0100
6aa369d858disable AvatarHoverHeight useless and viewer side broken (without SSA)
UbitUmarov
2019-09-09 15:52:50 +0100
304d72565dfix a HG to local grid tp extra check
UbitUmarov
2019-09-07 01:25:32 +0100
f835960d17go back to protocol 0.7, until 0.8 changes are ready
UbitUmarov
2019-09-05 00:23:47 +0100
3d019323e8Cache assets even in cases where the upload fails. That helps in asset upload debugging because the asset can be examined
Melanie
2019-09-04 11:01:27 +0100
bfc1756fe3fix the fix
UbitUmarov
2019-09-04 09:38:52 +0100
c4904de6a7fix one of the new warp3d log messages
UbitUmarov
2019-09-03 21:28:06 +0100
ae130d9f25mantis 8580: make some changes on regions find code. (only gatekeeper host is used on local grid detection, not its port)
UbitUmarov
2019-09-02 22:48:06 +0100
60fa28740amantis 8583: update region information on Grid on map regeneration
UbitUmarov
2019-08-27 21:24:54 +0100
718c6d1e4dmantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, without any requests to grid
UbitUmarov
2019-08-27 21:16:22 +0100
ab92dff5bea few changes to db generic tables
UbitUmarov
2019-08-26 03:00:28 +0100
584df2ab38Fix console outputting raw format strings
Melanie
2019-08-25 23:05:57 +0100
c4e453d948revert last change and o fix the damm silly bug
UbitUmarov
2019-08-24 23:33:05 +0100
35e3c3dec4reduce even more the number of objects per UDP packet on object cache related pkts ( TEST )
UbitUmarov
2019-08-24 22:52:47 +0100
030ad7f47aminor change on httpserver dll
UbitUmarov
2019-08-24 07:57:17 +0100
110644c23aMake ReadConfig a general features of consoles, rather than type dependent
Melanie
2019-08-21 21:23:54 +0100
7e136c67fdCall SetServer on consoles reflectively to avoid having type checks in places where it tends to be forgotten to update them.
Melanie
2019-08-21 21:15:58 +0100
db374112c6EstateAccess do fill the fields(mySQL only); fix the response
UbitUmarov
2019-08-17 23:57:05 +0100
eb9cf78e6bEstateAccess: add some ban fields to fill one day
UbitUmarov
2019-08-17 20:41:49 +0100
16bf737b26minor update to osslEnable.ini
UbitUmarov
2019-08-17 19:29:37 +0100
64c56fc52bmantis 8577: add key osGetInventoryItemKey(string name) to get a inventory item ID within prim inventory. the llGetInventory does return the asset it, not item.
UbitUmarov
2019-08-16 21:22:16 +0100
9ddd2e842emove file HGworldMapModule to where it belongs( runprebuild)
UbitUmarov
2019-08-15 18:28:58 +0100
7d0b37faecstill another missing ShowNPCs case, and needed changes for prev commit
UbitUmarov
2019-08-15 18:01:51 +0100
12abb3ffe4make HGworldmap initialize its base wordmap
UbitUmarov
2019-08-15 17:59:57 +0100
002ef3cd89mantis 8575: npc map dots could be sent on another spot
UbitUmarov
2019-08-13 23:06:26 +0100
4812833435set default value for timestand on groups v2 invites table
UbitUmarov
2019-08-10 22:18:55 +0100
ffd5c5cc9cmantis 8573 and 8569: be more aggressive on drag block with touch on non physical prims
UbitUmarov
2019-08-10 13:58:11 +0100
c9b7ec2af9Make the DNS cache timeout configurable.
Melanie
2019-08-09 12:06:33 +0100
f332f3fc41Merge branch 'master' of brain.opensimulator.org:/var/git/opensim
Melanie
2019-08-09 11:02:04 +0100
34816fe1abNo idea where this diff comes from - change case to lower
Melanie
2019-08-09 11:01:19 +0100
04eb4744dfupdate libopenmetaverse including a ugly hack to try to workaround issues detected with new windows .net4.8 JIT. this can be reverted with that is fixed, this can also go wrong, as usual ;)
UbitUmarov
2019-08-02 02:36:19 +0100
96dabca85bmake sure XEngine does release script events when a script is destroyed
UbitUmarov
2019-08-01 05:31:03 +0100
618c6ceda5mantis8569: do aggregate script events when a script is deleted; block nonphysical drag if a touch event is triggered, add a time guard on that
UbitUmarov
2019-08-01 04:14:31 +0100
6359874d64mantis8548: let rotation division be -(olderResult) this is formally more correct (and it is the same rotation), keep not normalizing, as SL seems to do
UbitUmarov
2019-08-01 00:01:27 +0100
0bcd58fd0fmantis8548: change more LSL arguments declarations to their formal form. Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues
UbitUmarov
2019-07-31 16:27:36 +0100
1499baf13emantis8564: add region_up_time to llGetEnv. Returns string with seconds since region start. There where ways do get it, but this makes life easier
UbitUmarov
2019-07-31 14:34:35 +0100
b5b518dc0dchange value of PARCEL_DETAILS_DWELL to a higher value to give more room for standard values, change return types, update script syntaxe
UbitUmarov
2019-07-31 13:38:49 +0100
0163af970fMantis #8481 part two.
TBG Renfold
2019-07-26 19:08:40 +0100
8de67dad76Mantis #8481 part one.
TBG Renfold
2019-07-26 19:02:23 +0100
cd641e8629fix configuration loader test
UbitUmarov
2019-07-31 00:37:27 +0100
944a785a32now i can login on win .net4.8, but just a little drop on a large (broken) OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
UbitUmarov
2019-07-30 23:26:29 +0100