aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Added smoother handling of interpenetrating physical objects.Teravus Ovares2007-12-221-0/+1
* Initial hookup of update task inventory event. No functionality yet.Justin Clarke Casey2007-12-221-1/+3
* * Remapped the Connection shutdown path.Teravus Ovares2007-12-211-3/+3
* *Ban lines now work if they are enabled grid wide.mingchen2007-12-201-2/+10
* * Cleaned up some code from an earlier commitTeravus Ovares2007-12-201-13/+1
* * Added a configuration parameter on the Grid Server to disallow forceful ban...Teravus Ovares2007-12-201-2/+23
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-5/+6
* *Made a much more network friendly method of ban and pass line sendingmingchen2007-12-201-2/+2
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-181-0/+2
* * Renamed AgentWearable to AvatarWearablelbsa712007-12-181-1/+1
* * Fixed a potential race condition with adding Caps handlersTeravus Ovares2007-12-181-1/+9
* * Added a Verbose and Debug error to border crossing so that this can be diag...Teravus Ovares2007-12-181-1/+9
* * Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares2007-12-181-0/+5
* * Turned all instances of ForEach loops in ClientManager into Local Arrays. Teravus Ovares2007-12-171-0/+1
* Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke2007-12-171-6/+28
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-171-1/+25
* *Adding and Removing Avatars from the Access/Ban List for a parcel now works,...mingchen2007-12-161-0/+2
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-0/+1
* * Added Active(physical) object count to the SimStatsReporterTeravus Ovares2007-12-141-0/+12
* * Debugging Shapelbsa712007-12-131-6/+0
* * In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares2007-12-121-9/+13
* couple of small fixes.MW2007-12-121-36/+36
* * Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares2007-12-121-0/+1
* * Fixed agent counts on the Simulator stats paneTeravus Ovares2007-12-121-1/+1
* * Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares2007-12-121-4/+74
* * Start listening for client connections immediately after a region initializ...Teravus Ovares2007-12-121-8/+18
* put in a try block to catch the ForEach loop dying.Sean Dague2007-12-111-3/+7
* * Added some locking to help race conditions in the neighbors listsTeravus Ovares2007-12-111-30/+42
* Couple of more small changesMW2007-12-111-8/+16
* A few minor changes/additions/fixes.MW2007-12-111-1/+12
* Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee2007-12-111-0/+1
* * Added comments to many methods in the listed files.Teravus Ovares2007-12-101-19/+60
* * More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares2007-12-101-6/+13
* Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames2007-12-101-1/+0
* more work on texture downloading.MW2007-12-101-2/+2
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* * Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares2007-12-101-1/+46
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-1/+2
* Allow moving, deleting, and restoring objects in inventory.Brian McBee2007-12-081-0/+1
* * Added back the regionup code so people in nearby sims can see a downed sim ...Teravus Ovares2007-12-081-3/+3
* Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW2007-12-071-6/+9
* reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague2007-12-061-1/+0
* * now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa712007-12-061-0/+1
* minor cleanup of Scene.cs (parameter naming, function documentation stubs, du...Jeff Ames2007-12-061-95/+225
* From Gary Chernega (IBM)Sean Dague2007-12-051-2/+2
* made one or two more methods in Scene virtual to allow overriding in sub clas...MW2007-12-051-1/+1
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-20/+29
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-4/+4
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+1
* From Justin Casey (IBM)Sean Dague2007-12-031-1/+1