| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix preserving the animation state of a crossing seated avatar | Melanie | 2012-02-23 | 1 | -2/+10 |
* | Properly sequence updates of avatars and attachments so that we don't | Melanie | 2012-02-23 | 1 | -0/+3 |
* | Merge branch 'master' into careminster | Melanie | 2012-02-23 | 2 | -10/+7 |
|\ |
|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2012-02-23 | 1 | -8/+2 |
| |\ |
|
| | * | Remove two spurious m_sceneGraph != null checks in Scene.cs. It's set in con... | Justin Clark-Casey (justincc) | 2012-02-22 | 1 | -8/+2 |
| * | | Add a position parameter to region crossing of objects. This avoids the | Melanie | 2012-02-23 | 2 | -2/+5 |
| |/ |
|
* | | Adjust sit target and the llSetLinkPrimitiveParams sit position hack | Melanie | 2012-02-22 | 1 | -2/+22 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Restore the taskItem null check that I accidentally blatted in 5397a6d | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -0/+9 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -16/+2 |
|\ \
| |/ |
|
| * | Fix problem with dragging child part inventory item to user inventory. | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -11/+1 |
| * | Revert "Fix:Cannot drag inventory from child prim into inventory http://opens... | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -8/+4 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | Fix:Cannot drag inventory from child prim into inventory http://opensimulator... | PixelTomsen | 2012-02-21 | 1 | -4/+8 |
* | | Also preserve angular velocity on crossing. | Melanie | 2012-02-21 | 1 | -0/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -15/+14 |
|\ \
| |/ |
|
| * | Fix bug where NPCs would establish child agents on other neighbour regions th... | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -15/+14 |
* | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie | 2012-02-20 | 2 | -6/+3 |
|\ \ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2012-02-20 | 2 | -6/+3 |
| |\ \
| | |/ |
|
| | * | More improvements on agent position updates: if the target sims fail, blackli... | Diva Canto | 2012-02-20 | 1 | -5/+2 |
| | * | Amend to last commit. This should have been committed too. | Diva Canto | 2012-02-19 | 1 | -1/+1 |
* | | | Make vehicles retain velocity when crossing between regions. | Melanie | 2012-02-20 | 1 | -0/+4 |
* | | | Add an override to make SOG.Velocity work as expected | Melanie | 2012-02-20 | 1 | -0/+6 |
|/ / |
|
* | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie | 2012-02-19 | 3 | -13/+21 |
|\ \ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2012-02-19 | 3 | -13/+21 |
| |\ \
| | |/ |
|
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-02-19 | 2 | -9/+9 |
| | |\ |
|
| | | * | Use localy defined name, TPFlags, for Constants.TeleportFlags | BlueWall | 2012-02-19 | 1 | -6/+6 |
| | * | | A few more tweaks on position updates and create child agents. Mono hates con... | Diva Canto | 2012-02-19 | 2 | -7/+15 |
* | | | | Uncomment serialization | Melanie | 2012-02-19 | 1 | -3/+3 |
* | | | | Merge branch 'ubitwork' | Melanie | 2012-02-19 | 3 | -4/+300 |
|\ \ \ \ |
|
| * | | | | simplified vehicle fromXml. Use still comented on SceneObjectSerialized.cs | UbitUmarov | 2012-02-19 | 1 | -77/+117 |
| * | | | | Vehicle XML serialization more complete. Inactived by coments in SceneObjectS... | UbitUmarov | 2012-02-19 | 3 | -4/+260 |
* | | | | | Merge branch 'ubitwork' | Melanie | 2012-02-19 | 5 | -26/+636 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | moved vehicle from SOG to SOP | UbitUmarov | 2012-02-19 | 3 | -104/+79 |
| * | | | | missing paramenters init plus some cleaning | UbitUmarov | 2012-02-18 | 1 | -91/+16 |
| * | | | | added a EnUsCulture whatever that is.. | UbitUmarov | 2012-02-18 | 1 | -4/+3 |
| * | | | | a bit less human readable xml | UbitUmarov | 2012-02-18 | 1 | -25/+25 |
| * | | | | added some ToXml2 to SOGVehicle ( unused untested ) | UbitUmarov | 2012-02-18 | 1 | -1/+84 |
| * | | | | changed how vehicle data is stored and passed to physics. use unsafe in seria... | UbitUmarov | 2012-02-18 | 2 | -163/+175 |
| * | | | | vehicle parameters do cross (i hope) on regions in same instance ( others ne... | UbitUmarov | 2012-02-18 | 2 | -13/+57 |
| * | | | | let SOG know about vehicles. Still needs serialization and applyphyscis on d... | UbitUmarov | 2012-02-18 | 3 | -30/+541 |
| * | | | | don't freeze with a sitted avatar in a border without other sim. Still messy :( | UbitUmarov | 2012-02-15 | 1 | -1/+8 |
| * | | | | try to make crossings work better. chode no longer prevents crossings i hope | UbitUmarov | 2012-02-15 | 2 | -6/+9 |
| * | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-02-15 | 7 | -68/+202 |
| |\ \ \ \ |
|
| * | | | | | scenepresence change! in standup() give avatar a physical actor after decidin... | UbitUmarov | 2012-02-11 | 1 | -0/+10 |
| * | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-02-10 | 6 | -8/+66 |
| |\ \ \ \ \ |
|
| * | | | | | | initial introdution of physics actor building control. | UbitUmarov | 2012-02-08 | 3 | -9/+58 |
| * | | | | | | first change in SOP. in AddPrimShape(..) give physics the world rotation and ... | UbitUmarov | 2012-02-08 | 1 | -2/+4 |
* | | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie | 2012-02-19 | 8 | -29/+199 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | Merge branch 'master' into careminster | Melanie | 2012-02-19 | 1 | -3/+3 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|