aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-18add a missing returnUbitUmarov1-0/+1
2019-09-18fix wrong lludp message usageUbitUmarov1-17/+5
2019-09-18avoid a null ref ( this should not be needed)UbitUmarov1-1/+5
2019-09-17Changes fix some CORS problems when making XMLRPC calls fromRobert Adams1-0/+4
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).
2019-09-17add a extra lenght checkUbitUmarov1-0/+3
2019-09-15fix saving appearence to notecard, so they can work on older regionsUbitUmarov3-53/+104
2019-09-12allow particles scale max to be 7.96m, supported by protocolUbitUmarov1-1/+1
2019-09-11fix bad indexes mathUbitUmarov1-2/+2
2019-09-11fix a bad typoUbitUmarov1-1/+1
2019-09-11take unit tests limited settings in consideration on setappearanceUbitUmarov1-2/+2
2019-09-11pesty warningUbitUmarov1-1/+0
2019-09-11remove a config option that controled a useless sim feature. note that at ↵UbitUmarov1-5/+1
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
2019-09-11 enable agent hover again, (it is still bad on most viewers for opensimUbitUmarov1-6/+5
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov18-407/+436
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-09-09disable AvatarHoverHeight useless and viewer side broken (without SSA)UbitUmarov1-2/+8
2019-09-07fix a HG to local grid tp extra checkUbitUmarov1-3/+1
2019-09-05go back to protocol 0.7, until 0.8 changes are readyUbitUmarov1-2/+2
2019-09-04add osSlerp()UbitUmarov5-1/+72
2019-09-04don't wear vegetablesUbitUmarov2-4/+26
2019-09-04Cache assets even in cases where the upload fails. That helps in asset ↵Melanie1-8/+8
upload debugging because the asset can be examined
2019-09-04fix the fixUbitUmarov1-1/+1
2019-09-03fix one of the new warp3d log messagesUbitUmarov1-1/+1
2019-09-03avoid potencial null refUbitUmarov1-0/+4
2019-09-03mantis 8585: add a bit more debug messagesUbitUmarov1-5/+14
2019-09-03avoid a null refUbitUmarov1-3/+3
2019-09-03add a little more debug for nowUbitUmarov1-4/+21
2019-09-02missing fileUbitUmarov1-2/+13
2019-09-02mantis 8580: make some changes on regions find code. (only gatekeeperUbitUmarov3-40/+61
host is used on local grid detection, not its port)
2019-08-31XbakesModule: allow more textures, older versions will not seeUbitUmarov1-12/+47
2019-08-30increase region protocol version to 0.8UbitUmarov1-2/+2
2019-08-29add a test sim featureUbitUmarov1-1/+7
2019-08-29 update libomv with simpler Texture.GetBakesBytesUbitUmarov1-1/+1
2019-08-28add a few lsl constantsUbitUmarov1-1/+13
2019-08-28change appearance data sent to othersUbitUmarov1-2/+10
2019-08-27mantis 8583: update region information on Grid on map regenerationUbitUmarov3-4/+6
2019-08-27mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ↵UbitUmarov3-6/+11
without any requests to grid
2019-08-26a few changes to db generic tablesUbitUmarov3-26/+147
2019-08-25Fix console outputting raw format stringsMelanie1-3/+5
2019-08-24revert last change and o fix the damm silly bugUbitUmarov1-6/+4
2019-08-24reduce even more the number of objects per UDP packet on object cache ↵UbitUmarov1-2/+4
related pkts ( TEST )
2019-08-24minor change on httpserver dllUbitUmarov1-1/+1
2019-08-21Make ReadConfig a general features of consoles, rather than type dependentMelanie6-11/+15
2019-08-21Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie5-11/+14
places where it tends to be forgotten to update them.
2019-08-20Massive console refactor. Greatly simplify interface.Melanie56-453/+430
2019-08-19change PGSQL migrationUbitUmarov1-3/+3
2019-08-18try again to update SQLite estatebanUbitUmarov1-3/+2
2019-08-18try to update SQLite estatebanUbitUmarov2-6/+16
2019-08-18try to update PGSQL estatebanUbitUmarov2-2/+16
2019-08-18oops...UbitUmarov1-1/+1
2019-08-18i do not not store banTime as DateTime, fix the EstateBan decoderUbitUmarov1-4/+4