| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'profiles' | BlueWall | 2013-06-07 | 2 | -0/+4 |
|\ |
|
| * | SQLite support for UserProfiles | BlueWall | 2013-06-07 | 1 | -0/+1 |
| * | Ensure selected module is the only active one | BlueWall | 2013-06-07 | 1 | -0/+3 |
* | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-06-07 | 2 | -1/+30 |
|\ \ |
|
| * \ | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-06-07 | 4 | -6/+11 |
| |\ \ |
|
| | * | | minor: Comment out debug logging (at warn level) about number of objects forc... | Justin Clark-Casey (justincc) | 2013-06-07 | 1 | -1/+1 |
| | |/ |
|
| * | | Put the configuration back in FetchInventoryDesc2 cap. | Diva Canto | 2013-06-07 | 1 | -0/+29 |
* | | | Supply proper type information for the various types of requests | Melanie | 2013-06-07 | 2 | -6/+7 |
* | | | Adding Avination's PollService to round out the HTTP inventory changes | Melanie | 2013-06-07 | 3 | -8/+8 |
| |/
|/| |
|
* | | Fix regression where multiple close agents could be sent to the wrong neighbo... | Justin Clark-Casey (justincc) | 2013-06-07 | 1 | -1/+6 |
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-06-07 | 1 | -3/+26 |
|\ \
| |/ |
|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-06-06 | 1 | -0/+5 |
| |\ |
|
| * | | Fix keyframe motion copyright | Melanie | 2013-06-06 | 1 | -3/+26 |
* | | | In LocalFriendshipTerminated, send the original client's agentId to the frien... | Donnie Roberts | 2013-06-07 | 2 | -4/+4 |
| |/
|/| |
|
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-06-05 | 11 | -0/+229 |
|\ \
| |/ |
|
| * | Hook up Keyframe motion to almost everything. Failing to cross a sim border | Melanie | 2013-06-06 | 11 | -0/+229 |
* | | Strengthen some assumptions. | Diva Canto | 2013-06-05 | 1 | -0/+5 |
|/ |
|
* | Committing Avination's Keyframe module. This is not hooked up yet and will do... | Melanie | 2013-06-06 | 1 | -0/+766 |
* | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2013-06-05 | 2 | -63/+234 |
|\ |
|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-06-05 | 4 | -37/+84 |
| |\ |
|
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-06-05 | 1 | -14/+16 |
| | |\ |
|
| | * | | Avoid a deadlock where a script can attempt to take a ScriptInstance.m_Script... | Justin Clark-Casey (justincc) | 2013-06-05 | 1 | -11/+21 |
| * | | | Port Avination's inventory send throttling | Melanie | 2013-06-05 | 1 | -52/+213 |
* | | | | Prevent processing for Npc | BlueWall | 2013-06-05 | 1 | -1/+3 |
| |_|/
|/| | |
|
* | | | Remove a couple of orphaned lines | BlueWall | 2013-06-05 | 1 | -3/+0 |
* | | | Make locking more uniform | BlueWall | 2013-06-05 | 1 | -14/+19 |
| |/
|/| |
|
* | | BulletSim: default PhysicsTimeStep to same as the simulator's | Robert Adams | 2013-06-05 | 1 | -1/+1 |
* | | BulletSim: fix corner case when rebuilding a compound linkset while | Robert Adams | 2013-06-05 | 1 | -11/+46 |
|/ |
|
* | BulletSim: experimental movement of physics execution off of heartbeat | Robert Adams | 2013-06-01 | 3 | -73/+209 |
* | Adding back the BasicProfileModule | BlueWall | 2013-05-31 | 2 | -73/+191 |
* | Remove unnecessary m_scenes and m_scene from AsyncCommandManager. | Justin Clark-Casey (justincc) | 2013-05-31 | 1 | -6/+1 |
* | Lock areas of AsyncCommandManager where multiple threads could try to access/... | Justin Clark-Casey (justincc) | 2013-05-31 | 1 | -111/+177 |
* | refactor: Remove unused AsyncCommandManager.PleaseShutdown | Justin Clark-Casey (justincc) | 2013-05-31 | 1 | -19/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Robert Adams | 2013-05-30 | 4 | -176/+1613 |
|\ |
|
| * | Merge branch 'work' contains UserProfiles with Robust service and updates reg... | BlueWall | 2013-05-30 | 4 | -176/+1613 |
| |\ |
|
| | * | UserProfiles | BlueWall | 2013-05-30 | 4 | -176/+1613 |
* | | | Trigger OnScenePresenceUpdated when the avatar's animations change. | Robert Adams | 2013-05-30 | 2 | -4/+21 |
* | | | Add methods to Animation and AnimationSet for easier manipulation and | Robert Adams | 2013-05-30 | 2 | -0/+136 |
* | | | Add region heartbeat start event to complement heartbeat end event. | Robert Adams | 2013-05-30 | 2 | -0/+25 |
|/ / |
|
* | | If an exception occurs in the AsyncCommandManager loop, spit it out to log ra... | Justin Clark-Casey (justincc) | 2013-05-30 | 1 | -8/+6 |
|/ |
|
* | minor: fix warnings in GodsModule that were due to duplicate using statements | Justin Clark-Casey (justincc) | 2013-05-30 | 1 | -11/+7 |
* | Fix passing of voice distance attenuation to the Vivox voice server. | Justin Clark-Casey (justincc) | 2013-05-30 | 1 | -1/+1 |
* | If on a sit request we sit the avatar on a different prim in a linkset for so... | Justin Clark-Casey (justincc) | 2013-05-30 | 1 | -3/+3 |
* | Try caching the user name for a new agent earlier on in the process of establ... | Justin Clark-Casey (justincc) | 2013-05-29 | 3 | -5/+11 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-05-29 | 2 | -14/+27 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-05-28 | 28 | -289/+745 |
| |\ |
|
| * | | First change in Vivox for ages! -- added a lock to serialize calls to vivox s... | Diva Canto | 2013-05-28 | 1 | -14/+25 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-05-20 | 10 | -80/+158 |
| |\ \ |
|
| * | | | Add comment | Diva Canto | 2013-05-20 | 1 | -0/+2 |
* | | | | Add HG regression TestCachedUserNameForNewAgent() | Justin Clark-Casey (justincc) | 2013-05-29 | 1 | -0/+76 |
| |_|/
|/| | |
|