| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Adding Avination's PollService to round out the HTTP inventory changes | Melanie | 2013-06-07 | 8 | -236/+219 |
| | |/
| |/| |
|
* | | | Groups V2 -- fix mantis #6666 | Diva Canto | 2013-06-08 | 1 | -0/+3 |
| |/
|/| |
|
* | | 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 |
| |/ |
|
| * | 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 | 2 | -4/+27 |
| |\ |
|
| * | | In LocalFriendshipTerminated, send the original client's agentId to the frien... | Donnie Roberts | 2013-06-07 | 2 | -4/+4 |
* | | | Put the configuration back in FetchInventoryDesc2 cap. | Diva Canto | 2013-06-07 | 1 | -0/+29 |
| |/
|/| |
|
* | | Mantis #6620 (removed debug message) | Diva Canto | 2013-06-07 | 1 | -1/+1 |
* | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-06-06 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-06-05 | 13 | -4/+261 |
| |\ |
|
| * | | Strengthen some assumptions. | Diva Canto | 2013-06-05 | 1 | -0/+5 |
* | | | Fix keyframe motion copyright | Melanie | 2013-06-06 | 1 | -3/+26 |
| |/
|/| |
|
* | | Database persistence for keyframes. Contains a Migration. | Melanie | 2013-06-06 | 2 | -4/+32 |
* | | Hook up Keyframe motion to almost everything. Failing to cross a sim border | Melanie | 2013-06-06 | 11 | -0/+229 |
|/ |
|
* | 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 | 3 | -63/+342 |
|\ |
|
| * | 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 | 2 | -52/+321 |
* | | | | Prevent processing for Npc | BlueWall | 2013-06-05 | 1 | -1/+3 |
* | | | | Cleanup | BlueWall | 2013-06-05 | 1 | -5/+0 |
| |_|/
|/| | |
|
* | | | 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 standard OpenSim header to source files | BlueWall | 2013-05-31 | 8 | -0/+216 |
* | 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 |
* | Fill in fields with default values on profile creation | BlueWall | 2013-05-31 | 1 | -2/+48 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Robert Adams | 2013-05-30 | 13 | -176/+3631 |
|\ |
|
| * | Merge branch 'work' contains UserProfiles with Robust service and updates reg... | BlueWall | 2013-05-30 | 13 | -176/+3631 |
| |\ |
|
| | * | UserProfiles | BlueWall | 2013-05-30 | 13 | -176/+3631 |
* | | | 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 | 3 | -0/+156 |
* | | | 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 | 34 | -334/+819 |
| |\ |
|
| * | | 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 | 11 | -81/+159 |
| |\ \ |
|
| * | | | Add comment | Diva Canto | 2013-05-20 | 1 | -0/+2 |