| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | fall back to using a display mesh for physics proxy if no physics_mesh entry ... | dahlia | 2013-05-15 | 1 | -0/+4 |
| * | | Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b | Latif Khalifa | 2013-05-16 | 7 | -11955/+11955 |
| * | | Removed obsolete libopenmetaverse file | Latif Khalifa | 2013-05-16 | 1 | -57/+0 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-05-15 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Eliminate race condition where SimStatsReporter starts reporting | Robert Adams | 2013-05-14 | 1 | -0/+3 |
| * | | | Fix issue where osMakeNotecard() would fail if given a list containing vector... | Justin Clark-Casey (justincc) | 2013-05-15 | 1 | -30/+30 |
| |/ / |
|
| * | | Comment out log message about looking for asset data in remove asset service ... | Justin Clark-Casey (justincc) | 2013-05-14 | 1 | -1/+1 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-05-14 | 2 | -1/+8 |
| |\ \
| | |/ |
|
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-05-14 | 1 | -2/+5 |
| | |\ |
|
| | * | | Second take at HGTP-mesh bug: delay sending the initial data only for agents ... | Diva Canto | 2013-05-14 | 2 | -1/+8 |
| * | | | Comment out some debugging item permission messages since these are highly no... | Justin Clark-Casey (justincc) | 2013-05-14 | 1 | -3/+3 |
| | |/
| |/| |
|
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Robert Adams | 2013-05-14 | 2 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Revert "HGTP-mesh bug: the mesh download requests were going to the departing... | Diva Canto | 2013-05-14 | 2 | -3/+3 |
| * | | BulletSim: Fix for mantis 6487, also minor adjustment to fix flying while you... | Vegaslon | 2013-05-14 | 1 | -2/+5 |
| |/ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-05-14 | 4 | -7/+44 |
| |\ |
|
| | * | BulletSim: add a lock to try and catch a native shape creation/destruction | Robert Adams | 2013-05-13 | 1 | -2/+7 |
| | * | BulletSim: add adjustment for avatar capsule height scaling. Makes | Robert Adams | 2013-05-13 | 2 | -4/+32 |
| | * | BulletSim: use heightmap terrain when using BulletXNA. | Robert Adams | 2013-05-13 | 2 | -1/+5 |
| * | | HGTP-mesh bug: the mesh download requests were going to the departing sims fo... | Diva Canto | 2013-05-14 | 2 | -3/+3 |
| |/ |
|
| * | Fixed mantis #6609 -- LoadPlugin error messages on Robust. | Diva Canto | 2013-05-13 | 5 | -7/+26 |
| * | Groups: Improve error handling on remote connector. | Diva Canto | 2013-05-13 | 1 | -4/+9 |
| * | Fixes mantis #6636 -- Groups | Diva Canto | 2013-05-13 | 2 | -1/+7 |
* | | Merge branch 'master' into careminster | Melanie | 2013-05-12 | 4 | -38/+50 |
|\ \
| |/ |
|
| * | Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ... | Diva Canto | 2013-05-11 | 3 | -54/+19 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-05-11 | 6 | -5/+66 |
| |\ |
|
| * | | Handle SetHome properly | Diva Canto | 2013-05-11 | 1 | -0/+59 |
| * | | Delete debug message | Diva Canto | 2013-05-10 | 1 | -1/+0 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-05-11 | 27 | -139/+206 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-05-11 | 24 | -134/+191 |
| |\ \ |
|
| | * | | BulletSim: fix CPU loop that occurs when any 'degenerate' sculptie | Robert Adams | 2013-05-10 | 1 | -2/+6 |
| | |/ |
|
| | * | Implement delete key for local console | Justin Clark-Casey (justincc) | 2013-05-09 | 1 | -0/+15 |
| | * | minor: Remove unnecessary code that was generating warning in TestXInventoryD... | Justin Clark-Casey (justincc) | 2013-05-09 | 1 | -2/+2 |
| | * | minor: Remove mono compiler warning in RemoteAdminPlugin | Justin Clark-Casey (justincc) | 2013-05-09 | 1 | -1/+1 |
| | * | Don't send BulkUpdateInventory at the end up of UpdateInventoryItemAsset(). | Justin Clark-Casey (justincc) | 2013-05-09 | 1 | -1/+4 |
| | * | Only send one kill object to the deleter when they derez an object rather tha... | Justin Clark-Casey (justincc) | 2013-05-09 | 2 | -17/+12 |
| | * | remove pointless region handle paramter from IClientAPI.SendKillObject() | Justin Clark-Casey (justincc) | 2013-05-09 | 8 | -14/+11 |
| | * | Fix issue where objects removed via llDie() would not disappear for users loo... | Justin Clark-Casey (justincc) | 2013-05-09 | 8 | -88/+102 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-05-09 | 4 | -2/+37 |
| | |\ |
|
| | | * | Application support: | BlueWall | 2013-05-09 | 4 | -2/+37 |
| | * | | minor: Simplify test setup in SceneObjectDeRezTests since permissions module ... | Justin Clark-Casey (justincc) | 2013-05-09 | 1 | -10/+4 |
| | |/ |
|
| * | | Send up the part missing from the Avination Estate commit. | Melanie | 2013-05-11 | 5 | -3/+60 |
| |/ |
|
* | | Merge branch 'master' into careminster | Melanie | 2013-05-08 | 10 | -11/+208 |
|\ \
| |/ |
|
| * | Guard the scene list when estates are updated | Melanie | 2013-05-08 | 2 | -9/+14 |
| * | Adds an event and a method so that handling of the CachedTexture | Mic Bowman | 2013-05-08 | 8 | -15/+174 |
* | | Merge branch 'master' into careminster | Melanie | 2013-05-08 | 16 | -60/+1223 |
|\ \
| |/ |
|
| * | Delete "" entry for AvatarPicker cap. | Diva Canto | 2013-05-07 | 1 | -1/+0 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-05-07 | 1 | -6/+10 |
| |\ |
|
| | * | Bulletsim: and the rotational friction. | Vegaslon | 2013-05-07 | 1 | -3/+5 |
| | * | BulletSim: Another way to create vehicle framed friction. | Vegaslon | 2013-05-07 | 1 | -3/+5 |
| * | | Added AvatarPickerSearch capability handler. | Diva Canto | 2013-05-07 | 8 | -36/+400 |
| |/ |
|