aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* dont try to process packets for deleted clientsUbitUmarov2015-12-091-34/+28
|
* disable useless and totally wrong incoming PoolsUbitUmarov2015-12-091-4/+7
|
* don't keep a reference to config, if not in useUbitUmarov2015-12-091-1/+3
|
* minor cleanupUbitUmarov2015-12-091-17/+4
|
* minor cleanupUbitUmarov2015-12-091-13/+4
|
* coment out odd DoubleQueue class codeUbitUmarov2015-12-091-1/+2
|
* tick region health a bit fasterUbitUmarov2015-12-091-1/+1
|
* fix the queue type in useUbitUmarov2015-12-091-11/+12
|
* fix the queue type in useUbitUmarov2015-12-091-7/+8
|
* add some missing GC.RemoveMemoryPressure()UbitUmarov2015-12-091-0/+2
|
* send a full update on GroupResize, not a terseUbitUmarov2015-12-051-1/+1
|
* add pants and shirt to opensim library and fix some bodyparts uuidsUbitUmarov2015-12-042-18/+4
|
* add opensim BodyParts libraryUbitUmarov2015-12-041-16/+14
|
* add default eyes to default wearables, and revert previus bad commitUbitUmarov2015-12-042-2/+7
|
* add other Eyes asset id to xferupload defaultsUbitUmarov2015-12-041-2/+4
|
* change handling of optional skirt baked textureUbitUmarov2015-12-031-12/+40
|
* fix a 1m diference in regions view range estimationsUbitUmarov2015-12-031-1/+1
|
* remove failed CreateAgent from agent child regions listUbitUmarov2015-12-021-6/+8
|
* fix typoUbitUmarov2015-12-021-1/+1
|
* createAgent needs to be syncUbitUmarov2015-12-021-1/+4
|
* minor: fix a log timing informationUbitUmarov2015-12-021-3/+0
|
* fix protocol version to max wearables mappingUbitUmarov2015-12-011-1/+3
|
* Fix protocol versions to wearables count mappingMelanie Thielker2015-12-011-1/+3
|
* Change protocol version max to 0.6Melanie Thielker2015-12-011-2/+2
|
* more changes on lookAt and RotLookAt; do something in attachmentsUbitUmarov2015-12-013-35/+92
|
* some changes due to lookAt and RotLookAtUbitUmarov2015-12-012-63/+46
|
* Merge branch 'master' of opensimulator.org:/var/git/opensimUbitUmarov2015-12-019-20/+27
|\
| * BulletSim: fix collision sound calculation. Modify some routines to makeRobert Adams2015-11-304-20/+27
| | | | | | | | | | | | collider and collidee clearer. Also fix (when did it break?) avatars not moving if standing on a moving object. Now friction will move avatars if standing on a disc or the top of a train.
| * Replaced ICSharpCode.SharpZipLib.dll for the same reasonDiva Canto2015-11-301-0/+0
| |
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-11-302-7/+16
| |\
| * | Replaced the mono addins dlls with freshly compiled ones, because the ↵Diva Canto2015-11-304-0/+0
| | | | | | | | | | | | existing ones may somehow been mutually inconsistent.
* | | fix a more few typosUbitUmarov2015-12-011-2/+2
| |/ |/|
* | fix a few typosUbitUmarov2015-11-301-3/+2
| |
* | add a few more known texture IDsUbitUmarov2015-11-301-5/+15
| |
* | Merge branch 'master' of opensimulator.org:/var/git/opensimUbitUmarov2015-11-291-0/+2
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-11-298-30/+63
| |\
| * | Trying to make http requests less slow, according to ↵Diva Canto2015-11-291-0/+2
| | | | | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
* | | fix llLookAt in non-physical caseUbitUmarov2015-11-291-2/+2
| |/ |/|
* | change llLookAt math to master cleaner solution, assuming lAxis2rot does workUbitUmarov2015-11-291-13/+18
| |
* | fix the default shape type on upload, it is always convexUbitUmarov2015-11-291-3/+1
| |
* | let Bullet do collision sounds (RAdams plz fix the relative speed)UbitUmarov2015-11-291-1/+8
| |
* | let old ODE trigger collision sounds like ubOdeUbitUmarov2015-11-282-2/+21
| |
* | remove terrain height clamping left over the ushort format testingUbitUmarov2015-11-271-5/+1
| |
* | add a nasty global lock, ode.dll requires on multi regions per instance ( ↵UbitUmarov2015-11-271-5/+8
| | | | | | | | also make sure ninjaJoints are disabled
* | add missing Xengine MinTimerInterval to opensim.ini.exampleUbitUmarov2015-11-271-0/+3
| |
* | coment out warnings that do a messed around number of threadpool workitens ↵UbitUmarov2015-11-271-1/+3
|/ | | | and number of active threads ( at least when a pool is in use)
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-11-2718-262/+289
|\
| * add a delay to consume other change messages on move and crossUbitUmarov2015-11-271-0/+1
| |
| * stop some requests processing when module as no scenes (there must be a ↵UbitUmarov2015-11-271-0/+17
| | | | | | | | better way to fix this)
| * DeregisterRegion from grid earlier on closeUbitUmarov2015-11-271-4/+4
| |