Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | 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 | ||||
* | 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. | ||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+4 |
| | |||||
* | 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 | ||||
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+2 |
| | |||||
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 2009-04-15 | 1 | -0/+1 |
| | |||||
* | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 2009-04-14 | 1 | -0/+2 |
| | | | | | | avatar interests update. | ||||
* | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 2009-04-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Addresses Mantis #3381 The current implementation works as expected if the object has no rotation or only rotation around the Z axis; you can spin the object left or right (around the world Z axis). It works a little unexpectedly if the object has a non-Z-axis rotation; in this case the body is spun about its local Z axis, not the world Z-axis. (But SL also behaves oddly with a spin on an arbitrarily rotated object.) | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 2009-04-07 | 1 | -0/+1 |
| | | | | | | | * Implement "Add To Outfit" * Thanks FredoChaplin | ||||
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+2 |
| | | | | | First part of Mantis #964, the necessary clouds image will follow separately. | ||||
* | Add PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 1 | -0/+4 |
| | | | | | | Fixes Mantis #3324 | ||||
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 1 | -6/+1 |
| | | | | | | | sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters. | ||||
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 1 | -0/+4 |
| | | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now). | ||||
* | Add mute list request event and dummy response | Melanie Thielker | 2009-03-28 | 1 | -0/+6 |
| | |||||
* | * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility ↵ | Teravus Ovares | 2009-03-28 | 1 | -1/+1 |
| | | | | | | | with LibOMV based clients. * Modifies the IClientAPI! So client stacks will need to be modified! | ||||
* | Add the events needed for profiles. | Melanie Thielker | 2009-03-27 | 1 | -0/+5 |
| | | | | | | Fixes Mantis #3324 | ||||
* | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 2009-03-27 | 1 | -0/+4 |
| | |||||
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 1 | -25/+33 |
| | | | | | | | * Fixed an issue with AssetCache where it would break unit tests randomly. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 1 | -0/+2 |
| | | | | | | when it is ready to receive offline IM | ||||
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 1 | -1/+1 |
| | | | | | | | | usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190 | ||||
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
| | | | | | | | | and dropped nonths ago, because it is required to get smooth region crossings with AO running. Without it, in some corner cases, anims will continue to run in an unstoppable state. | ||||
* | * Change SendBulkUpdateInventory from two methods to one which accepts an ↵ | Justin Clarke Casey | 2009-02-11 | 1 | -5/+1 |
| | | | | InventoryNode | ||||
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | ||||
* | * Add some caps seed capability path checking to the simple non neighbours ↵ | Justin Clarke Casey | 2009-01-22 | 1 | -1/+9 |
| | | | | standalone region teleport test | ||||
* | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 2009-01-21 | 1 | -2/+5 |
| | | | | | | * No functional changes in this revision | ||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 1 | -18/+61 |
| | | | | | | | | | teleport unit test with checks that the scene presence disappeared from sceneA and appeared in sceneB * However, I'm not convinced that the actual process in the test completely reflects reality, and a lot of stuff had to be rigged up (which should get resolved over time) | ||||
* | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2009-01-15 | 1 | -0/+11 |
| | | | | | | * Does not yet check results. | ||||
* | * Extended TextureSenderTests and modified TestClient.cs with new methods | Sean Dague | 2009-01-13 | 1 | -19/+41 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | * Separate starting a client thread into a separate Start() method (which ↵ | Justin Clarke Casey | 2009-01-12 | 1 | -0/+4 |
| | | | | matches the existing Stop() and Restart() methods) | ||||
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -8/+8 |
| | | | | | | * Can't test result yet since the Client thread handles it with unpredictable timing | ||||
* | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 2009-01-09 | 1 | -1/+7 |
| | | | | | | | Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before) | ||||
* | Plumb the remaining dwell packets | Melanie Thielker | 2009-01-03 | 1 | -1/+5 |
| | |||||
* | Plumb the profile reply packets for picks, classifieds and notes | Melanie Thielker | 2008-12-25 | 1 | -0/+17 |
| | |||||
* | Plumb in EventNotification* and EventGodDelete | Melanie Thielker | 2008-12-23 | 1 | -0/+4 |
| | |||||
* | Plumb in the 4 missing classified events and the 3 packet methods | Melanie Thielker | 2008-12-23 | 1 | -0/+13 |
| | |||||
* | * Re-implement packet tracking in IClientAPI so we can see what's going on ↵ | Teravus Ovares | 2008-12-21 | 1 | -0/+1 |
| | | | | in the client network in the simstats manager. This makes packets in per second, packets out per second, and unacked bytes work again in the simulator stats section. | ||||
* | Plumb the TP-Sending packets | Melanie Thielker | 2008-12-14 | 1 | -0/+3 |
| | |||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -0/+953 |
sprouting another one |