Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-29 | Revert justincc's try to change the licence char-by-char AGAIN!!! :P | Homer Horwitz | 1 | -1/+1 | |
2008-11-28 | * refactor: Replace derez destiation magic numbers with an enumeration | Justin Clarke Casey | 1 | -3/+2 | |
2008-11-27 | Thank you kindly, Nlin for a patch that: | Charles Krinke | 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. | |||||
2008-11-22 | First stage group permissions plumbing | Melanie Thielker | 1 | -0/+2 | |
2008-11-21 | Plumb in the list if user IDs to the land module to allow selection | Melanie Thielker | 1 | -1/+1 | |
of objects by owner name | |||||
2008-11-19 | Mantis#2638. Thank you kindly, Sacha Magne for a patch that: | Charles Krinke | 1 | -0/+4 | |
Implementing "Play sound inworld". Currently a WIP . | |||||
2008-11-17 | Make newly created prims be the correct group | Melanie Thielker | 1 | -1/+1 | |
2008-11-16 | Remove a redundant parameter | Melanie Thielker | 1 | -1/+1 | |
2008-11-16 | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 1 | -6/+1 | |
fromAgentSession field. | |||||
2008-11-14 | * Implements terrain raw upload. You can now upload your .raw terrain files ↵ | Teravus Ovares | 1 | -0/+6 | |
using the Estate Tools. * Could this be extended in the future to support .oar uploads too? Only time will tell! | |||||
2008-11-14 | More groups plumbing | Melanie Thielker | 1 | -0/+6 | |
2008-11-11 | Prevent pieces from other people's HUDs from displaying at the center of | Melanie Thielker | 1 | -2/+2 | |
every user's HUD | |||||
2008-11-11 | Allow gods to terraform without limits. Respect the Allow Others To | Melanie Thielker | 1 | -1/+1 | |
Terraform flag in land. | |||||
2008-11-10 | * Commit allows downloading of the .raw terrain from the estate tools. | Teravus Ovares | 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. | |||||
2008-11-09 | Reintroduce transactionID to the parameter list for SendInstantMessage. | Melanie Thielker | 1 | -2/+2 | |
It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM. | |||||
2008-11-08 | * Added IClientChat to IClientCore | Adam Frisby | 1 | -86/+184 | |
* Updated LLClientView * Removed defunct SendChatMessage(bytes[]...) method, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide | |||||
2008-11-08 | * Added IClientIM to IClientCore interfaces | Adam Frisby | 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.* | |||||
2008-11-07 | * Apply http://opensimulator.org/mantis/view.php?id=2582 | Justin Clarke Casey | 1 | -1/+1 | |
* Send prim flags as booleans from LLClientView rather than in the native LL array * Thanks idb | |||||
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -2/+2 | |
Too many fixes to list. | |||||
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -0/+2 | |
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs. | |||||
2008-10-29 | * Check in (disabled) results of not persisting avatar textures but rather ↵ | Justin Clarke Casey | 1 | -0/+6 | |
sending ImageNotFound to clients if avatar textures are missing * Whilst this does automatically get the client to rebake, on crossing a region border the 'local' assets are left behind * There may be a cunning solution (such as squirting the assets on region crossing, or having them fetched from the original region) but instead I'm going to opt for the easy solution of keeping them in the asset database, for now | |||||
2008-10-28 | * minor: Add documentation to some of the appearance methods, change some ↵ | Justin Clarke Casey | 1 | -0/+12 | |
logging messages | |||||
2008-10-26 | Committing a small fix for EventData along with more plumbing work | Melanie Thielker | 1 | -1/+1 | |
2008-10-25 | A few more bots to yesterday's plumbing: change instant message method | Melanie Thielker | 1 | -1/+1 | |
signature | |||||
2008-10-24 | Plumb some more | Melanie Thielker | 1 | -0/+1 | |
2008-10-21 | Pare the groups module down to basics. Adjust dependent files so that a | Melanie Thielker | 1 | -1/+1 | |
real groups module can even be implemented. | |||||
2008-10-19 | Added calling cards. Fixes Mantis#2409 and part of #1515. | Homer Horwitz | 1 | -1/+12 | |
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 1 | -4/+4 | |
Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | |||||
2008-10-15 | * refactor: Remove OutPacket from the IClientAPI | Justin Clarke Casey | 1 | -3/+1 | |
* I believe this is reasonable since code outside the Linden client stack shouldn't be aware of the packet format being used * I would love to have made the method protected, but the LoadBalancerPlugin is still calling it and resolving that would require more work | |||||
2008-10-15 | * refactor: move viewer effect packet into LLClientView | Justin Clarke Casey | 1 | -0/+1 | |
2008-10-15 | * refactor: move code concerned with creating a subsequent image packet to ↵ | Justin Clarke Casey | 1 | -0/+9 | |
LLClientView | |||||
2008-10-15 | * refactor: rename SendImagePart to SendImageFirstPart since this is more ↵ | Justin Clarke Casey | 1 | -1/+9 | |
descriptive of its actual function | |||||
2008-10-14 | * minor: change m_debug to m_debugPacketLevel since that's what it is | Justin Clarke Casey | 1 | -2/+6 | |
2008-10-14 | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵ | Justin Clarke Casey | 1 | -1/+8 | |
descriptive of what it actually does | |||||
2008-10-12 | Add EventInfoRequest and EventInfoReply packets. | Homer Horwitz | 1 | -2/+4 | |
Note: New file, run prebuild. | |||||
2008-10-11 | Add the 4 missing events | Melanie Thielker | 1 | -0/+4 | |
2008-10-11 | Plumb the remaining search packets and replies. | Melanie Thielker | 1 | -0/+66 | |
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for ↵ | MW | 1 | -1/+3 | |
the new surface touch parameters in 1.21 viewers. | |||||
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, ↵ | MW | 1 | -1/+1 | |
for the new surface touch parameters in 1.21 viewers. TODO: add the touch args to OnGrabObject and OnDeGrabObject. | |||||
2008-10-10 | A bit more estate fudging | Melanie Thielker | 1 | -1/+1 | |
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 1 | -1/+1 | |
* Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion! | |||||
2008-10-06 | * Stop the sim stats reporter reusing the same SimStatsPacket for all clients | Justin Clarke Casey | 1 | -1/+7 | |
* I believe this was the cause of the remaining packet_out_of_order messages in the Linden client logs * There were race conditions where multiple clientstacks would overwrite each other's sequence numbers | |||||
2008-10-06 | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 1 | -0/+2 | |
2008-10-06 | Revert r6697 patch as the build fails. | Charles Krinke | 1 | -1/+1 | |
2008-10-06 | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 1 | -1/+1 | |
Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform) | |||||
2008-10-06 | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 1 | -0/+2 | |
2008-10-06 | * Green dots on the mainmap for avatar. | Teravus Ovares | 1 | -0/+9 | |
* Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated. | |||||
2008-10-05 | Plumb in the DirPlacesReply packet | Melanie Thielker | 1 | -0/+11 | |
2008-10-04 | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 1 | -0/+3 | |
2008-10-04 | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 1 | -3/+1 | |
Thise were client supplied untrusted values we never used anyway. |