Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding in working functionality for the remote connector | Rob Smart | 2009-09-10 | 4 | -11/+65 |
| | |||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 14 | -1/+732 |
| | | | | always grant access to an avatar entering the region if requested. | ||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-10 | 12 | -93/+124 |
|\ | |||||
| * | 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 | ||||
| * | | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Many databases contain folders with invalid folder ID. Folder IDs are | Melanie | 2009-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | supposed to be within -1 .. 22 and other values break inventory loading. This patch fixes it and allows inventory to load. Invalid folder types will be treated as ordinary folders. | ||||
| * | | * 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 | 16 | -134/+490 |
| |\ | |||||
| | * | 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 | 8 | -30/+85 |
| | | | | | | | | | | | | 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 | 3 | -4/+1 |
| |/ |/| | | | | | 1 rather than version 0 | ||||
* | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-09 | 4 | -53/+163 |
|\ \ | |||||
| * | | reformatting. | dr scofield (aka dirk husemann) | 2009-09-09 | 1 | -18/+17 |
| | | | |||||
| * | | additional log files to ignore, also ignoring TestResult.xml | dr scofield (aka dirk husemann) | 2009-09-09 | 1 | -1/+10 |
| | | | |||||
| * | | 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 | 4 | -20/+90 |
|/ / | | | | | | | | | | | 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 | 12 | -145/+489 |
| |\ | |||||
| | * | 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 | 6 | -11/+133 |
| | | | | | | | | | | | | 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 |
| | | |||||
* | | oops, disable T012_EstateSettingsRandomStorage() again since it does appear ↵ | Justin Clark-Casey (justincc) | 2009-09-07 | 1 | -1/+2 |
| | | | | | | | | to fail occasionally | ||||
* | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-07 | 104 | -1052/+1603 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-07 | 74 | -707/+0 |
| |\ | |||||
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-06 | 1 | -1/+19 |
| | |\ | |||||
| | * | | Deleted assets/OpenSimAssetSet, because it had 6M of data that was not being ↵ | Diva Canto | 2009-09-06 | 74 | -707/+0 |
| | | | | | | | | | | | | | | | | used anywhere. | ||||
| * | | | * 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. | ||||
| * | Thank you, StrawberryFride, for a hit-and-run patch to add authentication | Melanie | 2009-09-06 | 3 | -0/+413 |
| | | | | | | | | and user services to MSSQL | ||||
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-06 | 19 | -239/+334 |
| |\ | |||||
| | * | 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. | ||||
| | * | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-06 | 2 | -0/+11 |
| | |\ | |||||
| | | * | * Typo in previous commit. | Adam Frisby | 2009-09-06 | 1 | -1/+1 |
| | | | | |||||
| | | * | * Debugging why region loading is occurring so slowly on a setup with 64 ↵ | Adam Frisby | 2009-09-06 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | regions in a Regions.ini (took 38 minutes on my test box) | ||||
| | * | | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 5 | -64/+27 |
| | |/ | | | | | | | | | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | ||||
| | * | Change the loader to actually load the user service data module | Melanie | 2009-09-06 | 2 | -4/+14 |
| | | | |||||
| | * | 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 |
| | | | |