aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add method doc to the Get*() methods on PrimCountModuleJustin Clark-Casey (justincc)2011-03-231-0/+27
| | |
| | * remove a rogue Console.WriteLine() from the last commit.Justin Clark-Casey (justincc)2011-03-231-1/+0
| | |
| | * Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to ↵Justin Clark-Casey (justincc)2011-03-235-5/+59
| | | | | | | | | | | | | | | | | | | | | listen for that rather than EventManager.OnParcelPrimCountAdd OnParcelPrimCountAdd had the wrong semantics for the PrimCountModule - it was invoked for every entity in the scene, not just new ones, which would screw up the untainted count. Extend automated test for this scenario.
| | * Fix a typo in the SQLite DLL config and amend the instructions for running ↵Marck2011-03-232-2/+2
| | | | | | | | | | | | | | | | | | on Linux. Under Linux (and probably also under OSX), the operating system must be able to find the new SQLite DLL in the library search path.
| | * Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)2011-03-225-25/+116
| | |
| | * Typo fixBlueWall2011-03-221-1/+1
| | |
| | * More SQLite work.BlueWall2011-03-224-2/+6
| | |
| | * On initial setup, include estate and regions names in questions to make it ↵Justin Clark-Casey (justincc)2011-03-212-5/+7
| | | | | | | | | | | | clearer what they relate to.
| | * In initial setup, stop a user being able to create a new estate with the ↵Justin Clark-Casey (justincc)2011-03-211-14/+31
| | | | | | | | | | | | same name as an existing estate.
| | * On initial opensim setup, don't ask the user whether they want to join an ↵Justin Clark-Casey (justincc)2011-03-211-39/+63
| | | | | | | | | | | | existing opensim estate when there aren't any. Proceed directly to estate setup instead.
| | * refactor: use EstateDataService property directly instead of loading it into ↵Justin Clark-Casey (justincc)2011-03-211-12/+7
| | | | | | | | | | | | a local variable
| | * minor: slightly adjust previous method doc.Justin Clark-Casey (justincc)2011-03-212-2/+2
| | |
| | * add method doc to IEstateDataService and IEstateDataStore interfacesJustin Clark-Casey (justincc)2011-03-212-2/+90
| | |
| | * On initial region registration, if the user chooses the option to make the ↵Justin Clark-Casey (justincc)2011-03-218-1/+172
| | | | | | | | | | | | region part of an existing estate, then list the existing region names.
| * | Don't send a windlight profile to clients if windlight is not set forMelanie2011-03-211-2/+2
| |/ | | | | | | | | that region. This should restore normal day and night cycles for regions without WL settings.
* | Upgrade terse to full update on root rotation change. Not entirely sure why, ↵Tom2011-03-271-1/+1
| | | | | | | | but it seems that the terse update causes the first prim to rotate improperly on occasion (only temporary, it's fixed by the full update on deselect, but this will prevent confusion.)
* | Fix issues with UpdateRootRotation and also increase efficiencyTom2011-03-271-7/+8
| |
* | Add giving lists of items to another primMelanie2011-03-251-0/+8
| |
* | Switching vivox to https for production useMelanie2011-03-251-11/+11
| |
* | Remove a spammy debugMelanie2011-03-231-2/+2
| |
* | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-03-232-5/+55
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * \ Merge branch 'careminster-presence-refactor' of ↵Kitto Flora2011-03-22150-3784/+3933
| |\ \ | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * \ \ Merge branch 'careminster-presence-refactor' of ↵Kitto Flora2011-02-045-9/+13
| |\ \ \ | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | | Corrections for Avatar Auto-pilot target; add llStopMoveToTarget() for ↵Kitto Flora2011-02-042-5/+55
| | | | | | | | | | | | | | | | | | | | Avatar-attached.
* | | | | Fudge the group join permissions for god user in god mode. Allows to joinMelanie2011-03-231-0/+14
| | | | | | | | | | | | | | | | | | | | every group without an invite.
* | | | | Remove the forced landmark and home poermissions because they are now in theMelanie2011-03-231-5/+0
| | | | | | | | | | | | | | | | | | | | database
* | | | | Raise the position for lures by 2m to prevent the target avatar getting stuckMelanie2011-03-231-1/+1
| |_|/ / |/| | | | | | | | | | | in a prim.
* | | | Add some more fields to Estate settings and make them work.Melanie2011-03-224-5/+45
| | | | | | | | | | | | | | | | | | | | Run alter table estate_settings add column AllowLandmark tinyint not null default 1, add column AllowParcelChanges tinyint not null default 1, add column AllowSetHome tinyint not null default 1; to make this work.
* | | | Adding a helper function lifted from Aurora. Not for core.Melanie2011-03-221-0/+9
| | | |
* | | | Add a definition for a region flag to omit a region from traffic countingMelanie2011-03-221-1/+2
| | | |
* | | | Merge branch 'careminster-presence-refactor' of ↵Tom2011-03-2115-46/+134
|\ \ \ \ | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-03-2114-44/+124
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Upgrade SQLite:BlueWall2011-03-183-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes metadata issues. Tested on Linux and Windows - may fix issues seen on OSx as well.
| | * | | Thanks Kevin Cozens for a patch that:BlueWall2011-03-175-10/+10
| | | | | | | | | | | | | | | | | | | | Fixes several spelling mistakes
| | * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-03-161-1/+1
| | |\ \ \
| | | * \ \ Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2011-03-156-38/+133
| | | |\ \ \
| | | * | | | Hello, World!BlueWall2011-03-151-1/+1
| | | | | | |
| | * | | | | minor: bring comment into line with code realityJustin Clark-Casey (justincc)2011-03-161-1/+1
| | | |/ / / | | |/| | |
| | * | | | Fix a bug in T015_LargeSceneObjects() where the large scene object was ↵Justin Clark-Casey (justincc)2011-03-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stored 31 times (1 time for each added part) instead of once at the end, even though only the largest 31 prim scene object was retrieved and tested. This considerably speeds up the test, when on sqlite it now only takes 2 seconds rather than 30+
| | * | | | when retrieving a sog in database tests, don't bother adding the scene since ↵Justin Clark-Casey (justincc)2011-03-141-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | this isn't used
| | * | | | Add method doc to T015_LargeSceneObjects() and slightly clean up formatting.Justin Clark-Casey (justincc)2011-03-141-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | This test takes a considerable time on SQLite but should remain since it's testing storage and retrieval of a scene object with 31 parts.
| | * | | | Add current method output to all persistence level tests so that we can ↵Justin Clark-Casey (justincc)2011-03-144-11/+99
| | | | | | | | | | | | | | | | | | | | | | | | track where we are in the test suite
| | * | | | When setting media on a prim values, use generic object permissions instead ↵Justin Clark-Casey (justincc)2011-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of media permissions. Media permissions are just meant to be checked when we want to know if a user should be shown the navigation bar or allowed to navigate. It should not be checked when we're setting the media up. This bug was preventing a user from ever setting any more values if they had unchecked the owner settings.
| | * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-03-141-5/+21
| | |\ \ \ \
| | | * | | | Up the timeout on slow requests to 3000 to stop console spam. Make sureMelanie2011-03-141-5/+21
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | request method and target are reported correctly and drop the txn id as it's empty 99% of the time.
| | * | | | minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-03-121-1/+1
| | |/ / /
| * | | | Don't send a windlight profile to clients if windlight is not set forMelanie2011-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | that region. This should restore normal day and night cycles for regions without WL settings.
| * | | | Revert "Switch Vivox voice module to https"Melanie2011-03-181-11/+11
| | | | | | | | | | | | | | | | | | | | This reverts commit a8096b52cd28fbc18e115faa7fafd35899882673.
| * | | | Switch Vivox voice module to httpsMelanie2011-03-181-11/+11
| | | | |
| * | | | Prevent god users from being stopped logging into a regionMelanie2011-03-161-0/+8
| | | | |