Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-11 | * Rework llParcelMediaCommandList | Homer Horwitz | 1 | -1/+1 | |
* Add missing PARCEL_MEDIA_COMMAND_* constants * Fix a copy/paste error in SendParcelMediaUpdate llParcelMediaCommandList should work now | |||||
2008-10-11 | Plumb the remaining search packets and replies. | Melanie Thielker | 1 | -0/+239 | |
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for ↵ | MW | 1 | -3/+18 | |
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/+16 | |
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 | -5/+2 | |
2008-10-09 | * fix windows build break - it helps if one actually puts in using ↵ | Justin Clarke Casey | 1 | -1/+3 | |
statements and spells dlls correctly | |||||
2008-10-09 | * minor: get rid of an unecessary casting and logic check | Justin Clarke Casey | 1 | -10/+5 | |
2008-10-09 | * refactor: separate process of extracting packet from received data from ↵ | Justin Clarke Casey | 1 | -34/+41 | |
actually processing that packet | |||||
2008-10-09 | * minor: initialize udp server in unit test | Justin Clarke Casey | 2 | -8/+8 | |
2008-10-09 | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 1 | -0/+44 | |
* No functional tests yet | |||||
2008-10-09 | * minor: very small doc addition | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-09 | * Fixes simstats reporter. I'm sure this issue caused all sorts of things ↵ | Teravus Ovares | 1 | -2/+2 | |
related to regionflags and capacity. I'm sorry, the object capacity that you dialed is not valid.. please check the number and dial again. | |||||
2008-10-08 | Mantis#2354. Thank you kindly, Tglion for a patch that: | Charles Krinke | 1 | -0/+1 | |
The average-value of modify.ModifyBlock.Height in LLClientView.cs:4170 seem to be incorrect or it isn't the average? Mhhh... So the terrain build -> Flaten Sphere is unuseable. I have put in a patch that contains a workaround while the main problem is not solved. | |||||
2008-10-07 | * Comment out debug throttle output that I had accidentally left in | Justin Clarke Casey | 1 | -0/+2 | |
2008-10-07 | * Temporarily revert r6714 which changed agent throttle number interpretation | Justin Clarke Casey | 1 | -6/+8 | |
* I suspect the restriction stopped the very large number of packet resends that occur on certain operations, which led to other failures. | |||||
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 | -2/+12 | |
* 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 | * restore Header.Resent field setting for resent packets | Justin Clarke Casey | 1 | -0/+4 | |
* without this, the client appears to reset the sequence of packets its expecting | |||||
2008-10-06 | * Change interpretation of asset throttle values to bits per second rather ↵ | Justin Clarke Casey | 2 | -37/+42 | |
than bytes per second * Changing network bandwidth in the preferences will now have a much more noticeable effect - a user may want to increase this if data is being slow to download from opensim | |||||
2008-10-06 | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 1 | -0/+11 | |
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/+16 | |
2008-10-06 | * Green dots on the mainmap for avatar. | Teravus Ovares | 1 | -0/+34 | |
* Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated. | |||||
2008-10-05 | Revert the packet resend timing changes. They caused login issues in primmy | Melanie Thielker | 1 | -2/+2 | |
regions. | |||||
2008-10-05 | Craters, take 2. Remove old discard logic and absolute discard timer. | Melanie Thielker | 1 | -47/+27 | |
Introduce a resend counter on the ack queue. The header "Resent" field is now obsolete. Implement 3 resends on reliable packets, variable. Increase default resend timeout to 3000ms and default silence threshold to 350ms. | |||||
2008-10-05 | * An update to the UDP Packet handler which might make the giant sized ↵ | Teravus Ovares | 1 | -1/+1 | |
craters go away. | |||||
2008-10-05 | Remove a console debug output | Melanie Thielker | 1 | -1/+1 | |
2008-10-05 | Small bug fix | Melanie Thielker | 1 | -0/+1 | |
2008-10-05 | Plumb in the DirPlacesReply packet | Melanie Thielker | 1 | -0/+31 | |
2008-10-04 | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 1 | -0/+22 | |
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. | |||||
2008-10-04 | Add "Drop" functionality to pie menu | Melanie Thielker | 1 | -0/+14 | |
2008-10-03 | * oops, fix build break. | Justin Clarke Casey | 1 | -3/+5 | |
* refactoring | |||||
2008-10-03 | * Put in some infrastructure to allow tweaking of packet queue throttle ↵ | Justin Clarke Casey | 4 | -15/+37 | |
values for the total throttle (the one that throttles all packet output) * Not complete yet | |||||
2008-10-03 | * refactor: make startup a template method | Justin Clarke Casey | 1 | -0/+3 | |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 1 | -12/+12 | |
old way: each region module interested in chat from client had to - subscribe to scene.EventManager.OnNewClient - then in its OnNewClient delegate it would subscribe to client.OnChatFromViewer to capture chat messages coming new way: ChatModule is the only region module that uses the "old way" approach but is now forwarding all client chat via scene.EventManager.OnChatFromClient - each region module interested in chat from client now only subscribes to scene.EventManager.OnChatFromClient this not only simplifies code, but also allows us to substitute ChatModule with derived classes (ConciergeModule is going to be one example). Also, this changeset changes ChatFromViewer to ChatFromClient as it doesn't necessarily have to be a viewer that is a chat source. i've taken great care to only comment out those OnNewClient delegates that were only used for getting at the client chat --- hope it's not breaking anything. | |||||
2008-10-03 | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 3 | -6/+4 | |
2008-10-03 | Mantis #1360 | Melanie Thielker | 1 | -3/+21 | |
Thank you, idb, for a patch to implement the packet and plumbing for the material settings. | |||||
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 1 | -1/+8 | |
* Switched it on by default * Updated OpenSim.ini.example to reflect this * Caught a UDP Server issue that occurs when the network pipe is saturated * Still experimental :D | |||||
2008-10-02 | - Fixed a small off by one error in sending MapBlocks | Homer Horwitz | 1 | -1/+1 | |
- Removed MapBlockData.Flags; it isn't used anywhere (maybe MapBlockData.RegionFlags replaced it?) | |||||
2008-10-01 | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 1 | -0/+12 | |
- Implemented llMapDestination. | |||||
2008-10-01 | * minor: oh, and comment out the now unused logger as well | Justin Clarke Casey | 1 | -2/+2 | |
2008-10-01 | * minor: Comment out temporarily statistical counter I accidentally left in ↵ | Justin Clarke Casey | 1 | -1/+1 | |
from the last commit | |||||
2008-10-01 | * Try bumping packet resend timeout up to 2 seconds instead of 1 | Justin Clarke Casey | 1 | -9/+22 | |
* This actually probably doesn't make a huge difference. We still end up resending a massive number of packets in quite a few situations, but it's not easy to consistently reproduce this. * Might really need some throttling of packet send to the client on the OpenSim end. | |||||
2008-10-01 | * refactor: rename interface to put standard I prefix in front | Justin Clarke Casey | 3 | -5/+5 | |
2008-10-01 | * Fix bug in LLPacketHandler where the tickcount when a packet was ↵ | Justin Clarke Casey | 2 | -9/+21 | |
approximately sent was not being stored in the ack record * This meant that acks were being sent out every 250ms when the ack timer fired, rather than when they had actually aged past m_ResendTimeout | |||||
2008-09-29 | * minor: remove warning | Justin Clarke Casey | 1 | -5/+5 | |
2008-09-28 | Mantis#296. Thank you kindly, Idb for a patch that resolves: | Charles Krinke | 1 | -0/+9 | |
Estate/ Manager Owner Uses the Region/Estate Menu Region TAB, and uses "Teleport Home All Users..." (Action Button), the action will complete but no one will be teleported and all users still function in the region ok. | |||||
2008-09-28 | Add some methods to allow modules so set client view options | Melanie Thielker | 2 | -0/+29 | |