Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+3 |
| | |||||
* | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 2009-04-14 | 1 | -0/+1 |
| | | | | | | avatar interests update. | ||||
* | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 2009-04-10 | 1 | -1/+4 |
| | | | | | | | | | | | | | | 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/+4 |
| | | | | | | | * Implement "Add To Outfit" * Thanks FredoChaplin | ||||
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+1 |
| | | | | | First part of Mantis #964, the necessary clouds image will follow separately. | ||||
* | Preliminary work to support ObjectSpin* packets when user invokes CTRL / ↵ | nlin | 2009-04-04 | 1 | -0/+4 |
| | | | | | | | | | SHIFT / MOUSE DRAG on a physical object Addresses Mantis #3381 | ||||
* | Add PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 1 | -0/+2 |
| | | | | | | Fixes Mantis #3324 | ||||
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 1 | -5/+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/+1 |
| | | | | | | | 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/+5 |
| | |||||
* | * 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/+9 |
| | | | | | | Fixes Mantis #3324 | ||||
* | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 2009-03-27 | 1 | -0/+2 |
| | |||||
* | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 2009-03-13 | 1 | -0/+9 |
| | | | | | | | issues with the sun module. Fixes Mantis #3295 | ||||
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 1 | -0/+3 |
| | | | | | | 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 | -11/+7 |
| | | | | InventoryNode | ||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 1 | -1/+6 |
| | | | | | | | | | 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) | ||||
* | * Separate starting a client thread into a separate Start() method (which ↵ | Justin Clarke Casey | 2009-01-12 | 1 | -10/+20 |
| | | | | matches the existing Stop() and Restart() methods) | ||||
* | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 2009-01-09 | 1 | -1/+8 |
| | | | | | | | 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 | -0/+6 |
| | |||||
* | Plumb the profile reply packets for picks, classifieds and notes | Melanie Thielker | 2008-12-25 | 1 | -0/+5 |
| | |||||
* | Plumb in EventNotification* and EventGodDelete | Melanie Thielker | 2008-12-23 | 1 | -0/+8 |
| | |||||
* | Plumb in the 4 missing classified events and the 3 packet methods | Melanie Thielker | 2008-12-23 | 1 | -0/+15 |
| | |||||
* | * refactor: Replace part of SceneObjectPart with the identical sound playing ↵ | Justin Clarke Casey | 2008-12-23 | 1 | -4/+2 |
| | | | | code in the SoundModule | ||||
* | * Re-implement packet tracking in IClientAPI so we can see what's going on ↵ | Teravus Ovares | 2008-12-21 | 1 | -3/+3 |
| | | | | 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. | ||||
* | * Implement 'Save Object Back to My Inventory'. On the Linden client this ↵ | Justin Clarke Casey | 2008-12-17 | 1 | -1/+1 |
| | | | | | | | | | is in the Tools menu available when editing an object * This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object. | ||||
* | Plumb the TP-Sending packets | Melanie Thielker | 2008-12-14 | 1 | -0/+6 |
| | |||||
* | * Put in the code necessary to allow inventory transfer of whole folders ↵ | Justin Clarke Casey | 2008-12-04 | 1 | -0/+7 |
| | | | | | | | | (and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets | ||||
* | Revert justincc's try to change the licence char-by-char AGAIN!!! :P | Homer Horwitz | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | * refactor: Replace derez destiation magic numbers with an enumeration | Justin Clarke Casey | 2008-11-28 | 1 | -3/+2 |
| | |||||
* | Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Adds a new method to IClientAPI to allow adding message handlers for GenericMessages (of which "autopilot" is one). Part 2 adds a specific autopilot handler in ScenePresence.cs. 2) Removing unused variables and functions. 3) Simplifying the navigation logic in ScenePresence.cs. The original patch was somewhat complex because it included orientation logic for a future enhancement of orienting the avatar to point towards the direction being walked. Currently this isn't working, though, so I removed the orientation code, which leaves just the smaller and hopefully simpler-to-understand movement code. | ||||
* | First stage group permissions plumbing | Melanie Thielker | 2008-11-22 | 1 | -0/+2 |
| | |||||
* | Plumb in the list if user IDs to the land module to allow selection | Melanie Thielker | 2008-11-21 | 1 | -1/+1 |
| | | | | | | of objects by owner name | ||||
* | Mantis#2638. Thank you kindly, Sacha Magne for a patch that: | Charles Krinke | 2008-11-19 | 1 | -0/+4 |
| | | | | | | Implementing "Play sound inworld". Currently a WIP . | ||||
* | Make newly created prims be the correct group | Melanie Thielker | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | Remove a redundant parameter | Melanie Thielker | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 2008-11-16 | 1 | -6/+1 |
| | | | | | | fromAgentSession field. | ||||
* | * Implements terrain raw upload. You can now upload your .raw terrain files ↵ | Teravus Ovares | 2008-11-14 | 1 | -0/+6 |
| | | | | | | | using the Estate Tools. * Could this be extended in the future to support .oar uploads too? Only time will tell! | ||||
* | More groups plumbing | Melanie Thielker | 2008-11-14 | 1 | -0/+6 |
| | |||||
* | Prevent pieces from other people's HUDs from displaying at the center of | Melanie Thielker | 2008-11-11 | 1 | -2/+2 |
| | | | | | | every user's HUD | ||||
* | Allow gods to terraform without limits. Respect the Allow Others To | Melanie Thielker | 2008-11-11 | 1 | -1/+1 |
| | | | | | | Terraform flag in land. | ||||
* | * Commit allows downloading of the .raw terrain from the estate tools. | Teravus Ovares | 2008-11-10 | 1 | -0/+6 |
| | | | | | | | * Implements the SendInitiateDownload method in IClientAPI * Uses the ITerrainModule Interface to write a terrain file to disk then uses a FileStream to read the binary file from the disk and put it in a byte array. and save to the xFer list. * It then tells the client to download the file and the client initiates an Xfer request. | ||||
* | Reintroduce transactionID to the parameter list for SendInstantMessage. | Melanie Thielker | 2008-11-09 | 1 | -2/+2 |
| | | | | | | | It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM. | ||||
* | * Added IClientChat to IClientCore | Adam Frisby | 2008-11-08 | 1 | -86/+184 |
| | | | | | | * Updated LLClientView * Removed defunct SendChatMessage(bytes[]...) method, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide | ||||
* | * Added IClientIM to IClientCore interfaces | Adam Frisby | 2008-11-08 | 1 | -11/+11 |
| | | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2582 | Justin Clarke Casey | 2008-11-07 | 1 | -1/+1 |
| | | | | | | | * Send prim flags as booleans from LLClientView rather than in the native LL array * Thanks idb |