| Commit message (Expand) | Author | Files | Lines |
2007-11-30 | * Removed permissions flag appliance from Xml deserialization | lbsa71 | 1 | -2/+2 |
2007-11-30 | * Extended our semi-stupid implementation of in world object permissions to s... | Teravus Ovares | 1 | -2/+17 |
2007-11-29 | * Fixed neighbour range bug | lbsa71 | 1 | -27/+22 |
2007-11-29 | * Added a 50 second restart notify timer that gets reset when new regions com... | Teravus Ovares | 1 | -27/+27 |
2007-11-29 | * minor refactorings | lbsa71 | 1 | -6/+6 |
2007-11-29 | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 1 | -26/+34 |
2007-11-28 | Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl... | MW | 1 | -29/+22 |
2007-11-28 | * Disambiguation in the 'sim is restarting message' that tells you 'which' si... | Teravus Ovares | 1 | -2/+2 |
2007-11-28 | * Restaring the sim works fine in grid mode now. Sims announce themselves to... | Teravus Ovares | 1 | -4/+17 |
2007-11-27 | Fixed bug, where the clients in a region weren't told to kill a user's avatar... | MW | 1 | -0/+3 |
2007-11-27 | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 1 | -18/+55 |
2007-11-26 | * Restarting regions with the estate tools works in sandbox mode. I'm still ... | Teravus Ovares | 1 | -12/+29 |
2007-11-25 | Added Region name to the terrain texture description that gets sent to the as... | Brian McBee | 1 | -0/+2 |
2007-11-25 | Rez new prims ON the ground, not halfway buried. Mantis 33. | Brian McBee | 1 | -4/+10 |
2007-11-25 | * Added the ability to restart your individual sims from within them using th... | Teravus Ovares | 1 | -4/+97 |
2007-11-25 | Ignore nullreferenceexception in removeclient. The avatar is already gone. | Brian McBee | 1 | -0/+5 |
2007-11-24 | * Changed reference to NullReferenceException to System.NullReferenceExceptio... | Teravus Ovares | 1 | -1/+1 |
2007-11-24 | Test storing terrain texture to grid assetserver on startup. Needed for main ... | Brian McBee | 1 | -1/+14 |
2007-11-24 | * Added a way for the Region master user to kick individual users from their ... | Teravus Ovares | 1 | -3/+66 |
2007-11-24 | * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the... | Teravus Ovares | 1 | -0/+32 |
2007-11-24 | * Added a nice 'The Region is going down.' message to the user when the sim o... | Teravus Ovares | 1 | -1/+2 |
2007-11-23 | *Fixed bug causing parcel prim counts to stop updating. | mingchen | 1 | -0/+13 |
2007-11-23 | *Fixed bug that resulted in most land settings being sent to the client. Medi... | mingchen | 1 | -1/+1 |
2007-11-23 | * added some functions for use in raytracing. They're kind of crappy now, so... | Teravus Ovares | 1 | -0/+44 |
2007-11-21 | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 1 | -1/+3 |
2007-11-20 | *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc... | Teravus Ovares | 1 | -2/+2 |
2007-11-18 | * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T... | Teravus Ovares | 1 | -1/+1 |
2007-11-18 | first stab at implementation of CopyInventoryItem | Jeff Ames | 1 | -0/+1 |
2007-11-18 | * Found several cases where prim set physical were not subscribing to physics... | Teravus Ovares | 1 | -0/+6 |
2007-11-18 | Made the background (ie empty space) colour of the exported map image blue. | MW | 1 | -0/+2 |
2007-11-18 | Added "export-map <filename>" console command to the region server that will ... | MW | 1 | -0/+42 |
2007-11-18 | Attempt to get World Map working in Grid mode, will need to be using the grid... | MW | 1 | -6/+13 |
2007-11-18 | For every problem there's a solution that is simple, neat and wrong. | Dalien Talbot | 1 | -4/+1 |
2007-11-18 | Looks like we're requesting the mapblocks for every agent - including | Dalien Talbot | 1 | -1/+4 |
2007-11-18 | Second try at having a bandaid for the multiple logins crash | Dalien Talbot | 1 | -1/+8 |
2007-11-16 | * Resolved the situation where prim is loaded from storage and when pushed ne... | Teravus Ovares | 1 | -0/+1 |
2007-11-16 | *Added the TimeDilation property to Scene | mingchen | 1 | -0/+5 |
2007-11-15 | * Implemented the little friendly pop tooltip messages that appear when you h... | Teravus Ovares | 1 | -1/+1 |
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 1 | -2/+3 |
2007-11-13 | first pass on unlinking of objects. From Jay Clarke (IBM) | Sean Dague | 1 | -1/+2 |
2007-11-13 | Some work on cleanly removing Regions. | MW | 1 | -26/+41 |
2007-11-11 | * adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini.... | Teravus Ovares | 1 | -4/+5 |
2007-11-07 | move Sun into a Region Module, pass 1. Currently this works fine with | Sean Dague | 1 | -2/+2 |
2007-11-05 | Started to cleanup/close down childagent connections when a user teleports. ... | MW | 1 | -3/+17 |
2007-11-04 | Some more refactoring | MW | 1 | -150/+17 |
2007-11-04 | Added support for OpenSim application plugins (as requested by Adam), which u... | MW | 1 | -31/+31 |
2007-11-03 | First part of Scene refactoring: | MW | 1 | -388/+195 |
2007-11-03 | Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph... | darok | 1 | -4/+8 |
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 1 | -1/+1 |
2007-11-01 | Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat... | Charles Krinke | 1 | -3/+3 |