Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | prevent spurius acceleration values | UbitUmarov | 2019-03-19 | 1 | -1/+1 | |
| | ||||||
* | try to avoid some useless full object updates | UbitUmarov | 2019-03-19 | 1 | -5/+13 | |
| | ||||||
* | take the deafult on the parameter overlay | UbitUmarov | 2019-03-19 | 1 | -1/+1 | |
| | ||||||
* | do not send parceloverlay on crossings (may be bad, or not) | UbitUmarov | 2019-03-19 | 1 | -4/+5 | |
| | ||||||
* | add a few extra checks for viewers animated objects support, to avoid ↵ | UbitUmarov | 2019-03-19 | 1 | -0/+6 | |
| | | | | timming issues | |||||
* | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim | root | 2019-03-11 | 10 | -145/+137 | |
|\ | ||||||
| * | lludp: direct encode terrain patchs packets | UbitUmarov | 2019-03-10 | 1 | -0/+2 | |
| | | ||||||
| * | prims have at most 9 face textures | UbitUmarov | 2019-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | dont try to backup a object in the middle of possible multipack link | UbitUmarov | 2019-03-05 | 1 | -3/+1 | |
| | | ||||||
| * | direct encode lludp terse object update, let contain texture entry | UbitUmarov | 2019-03-02 | 1 | -10/+15 | |
| | | ||||||
| * | reduce the chance of using a invalid avatar physics actor | UbitUmarov | 2019-03-01 | 1 | -15/+28 | |
| | | ||||||
| * | mantis 6569: restore full health on invulnerable set to true; combat module ↵ | UbitUmarov | 2019-02-26 | 1 | -1/+6 | |
| | | | | | | | | is outdated and needs work. By then the proposal on this mantis should be reviewed | |||||
| * | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, ↵ | UbitUmarov | 2019-02-24 | 1 | -1/+1 | |
| | | | | | | | | PrimOwnerRequestsPerSec = 25; increase concurrency to 8 | |||||
| * | several changes to llHttpRequest processing: options section renamed ↵ | UbitUmarov | 2019-02-24 | 1 | -0/+1 | |
| | | | | | | | | ScriptsHttpRequestModule; throttle by prim (PrimRequestsBurst = 3, PrimRequestsPerSec = 1) and max concurrent connections per instance (MaxPoolThreads = 5), llhttprequest returns if error, nullkey if throttled, reqid otherwise | |||||
| * | let changed allowed drop have lldetectedkey[0] return the dropped item id, ↵ | UbitUmarov | 2019-02-21 | 3 | -6/+6 | |
| | | | | | | | | Yengine and still testing" | |||||
| * | fix last owner on add to object inventory | UbitUmarov | 2019-02-21 | 2 | -5/+5 | |
| | | ||||||
| * | oops do show the object delete | UbitUmarov | 2019-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | mantis 8479: deep change DeRezObjects(..) doing independent permitions ↵ | UbitUmarov | 2019-02-15 | 2 | -103/+71 | |
| | | | | | | | | checks per action. m_useTrashOnDelete should now work except if god deletes, but still not recomended | |||||
* | | Add a but more status info on marker files | root | 2019-03-11 | 1 | -0/+24 | |
|/ | ||||||
* | allow more suicidal NonPhysicalPrimMax | UbitUmarov | 2019-02-05 | 1 | -2/+2 | |
| | ||||||
* | enforce prim size restrictions on physical state change; Place restrictions ↵ | UbitUmarov | 2019-02-05 | 2 | -2/+32 | |
| | | | | on ini values | |||||
* | reduce the odds of MTU violation | UbitUmarov | 2019-02-04 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | UbitUmarov | 2019-01-31 | 1 | -49/+18 | |
| | ||||||
* | do update physics script events on link ( this does need another cleanup one day | UbitUmarov | 2019-01-31 | 1 | -0/+3 | |
| | ||||||
* | mantis 6702: fix collisions lldetectedlinknumber also on Yengine | UbitUmarov | 2019-01-30 | 1 | -4/+9 | |
| | ||||||
* | change encoding of a few event caps messages | UbitUmarov | 2019-01-26 | 1 | -1/+4 | |
| | ||||||
* | script mono is meaningless for us | UbitUmarov | 2019-01-25 | 1 | -1/+1 | |
| | ||||||
* | some sop cleanup | UbitUmarov | 2019-01-25 | 1 | -30/+31 | |
| | ||||||
* | cleanup | UbitUmarov | 2019-01-25 | 1 | -119/+31 | |
| | ||||||
* | changes on sog boundingbox and other cleanup | UbitUmarov | 2019-01-25 | 1 | -295/+178 | |
| | ||||||
* | cleanup dead code | UbitUmarov | 2019-01-25 | 1 | -46/+47 | |
| | ||||||
* | mess around with prioritizer | UbitUmarov | 2019-01-25 | 1 | -44/+38 | |
| | ||||||
* | Ooops fix bad locking | UbitUmarov | 2019-01-25 | 1 | -69/+60 | |
| | ||||||
* | oops | UbitUmarov | 2019-01-21 | 1 | -3/+0 | |
| | ||||||
* | give up on Lazy<T> | UbitUmarov | 2019-01-21 | 1 | -1/+0 | |
| | ||||||
* | some cleanup | UbitUmarov | 2019-01-21 | 2 | -109/+25 | |
| | ||||||
* | another missing file | UbitUmarov | 2019-01-21 | 1 | -2/+7 | |
| | ||||||
* | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2019-01-21 | 3 | -61/+47 | |
| | ||||||
* | cosmetics on terrain patchs | UbitUmarov | 2019-01-20 | 2 | -472/+492 | |
| | ||||||
* | cosmetics | UbitUmarov | 2019-01-20 | 1 | -22/+2 | |
| | ||||||
* | cosmetics | UbitUmarov | 2019-01-20 | 1 | -16/+10 | |
| | ||||||
* | mantis 8458: don't forget prims on search map on link/unlink | UbitUmarov | 2019-01-19 | 1 | -6/+8 | |
| | ||||||
* | mantis 8442 more changes to alpha blending (mono does not like last) | UbitUmarov | 2019-01-18 | 1 | -0/+2 | |
| | ||||||
* | disable test not conform to new tp | UbitUmarov | 2019-01-14 | 1 | -5/+5 | |
| | ||||||
* | a few more changes to texturesentry handling on libomv and os | UbitUmarov | 2019-01-14 | 1 | -26/+38 | |
| | ||||||
* | file that depends on libomv changes | UbitUmarov | 2019-01-10 | 1 | -14/+5 | |
| | ||||||
* | a few more changes to terraincompressor and libomv | UbitUmarov | 2019-01-08 | 1 | -14/+13 | |
| | ||||||
* | cosmetics: terrain compressor is for 16m x 16m patchs only | UbitUmarov | 2019-01-07 | 1 | -207/+117 | |
| | ||||||
* | missing file | UbitUmarov | 2019-01-06 | 1 | -3/+0 | |
| | ||||||
* | more changes on scenegraph etc | UbitUmarov | 2019-01-06 | 2 | -379/+434 | |
| |