aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-03Fix my build breakMelanie1-2/+2
2009-10-03Small permissions tweakMelanie1-1/+4
2009-10-02* Removed code that is no longer used with Melanie's queue callback optimizationJohn Hurliman1-126/+88
2009-10-02* Removed even more unnecessary state variables from J2KImageJohn Hurliman2-182/+142
2009-10-02* Changed the flush logic to drop packets in non-transactional streams, and t...John Hurliman3-59/+19
2009-10-02reducing script engine log spamdr scofield (aka dirk husemann)1-4/+4
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)17-361/+400
2009-10-02Restore the missing image handling to the image manager. The missingMelanie3-71/+92
2009-10-01Locking the priority queue to see if it gets pass that exception.Diva Canto1-7/+28
2009-10-02Change texture sending to be driven by the queue empty event from theMelanie4-90/+60
2009-10-01Removing console debug spewJohn Hurliman1-7/+7
2009-10-02* Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby1-4/+52
2009-10-01* Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman3-449/+331
2009-10-01Added messages to assertions in the failing tests, so that we know which ones...Diva Canto1-12/+19
2009-10-02Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of...Melanie6-46/+28
2009-10-01Add a method to determine the count of packets in a throttleMelanie3-0/+27
2009-10-01Add OnQueueEmpty event to the packet layers. No user functinality yetMelanie3-2/+66
2009-10-01Fixing LLClientView memory leakJames J Greensky4-8/+29
2009-09-30Create j2k cache directory if it doesn't exist. The Meshmerizer needs it there.Diva Canto1-0/+14
2009-09-30Removed an innefficent List.Contains lookup from UpdateQueueJames J Greensky1-5/+4
2009-10-01Formatting cleanup.Jeff Ames26-37/+37
2009-09-30* Change the signature of the agent set appearance callback to prevent unnece...John Hurliman4-26/+42
2009-09-30Prevent null data being sent to the decoderMelanie1-2/+5
2009-09-30Add RebakeAvatarTexturesPacket to the client viewMelanie4-0/+22
2009-09-30Remove predecode-j2k and it's assoaciated logicMelanie2-142/+0
2009-09-30Squelch the debug noise from diva's patchMelanie1-1/+1
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman5-534/+165
2009-09-30Revert "Attempting to improve the robustness of texture decoding by always ig...Melanie1-68/+168
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-168/+68
2009-09-30This releases the texture assets from LLImageManager cache, and re-requests t...Diva Canto2-12/+48
2009-10-01Formatting cleanup.Jeff Ames134-525/+525
2009-09-30Change command help text to show .ini in place of .xml when creating regionsMelanie1-2/+2
2009-09-29Minor bug fixes.Diva Canto2-1/+4
2009-09-29 This fix addresses the problem where phantom objects do notAlan M Webb1-1/+1
2009-09-29A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto3-1/+42
2009-09-29 Given the perverse way that strided works, ifAlan M Webb1-4/+7
2009-09-28Fixed bug in Check4096 (HG).Diva Canto1-2/+2
2009-09-28I think I have fixed something that was broken in the scene setup (tests) and...Diva Canto1-3/+4
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto3-5/+19
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames7-39/+60
2009-09-27Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing...Diva Canto1-3/+0
2009-09-27Guarding the methods under if (m_Enabled)Diva Canto1-3/+7
2009-09-27Neighbours cache working.Diva Canto6-11/+126
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto9-103/+84
2009-09-26Poof! on LocalBackend. CommsManager.GridServices deleted.Diva Canto2-412/+0
2009-09-26Poof! on OGS1 GridServices.Diva Canto2-939/+0
2009-09-26Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto5-1456/+0
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto9-91/+305
2009-09-26Fixed a bug with link-region.Diva Canto3-28/+14
2009-09-26Fixed the order of params to GetRegionRange.Diva Canto1-6/+10