| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * In our quest for sim heartbeat stats, we're a touch closer to accurate obje... | Teravus Ovares | 2007-12-12 | 1 | -9/+13 |
* | couple of small fixes. | MW | 2007-12-12 | 1 | -36/+36 |
* | * Added Object count to sim stats (it's incorrect, however, it'll be fixed) | Teravus Ovares | 2007-12-12 | 1 | -0/+1 |
* | * Fixed agent counts on the Simulator stats pane | Teravus Ovares | 2007-12-12 | 1 | -1/+1 |
* | * Added some simstats to fill the simulator pane of the Statistics monitor. | Teravus Ovares | 2007-12-12 | 1 | -4/+74 |
* | * Start listening for client connections immediately after a region initializ... | Teravus Ovares | 2007-12-12 | 1 | -8/+18 |
* | put in a try block to catch the ForEach loop dying. | Sean Dague | 2007-12-11 | 1 | -3/+7 |
* | * Added some locking to help race conditions in the neighbors lists | Teravus Ovares | 2007-12-11 | 1 | -30/+42 |
* | Couple of more small changes | MW | 2007-12-11 | 1 | -8/+16 |
* | A few minor changes/additions/fixes. | MW | 2007-12-11 | 1 | -1/+12 |
* | Implementing updateinventoryfolder: Should now be able to rename folders in i... | Brian McBee | 2007-12-11 | 1 | -0/+1 |
* | * Added comments to many methods in the listed files. | Teravus Ovares | 2007-12-10 | 1 | -19/+60 |
* | * More refactoring to prepare for draw distance based agent sim notification. | Teravus Ovares | 2007-12-10 | 1 | -6/+13 |
* | Refactored animation handling in ScenePresence. Now maintains a list of curre... | Jeff Ames | 2007-12-10 | 1 | -1/+0 |
* | more work on texture downloading. | MW | 2007-12-10 | 1 | -2/+2 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
* | * Hooked up the GridComm event ChildDataUpdate to the scene. | Teravus Ovares | 2007-12-10 | 1 | -1/+46 |
* | hackish code to allow emptying of trash. This really should be done on the in... | Brian McBee | 2007-12-08 | 1 | -1/+2 |
* | Allow moving, deleting, and restoring objects in inventory. | Brian McBee | 2007-12-08 | 1 | -0/+1 |
* | * Added back the regionup code so people in nearby sims can see a downed sim ... | Teravus Ovares | 2007-12-08 | 1 | -3/+3 |
* | Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ... | MW | 2007-12-07 | 1 | -6/+9 |
* | reversing the r2599 patch, as this started causing CreateThread errors for | Sean Dague | 2007-12-06 | 1 | -1/+0 |
* | * now the throttle timer is stopped whilst processing Queue so that it won't ... | lbsa71 | 2007-12-06 | 1 | -0/+1 |
* | minor cleanup of Scene.cs (parameter naming, function documentation stubs, du... | Jeff Ames | 2007-12-06 | 1 | -95/+225 |
* | From Gary Chernega (IBM) | Sean Dague | 2007-12-05 | 1 | -2/+2 |
* | made one or two more methods in Scene virtual to allow overriding in sub clas... | MW | 2007-12-05 | 1 | -1/+1 |
* | * Refactored Permissions into ScenePresence as requested by MW | Teravus Ovares | 2007-12-05 | 1 | -20/+29 |
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 1 | -4/+4 |
* | * Removed 12 compiler warnings. | Adam Frisby | 2007-12-04 | 1 | -1/+1 |
* | From Justin Casey (IBM) | Sean Dague | 2007-12-03 | 1 | -1/+1 |
* | Added a flag to load-xml console command, that will generate new uuids for th... | MW | 2007-12-03 | 1 | -2/+2 |
* | minor meaningless changes | Jeff Ames | 2007-12-03 | 1 | -23/+7 |
* | Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal... | MW | 2007-12-02 | 1 | -4/+4 |
* | the fix, so that trunk works again | MW | 2007-12-01 | 1 | -5/+0 |
* | Part 1 of a commit. This revision will not compile, part 2 will be added in a... | MW | 2007-12-01 | 1 | -20/+26 |
* | * Removed permissions flag appliance from Xml deserialization | lbsa71 | 2007-11-30 | 1 | -2/+2 |
* | * Extended our semi-stupid implementation of in world object permissions to s... | Teravus Ovares | 2007-11-30 | 1 | -2/+17 |
* | * Fixed neighbour range bug | lbsa71 | 2007-11-29 | 1 | -27/+22 |
* | * Added a 50 second restart notify timer that gets reset when new regions com... | Teravus Ovares | 2007-11-29 | 1 | -27/+27 |
* | * minor refactorings | lbsa71 | 2007-11-29 | 1 | -6/+6 |
* | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 2007-11-29 | 1 | -26/+34 |
* | Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl... | MW | 2007-11-28 | 1 | -29/+22 |
* | * Disambiguation in the 'sim is restarting message' that tells you 'which' si... | Teravus Ovares | 2007-11-28 | 1 | -2/+2 |
* | * Restaring the sim works fine in grid mode now. Sims announce themselves to... | Teravus Ovares | 2007-11-28 | 1 | -4/+17 |
* | Fixed bug, where the clients in a region weren't told to kill a user's avatar... | MW | 2007-11-27 | 1 | -0/+3 |
* | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 2007-11-27 | 1 | -18/+55 |
* | * Restarting regions with the estate tools works in sandbox mode. I'm still ... | Teravus Ovares | 2007-11-26 | 1 | -12/+29 |
* | Added Region name to the terrain texture description that gets sent to the as... | Brian McBee | 2007-11-25 | 1 | -0/+2 |
* | Rez new prims ON the ground, not halfway buried. Mantis 33. | Brian McBee | 2007-11-25 | 1 | -4/+10 |
* | * Added the ability to restart your individual sims from within them using th... | Teravus Ovares | 2007-11-25 | 1 | -4/+97 |