Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more group notify glue | Melanie Thielker | 2009-05-12 | 1 | -0/+2 |
| | |||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | * Implements IP and DNS based ban facilities to OpenSim. | Adam Frisby | 2009-05-11 | 1 | -1/+33 |
| | | | | | | | | | | * User interface is ... primitive at best right now. * Loads bans from bans.txt and region ban DB on startup, bans.txt is in the format of one per line. The following explains how they are read; DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network | ||||
* | * Further testing against core packet issue. | Adam Frisby | 2009-05-10 | 1 | -2/+3 |
| | |||||
* | * Attempting to diagnose a core packet issue on Windows/.NET. Adding ↵ | Adam Frisby | 2009-05-10 | 1 | -2/+5 |
| | | | | additional locks to see if it fixes the problem. | ||||
* | Fox a boo-boo in ExtraParams - a packet with no data blocks could crash | Melanie Thielker | 2009-05-09 | 1 | -3/+6 |
| | | | | | | the session. Also allow multiple data blocks. | ||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 2 | -0/+11 |
| | | | | | | | figure out where that pesky deadlock is during test runs. | ||||
* | Change avatar updates to be processed the same way object updates are, e.g. | Melanie Thielker | 2009-05-07 | 1 | -27/+51 |
| | | | | | | packet length check. More changes to come | ||||
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 2 | -25/+13 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -16/+9 |
| | |||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+12 |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | ||||
* | Add a parameter that limits the max size of the outbound packet. Defaulted | Melanie Thielker | 2009-05-04 | 1 | -6/+41 |
| | | | | | | at 1400 since the headers get added to that (32 bytes plus UDP headers) | ||||
* | Make a race condition in packet resending smaller | Melanie Thielker | 2009-05-03 | 1 | -0/+1 |
| | |||||
* | * Reversing experimental change in previous rev. | Adam Frisby | 2009-05-02 | 1 | -1/+1 |
| | |||||
* | * Experimental: Speeds maximum resend per second from 80 packets to 400. ↵ | Adam Frisby | 2009-05-02 | 1 | -1/+1 |
| | | | | (From maximum 117kbit to 585kbit) | ||||
* | If a packet pooling blows up, fail gracefully instead of disconnecting | Melanie Thielker | 2009-05-02 | 1 | -20/+32 |
| | | | | | | the user | ||||
* | Handle resends better | Melanie Thielker | 2009-05-02 | 2 | -1/+6 |
| | |||||
* | * Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces: | Adam Frisby | 2009-05-02 | 1 | -2/+13 |
| | | | | | | | | TerseUpdatesPerPacket=10 FullUpdatesPerPacket=14 TerseUpdateRate=10 FullUpdateRate=14 | ||||
* | Plumb conifg into the client views. Add config option to configure packet | Melanie Thielker | 2009-05-02 | 1 | -0/+12 |
| | | | | | | dropping. | ||||
* | Move a lock to attempt to cut down packet loss | Melanie Thielker | 2009-05-02 | 1 | -4/+4 |
| | |||||
* | Numerous packet improvements. | Melanie Thielker | 2009-05-02 | 4 | -9/+40 |
| | | | | | | | | | | | | | Don't allow packets to be resent before they have actually been sent for the first time. Switch from serializing a packet to get it's length to the LibOMV provided Length property. Fix resend timing. Fix the use of dangling references to Acked packets. Fix the packet handler to play nice with the packet pool. Fix the packet pool. Add data block recycling to the packet pool. Packet pool is now ENABLED by default. Add config option to disable packet and data block reuse. Add ObjectUpdate and ImprovedTerseObjectUpdate to the packets being recycled. | ||||
* | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 2009-05-02 | 2 | -9/+10 |
| | | | | | | | | to recycley data blocs within a packet. Recycle the ObjectUpdate* data blocks. Speeds up loading even more. This may mean that the packet pool is now viable. | ||||
* | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2009-05-01 | 1 | -73/+200 |
| | |||||
* | Thank you, mpallari, for a patch that correct the behavior of the avatar | Melanie Thielker | 2009-04-30 | 1 | -3/+1 |
| | | | | | | | performance patch. Fixes Mantis #3562 | ||||
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -12/+63 |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | ||||
* | Catch another j2k decode exception that can be caused by a bad asset | Melanie Thielker | 2009-04-29 | 1 | -29/+34 |
| | |||||
* | Fix a crash that will hit when an image asset is truncated in storage | Melanie Thielker | 2009-04-29 | 1 | -1/+11 |
| | |||||
* | fixes exception thrown when client session is shutdown while | Dr Scofield | 2009-04-29 | 1 | -0/+2 |
| | | | | | packethandler still active | ||||
* | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵ | Dahlia Trimble | 2009-04-25 | 1 | -1/+1 |
| | | | | version to REST/json statistics reporting | ||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -5/+5 |
| | |||||
* | Change a bad use of a type name as a variable. Thanks, Fly-Man | Melanie Thielker | 2009-04-20 | 1 | -4/+4 |
| | | | | | | Fixes Mantis #3497 | ||||
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+21 |
| | |||||
* | It is possible that apacket is recieved before the clint stack is fully ready. | Melanie Thielker | 2009-04-20 | 1 | -0/+2 |
| | | | | | | This causes a nullref we need to catch here. | ||||
* | Thank you kindly, RemedyTomm for a patch that: | Charles Krinke | 2009-04-18 | 3 | -58/+134 |
| | | | | | | | | | | | | Following feedback from 0003440, i've made some changes to the new texture pipeline to optimise performance. The changes are: - Fixed a math issue where a small percentage of images with a certain size (on the packet boundary) would not have their final data delivered. This issue has been present since pre- 0003440 - It was suggested that a discardlevel of -1 and a prioriy of 0 meant to abandon the transfer, this is incorrect and caused some textures to clog. - The texture throttle blocking queue is now only filled in relation to the actual throttle amount.. i.e, on a connection throttled to 300k, only twenty packets will be placed in the queue at a time, on a larger connection it will be much more. This is to balance responsiveness to requests and speed, and to minimise wasted packets. - The engine now keeps track of the number of pending textures, and the stack will not be walked if there's no textures pending, saving CPU. Textures are only considered "pending" when they've already been decoded. - As part of the above, some textures may receive twice as much data per cycle if the number of pending textures is below the cycle threshold, this should prevent loading from slowing down when there are fewer textures in the queue. | ||||
* | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-04-17 | 1 | -0/+5 |
| | | | | | | | This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type. | ||||
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -2/+2 |
| | |||||
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -7/+4 |
| | |||||
* | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 2009-04-15 | 1 | -1/+27 |
| | |||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -7/+7 |
| | | | | actually being used. | ||||
* | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment ↵ | Johan Berntsson | 2009-04-15 | 1 | -1/+1 |
| | | | | added | ||||
* | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 2009-04-14 | 1 | -0/+11 |
| | | | | | | avatar interests update. | ||||
* | * Commit a variety of fixes to bugs discovered while trying to fix the NaN ↵ | Teravus Ovares | 2009-04-14 | 2 | -0/+11 |
| | | | | | | | | | singularity. * WebStatsModule doesn't crash on restart. GodsModule doesn't crash when there is no Dialog Module. LLUDPServer doesn't crash when the Operation was Aborted. * ODEPlugin does 'Almost NaN' sanity checks. * ODEPlugin sacrifices NaN avatars to the NaN black hole to appease it and keep it from sucking the rest of the world in. | ||||
* | * Set eol-style: native on J2KImage.cs | Teravus Ovares | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | *Bypass J2kDecoder when asset is null | Teravus Ovares | 2009-04-13 | 1 | -0/+4 |
| | |||||
* | if Data is null, shortcut to client.SendImageNotFound, as any other | Sean Dague | 2009-04-13 | 1 | -3/+10 |
| | | | | | option at this point is going to give us a NullReferenceException | ||||
* | scream out a bit warning if we failed to set default image | Sean Dague | 2009-04-13 | 1 | -0/+2 |
| | |||||
* | catch for a null asset so we don't get an exception here, though this | Sean Dague | 2009-04-13 | 1 | -1/+7 |
| | | | | | probably just makes the decoder break somewhere else. | ||||
* | put J2KImage into it's own file, please no doubling up on classes in | Sean Dague | 2009-04-13 | 2 | -316/+354 |
| | | | | | files |