aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * some work on not storing the circuitPack (bad thing if we're going to reuse...lbsa712007-12-151-122/+118
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-3/+60
* Minor cleanupJeff Ames2007-12-131-1/+0
* Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames2007-12-131-13/+12
* put in a try block to catch the ForEach loop dying.Sean Dague2007-12-111-1/+4
* debug to catch any users of the stop interfaceSean Dague2007-12-111-1/+1
* consolidate client view exit paths, this seems toSean Dague2007-12-111-25/+28
* force a flush before client shutdown, so no important packets are lostSean Dague2007-12-111-5/+9
* minor restructure of ClientView.cs to get all the attributesSean Dague2007-12-111-105/+93
* A few minor changes/additions/fixes.MW2007-12-111-0/+3
* Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee2007-12-111-0/+14
* Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames2007-12-101-5/+18
* more work on texture downloading.MW2007-12-101-1/+2
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* refactored ChatModule a bit.Jeff Ames2007-12-101-1/+0
* * Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares2007-12-101-1/+4
* change PacketQueue to take the byte[] throttle insteadSean Dague2007-12-091-1/+2
* added more packet handling stubsJeff Ames2007-12-091-0/+12
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-0/+8
* Allow moving, deleting, and restoring objects in inventory.Brian McBee2007-12-081-0/+11
* Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW2007-12-071-13/+13
* move to PacketQueue for throttling. This has been tested with a coupleSean Dague2007-12-071-521/+8
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-17/+14
* * Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares2007-12-071-15/+23
* added a lock to prevent multiple Timer popping racesSean Dague2007-12-061-67/+67
* reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague2007-12-061-301/+271
* removed obsolete Verbose() functionJeff Ames2007-12-061-6/+2
* * now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa712007-12-061-271/+301
* * Removed lots of scurrilous uses of ASCII/UTF8.GetBytes for making packet st...Adam Frisby2007-12-061-16/+10
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-1/+31
* made log messages for known unhandled packet types shorter and yellower. add...Jeff Ames2007-12-041-27/+80
* minor refactor so that I can now grok what happens for outgoing packetsSean Dague2007-12-041-73/+85
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-4/+4
* 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
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-301-3/+19
* add a few more parens to make sure that throttling conditionSean Dague2007-11-291-1/+1
* * 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-281-1/+3090
* some variable renames to help me read the throttle codeSean Dague2007-11-271-40/+40
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-241-0/+13
* * Added more commentsTeravus Ovares2007-11-221-0/+3
* * Quelled a Log format exception in the logging routines.Teravus Ovares2007-11-221-2/+2
* Created a client driven packet throttler. The sim now respects the client's ...Teravus Ovares2007-11-221-5/+153
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-1/+1
* 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 AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-131-5/+10