aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-1/+1
|\
| * minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-12-101-1/+1
| |
| * Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+2
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+2
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-061-2/+15
|\ \ | |/
| * Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-211-1/+4
| |\
| * \ Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-051-1/+28
| |\ \
| * \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-28/+80
| |\ \ \
| * \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-55/+94
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
| * \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-18/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
* | | | | | | Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie2010-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password.
* | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-211-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Implement a method to allow regions to query the gridwide FreeswitchMelanie2010-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration from ROBUST
| * | | | | | Start implementing Freeswitch in ROBUSTMelanie2010-11-211-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Start implementing Freeswitch in ROBUSTMelanie2010-11-211-1/+3
| | | | | |
* | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-022-58/+176
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix HypergridLinker.Check4096()Marck2010-11-011-1/+28
| | |_|_|/ | |/| | | | | | | | | | | | | Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects.
| * | | | Fixed: ToAvatarAppearance wasn't retrieving the AvatarHeight.Diva Canto2010-10-301-0/+3
| | | | |
| * | | | Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-28/+77
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This will cause visual params to be persisted along with worn items. With this, alpha and tattoo laters will be saved. Multiple layers MAY work, but not tested because I don't use Viewer 2.
| * | | This commit fixes all the appearance related null refs. Still can't log in,Melanie2010-10-301-51/+66
| | | | | | | | | | | | | | | | client displays a blank error box.
| * | | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-54/+78
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-11/+5
|\ \ \ | |/ /
| * | First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-211-11/+5
| | | | | | | | | | | | | | | | | | | | | The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-7/+25
|\ \ \
| * \ \ Merge branch 'dev-appearance'Melanie2010-10-291-7/+25
| |\ \ \
| | * \ \ Merge branch 'dev-appearance' of git://github.com/cmickeyb/opensim into ↵Melanie2010-10-211-7/+25
| | |\ \ \ | | | |/ / | | | | | | | | | | dev-appearance
| | | * | Major refactoring of appearance handling.Master ScienceSim2010-10-201-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations.
* | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-231-15/+2
|\ \ \ \ \ | |/ / / /
| * | | | Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-15/+2
| | |_|/ | |/| | | | | | | | | | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
| * | | * more url / hg cleanupJonathan Freedman2010-10-111-1/+8
| | | |
| * | | Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-051-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+7
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-211-2/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | * more url / hg cleanupJonathan Freedman2010-10-201-1/+8
| | | |
| * | | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-201-1/+7
| | |/ | |/|
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-041-1/+2
|\ \ \ | |/ /
| * | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto2010-10-031-1/+2
| |/ | | | | | | client ip address to agent circuit data, so that it's always there.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-301-3/+23
|\ \ | |/
| * Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-291-1/+11
| | | | | | | | flexible without changing current behavior
| * Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman2010-09-291-2/+12
| | | | | | | | possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-231-2/+5
|\ \ | |/
| * Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-231-2/+5
| | | | | | | | | | This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-211-2/+4
|\ \ | |/
| * Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-191-2/+4
| | | | | | | | untested. Committing to move to my other computer.
* | Get maturity level from access number. This addresses mantis #269meta72010-08-201-0/+6
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-071-0/+1
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-071-0/+1
| |\
| | * Allow creation of link regions if there is an existing region within a 4096 ↵Marck2010-08-061-0/+1
| | | | | | | | | | | | | | | | | | range. Also add GetHyperlinks() to the grid service.
| * | Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+1
| |/ | | | | | | | | in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
* | Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+1
| | | | | | | | | | in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.