Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 1 | -5/+41 |
|\ | |||||
| * | fixing TestLandChannel to let it return empty List<ILandObject>() (as | dr scofield (aka dirk husemann) | 2009-10-02 | 1 | -5/+41 |
| | | | | | | | | does the real LandChannel), percolating to SceneSetupHelpers. | ||||
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 6 | -15/+13 |
|\ \ | |/ | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 6 | -13/+13 |
| | | |||||
| * | Poof! on LocalBackend. CommsManager.GridServices deleted. | Diva Canto | 2009-09-26 | 1 | -2/+0 |
| | | |||||
* | | Add RebakeAvatarTexturesPacket to the client view | Melanie | 2009-09-30 | 1 | -0/+4 |
|/ | |||||
* | Convert iar write request to use inventory service requests rather than cache | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+11 |
| | |||||
* | Temporarily re-enable save iar test by manually insert the item into the old ↵ | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+7 |
| | | | | cache during the test | ||||
* | warnings safari. | dr scofield (aka dirk husemann) | 2009-09-02 | 1 | -5/+5 |
| | |||||
* | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -1/+11 |
| | |||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 1 | -0/+5 |
| | | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | ||||
* | Fixing a spot I missed in assets. Switching Grid to the new naming schema ↵ | Kunnis | 2009-08-19 | 1 | -0/+13 |
| | | | | with Store/Get | ||||
* | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 1 | -0/+5 |
| | | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). | ||||
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim into ↵ | Diva Canto | 2009-08-16 | 1 | -0/+1 |
|\ | | | | | | | inventory-connector | ||||
| * | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ↵ | Adam Johnson | 2009-08-16 | 1 | -0/+1 |
| | | | | | | | | Handler - ref mantis #4010 | ||||
* | | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-14 | 1 | -3/+11 |
|\ \ | |/ | |||||
| * | Re-enable TestSaveIarV0_1() | Justin Clark-Casey (justincc) | 2009-08-14 | 1 | -3/+11 |
| | | | | | | | | Implement more parts of TestAssetService | ||||
* | | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -0/+5 |
| | | |||||
* | | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 |
|/ | | | | starting to get on my nerves. | ||||
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2009-08-13 | 1 | -1/+28 |
| | |||||
* | Added new operations to mock inventory service in tests. | Diva Canto | 2009-08-11 | 1 | -0/+15 |
| | |||||
* | * Improves SceneSetupHelper to allow the tester to choose a real or mock, ↵ | Arthur Valadares | 2009-08-11 | 2 | -2/+140 |
| | | | | | | | | inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality. * SetupScene is now actually sharing the asset and inventory modules if the tester wishes to have multiple regions connected. To link regions, just start SetupScene with the same CommunicationManager for all scenes. SceneSetupHelper will hold a static reference to the modules and won't initialize them again, just run the scenes through the modules AddRegion, RegionLoaded and PostInitialize. * With the recent changes, both asset and inventory (and in the future, user) services should always be asked from the scene, not instantiated alone. The tests should reflect this new behavior and always start a scene. | ||||
* | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 2009-08-10 | 1 | -5/+0 |
| | | | | everything-inventory in CommsManager, which wasn't actively used anymore. | ||||
* | More clean up from asset cache legacy. None of these classes are used anymore. | Diva Canto | 2009-08-10 | 1 | -119/+0 |
| | |||||
* | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -1/+1 |
| | | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. | ||||
* | test item data storage impementation (unused as of yet) | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -14/+31 |
| | |||||
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ↵ | Teravus Ovares | 2009-07-19 | 1 | -0/+4 |
| | | | | | | | | | a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint) | ||||
* | fixed the bug where changing the rotation of a selection of prims in a ↵ | MW | 2009-07-17 | 1 | -0/+1 |
| | | | | | | | | | linkset, made each of those prims rotate around its own centre rather than around the geometric centre of the selection like they should do (and like the client expects). This involved adding a new OnUpdatePrimSingleRotationPosition event to IClientAPI so that we can get the changed position from the client. Btw adding new events to IClientAPI is really tedious where you have to copy the change across to at least 5 or 6 other files. [Note this doesn't fix the bug where any rotation changes to the root prim (but not the whole linkset) cause rotation errors on the child prims.] | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 1 | -0/+5 |
| | | | | | | | | | balancer plugin work again. Create a new method, GetClientEP, to retrieve only the EndPoint for script usage. Marked the purpose of the method in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo functionality. | ||||
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 1 | -1/+1 |
| | | | | | | This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events). | ||||
* | * Reinstating UserProfileCacheServiceTests. One test still fails ↵ | Arthur Valadares | 2009-06-11 | 1 | -1/+1 |
| | | | | (TestUpdateFolder) | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 8 | -8/+8 |
| | | | | LICENSE.txt. | ||||
* | letting TestClient implement IClientCore as well to fix test case | Dr Scofield | 2009-05-25 | 1 | -1/+22 |
| | | | | | failure due to new NAT code | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 3 | -2/+83 |
| | |||||
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -11/+0 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-17 | 4 | -226/+226 |
| | |||||
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 |
| | | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | ||||
* | * Changed auto-properties to properties with backing field | lbsa71 | 2009-05-14 | 1 | -2/+13 |
| | | | | | * This fixes mantis #3650 | ||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 5 | -26/+218 |
| | |||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+4 |
| | |||||
* | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 2009-05-06 | 1 | -1/+3 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+4 |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | ||||
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | ||||
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 1 | -0/+5 |
| | | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls | ||||
* | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 2009-04-23 | 1 | -4/+4 |
| | | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules |