Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add test to check move of task item to user inventory when a target folder ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -0/+26 |
| | | | | is explicitly given | ||||
* | minor: stop test using obsolete property | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | refactor TestMoveTaskInventoryItemNoParent() | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -24/+37 |
| | |||||
* | Add automated test at the opensim 'api' level to check that a given item ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -0/+104 |
| | | | | | | goes to the correct directory Also removes some mono compiler warnings | ||||
* | Unit test breakage fix. | Diva Canto | 2010-08-20 | 2 | -6/+11 |
| | |||||
* | On shift-copy of an object, set up a new physics actor (as appropriate) for ↵ | Justin Clark-Casey (justincc) | 2010-08-10 | 1 | -0/+7 |
| | | | | | | every copied prim, not just the root This addresses http://opensimulator.org/mantis/view.php?id=4295 | ||||
* | Extend DuplicateObject() test to check flags on the duplicated object | Justin Clark-Casey (justincc) | 2010-08-10 | 1 | -7/+9 |
| | |||||
* | extend TestDuplicateObject() to a two prim object | Justin Clark-Casey (justincc) | 2010-08-10 | 1 | -10/+19 |
| | |||||
* | Add new SceneGraphTests class. Add simple TestDuplicateObject() | Justin Clark-Casey (justincc) | 2010-08-07 | 2 | -1/+71 |
| | |||||
* | Remove old test classes that don't actually test anything not done elsewhere | Justin Clark-Casey (justincc) | 2010-08-07 | 2 | -233/+0 |
| | | | | Also comment out log4net line in InventoryArchiverTests | ||||
* | minor: remove LongRunning test designator from TestAddSceneObject() since it ↵ | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -1/+1 |
| | | | | isn't, really | ||||
* | add test to make sure that adding an object where one already exists in the ↵ | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -0/+34 |
| | | | | scene with that uuid fails | ||||
* | extend TestAddSceneObject() to check Scene.AddNewSceneObject() return boolean | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -3/+13 |
| | | | | improve test to retrieve object by known uuid rather than dynamically assigned local id | ||||
* | add prim item and test asset save in save oar unit test | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 2010-05-15 | 1 | -0/+5 |
| | |||||
* | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2010-03-31 | 1 | -1/+10 |
| | | | | | This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer. | ||||
* | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵ | Dan Lake | 2010-03-19 | 1 | -1/+1 |
| | | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files. | ||||
* | * UuidGatherer now tracks asset types for assets it discovers. The asset ↵ | John Hurliman | 2010-03-15 | 1 | -2/+2 |
| | | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file | ||||
* | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -9/+4 |
| | | | | | | Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins | ||||
* | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 2010-03-06 | 1 | -0/+5 |
| | |||||
* | Fixes Region.Framework tests. Although these tests don't fail, they need to ↵ | Diva Canto | 2010-03-02 | 1 | -5/+13 |
| | | | | be rewritten, because they are doing agent manipulations in the wrong way, so they're fairly meaningless. | ||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 1 | -1/+1 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 |
| | |||||
* | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 3 | -9/+6 |
| | |||||
* | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 2 | -2/+0 |
| | |||||
* | All Framework.Communications.Clients and Framework.Communications.Services ↵ | Diva Canto | 2010-01-10 | 2 | -4/+4 |
| | | | | deleted, including old LoginService. | ||||
* | * Finished SimulationServiceConnector | Diva Canto | 2010-01-07 | 1 | -1/+1 |
| | | | | | * Started rerouting calls to UserService. * Compiles. May run. | ||||
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 1 | -3/+3 |
| | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation | ||||
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | refactor: extract another test asset helper method | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -4/+3 |
| | |||||
* | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -1/+1 |
| | | | | remove duplicate mock inventory service | ||||
* | Stop iar save failing on corrupt assets | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -4/+27 |
| | | | | Not ideal since one will still have to watch out for big 'corrupt asset' messages in the log, but better than an outright fail | ||||
* | minor: refactor common setup in uuid gatherer test | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -3/+10 |
| | |||||
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Add basic new uuid gatherer tests to check behaviour when the gather seed is ↵ | Justin Clark-Casey (justincc) | 2009-11-11 | 1 | -0/+58 |
| | | | | a missing asset | ||||
* | * Fix for a potential race condition in ScenePresence.AbsolutePosition | John Hurliman | 2009-10-30 | 1 | -2/+2 |
| | | | | | | | * Unified the way region handles are stored and used in ScenePresence * Fixed camera position for child agents * CheckForSignificantMovement now checks avatar and camera position (both are important for scene prioritization) * Removing debug code from the previous commit | ||||
* | Merge branch 'master' into vehicles | Melanie | 2009-10-15 | 1 | -5/+0 |
|\ | |||||
| * | * Unregister event handlers in LLUDPServer when a client logs out and ↵ | John Hurliman | 2009-10-13 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | disconnects * Move ViewerEffect handling to Scene.PacketHandlers * Removing the unused CloseAllAgents function * Trimming ClientManager down. This class needs to be reworked to keep LLUDP circuit codes from intruding into the abstract OpenSim core code | ||||
* | | Merge branch 'master' into vehicles | Melanie | 2009-10-02 | 1 | -12/+19 |
|\ \ | |/ | |||||
| * | Added messages to assertions in the failing tests, so that we know which ↵ | Diva Canto | 2009-10-01 | 1 | -12/+19 |
| | | | | | | | | ones are failing. | ||||
* | | Merge branch 'master' into vehicles | Melanie | 2009-10-01 | 6 | -31/+34 |
|\ \ | |/ | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 5 | -25/+25 |
| | | |||||
| * | I think I have fixed something that was broken in the scene setup (tests) ↵ | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| | | | | | | | | and that needs to be reflected in all other services setups. But the teleport test still doesn't work. Commenting it for now. | ||||
| * | Improved the Local grid connector to fetch data from the DB when it doesn't ↵ | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| | | | | | | | | | | | | find it in the cache. Commented out the Standalone teleport test because it's failing, and the scene setup is very confusing. I suspect it may be wrong -- the connectors-as-ISharedRegionModules are being instantiated several times when there are several scenes. | ||||
| * | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 2009-09-27 | 1 | -1/+2 |
| | | | | | | | | neighbours in the grid service modules. | ||||
* | | Commit initial version of KittoFlora's vehicle changes | opensim | 2009-09-30 | 1 | -3/+3 |
|/ | |||||
* | SceneObjectGroup cleanup. Removes the default constructor and unnecessary ↵ | John Hurliman | 2009-09-16 | 2 | -5/+2 |
| | | | | null checks on m_rootPart | ||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-09-03 | 1 | -1/+28 |
| | |||||
* | switching SerialiserModule to "new" region module scheme | dr scofield (aka dirk husemann) | 2009-09-01 | 1 | -1/+1 |
| |