aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵UbitUmarov2019-11-091-3/+2
| | | | needed (run prebuild)
* update version nameUbitUmarov2019-10-281-1/+1
|
* change versionUbitUmarov2019-10-281-2/+2
|
* oops, dont ask things twiceUbitUmarov2019-10-241-3/+1
|
* partial revert console Prompt code to fix itUbitUmarov2019-10-241-3/+26
|
* remove some more useless NULL argumentsUbitUmarov2019-10-223-5/+5
|
* remove some useless NULL argumentsUbitUmarov2019-10-228-33/+33
|
* try to fix console AGAINUbitUmarov2019-10-226-14/+114
|
* basic search: fix people search, add some cachingUbitUmarov2019-10-141-1/+1
|
* missing fileUbitUmarov2019-09-241-2/+6
|
* make Console Promt(..) compatible with rest of code, againUbitUmarov2019-09-212-1/+18
|
* make Console Output(..) compatible with rest of code, againUbitUmarov2019-09-213-4/+9
|
* Changes fix some CORS problems when making XMLRPC calls fromRobert Adams2019-09-171-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).
* add a extra lenght checkUbitUmarov2019-09-171-0/+3
|
* fix saving appearence to notecard, so they can work on older regionsUbitUmarov2019-09-151-39/+96
|
* fix bad indexes mathUbitUmarov2019-09-111-2/+2
|
* fix a bad typoUbitUmarov2019-09-111-1/+1
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-116-109/+182
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* go back to protocol 0.7, until 0.8 changes are readyUbitUmarov2019-09-051-2/+2
|
* missing fileUbitUmarov2019-09-021-2/+13
|
* increase region protocol version to 0.8UbitUmarov2019-08-301-2/+2
|
* Fix console outputting raw format stringsMelanie2019-08-251-3/+5
|
* Make ReadConfig a general features of consoles, rather than type dependentMelanie2019-08-214-1/+12
|
* Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie2019-08-213-1/+3
| | | | places where it tends to be forgotten to update them.
* Massive console refactor. Greatly simplify interface.Melanie2019-08-2015-157/+93
|
* i do not not store banTime as DateTime, fix the EstateBan decoderUbitUmarov2019-08-181-4/+4
|
* EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov2019-08-172-16/+20
|
* Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker2019-08-071-0/+1
|
* cosmeticsUbitUmarov2019-08-022-12/+4
|
* now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov2019-07-306-106/+131
| | | | 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
* Don't try to print XML if a corrupted asset is actually binary dataMelanie2019-07-301-0/+9
|
* mantis 8558: send sane values for Agents and objects capability (max hard limit)UbitUmarov2019-07-061-1/+3
|
* reduce some useless array copiesUbitUmarov2019-06-091-1/+2
|
* primbasicshape: convert eventual MeshEP to SculpEPUbitUmarov2019-04-301-1/+9
|
* missing fileUbitUmarov2019-04-101-0/+1
|
* change region cacheid on restart. This should not be needed in future if ↵UbitUmarov2019-04-041-0/+5
| | | | objects cache info is stored on region db
* send agent view range to new child agentsUbitUmarov2019-04-044-1/+12
|
* a few more changes on initial objects sendUbitUmarov2019-03-301-2/+2
|
* changes on teleports v7UbitUmarov2019-03-281-7/+9
|
* some more changes on objects sendingUbitUmarov2019-03-241-8/+0
|
* add more test code to make usage od compressed updates etc. Should be ↵UbitUmarov2019-03-231-3/+14
| | | | disable, but well many things can go wrong.
* RegionHandshake IS critical llupd protocol not to be done by odd modulesUbitUmarov2019-03-202-5/+5
|
* take the deafult on the parameter overlayUbitUmarov2019-03-191-1/+1
|
* do not send parceloverlay on crossings (may be bad, or not)UbitUmarov2019-03-191-1/+1
|
* remove redundant codeUbitUmarov2019-03-171-2/+0
|
* try to work around robust shutdown/quit blocking on monoUbitUmarov2019-03-121-1/+2
|
* direct encode lludp terse object update, let contain texture entryUbitUmarov2019-03-021-1/+0
|
* Add Thread.ResetAbort() to various thread loops to clean up errors onRobert Adams2019-02-271-13/+19
| | | | | | | | 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.
* missing file on the kick commitUbitUmarov2019-02-201-1/+1
|
* (almost) useless changeUbitUmarov2019-02-151-23/+42
|