aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Auto add groups for all hypergridders.onefang2021-07-241-0/+43
* Don't do the auto join groups thing for child agents.onefang2021-07-071-0/+1
* Automatically add members to certain groups, and HGers from specific grids to...onefang2020-09-111-5/+126
* Various logging fix ups.onefang2020-09-091-5/+5
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
* a few changes on check targets for lslUbitUmarov2019-11-271-7/+13
* remove some llUDP optionsUbitUmarov2019-11-161-5/+1
* terraforming changes: make sliders work, remove some brushs, etc. Feedback ne...UbitUmarov2019-11-091-4/+7
* mantis 8583: update region information on Grid on map regenerationUbitUmarov2019-08-271-2/+4
* Put back the code to create the ready marker file.Melanie2019-07-291-0/+23
* add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ...UbitUmarov2019-05-011-0/+14
* fix MinRegionViewDistance option (added in last commit); change regions view...UbitUmarov2019-04-051-1/+1
* add option RegionViewDistanceUbitUmarov2019-04-051-0/+12
* control visible regions by avatar position and view range, first dirty codeUbitUmarov2019-04-041-5/+1
* add more test code to make usage od compressed updates etc. Should be disable...UbitUmarov2019-03-231-33/+2
* Add a but more status info on marker filesroot2019-03-111-0/+24
* allow more suicidal NonPhysicalPrimMaxUbitUmarov2019-02-051-2/+2
* enforce prim size restrictions on physical state change; Place restrictions o...UbitUmarov2019-02-051-0/+9
* cleanup dead codeUbitUmarov2019-01-251-46/+47
* more changes on scenegraph etcUbitUmarov2019-01-061-16/+0
* allow landing under lower hight skyboxesUbitUmarov2019-01-031-10/+0
* replace my hack by others hackUbitUmarov2019-01-011-33/+20
* temporary HACK to not kill some viewersUbitUmarov2018-12-311-1/+6
* lost in updatesUbitUmarov2018-12-311-1/+1
* add some persistence (mysql only)UbitUmarov2018-12-301-14/+0
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-281-6/+20
* fix unknown priority scheme setting error. Thx Ai AustinUbitUmarov2018-11-081-1/+1
* changes to objects updates prioritizing getting dust on my disk. Schemes redu...UbitUmarov2018-11-071-3/+3
* Remove NPCs from UserManagement when removedUbitUmarov2018-10-201-0/+4
* some teleport issues..UbitUmarov2018-09-141-15/+8
* Ooops... fix the parentesisUbitUmarov2018-01-161-1/+1
* do not timeout BackupWorker threadsUbitUmarov2018-01-161-1/+1
* increase sample rate of WaitGetScenePresence()UbitUmarov2017-12-111-2/+2
* store kfm on inventory. this may still be a bit confusing on rezUbitUmarov2017-07-161-1/+2
* some shortcuts on local osTeleport, reduce its time penalty, do it with scrip...UbitUmarov2017-06-261-14/+30
* change Backup calls overlap control codeUbitUmarov2017-06-251-27/+46
* make SendCoarseLocations async, since it is http. Make some actions use thre...UbitUmarov2017-06-091-12/+19
* so no real need for Maintenance thread.. so removedUbitUmarov2017-06-071-77/+1
* course locations is a also heartbeat job (for now sync)UbitUmarov2017-06-071-30/+13
* remove some more dead scene optionsUbitUmarov2017-06-071-39/+1
* remove nonsense SendPeriodicAppearanceUpdates. if we need such a thing, then ...UbitUmarov2017-06-071-29/+5
* move a execution overlap guard to end of jobUbitUmarov2017-06-021-1/+1
* oops...UbitUmarov2017-05-151-1/+1
* the new options i add where actually bad idea, they would make theUbitUmarov2017-05-041-12/+0
* move deep effective permissions aggregation to first time use and not on cha...UbitUmarov2017-05-041-2/+16
* oopsUbitUmarov2017-04-031-4/+4
* fix typoUbitUmarov2017-04-031-1/+2
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov2017-04-031-7/+24
* Merge branch 'melanie'Melanie Thielker2017-03-311-4/+69
|\
| * Add the ability to post to and act uponconfiguration in etcdMelanie Thielker2017-03-311-3/+44