aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-09Gatekeeper -> GatekeeperURIroot5-13/+13
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
2020-09-09OpenSim dev typos --root1-1/+1
2020-09-09Revert list content type check.onefang1-6/+10
https://sledjhamr.org/mantisbt/view.php?id=19
2020-09-09Bandaid for ghost users, check and remove them from Presence when they log on.onefang2-1/+14
Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
2020-09-09Remove various limits.onefang6-52/+43
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-09Whitespace--onefang1-4/+4
2020-09-09Move the terrain.raw file out of tree to a sim specific name.onefang1-4/+13
2020-09-09Various logging fix ups.onefang13-65/+66
Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
2020-09-09Update version number stuff, and hack it into the money display.onefang1-2/+11
2020-09-09Remove useless executable bit that Windows adds.onefang83-0/+0
2020-09-08Better ROBUST and sim startup console notification.onefang1-2/+6
2020-09-08Move various paths out of the bin directory.onefang8-11/+16
2020-01-07change some lsl flag constants to HexaUbitUmarov1-5/+5
2019-12-18changes on lludp acks and resendsUbitUmarov5-171/+186
2019-12-16missing filesUbitUmarov2-8/+18
2019-12-16 do dispatch RequestLure imsUbitUmarov3-1/+12
2019-12-10add a formal lock objectUbitUmarov1-17/+16
2019-12-10enforce invariant culture on landmarksUbitUmarov2-3/+3
2019-12-03mantis 8632: stop trigering Changed on just scale checksUbitUmarov2-21/+51
2019-11-27a few changes on check targets for lslUbitUmarov4-122/+111
2019-11-23fix identationUbitUmarov1-3/+2
2019-11-23fix xml decode of kfm in single prims caseUbitUmarov1-5/+6
2019-11-22YEngine: change some startup log messagesUbitUmarov2-23/+25
2019-11-22YEngine, change default number of exec threads to 2 of priority Normal. Let ↵UbitUmarov2-6/+28
the threads priority a option on ini files
2019-11-22OooopssUbitUmarov1-2/+2
2019-11-22more changes on YEngine scripts heap usageUbitUmarov6-45/+54
2019-11-20cosmeticsUbitUmarov1-0/+2
2019-11-20cosmeticsUbitUmarov2-4/+4
2019-11-18fix the block of teleport to same region handleUbitUmarov1-10/+7
2019-11-18Yengine: more on constants operations reductionUbitUmarov3-86/+60
2019-11-18mantis 8551: Simplify Yengine heap usage controlUbitUmarov5-108/+66
2019-11-18fix a info messageUbitUmarov1-1/+1
2019-11-17terrain: make sure modify does get unblockedUbitUmarov1-115/+122
2019-11-16remove some llUDP optionsUbitUmarov5-141/+74
2019-11-14work on previus 2 patchsUbitUmarov2-12/+0
2019-11-14Attempt to fix the issue where, when logging into the grid, the user ↵Terry2-0/+12
supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-11-13mantis 8627: handle the case constant compareOp constant on YengineUbitUmarov1-12/+95
2019-11-13Terrain: more double to floatUbitUmarov11-43/+52
2019-11-13limit max number of attachments to 38. All can be on same pointUbitUmarov7-83/+100
2019-11-12missed a fewUbitUmarov1-4/+4
2019-11-12terrain replace double by floatUbitUmarov17-72/+75
2019-11-12more changes on terrain edit. Silent ignore comand if busy (large area ↵UbitUmarov8-113/+135
smooth can take ages), brush changes, etc
2019-11-11Yengine: we also need to cancel timer events in queue, because some bad ↵UbitUmarov5-2/+50
scripts that do work on X
2019-11-10terraforming changes: try recover llmodifyland previus behaviurUbitUmarov1-3/+5
2019-11-10SIO_UDP_CONNRESET should work on macs now, thx GavinUbitUmarov1-7/+8
2019-11-10terraforming changes: comment a debug messageUbitUmarov1-1/+1
2019-11-10terraforming changes: support selected parcel edit; fix area smoothUbitUmarov5-25/+67
2019-11-10terraforming changes: make jenkis happyUbitUmarov4-12/+12
2019-11-10terraforming changes: missing fileUbitUmarov1-15/+4
2019-11-09terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵UbitUmarov29-1180/+157
needed (run prebuild)