Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce unnecessary allocation of new items | UbitUmarov | 2016-08-24 | 1 | -13/+9 |
| | |||||
* | fix a use of string Trim() | UbitUmarov | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | try to make mono happy | UbitUmarov | 2016-08-22 | 1 | -3/+3 |
| | |||||
* | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | put back the dangerous resp.ReuseContext = true option, that for some odd ↵ | UbitUmarov | 2016-08-21 | 1 | -2/+2 |
| | | | | reason OSgrid nginx configuration seems to need | ||||
* | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 2016-08-18 | 1 | -1/+3 |
| | | | | info), where info in info message field. only minimal testing done | ||||
* | add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994) | UbitUmarov | 2016-08-13 | 1 | -1/+2 |
| | |||||
* | fix entity update flags update | UbitUmarov | 2016-08-07 | 1 | -9/+8 |
| | |||||
* | several changes related to culling option | UbitUmarov | 2016-08-07 | 2 | -38/+26 |
| | |||||
* | more changes relative to incorrect use of activegroupid | UbitUmarov | 2016-08-05 | 1 | -3/+4 |
| | |||||
* | cancel sending group powers on crossings, they are no longer needed. | UbitUmarov | 2016-08-04 | 1 | -23/+0 |
| | |||||
* | rearrange handlers convertion math, harcoding the grid unit size of 256m, ↵ | UbitUmarov | 2016-07-31 | 1 | -17/+17 |
| | | | | also inviting jit to use cpu barrel shifters. | ||||
* | rename a few things to reduce confusion between regions wold location and ↵ | UbitUmarov | 2016-07-31 | 1 | -3/+5 |
| | | | | grid location (a lot more elsewhere) | ||||
* | revert adding a new IM parameter ( commit ↵ | UbitUmarov | 2016-07-28 | 1 | -16/+3 |
| | | | | | | bf604c85c66dd3bed06e3103cdf210ede02c151f , that was a mistake. this should fix invites accepts etc, that got broken | ||||
* | first step removing MegaRegions: refuse to run. Thanks to all that made ↵ | UbitUmarov | 2016-07-27 | 1 | -1/+10 |
| | | | | MegaRegions possible, they where a important OpenSim feature, but can no longer be mantained | ||||
* | a few more changes relative to sits crossing | UbitUmarov | 2016-07-27 | 1 | -5/+4 |
| | |||||
* | reduce some grid services calls on region crossings, sending more ↵ | UbitUmarov | 2016-07-26 | 1 | -53/+25 |
| | | | | information on the agent update ( groups v2 needs change ) | ||||
* | add a public SetGroupPowers to clientView | UbitUmarov | 2016-07-26 | 1 | -0/+2 |
| | |||||
* | let some group related data to have a public set | UbitUmarov | 2016-07-26 | 1 | -3/+3 |
| | |||||
* | get a copy of current clientView group powers | UbitUmarov | 2016-07-26 | 1 | -0/+2 |
| | |||||
* | add a missing update to avatar damage Invulnerable | UbitUmarov | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | reOoops ... | UbitUmarov | 2016-07-24 | 1 | -3/+3 |
| | |||||
* | Ooops ... | UbitUmarov | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | add missing IM parameter ( needs fix where it is really relevant ) | UbitUmarov | 2016-07-24 | 1 | -2/+17 |
| | |||||
* | Add some additional checks to llTransferLindenDollars. | Melanie Thielker | 2016-07-18 | 1 | -4/+3 |
| | |||||
* | dont try dequeues if didnt reacquired lock | UbitUmarov | 2016-07-17 | 1 | -1/+2 |
| | |||||
* | http send is blocking, so we need we need to do it async in all cases. - ↵ | UbitUmarov | 2016-07-16 | 2 | -20/+15 |
| | | | | this will need revision after server changes | ||||
* | disable OSHttpTests that will collide with testing new http server changes | UbitUmarov | 2016-07-15 | 1 | -0/+3 |
| | |||||
* | Fixed the order of two file names used in a warning. | Kevin Cozens | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | add a few methods to modify clientview group powers | UbitUmarov | 2016-07-01 | 1 | -0/+3 |
| | |||||
* | Still related to mantis #7917, parcel prims info. Now sending the correct ↵ | Diva Canto | 2016-06-19 | 1 | -1/+1 |
| | | | | numbers for "Simulator primitive usage" related to the parcel owner, not the entire region. | ||||
* | "reverting" the keep alive changes brought in from avination, to check if ↵ | Diva Canto | 2016-06-14 | 2 | -7/+2 |
| | | | | that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set. | ||||
* | Fix crash due to setting Thread.name after thread start. | Roger Kirkman | 2016-05-12 | 1 | -2/+3 |
| | | | | Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | Apply user specified default perms across the board, to items uploaded as ↵ | Melanie Thielker | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | | well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults. | ||||
* | CR safari. Remove gratuitious CRs in some files | Melanie Thielker | 2016-04-07 | 1 | -173/+173 |
| | |||||
* | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 7 | -6/+8 |
| | | | | replace anymore. | ||||
* | Add locking around stats record fetch to resolve Mantis 7793. | Robert Adams | 2015-12-27 | 1 | -18/+21 |
| | |||||
* | replace GetNearestPoint... funtions | UbitUmarov | 2015-12-15 | 1 | -0/+4 |
| | |||||
* | calculate land startpoint, endpoint and center estimate when it is updated, ↵ | UbitUmarov | 2015-12-14 | 1 | -6/+9 |
| | | | | it not every time they are needed | ||||
* | change default landpoint type to anywhere (direct) | UbitUmarov | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | minor cleanup | UbitUmarov | 2015-12-09 | 1 | -17/+4 |
| | |||||
* | coment out odd DoubleQueue class code | UbitUmarov | 2015-12-09 | 1 | -1/+2 |
| | |||||
* | add default eyes to default wearables, and revert previus bad commit | UbitUmarov | 2015-12-04 | 1 | -0/+6 |
| | |||||
* | fix a 1m diference in regions view range estimations | UbitUmarov | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | minor: fix a log timing information | UbitUmarov | 2015-12-02 | 1 | -3/+0 |
| | |||||
* | Change protocol version max to 0.6 | Melanie Thielker | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-11-29 | 1 | -1/+3 |
|\ | |||||
| * | coment out warnings that do a messed around number of threadpool workitens ↵ | UbitUmarov | 2015-11-27 | 1 | -1/+3 |
| | | | | | | | | and number of active threads ( at least when a pool is in use) | ||||
* | | Trying to make http requests less slow, according to ↵ | Diva Canto | 2015-11-29 | 1 | -0/+2 |
|/ | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow |