aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* further encapsulation of function in PacketQueue and PacketThrottleSean Dague2007-12-032-4/+172
* From Justin Casey (IBM)Sean Dague2007-12-031-13/+19
* This is a simple patch which just renames an IClientAPI method toSean Dague2007-12-031-1/+2
* Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW2007-12-011-4/+14
* mod packetqueue to use the throttle class containerSean Dague2007-11-301-75/+52
* the packet throttle stuff is duped enough that aSean Dague2007-11-301-0/+95
* starting to fill out PacketQueue, refactoring as I go. ThisSean Dague2007-11-301-0/+252
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-301-3/+19
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-2/+3
* add a few more parens to make sure that throttling conditionSean Dague2007-11-291-1/+1
* * Fixed neighbour range buglbsa712007-11-291-2/+2
* * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares2007-11-291-83/+88
* I believe this turns throttling back on. I had expectedSean Dague2007-11-281-8/+8
* merged ClientView into a non partial class. WillSean Dague2007-11-285-3246/+3090
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-282-5/+6
* build ThrottleCheck function to clear up bits of the throttleSean Dague2007-11-271-71/+27
* moved out nested class to it's own fileSean Dague2007-11-272-15/+44
* some variable renames to help me read the throttle codeSean Dague2007-11-273-68/+68
* Added new configuration item to User Server: X and Y of region to send user t...Brian McBee2007-11-251-1/+2
* * Added the ability to restart your individual sims from within them using th...Teravus Ovares2007-11-251-0/+14
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-243-5/+26
* * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2007-11-242-18/+7
* * Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares2007-11-241-0/+41
* * Added more commentsTeravus Ovares2007-11-222-7/+10
* * Added another code path to skip the packet throttle queues when there's no ...Teravus Ovares2007-11-221-7/+73
* * Quelled a Log format exception in the logging routines.Teravus Ovares2007-11-222-5/+10
* Created a client driven packet throttler. The sim now respects the client's ...Teravus Ovares2007-11-223-21/+434
* * Added code to capture the draw distance setting from the client.Teravus Ovares2007-11-221-1/+2
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-185-59/+59
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+1
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-182-0/+11
* Revert the previous commit - indeed this needs to be fixed in a Dalien Talbot2007-11-181-9/+3
* Trap the error during the logout with connections to multiple sims on Dalien Talbot2007-11-181-3/+9
* Added handler for MapNameRequest - OnMapNameRequestDalien Talbot2007-11-182-0/+10
* * fixed goofy documentation errorTeravus Ovares2007-11-171-1/+1
* * Added decoding of the AgentThrottleBlock of the AgentThrottle packet. It's...Teravus Ovares2007-11-171-0/+55
* Added ClickAction property to SceneObjectPart (and the relevant changes in IC...MW2007-11-171-2/+2
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712007-11-151-3/+7
* * Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares2007-11-152-0/+29
* * Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares2007-11-141-1/+2
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-133-6/+25
* first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague2007-11-132-2/+23
* Some work on cleanly removing Regions.MW2007-11-131-0/+10
* * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares2007-11-122-0/+8
* enable typing animation for chat, maybeJeff Ames2007-11-121-5/+1
* added verbose output of unhandled packets from the viewerJeff Ames2007-11-121-6/+8
* Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot2007-11-111-1/+5
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-3/+4
* add a few more verbose bitsSean Dague2007-11-091-0/+2
* turn back on verbose message for resending packetsSean Dague2007-11-091-2/+2