Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable non-user ready load/save iar for now pending possible format change | Justin Clark-Casey (justincc) | 2009-09-11 | 1 | -2/+10 |
| | |||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-11 | 5 | -1/+329 |
|\ | |||||
| * | Minor indentation cleanup. | Diva Canto | 2009-09-11 | 1 | -2/+3 |
| | | |||||
| * | Changed RemoteAuthorizationServiceConnector so that it implements the ↵ | Rob Smart | 2009-09-11 | 1 | -4/+45 |
| | | | | | | | | | | | | IAuthorization interface method isAuthorizedForRegion looks up user and region data and delegates the remote authorization check to the AuthorizationServiceConnector This keeps the IAuthorization as clean as possible and moves the dependency of using a UserProfileData object out to the connector from the scene. | ||||
| * | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 2009-09-10 | 2 | -8/+6 |
| | | |||||
| * | adding in working functionality for the remote connector | Rob Smart | 2009-09-10 | 1 | -1/+1 |
| | | |||||
| * | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 5 | -1/+289 |
| | | | | | | | | always grant access to an avatar entering the region if requested. | ||||
* | | Remove bug where iar created folders could not be deleted after relog | Justin Clark-Casey (justincc) | 2009-09-11 | 2 | -3/+7 |
|/ | | | | New folders need to be created with AssetType.Unknown rather than AssetType.Folder! | ||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-10 | 7 | -85/+104 |
|\ | |||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-10 | 2 | -60/+25 |
| |\ | |||||
| | * | Formatting cleanup. | Jeff Ames | 2009-09-10 | 2 | -60/+25 |
| | | | |||||
| * | | * Fix an off by one error on visible neighbors in the 'RequestNeighbors' ↵ | Teravus Ovares (Dan Olivares) | 2009-09-10 | 1 | -2/+2 |
| | | | | | | | | | | | | method. This off by one error showed one extra row of neighbors on the north and east side | ||||
| * | | * Another Timer lock | Teravus Ovares (Dan Olivares) | 2009-09-10 | 1 | -1/+4 |
| |/ | |||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-09 | 11 | -131/+368 |
| |\ | |||||
| | * | De-hardcode default home locations on create user (standalone). | Diva Canto | 2009-09-09 | 1 | -0/+8 |
| | | | |||||
| * | | * Lock timers when Calling Start() and Stop() when the Thread Context is ↵ | Teravus Ovares (Dan Olivares) | 2009-09-09 | 4 | -23/+66 |
| | | | | | | | | | | | | murky. This affects Mono only. | ||||
* | | | refactor: Replace some iar item name generation in tests with helper function | Justin Clark-Casey (justincc) | 2009-09-10 | 1 | -6/+3 |
| | | | |||||
* | | | fix spurious loading... messages on iar load by creating folders as version ↵ | Justin Clark-Casey (justincc) | 2009-09-10 | 2 | -2/+1 |
| |/ |/| | | | | | 1 rather than version 0 | ||||
* | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-09 | 3 | -52/+153 |
|\ \ | |||||
| * | | reformatting. | dr scofield (aka dirk husemann) | 2009-09-09 | 1 | -18/+17 |
| | | | |||||
| * | | fix: unicode notecards not surviving script treatment (fixes #4119 --- | dr scofield (aka dirk husemann) | 2009-09-09 | 2 | -8/+8 |
| | | | | | | | | | | | | perhaps). | ||||
| * | | Thank you, mcortez, for a patch to fix errors in FlotsamCache and expand | Melanie | 2009-09-08 | 1 | -28/+130 |
| | | | | | | | | | | | | functionality, adding console commands. | ||||
* | | | minor: suppress mono warning 0162 generated when comparing const RegionSize ↵ | Justin Clark-Casey (justincc) | 2009-09-09 | 1 | -0/+1 |
| | | | | | | | | | | | | against a literal number | ||||
* | | | Add test to check behaviour if an iar is loaded where no user profile exists ↵ | Justin Clark-Casey (justincc) | 2009-09-09 | 3 | -19/+84 |
|/ / | | | | | | | | | | | for the creators Disable generation of temporary profiles for now, instead record loading user as creator | ||||
* | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-08 | 3 | -12/+68 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-08 | 10 | -140/+468 |
| |\ | |||||
| | * | llRot2Euler() now returns angles -PI < angle < PI | dahlia | 2009-09-07 | 1 | -3/+8 |
| | | | |||||
| | * | random drive-by maths optimization in llRot2Euler() and llEuler2Rot() | dahlia | 2009-09-07 | 1 | -8/+8 |
| | | | |||||
| * | | * Fixes a 'take object from mega region' and rez it in a regular region.. ↵ | Teravus Ovares (Dan Olivares) | 2009-09-08 | 2 | -1/+52 |
| | | | | | | | | | | | | and have it appear 5 regions over bug by limiting the stored position in the asset to Constants.RegionSize. The stored position in the asset gets overwritten anyway by the rezzing routine, but at least this way, there's no chance of the objects border crossing before the rezzing routine finishes. | ||||
* | | | extend load iar test to loading into a deeply nested directory | Justin Clark-Casey (justincc) | 2009-09-08 | 3 | -10/+27 |
| | | | | | | | | | | | | correct bug associated with this | ||||
* | | | refactor: change method argument name | Justin Clark-Casey (justincc) | 2009-09-08 | 1 | -22/+24 |
| | | | |||||
* | | | minor: remove warning | Justin Clark-Casey (justincc) | 2009-09-08 | 1 | -2/+1 |
| | | | |||||
* | | | refactor iar name generation | Justin Clark-Casey (justincc) | 2009-09-08 | 2 | -27/+71 |
| |/ |/| | | | | | slightly change the format of item archive names | ||||
* | | Only allow iar load/save if user is logged in to the region simulator | Justin Clark-Casey (justincc) | 2009-09-07 | 3 | -32/+116 |
| | | |||||
* | | make oar module logging a little less noisy | Justin Clark-Casey (justincc) | 2009-09-07 | 1 | -2/+2 |
| | | |||||
* | | change default iar filename | Justin Clark-Casey (justincc) | 2009-09-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-07 | 13 | -116/+895 |
|\ \ | |/ | |||||
| * | * Enables Child Agents for all virtual regions in the region and their ↵ | Teravus Ovares (Dan Olivares) | 2009-09-07 | 1 | -2/+56 |
| | | | | | | | | | | | | neighbors. There still may be issues with crossing into the mentioned neighbors of the virtual regions. This makes regions larger then 512x512 (3 virtual regions) display fully to clients. * Uses a grid request multiple times, so the more regions are in the instance, the longer logging in takes. Consider this temporary until there's a RegionInfo request similar to the MapItem Request. | ||||
| * | minor: organizational | Teravus Ovares (Dan Olivares) | 2009-09-06 | 1 | -1/+19 |
| | | | | | | | | * Move the neighbor region lookup to another method from where it was before in EnableNeighbourChildAgents. | ||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-06 | 5 | -10/+39 |
| |\ | |||||
| | * | Addendum to last commit. With the last commit, some other code that should | Melanie | 2009-09-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | have been in this commit slipped in. If the last heartbeat is more than 2 seconds ago, kill that thread and start a new one. Untested. his commit adds support to let the first heartbeat complete unconditionally, since it is almost always longer. | ||||
| | * | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 1 | -3/+27 |
| | | | | | | | | | | | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | ||||
| | * | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-06 | 2 | -2/+2 |
| | |\ | |||||
| | | * | uh-hum. It might help if I remembered to save the file. | Diva Canto | 2009-09-05 | 1 | -1/+1 |
| | | | | |||||
| | | * | This should get rid of the infinite loop upon looking up users/agents by ↵ | Diva Canto | 2009-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | UUID in grid mode. Grr. | ||||
| | * | | Revising the user account data interfaces. No user functionality yet | Melanie | 2009-09-06 | 2 | -5/+5 |
| | |/ | |||||
| * | | * Moves another Legacy avatar inbounds check to Border | Teravus Ovares (Dan Olivares) | 2009-09-06 | 1 | -4/+10 |
| |/ | |||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-05 | 7 | -24/+162 |
| |\ | |||||
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-04 | 2 | -82/+434 |
| | |\ | |||||
| | * | | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 2009-09-04 | 7 | -24/+162 |
| | | | |