aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2012-03-297-29/+53
* Revert "Add comment about setting client.SceneAgent in AddNewClient()"Justin Clark-Casey (justincc)2012-03-291-3/+0
* Committing the Avination calling card moduleMelanie2012-03-291-0/+286
* Pushing the Avination Calling card hooks. Module to follow.Melanie2012-03-291-4/+17
* Add comment about setting client.SceneAgent in AddNewClient()Justin Clark-Casey (justincc)2012-03-291-0/+3
* Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)2012-03-287-53/+29
* HG 2.0 Suitcase inventory: proof of concept now working properly with the hea...Diva Canto2012-03-281-10/+11
* HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto2012-03-282-23/+61
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-03-271-0/+48
|\
| * Typo fixMelanie2012-03-281-1/+1
| * Fix typosMelanie2012-03-281-2/+2
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-03-285-16/+175
| |\
| * | Start on Bulk inventory update via CAPS. Not functional yet. HG v2Melanie2012-03-281-0/+48
* | | More on switching the root folder from under the viewer. More experiments.Diva Canto2012-03-272-15/+18
| |/ |/|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-03-273-2/+120
|\ \
| * \ Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-03-281-1/+78
| |\ \ | | |/
| * | Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)2012-03-283-2/+120
* | | HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarde...Diva Canto2012-03-272-14/+55
| |/ |/|
* | Add a corresponding method for items. HG v2Melanie2012-03-281-0/+38
* | Add SendRemoveInventoryFolders which allows to remove one or moreMelanie2012-03-281-1/+40
|/
* minor: Add some documentation to OnNewClient and OnClientClosed eventsJustin Clark-Casey (justincc)2012-03-281-2/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-03-281-1/+1
|\
| * Let grided simulators retrieve the user's inventory skeletonDiva Canto2012-03-271-1/+1
* | minor: clean up some code formatting in VivoxVoiceModule.csJustin Clark-Casey (justincc)2012-03-271-54/+25
|/
* Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-275-23/+183
* Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensimSnoopy Pfeffer2012-03-271-1/+1
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2012-03-27120-1882/+4081
| |\
| * | When loading objects from DB, first add to scene, then call TriggerOnSceneObj...Dan Lake2012-03-271-1/+1
* | | User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-276-23/+117
| |/ |/|
* | HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto2012-03-273-3/+37
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-03-2710-137/+519
|\ \
| * | BulletSim: make avatar animations update properly.Robert Adams2012-03-263-9/+48
| * | Add some more overloads to allow registering overloaded methods and listsMelanie2012-03-262-4/+16
| * | BulletSim: fix typo introducted by previous checkins (git merge sometimes mak...Robert Adams2012-03-261-3/+0
| * | Merge branch 'bulletsim1'Robert Adams2012-03-265-40/+138
| |\ \
| | * \ Merge branch 'bulletsim1' of ssh://island.sciencesim.com/home/sceneapi/radams...Robert Adams2012-03-231-1/+6
| | |\ \
| | | * | BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams2012-03-223-15/+11
| | | * | BulletSim: update TODO list. Rearrange code for readability. Add per object f...Robert Adams2012-03-212-17/+17
| | | * | BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyanc...Robert Adams2012-03-212-3/+9
| | | * | BulletSim: set buoyancy in only one placeRobert Adams2012-03-211-5/+3
| | | * | BulletSim: add some new runtime setable parameters to match the dll.Robert Adams2012-03-212-7/+16
| | | * | BulletSim: Update list of TODO tasksRobert Adams2012-03-211-0/+13
| | * | | BulletSim: change default of shouldDisableContactPoolDynamicAllocation from F...Robert Adams2012-03-231-2/+2
| | * | | BulletSim: Add new configuration parameters to get and set console commandsRobert Adams2012-03-231-4/+32
| | * | | BulletSim: add a bunch of internal Bullet configuration parameters to OpenSim...Robert Adams2012-03-232-0/+43
| | * | | BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams2012-03-233-15/+11
| | * | | BulletSim: update TODO list. Rearrange code for readability. Add per object f...Robert Adams2012-03-232-17/+17
| | * | | BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyanc...Robert Adams2012-03-232-3/+9
| | * | | BulletSim: set buoyancy in only one placeRobert Adams2012-03-231-5/+3
| | * | | BulletSim: add some new runtime setable parameters to match the dll.Robert Adams2012-03-232-7/+16