aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-06Move to dev version.onefang1-1/+1
2020-09-09Various teleport fixes.onefang1-1/+6
TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. For the "teleport from above" case, do the right thing. Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. Teleport home from off grid shouldn't land on roofs either.
2020-09-09Use F1 instead of ? as the in command help key.onefang1-1/+1
"?" was a silly choice, what if you wanted to use it in a command? Alas this doesn't seem to work, but at least you can type "?" now.
2020-09-09The knomes have been obsconded with by hippos.onefang1-2/+2
2020-09-09Remove various limits.onefang2-5/+5
Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others.
2020-09-09Update version number stuff, and hack it into the money display.onefang2-4/+15
2020-09-09Remove useless executable bit that Windows adds.onefang24-0/+0
2020-09-08Fix VERSIONINFO_VERSION_LENGTHonefang1-1/+1
Why is this hard coded?
2020-09-08Don't read .ini region files, use .xml instead. Add [Region] .ini block.onefang1-4/+17
Coz OpenSim can get confused, and I have a better idea - For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter.
2020-09-08Move various paths out of the bin directory.onefang2-4/+25
2020-01-070.9.1.1 release and still SnailUbitUmarov1-2/+2
2019-12-10enforce invariant culture on landmarksUbitUmarov1-1/+1
2019-11-20cosmeticsUbitUmarov3-27/+29
2019-11-13Reduce Max region size to 4096mUbitUmarov2-2/+9
2019-11-12terrain replace double by floatUbitUmarov1-4/+2
2019-11-10terraforming changes: support selected parcel edit; fix area smoothUbitUmarov1-1/+1
2019-11-09terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵UbitUmarov1-3/+2
needed (run prebuild)
2019-10-28update version nameUbitUmarov1-1/+1
2019-10-28change versionUbitUmarov1-2/+2
2019-10-24oops, dont ask things twiceUbitUmarov1-3/+1
2019-10-24partial revert console Prompt code to fix itUbitUmarov1-3/+26
2019-10-22remove some more useless NULL argumentsUbitUmarov3-5/+5
2019-10-22remove some useless NULL argumentsUbitUmarov8-33/+33
2019-10-22try to fix console AGAINUbitUmarov6-14/+114
2019-10-14basic search: fix people search, add some cachingUbitUmarov1-1/+1
2019-09-24missing fileUbitUmarov1-2/+6
2019-09-21make Console Promt(..) compatible with rest of code, againUbitUmarov2-1/+18
2019-09-21make Console Output(..) compatible with rest of code, againUbitUmarov3-4/+9
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 regionsUbitUmarov1-39/+96
2019-09-11fix bad indexes mathUbitUmarov1-2/+2
2019-09-11fix a bad typoUbitUmarov1-1/+1
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov6-109/+182
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-09-05go back to protocol 0.7, until 0.8 changes are readyUbitUmarov1-2/+2
2019-09-02missing fileUbitUmarov1-2/+13
2019-08-30increase region protocol version to 0.8UbitUmarov1-2/+2
2019-08-25Fix console outputting raw format stringsMelanie1-3/+5
2019-08-21Make ReadConfig a general features of consoles, rather than type dependentMelanie4-1/+12
2019-08-21Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie3-1/+3
places where it tends to be forgotten to update them.
2019-08-20Massive console refactor. Greatly simplify interface.Melanie15-157/+93
2019-08-18i do not not store banTime as DateTime, fix the EstateBan decoderUbitUmarov1-4/+4
2019-08-17EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov2-16/+20
2019-08-07Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker1-0/+1
2019-08-02cosmeticsUbitUmarov2-12/+4
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov6-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
2019-07-30Don't try to print XML if a corrupted asset is actually binary dataMelanie1-0/+9
2019-07-06mantis 8558: send sane values for Agents and objects capability (max hard limit)UbitUmarov1-1/+3
2019-06-09reduce some useless array copiesUbitUmarov1-1/+2
2019-04-30primbasicshape: convert eventual MeshEP to SculpEPUbitUmarov1-1/+9